aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Changing it so the object gets unref'dTed Gould2010-05-191-0/+6
* Adding assembly info for Mono bindingsTed Gould2010-04-141-6/+9
|\
| * Add G_LOG_DOMAIN support to the various targets for better messagesNeil Jagdish Patel2010-04-131-6/+9
* | Moving field documentation into a different comment block so that they're pri...Ted Gould2010-04-012-5/+12
|/
* Catch up to trunkTed Gould2010-04-012-32/+24
|\
| * Adding in documentation for the private structure.Ted Gould2010-04-011-1/+2
| * Make it so that we don't store the panel-suffix icons but we do use them with...Ted Gould2010-04-011-31/+22
* | No timer if we're already in fallback.Ted Gould2010-04-011-0/+5
|/
* Tracking the icon name and included the panel suffix for fallback usage.Ted Gould2010-03-292-4/+37
|\
| * use gchar instead of for the clarityKrzysztof Klimonda2010-03-251-4/+4
| * Make app_indicator_set_property also set the suffixed icon_name.Krzysztof Klimonda2010-03-251-1/+4
| * Make GtkStatusIcon use icons with the panel suffix if available.Krzysztof Klimonda2010-03-251-2/+27
* | Fixing icon changing with fallbacks.Ted Gould2010-03-251-3/+25
|\ \ | |/ |/|
| * remove g_object_ref_sink call from status_icon_changesKrzysztof Klimonda2010-03-251-3/+1
| * Use app_indicator_get_icon/app_indicator_get_attention_icon methods to getKrzysztof Klimonda2010-03-221-7/+14
| * Move g_signal_connect for the theme-changed signal to app_indicator_init ()Krzysztof Klimonda2010-03-221-2/+5
| * don't use indicator_image_helper ()Krzysztof Klimonda2010-03-221-8/+7
| * Fix the missing icon on theme change if old icon has different nameKrzysztof Klimonda2010-03-201-3/+18
* | Make sure the state of GtkCheckMenuItems and GtkRadioMenuItems gets updated e...Sense Hofstede2010-03-191-0/+7
|/
* Changing from freedesktop to kde as the spec was never approved finally by fr...Ted Gould2010-03-154-6/+6
|\
| * org.freedesktop.StatusNotifier* => org.kde.StatusNotifier*Aurelien Gateau2010-03-154-6/+6
* | Only show images if "gtk-menu-images" settings orJan Arne Petersen2010-03-151-6/+40
|/
* Switching to use the update function.Ted Gould2010-03-111-3/+1
* Removing design team sizeTed Gould2010-03-101-5/+0
* Also using the helper when changing icons.Ted Gould2010-03-101-7/+3
* Switching to using the libindicator image helperTed Gould2010-03-101-5/+2
* Listen also to label changes on actions related to menu items toJan Arne Petersen2010-03-081-0/+33
* Fixing application icon size.Ted Gould2010-03-021-5/+9
|\
| * Switching from menu size to design team sizeTed Gould2010-02-261-5/+9
* | Use gtk_status_icon_set_visible to hide the status icon. GtkStatusIcon is not...Chris Coulson2010-02-271-1/+1
|/
* Emitting the connection changed signal when the proxy is created and destroyed.Ted Gould2010-02-251-0/+10
|\
| * * Do send the connection-changed signal, in check_connect() -- when a new con...Sense Hofstede2010-02-251-0/+10
* | Hiding the notification icon before unreffing it.Ted Gould2010-02-251-0/+1
|/
* Updated patch for the visibility fieldTed Gould2010-02-231-0/+3
|\
| * Second patch on 524150Jan Arne Petersen2010-02-231-0/+35
* | NO TEARY! Ted Gould2010-02-221-0/+4
* | Looking at children with foreach instead of forallTed Gould2010-02-221-3/+3
* | Creates and event handler for the add and remove signals to recreate the menuJan Arne Petersen2010-02-221-0/+32
|/
* Set the sensitive state when starting out.Jan Arne Petersen2010-02-221-0/+4
* Checking for a null string as the attention icon.Ted Gould2010-02-191-1/+1
* Removing debug outputTed Gould2010-02-191-2/+0
* Fix to unregister the objectJan Arne Petersen2010-02-191-0/+9
* Disconnect 'client_menu_changed' in dispose method.Cody Russell2010-02-171-1/+5
* Check priv->menu for non-NULLCody Russell2010-02-161-3/+6
* Fixing visibility changes and when menuitems get added and deleted.Ted Gould2010-02-121-32/+55
|\
| * Change the indentation for this case to be the same as the others.Cody Russell2010-02-121-17/+17
| * Just to be safe, let's connect these at the end.Cody Russell2010-02-121-4/+4
| * Use dbusmenu_menuitem_property_set_bool(), and also fix some indenting.Cody Russell2010-02-121-16/+16
| * Handle menuitem visibility changes, and additions/removals from menus.Cody Russell2010-02-121-3/+26
* | Fixing labels on stock items.Ted Gould2010-02-121-1/+4
|\ \ | |/ |/|