aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | workaround a gtk+ bug.
* 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 ↵Chris Coulson2010-02-271-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 Gould2010-02-251-0/+10
|\
| * * Do send the connection-changed signal, in check_connect() -- when a new ↵Sense Hofstede2010-02-251-0/+10
| | | | | | | | connection is established -- watcher_proxy_destroyed() and app_indicator_dispose() (Closes LP: #527082)
* | 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
|\ \ | |/ |/|
| * * When a GtkImageMenuItem has got a stock icon set don't just assume it's ↵Sense Hofstede2010-02-121-1/+4
|/ | | | also using the stock label, but check first. (Closes: #520048)
* SubmenusCody Russell2010-02-111-5/+18
|
* Moving the clean_id code to get set when we set the ID and checking for it ↵Ted Gould2010-02-101-8/+9
| | | | when building the menu.
* Creating a clean ID that doesn't take any illegal dbus characters and using ↵Ted Gould2010-02-101-4/+20
| | | | that in the path.
* Making the menu path also include the IDTed Gould2010-02-101-3/+4
|
* Making it so that you can't set an ID twice instead of just issuing a warning.Ted Gould2010-02-101-8/+7
|
* Moving the registration of the object to when we want to connect everything, ↵Ted Gould2010-02-101-5/+7
| | | | and making the path include the item ID to ensure it's unique.
* Switching menu property to be an object path.Ted Gould2010-02-102-11/+20
|\
| * Falling back on string if that's what we get. Makes things compatible.Ted Gould2010-02-101-1/+7
| |
| * Ready to recieve the boxed type on the other side.Ted Gould2010-02-062-4/+7
| |
| * Changing the type of the property and setting it with boxedTed Gould2010-02-061-10/+10
| |
* | Handling the service resetting much better. Clearing out the old, but after ↵Ted Gould2010-02-081-46/+170
|\ \ | | | | | | | | | ensuring they won't come back.
| * | Boolean again! Ted Gould2010-02-061-1/+1
| | |
| * | Adding check to look for privates gotten on invalid objects.Ted Gould2010-02-061-2/+7
| | |
| * | Handling if we get duplicate entries added, just recycling.Ted Gould2010-02-061-0/+41
| | |
| * | Now we're actively killing.Ted Gould2010-02-061-2/+17
| | |
| * | Setting up the disconnected helpers and structure.Ted Gould2010-02-061-3/+39
| | |
| * | Changing the proxy to only build if we need it, and not destroy itself on ↵Ted Gould2010-02-061-43/+45
| | | | | | | | | | | | killing the process. There's really no reason for that.
| * | Making room for a disconnected function.Ted Gould2010-02-061-3/+28
| |/
* | Cause the proxy to get built outside of the other proxy destroy callback.Ted Gould2010-02-081-9/+35
|\ \
| * | Putting the proxy construction in an idle function.Ted Gould2010-02-061-9/+29
| | |
| * | Reffing the connection so we ensure that we have it even when folks die.Ted Gould2010-02-061-0/+6
| |/