5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 40 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
CMakeLists.txt: downgrade to alpha0 @Fab: It seems that a commit is missing in plug-ins ;) More... over 12 years ago
Bump version More... over 12 years ago
Core: make modules and modules instances as objects so that they can get notifications More... over 12 years ago
Screenshot: added the possibility to change the default output folder More... over 12 years ago
Recent-Events: Toolbar: use an inline style with transparent borders (GTK3 only) It should fixed a bug with a black background around these buttons and labels with wrong colours More... over 12 years ago
Recent-Events: some sentenses was not translated/translatable More... over 12 years ago
Dialogues with custom label widget: set the default color of the dialogue More... over 12 years ago
Screenshot: Output file: used the same output as Gnome-Screenshot ('Screenshot from' can be translated) + don't leak cLabel More... over 12 years ago
Screenshot: Fixed a typo in the config file More... over 12 years ago
New applet: Screenshot (fast, clean, and with no useless effect or sound...) More... over 12 years ago
CMakeLists: fixed 2 bugs in the makefile More... over 12 years ago
Themes Mgr: pkg: Used the new get_command_with_right_terminal function + if system() returns an error, try to launch the script to package theme without an external terminal + Added a general message to say that the theme should be now available in the Home dir More... over 12 years ago
Launcher Mgr: Added cairo_dock_get_command_with_right_terminal From launcher-factory and used this new function More... over 12 years ago
Taskbar: fixed spurious demands of attention More... over 12 years ago
Overlays: improve placement on the grid, avoiding both blur and jerky movement More... over 12 years ago
Netspeed: if no interface is set in the config panel (default settings), monitor all interfaces except loopback This is maybe much better than setting 'wlan0' or 'eth1' if no information are displayed. And it's usefull if we use more than one interface or if we often switch from one to another Only modify netspeed and not Network-Monitor because this one is only able to monitor one interface More... over 12 years ago
GVFS: Measure Dir: if g_file_enumerate_children returns an error, cancel the processus We shouldn't have an error here (not a directory) but if we have one, cancel it instead of having a while loop (e.g.: bug 6667 on the forum) + Added more informations if there is an error More... over 12 years ago
Netspeed: don't supose that the 1st interface is the loopback More... over 12 years ago
Taskbar: minimized window thumbnail is back ! More... over 12 years ago
Overlay: fixed a bug with overlays created from a texture More... over 12 years ago
PowerManager: avoid a crash if device-added/removed is send but up_client_new returns NULL I had this bug when resuming from suspend. Need to check why :) More... over 12 years ago
Desklets: when the screen resolution changes, replace the desklets at their correct position More... over 12 years ago
removed 2 useless update_dock_size More... over 12 years ago
Clock: update the icon with the correct time when the session has just returned from suspend or hibernate. Resync with the correct second when the signal is received. It's done by connecting to UPower's 'Resuming' DBus signal if it's available. (no new dependence) Note that it can be interesting to create a notification for that in the core but this notification is maybe only needed by this Clock applet More... over 12 years ago
Slider: used a generic icon if no images found or folder not defined More... over 12 years ago
All applets: use the new icon rendering API More... over 12 years ago
Use the new icon rendering API More... over 12 years ago
Few corrections in the new icon rendering API More... over 12 years ago
MP: dialogue: It's maybe better to display nothing if we don't have (optional) info about track number and id than displaying a wrong number More... over 12 years ago
MP: dialogue: if the user wants to see the info (by clicking on the menu entry) it's maybe better to not remove the dialogue automatically More... over 12 years ago