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)
* Drop unused code (generated an unused translation).
* Update some option descriptions.
* Regenerate po files and complete dutch translation.
(Old svn revision: 29176)
* 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)
panel/panel-properties.c: To prevent panel items from increasing the
panel size, set the height of the XfceItembar instead of setting the
size specifically for all items.
* libxfce4panel/xfce-panel-plugin-iface.c: Allow attach_widget to be
NULL in call to xfce_panel_plugin_position_widget() and fix up the
API documentation. Patch by Diego Ongaro and a few bits from me.
* plugins/windowlist/windowlist.c: fix for popup menu at pointer
position. Another patch by Diego.
(Old svn revision: 26124)
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)
- 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)
* Improved windowlist plugin from Nick Schermer. This adds some strings to translate.
* Add mcs plugin that runs 'xfce4panel -c' for convenience.
(Old svn revision: 21173)
* Add convenience functions to libxfce4panel to create 'panel buttons'
with GTK_RELIEF_NONE and minimal padding.
* Use GtkImage instead of XfceScaledImage
* Try and make icons bigger by using panel buttons with minimal padding
* React to icon theme changes.
* Update API docs and translations
(Old svn revision: 20070)