5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours 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
init: initialize glib thread system before dbus_g_thread_init, for old versions of glib More... over 12 years ago
logout: reverted 2608: dbus_g_thread_init should be useless now thanks to the rev 1271 in cairo-dock-core More... over 12 years ago
Init: Moved dbus_g_thread_init before 'gtk_init' in order to be called before the first use of DBus More... over 12 years ago
CMakeLists.txt: INDICATOR_APPLICATIONADDED_HAS_HINT is used by Status-Notifier which doesn't need 'indicator' but only DBusMenu We can set this variable when we check DBusMenu too (a new variable (hint) has been added when indicator3 has been renamed to indicator3-0.4) More... over 12 years ago
Logout: force the initialisation of DBus in order to use it in a new thread It seems we have to do that here to avoid crash... Keyboard: clean old code More... over 12 years ago
Keyboard: GTK3: used GDK functions to get the num/caps lock state because it seems it doesn't work very well with XKL functions with recent versions... Only for GTK3 because we can't get the numlock state with GTK2 + Get the short group name only if we need it + removed an useless parameter in cd_xkbd_update_icon More... over 12 years ago
Keyboard: Added the possibility to change Caps/Numlock emblems More... over 12 years ago
Keyboard: Used new emblems for CapsLock/NumLock (thanks to Freb ;) ) (it's maybe better to use 'quick-info' with a custom background as emblem ;) ) More... over 12 years ago
Dialog Mgr: removed an unused variable + removed a few g_print and translate a few comments lines to English More... over 12 years ago
All: uniformize some common labels in the conf files More... over 12 years ago
Dbus: third-party applet: if an applet specifies an icon, store the filename as it is, so that it can be updated when the icon theme changes More... over 12 years ago
GMenu: fixed a bug about the update of the menu after a program is added/removed (the recent-menu was not reloaded) More... over 12 years ago
CMakeLists.txt: libdir: some distro use : used a specific line for that + Added a summary at the end of the CMake command with new details More... over 12 years ago
Dbus: CMakeLists.txt: fixed a warning if DBusMenu-Gtk or DBusMenu-GLib is not found More... over 12 years ago
Shortcuts: menu: added 'Browse Network', 'Browse recent files' and 'Open Trash' to quickly open the corresponding URI More... over 12 years ago
Bumpped version: 3.1.0 This project seems stable and is now sync with 3.1 version of libgldi Enjoy it ;) More... over 12 years ago
Menu: fixed a compilation error: replaced 'cairo_dock_ask_question_and_wait' by 'cairo_dock_show_dialog_with_question' + fixed compilation warnings: gtk_[hv]box_new (used: CD macro with support of GTK2 and GTK3) More... over 12 years ago
Removed useless temp file More... over 12 years ago
All: avoid using blocking dialogs More... over 12 years ago
Sound Control: detach the same mixer that was attached (in the case it's not the default one) More... over 12 years ago
Status-Notifier: don't add an empty icon path to the icons theme More... over 12 years ago
Dialogs: removed fonctions that were blocking - only 1 generic function remains, for when it's hard to avoid More... over 12 years ago
Help: always check the composite on startup, until the user choose not to More... over 12 years ago
Icon manager: fixed a crash with the icons theme when it is reloaded More... over 12 years ago
Simple Mode: GTK2 (< 2.22) this config panel had tabs but without widget inside This is because old versions of GTK2 (e.g. on Ubuntu Lucid) still use GtkNotebookPage which is now deprecated. The widget of the current page can be found with 'gtk_notebook_get_nth_page' More... over 12 years ago
Screensaver_inhibitor: check for xscreensaver before the dbus services More... over 12 years ago
Calendar: used 'ncal' instead of 'cal' because it uses the local to know if the week has to starts with Monday or Sunday More... over 12 years ago
default-theme-panel: Added Printers-Menu.conf file (needed to place this applet at the right position) + dnd2share: used the new 'busy' animation More... over 12 years ago
MusicPlayer: Mpris2: some players are not able to give a int64 value for 'mpris:length' We just add another check for that... More... over 12 years ago
Status-Notifier: fixed a typo with the version of its .conf file More... over 12 years ago