translating a lot easier. Remove comments
that are not interesting for translators.
* 2 small string fixes.
* Merge all this in the po files.
(Old svn revision: 29188)
* Add some new xfce4-panel icons.
* Lot of small fixes in the properties dialogs.
* String fixes.
* Use a location selector for the launcher dialog.
* String review, case fixes.
* Other stuff...
(Old svn revision: 29082)
is installed: use gtk_icon_theme_for_screen() in combination with
g_signal_connect() instead of adding a signal emission hook to the
icon theme class. This should fix bug #4474.
(Old svn revision: 28252)
* Remove deprecated gtk_type_class.
* Fix icon update hook in launcher, this is bothering me for a long time.
* Install settings desktop file in $(datadir)/xfce4/settings-dialogs too.
* Fix german typo: Bug 4066.
* Fix dnd to launcher: Bug 3958.
(Old svn revision: 27412)
libxfce4panel/xfce-panel-plugin-iface.h,
plugins/launcher/launcher.c,
plugins/windowlist/windowlist.c: API change for popup menu functions.
The API now consists of three functions:
xfce_panel_plugin_arrow_type(), xfce_panel_plugin_position_widget(),
and xfce_panel_plugin_menu_position_func(). This last function is
intended to be used as a callback function for gtk_menu_popup().
* plugins/windowlist/windowlist.c: Remove orientation change handler.
There is no need to check both for orientation changes and screen
position changes.
* plugins/windowlist/windowlist.c: Set size for plugin widget instead
of button. The size is not properly updated on orientation changes
otherwise.
(Old svn revision: 26118)
* Finish arrow position code (Bug #1046 and Bug #2985).
* Code cleanups and fixes.
Libxfce4panel:
* Force plugins to use the panel size.
Po:
* Merge strings
(Old svn revision: 26065)
by a slightly better _panel_g_type_register_simple.
* plugins/launcher/launcher.c: Remove GTK_ARROW_NONE, to fix compilation problems
on Gtk 2.8.
(Old svn revision: 25118)
- Completely rewritten launcher (Bugs 2336, 2365, 1323, 2262 and 1225)
- Various improvements in libxfce4panel (memory leaks, G_GNUC_INTERNAL,
GSList, canonical strings and fixed pedantic warnings).
- Libxfce4panel does no longer depend on libxfcegui4. This might cause
some problems with plugins. Plugin developers should add libxfcegui4
to the dependencies of their package (including cflags and libadd in
the makefiles).
(Old svn revision: 25077)