5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 39 minutes ago. based on code collected 1 day ago.
May 23, 2024 — May 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DBus: Vala interface: install files in vala/vapi if it's available We are not an official component of vala, install files in vala/vapi if it's available instead of vala-X-Y/vapi More... over 12 years ago
Help: Used markup for the dialogues More... over 12 years ago
Dialogue: cairo_dock_set_dialog_message: used markup if it's needed More... over 12 years ago
Dialogs: fixed 2 bugs when an icon holding a modal dialog is destroyed More... over 12 years ago
GTG: tried to reconnect to GTG when building the menu if it's not connected maybe GTG has been installed after (or GTG was launched with a delay at startup) More... over 12 years ago
Tasks: fixed a regression in cairo_dock_free_task More... over 12 years ago
GTG: bumped gtg version + used the gtg icons from the icon theme if available More... over 12 years ago
GTG: ported it to CDApplet Python interface + removed a few useless functions and variables + added more spaces between some chars More... over 12 years ago
GTG: moved TransparentPostIt class to a new .py file More... over 12 years ago
GTG: supported both old (0.2) and new (0.3) versions (but only tested with the new one ;) Please confirm if it works with the previous one :) ) Thanks to 'llaen' for its help :) => http://glx-dock.org/bg_topic.php?t=6487 + handle the case where we receive the child before its parent + this applet can be translatable More... over 12 years ago
Tasks: updated the other internal parts of the API to the new mechanism More... over 12 years ago
RSSreader: make the text selectable in the dialog More... over 12 years ago
GMenu: settings.menu: only looking for [XDG_MENU_PREFIX]settings.menu this filename should be like that... other .menu files can be used by other apps More... over 12 years ago
Tasks: removed the timeout for the 'update' function, and use an idle from the thread instead - also, use a two-stages update so that the update is done asap More... over 12 years ago
GMenu: Added full support of XDG and icons are now preloaded into a thread Now we also check all dirs available in XDG_CONFIG_DIRS For settings.menu, we also check all PREFIX-settings*.menu (e.g. xfce-settings-manager.menu) About the thread: the thread is launched 5 seconds after startup or 5 seconds after all changes More... over 12 years ago
Status-Notifier: use g_object_ref_sink on the menu More... over 12 years ago
GMenu: Editor: also check if 'menulibre' is available More... over 12 years ago
Status-Notifier: items: fixed a typo More... over 12 years ago
Status-Notifier: items: reverted back to the use of the 'draw' signal It seems that 'draw' event if the only notification that is send after the creation of the menu Yes, it looks like a workaround... but this annoying bug is fixed :) More... over 12 years ago
RSSreader: fixed incorrect duration of the dialog when no URL/connection More... over 12 years ago
Status-Notifier: trigger the repositionning of the menu in idle, so that it occurs just after the menu is displayed More... over 12 years ago
Icon Mgr: the static mutex surrounding to 'gtk_icon_theme_lookup_icon' function to prevent crashes in GTK should now be useless thanks to the new correct initialisation of GLib, GTK and GDbus More... over 12 years ago
Init: use g_type_init which should initialise threads on new versions of GLib (>= 2.24) This should finally fix a crash when opening Logout menu More... over 12 years ago
Init: use g_type_init which should initialise threads on new versions of GLib (>= 2.24) This should finally fix a crash when opening Logout menu More... over 12 years ago
Status-Notifier: use the 'configure' event to track changes in the menu width + build the menu asap so that it's ready to pop up when the user clicks on the item More... over 12 years ago
Status-Notifier: when the icon theme changes, remove the previous one first More... over 12 years ago
Status-Notifier: Position of the Menu: GTK doesn't do its job :-/ e.g. with Dropbox: the menu is out of the screen every time something has changed in this menu (it displays 'connecting', free space available, etc.) -> we need to reposition it. (maybe it's due to a delay because Python and DBus are slower...) Note that with other signals (realize, map, etc.), we receive the notification before the resizing... More... over 12 years ago
Status-Notifier: removed a few print More... over 12 years ago
Status-Notifier: fixed lots of corner cases (mainly for skype) More... over 12 years ago
Status-Notifier: added full support of the Ubuntu indicator application API, for program that only use this one (and not the standard Status-Notifier API), like skype More... over 12 years ago