5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
May 26, 2024 — May 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ProgressBar: fixed a typo with the outline colour + modified the default colours (it seems a gradation from red to green is associated with websites of 90s :P - note that the new coulour (grey) can still be changed but grey is maybe the best neutral colour) data/cairo-dock-plugins.conf.in: this file is no longer used More... almost 13 years ago
Shortcut: Progress bar: removed custom color in order to use global parameters More... almost 13 years ago
.conf.in files: removed '#F[Applet's Handbook]' which is no longer needed due to the changes in the widget API CMakeLists.txt: bump applets versions due to the previous changes in .conf files More... almost 13 years ago
NM: fixed a crash when opening its config panel if NM is not launched (because myIcon is not defined) More... almost 13 years ago
GMenu: Removed this option: 'Display icons in the menu' Now we should only use the global GNOME settings (menus-have-icons) if this CMake flag has been added '-Dforce-icon-in-menus=no' More... almost 13 years ago
GUI: removed files that were deprecated by the recent merge + reordered the different widgets + build the plug-ins widget manually More... almost 13 years ago
Compilation: fixed a few warnings due to the use of some deprecated functions (gdk_pixbuf_unref and use GPOINTER_TO_INT instead of a cast to int to avoid problem on 64 bit machine) More... almost 13 years ago
Added a TODO file with the TODO list that was available in cairo-dock.c and added a checklist to check a few things just before the release More... almost 13 years ago
cairo-dock-plugins.conf: renamed it by adding a '.in' + used variable for the path to the icons (+ fixed a compilation error and moved CMake commands to parse data files in data/CMakeLists.txt) More... almost 13 years ago
Module manager: avoid code duplication of cairo_dock_register_module() More... almost 13 years ago
merged with the branch 'gui-rewrite', which aims a single configuration window More... almost 13 years ago
merged with trunk More... almost 13 years ago
Calendar: no longer use .day file + don't use 'sudo' with the 'kill' command + 'ps' command: only list process of the user + support other icon (icon_command) + increase loop time to 2 min (I don't know if it's possible to be to warned when the computer goes to sleep mode but we can check every 2 min if the day has changed) More... almost 13 years ago
Calendar: First, it appears that killall is intended to kill all instances of update_calendar.sh. It doesn't work. Just try starting and stopping Calendar and you will see that update_calendar.sh processes just accumulate. Second, update_calendar.sh processes never terminate. When the last line creates a new process the parent waits until that process finishes before terminating itself but that new process waits until the new process it creates terminates, .... That isn't much of a problem if update_calendar sleeps for twenty four hours before starting a new one. But I want to run every few seconds to be sure the calendar is nearly always current. More... almost 13 years ago
Shortcuts: when mounting a new volume, update its disk usage More... almost 13 years ago
Shortcuts: fixed a bug with progress bars during reload More... almost 13 years ago
removed a few deprecated fields and fixed a few comments for Doxygen More... almost 13 years ago
progress-bar: draw a white outline by default More... almost 13 years ago
updated to match the latest changes in the Dialog class More... almost 13 years ago
Dialogs: simplified a little bit the API + don't modify global dialogs parameters outside of the Dialog class More... almost 13 years ago
Progress bar: added some options: colors, thickness and outline + position is now a parameter More... almost 13 years ago
Overlays: take into account the ratio of the container to place the overlay More... almost 13 years ago
Status notifier: display the ID on items that have no label at all) More... almost 13 years ago
Status notifier: More... almost 13 years ago
Status notifier: when forcing the first char of the title to upper, treat the string as an UTF-8 one More... almost 13 years ago
Unity launcher bridge: ensure to only start it once More... almost 13 years ago
Logout: Temporally disabled the monitoring of session-migration's file because it's not the right file (it has to change) and we are waiting for the decision of 'session-migration' devs if we can warn the user (if it's really useful...) or not if the session has to be restarted and which file has to be monitored More... almost 13 years ago
Status-Notifier & Logout: Label (icon's name): only used one row More... almost 13 years ago
Class Mgr: Menus in .desktop files: supported the new name ('Actions') (@fabounet: yes, you were right, they have changed it! :D) More... almost 13 years ago
Dbus dock API: allow the SetMenu even if dbusmenu is not available, but set an error message (this way the API is constant) More... almost 13 years ago