Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing icon changing with fallbacks. | Ted Gould | 2010-03-25 | 1 | -3/+25 |
|\ | |||||
| * | remove g_object_ref_sink call from status_icon_changes | Krzysztof Klimonda | 2010-03-25 | 1 | -3/+1 |
| | | |||||
| * | Use app_indicator_get_icon/app_indicator_get_attention_icon methods to get | Krzysztof Klimonda | 2010-03-22 | 1 | -7/+14 |
| | | | | | | | | | | the right icon. | ||||
| * | Move g_signal_connect for the theme-changed signal to app_indicator_init () | Krzysztof Klimonda | 2010-03-22 | 1 | -2/+5 |
| | | |||||
| * | don't use indicator_image_helper () | Krzysztof Klimonda | 2010-03-22 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | | Remove indicator_image_helper () call and use g_themed_icon_new_with_default_fallbacks () directly. We don't need the logic embedded in indicator_image_helper () for the GtkStatusIcon as it takes care of changing icon size for us. | ||||
| * | Fix the missing icon on theme change if old icon has different name | Krzysztof Klimonda | 2010-03-20 | 1 | -3/+18 |
| | | | | | | | | | | | | | | | | Some applications (like Transmission) use different icon name for Notification Area to display monochrome icon. To make sure that the icon we display exists after user changes theme use indicator_image_helper () from libindicator to keep track of the icon. | ||||
* | | Make sure the state of GtkCheckMenuItems and GtkRadioMenuItems gets updated ↵ | Sense Hofstede | 2010-03-19 | 1 | -0/+7 |
|/ | | | | even when they're changed via their actions. | ||||
* | Changing from freedesktop to kde as the spec was never approved finally by ↵ | Ted Gould | 2010-03-15 | 4 | -6/+6 |
|\ | | | | | | | freedesktop. | ||||
| * | org.freedesktop.StatusNotifier* => org.kde.StatusNotifier* | Aurelien Gateau | 2010-03-15 | 4 | -6/+6 |
| | | |||||
* | | Only show images if "gtk-menu-images" settings or | Jan Arne Petersen | 2010-03-15 | 1 | -6/+40 |
|/ | | | | | "always-show-image" property is TRUE. | ||||
* | Switching to use the update function. | Ted Gould | 2010-03-11 | 1 | -3/+1 |
| | |||||
* | Removing design team size | Ted Gould | 2010-03-10 | 1 | -5/+0 |
| | |||||
* | Also using the helper when changing icons. | Ted Gould | 2010-03-10 | 1 | -7/+3 |
| | |||||
* | Switching to using the libindicator image helper | Ted Gould | 2010-03-10 | 1 | -5/+2 |
| | |||||
* | Listen also to label changes on actions related to menu items to | Jan Arne Petersen | 2010-03-08 | 1 | -0/+33 |
| | | | | | workaround a gtk+ bug. | ||||
* | Fixing application icon size. | Ted Gould | 2010-03-02 | 1 | -5/+9 |
|\ | |||||
| * | Switching from menu size to design team size | Ted Gould | 2010-02-26 | 1 | -5/+9 |
| | | |||||
* | | Use gtk_status_icon_set_visible to hide the status icon. GtkStatusIcon is ↵ | Chris Coulson | 2010-02-27 | 1 | -1/+1 |
|/ | | | | not derived from GtkWidget, so gtk_widget_hide doesn't work | ||||
* | Emitting the connection changed signal when the proxy is created and destroyed. | Ted Gould | 2010-02-25 | 1 | -0/+10 |
|\ | |||||
| * | * Do send the connection-changed signal, in check_connect() -- when a new ↵ | Sense Hofstede | 2010-02-25 | 1 | -0/+10 |
| | | | | | | | | connection is established -- watcher_proxy_destroyed() and app_indicator_dispose() (Closes LP: #527082) | ||||
* | | Hiding the notification icon before unreffing it. | Ted Gould | 2010-02-25 | 1 | -0/+1 |
|/ | |||||
* | Updated patch for the visibility field | Ted Gould | 2010-02-23 | 1 | -0/+3 |
|\ | |||||
| * | Second patch on 524150 | Jan Arne Petersen | 2010-02-23 | 1 | -0/+35 |
| | | |||||
* | | NO TEARY! | Ted Gould | 2010-02-22 | 1 | -0/+4 |
| | | |||||
* | | Looking at children with foreach instead of forall | Ted Gould | 2010-02-22 | 1 | -3/+3 |
| | | |||||
* | | Creates and event handler for the add and remove signals to recreate the menu | Jan Arne Petersen | 2010-02-22 | 1 | -0/+32 |
|/ | |||||
* | Set the sensitive state when starting out. | Jan Arne Petersen | 2010-02-22 | 1 | -0/+4 |
| | |||||
* | Checking for a null string as the attention icon. | Ted Gould | 2010-02-19 | 1 | -1/+1 |
| | |||||
* | Removing debug output | Ted Gould | 2010-02-19 | 1 | -2/+0 |
| | |||||
* | Fix to unregister the object | Jan Arne Petersen | 2010-02-19 | 1 | -0/+9 |
| | |||||
* | Disconnect 'client_menu_changed' in dispose method. | Cody Russell | 2010-02-17 | 1 | -1/+5 |
| | |||||
* | Check priv->menu for non-NULL | Cody Russell | 2010-02-16 | 1 | -3/+6 |
| | |||||
* | Fixing visibility changes and when menuitems get added and deleted. | Ted Gould | 2010-02-12 | 1 | -32/+55 |
|\ | |||||
| * | Change the indentation for this case to be the same as the others. | Cody Russell | 2010-02-12 | 1 | -17/+17 |
| | | |||||
| * | Just to be safe, let's connect these at the end. | Cody Russell | 2010-02-12 | 1 | -4/+4 |
| | | |||||
| * | Use dbusmenu_menuitem_property_set_bool(), and also fix some indenting. | Cody Russell | 2010-02-12 | 1 | -16/+16 |
| | | |||||
| * | Handle menuitem visibility changes, and additions/removals from menus. | Cody Russell | 2010-02-12 | 1 | -3/+26 |
| | | |||||
* | | Fixing labels on stock items. | Ted Gould | 2010-02-12 | 1 | -1/+4 |
|\ \ | |/ |/| | |||||
| * | * When a GtkImageMenuItem has got a stock icon set don't just assume it's ↵ | Sense Hofstede | 2010-02-12 | 1 | -1/+4 |
|/ | | | | also using the stock label, but check first. (Closes: #520048) | ||||
* | Submenus | Cody Russell | 2010-02-11 | 1 | -5/+18 |
| | |||||
* | Moving the clean_id code to get set when we set the ID and checking for it ↵ | Ted Gould | 2010-02-10 | 1 | -8/+9 |
| | | | | when building the menu. | ||||
* | Creating a clean ID that doesn't take any illegal dbus characters and using ↵ | Ted Gould | 2010-02-10 | 1 | -4/+20 |
| | | | | that in the path. | ||||
* | Making the menu path also include the ID | Ted Gould | 2010-02-10 | 1 | -3/+4 |
| | |||||
* | Making it so that you can't set an ID twice instead of just issuing a warning. | Ted Gould | 2010-02-10 | 1 | -8/+7 |
| | |||||
* | Moving the registration of the object to when we want to connect everything, ↵ | Ted Gould | 2010-02-10 | 1 | -5/+7 |
| | | | | and making the path include the item ID to ensure it's unique. | ||||
* | Switching menu property to be an object path. | Ted Gould | 2010-02-10 | 2 | -11/+20 |
|\ | |||||
| * | Falling back on string if that's what we get. Makes things compatible. | Ted Gould | 2010-02-10 | 1 | -1/+7 |
| | | |||||
| * | Ready to recieve the boxed type on the other side. | Ted Gould | 2010-02-06 | 2 | -4/+7 |
| | | |||||
| * | Changing the type of the property and setting it with boxed | Ted Gould | 2010-02-06 | 1 | -10/+10 |
| | | |||||
* | | Handling the service resetting much better. Clearing out the old, but after ↵ | Ted Gould | 2010-02-08 | 1 | -46/+170 |
|\ \ | | | | | | | | | | ensuring they won't come back. |