5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 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
Status-Notifier: implemented an horrible hack for Skype (it only creates its item when the host appears, not if the host already exists) + updated the property HasStatusNotifierHostRegistered to IsStatusNotifierHostRegistered More... over 12 years ago
Status-Notifier: check for item unicity on creation (fixes the Skype double item) More... over 12 years ago
MintMenu: updated to match the latest version of mintmenu (that uses mateapplet instead of gnomeapplet) More... over 12 years ago
Menu: Quit with a Cairo-Dock session: (pKey->state & GDK_SHIFT_MASK) is only available when the key is released. Used pKey->keyval to check if it's really the shift key which is used and not another one More... over 12 years ago
Dbus: removed an useless 'if' condition More... over 12 years ago
GUI: Search for an icon path if the module gives us only the name of its icon Due to the recent change in DBus, some third-party applets (e.g. Deluge, Transmission, Menus) now give us only the name of the icon and not a full path to the right file. Introduced a new function (cairo_dock_get_icon_for_gui) which is now used by the simple and the advanced mode in order to get the right icon for GUIs More... over 12 years ago
Gui: Simple: Behavior: Position of the taskbar: 'After a given icon' choise was missing More... over 12 years ago
DBus: remaned cairo-dock-unity-bridge to cairo-dock-launcher-API-daemon This script is not really a bridge but it replaces the Unity Launcher API daemon. Unity is not required, if an application supports the Unity Launcher API, the dock should act as "Unity's dock". + Added an option to not launch it at startup More... over 12 years ago
Status-Notifier: with some indicators, the menu is out of the screen E.g. with Dropbox, the menu is firstly drawn out of the screen and then it's ok It's a bit annoying and it's maybe better to be connected to the 'draw' signal to reposition the menu during the first popup menu request Then, we can be disconnected from this signal because the 'draw' signal is sent so often (e.g. when we select a new entry in the menu) But the menu can be out of the screen again if it is totally redrawn... is it so often? Is there another and better signal? More... over 12 years ago
CMakeLists.txt: fixed a typo: show 'no' if Sound Menu is not supported More... over 12 years ago
CMakeLists.txt: DBusMenu GLib and GTK are needed for Indicator-Applet More... over 12 years ago
MP: fixed typos More... over 12 years ago
MusicPlayer: if the music player has given a wrong .desktop filename, check if it's a valid name before doing something more (part 2) Why do they give wrong .desktop filename? :) More... over 12 years ago
KDE: trash path: It seems we can monitor 'trash://' to monitor all trashes but it's possible that we are not able to open this URI with GVFS on KDE :-/ => need feedback On KUbuntu 12.04, it seems we need to install 'desktop-file-utils' and then launch 'update-desktop-database' as root And maybe, we need to launch this command to open it with Dolphin: $ gvfs-mime --set inode/directory kde4-dolphin.desktop More... over 12 years ago
Compilation: DBus: Fixed a typo If DBusMenu-GTK was not installed, there were a compilation error More... over 12 years ago
3.1.99.alpha0: it's time to introduce new features :) (and bug-fix ;) ) More... over 12 years ago
3.1.99.alpha0: it's time to introduce new features :) (and bug-fix ;) ) More... over 12 years ago
3.1.1: it's time to release a bug-fix version ;) Now, our '3.1' and 'trunk' branches will diverge, it's time to introduce new features :) More... over 12 years ago
3.1.1: it's time to release a bug-fix version ;) Now, our '3.1' and 'trunk' branches will diverge, it's time to introduce new features :) More... over 12 years ago
3.1.1: Bumped version of all applets in list.conf Thanks to: sed -i 's/last modif=.*/last modif=20121105/g' list.conf More... over 12 years ago
Version: Bumped version of all plugins (due to the rev 318) More... over 12 years ago
po: imported translations from Launchpad. Thanks to all contributors ;) More... over 12 years ago
po: imported translations from Launchpad. Thanks to all contributors ;) More... over 12 years ago
po: imported translations from Launchpad. Thanks to all contributors ;) More... over 12 years ago
MusicPlayer: if the music player gives us a .desktop filename, check first if it's a valid name before doing something more It seems Amarok gives us 'kde4-amarok' instead of 'amarok'. This bug should be reported to Amarok devs More... over 12 years ago
GMenu: menu file name: firstly checked with XDG_MENU_PREFIX env variable XDG_MENU_PREFIX can contain a prefix (e.g. 'xfce-') and we should firstly check if a file with this prefix is available in order to choose the most appropriated file Thanks to V10lator for this tips ;) More... over 12 years ago
po: Updated translations More... over 12 years ago
po: Updated translations More... over 12 years ago
po: Updated translations More... over 12 years ago
Initialize GThreads and DBus at the beginning, before gtk_init More... over 12 years ago