5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 23, 2024 — May 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Messaging-Menu: icon names for the new messages (when we should have a notification) have a '-new' suffix (and not 'indicator-messages-new' suffix) More... over 12 years ago
alsaMixer & DBus: notifications: it's better to not interecept the notifications (they will prevent other functions from receiving the event) More... over 12 years ago
Compilation: fixed a lot of warnings during the compilation (mostly 'unused-variable') - Part 2 More... over 12 years ago
Doncky: fixed a lot (and a lot) memory leaks and warnings during the compilation This applet is clearly not stable! (and I hope I didn't brake anything :) ) and a lot of works need to be done... (e.g. there is still a memory leak in cd_applet_draw_my_desklet but I'm tired and I don't see where is the problem...) But I hope it's much better now ;) More... over 12 years ago
Messaging-Menu & Printers-Menu: used the new functions of Indicator-Applet3 More... over 12 years ago
Indicator-Applet3: Utils: Added cd_indicator3_accessible_desc_update: Update the title of the icon with the description, defaultTitle or the name of the applet Added cd_indicator3_notify_visibility: Connect to the show/hide signal in order to show or hide the icon. Added cd_indicator3_disconnect_visibility: Disconnect to the show/hide signal Added cd_indicator3_check_visibility: Check the visibility of a widget and then show/hide the icon + cd_indicator3_notify_image: emitted a signal to force the update of the icon and no longer connected to all signals if the type is GTK_IMAGE_EMPTY (we will be notified later) More... over 12 years ago
Compilation: fixed warnings: no-return-in-nonvoid-function Thanks to Adam Mizerski for the patch ;) LP: #1050526 More... over 12 years ago
Compilation: fixed a lot of warnings during the compilation (mostly 'unused-variable') - Part 1 More... over 12 years ago
fixed a small bug with the previous revision More... over 12 years ago
musicPlayer: mpris2: some players doesn't support (well) the trackid (Audacious or Pithos) Even if this is not our problem, it can be interesting to also check if the title has changed in order to update the icon with the new info More... over 12 years ago
Compilation: fixed a lot of warnings during the compilation (mostly 'unused-variable' and 'unused-parameters' by using G_GNUC_UNUSED) when using -Wall and -Wextra + GTK3.4: used GtkGrid instead of GtkTable (now deprecated) More... over 12 years ago
Application manager: handle the case where there is no dock (for cairo-desklet) More... over 12 years ago
when starting in maintenance mode, force the use of the advanced configuration More... over 12 years ago
CMakeLists.txt: avoid a compilation error if 'indicator' is not available (Question #208347) More... over 12 years ago
Messaging-Menu + Printers-Menu: used the new functions: cd_indicator3_notify_image More... over 12 years ago
Indicator-applet3: utils: added cd_indicator3_notify_image (Connect to the right signal in order to be notified when the image of a GtkImage has been updated) + added the support of GTK_IMAGE_STOCK for cd_indicator3_update_image More... over 12 years ago
po: added the content of readme-*-view files and CAIRO_DOCK_WIDGET_STRING_ENTRY More... over 12 years ago
.conf files: added missing capital letter (for CAIRO_DOCK_WIDGET_STRING_ENTRY) More... over 12 years ago
po: update-translations: added the content of the readme files (for the views) + generate-translation: added '../*/*.[ch]' + cairo-dock-extract-message: CAIRO_DOCK_WIDGET_STRING_ENTRY can contain more info (e.g.: [Default]) More... over 12 years ago
Advanced GUI: fixed a small bug when reloading an applet More... over 12 years ago
a small fix with the new full-sized dock window More... over 12 years ago
Locked dock: prevent any modification when the dock is locked More... over 12 years ago
Compilation flags: added '-Wreturn-type -Wparentheses -Warray-bounds' to detect more warnings, and fixed them (thanks to Adam Mizerski for noticing them) More... over 12 years ago
Docks: updated the algorithms for dock placement, to hande the case of dock window larger than the dock extent, especially with non-centered alignment More... over 12 years ago
Default view: use all the screen space to avoid the jitter of the dock when it is resized (although this is mainly a problem in the Window Managers, unfortunately very few handle the resizing correctly) More... over 12 years ago
Slide view: renamed the files + fixed the position of the sub-dock when the parent dock's alignment is not centered More... over 12 years ago
Slide view: fixed the arrow color when the sub-dock is on a side of the screen More... over 12 years ago
po: updated translations (with sentences from the new Printers-Menu applet) More... over 12 years ago
Notifications: removed unused registrations to a few signals (on click, on middle click, on build menu, etc.) it's also interesting to remove unused registrations to 'on build menu' because this macro automaticaly adds a separator (which is useless if there is no other menu entries) More... over 12 years ago
Added a new applet: Printers-Menu Description: This applet is designed to let you view and control active print jobs. Its icon will only be visible if at least one print job is active. This applet is part of the Indicator applets (this is why the source code is very light). It needs libindicator (>= 4.90) and indicator-applet3. Enjoy this new applet ;) More... over 12 years ago