| Commit message (Expand) | Author | Age | Files | Lines |
* | Lengthing kill timer to be a little longer for slow systems. | Ted Gould | 2010-03-02 | 1 | -1/+1 |
* | 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 |
* | | Switching from hide to visible. | Ted Gould | 2010-03-01 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Use gtk_status_icon_set_visible to hide the status icon. GtkStatusIcon is not... | Chris Coulson | 2010-02-27 | 1 | -1/+1 |
|/ |
|
* | 0.0.140.0.14 | Ted Gould | 2010-02-25 | 1 | -2/+2 |
* | Ignoring everything. | Ted Gould | 2010-02-25 | 1 | -1/+8 |
* | Changing the metadata to have the proper signal names in it. | Ted Gould | 2010-02-25 | 1 | -0/+4 |
|\ |
|
| * | * Correct the Mono bindings metadata to properly bind with the signals (Close... | Sense Hofstede | 2010-02-25 | 1 | -0/+4 |
* | | 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 con... | Sense Hofstede | 2010-02-25 | 1 | -0/+10 |
| |/ |
|
* | | Hide the status icon when unref'd | Ted Gould | 2010-02-25 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Hiding the notification icon before unreffing it. | Ted Gould | 2010-02-25 | 1 | -0/+1 |
|/ |
|
* | Adding a check for dbus-glib version. The patch to unregister requires v. 0.82 | Ted Gould | 2010-02-23 | 1 | -0/+2 |
* | Fixes to get the menus updated and visibility all handled nicely. | Ted Gould | 2010-02-23 | 1 | -2/+41 |
|\ |
|
| * | 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 |
|/ |
|
* | Making the fallback test more robust on slow systems. | Ted Gould | 2010-02-22 | 2 | -4/+40 |
|\ |
|
| * | Fall out of the while, sometime, if we really think it's not recoverable. | Ted Gould | 2010-02-22 | 1 | -1/+8 |
| * | Trying to make the test a little more robust by waiting for the other process... | Ted Gould | 2010-02-22 | 2 | -4/+33 |
|/ |
|
* | Patch to read sensitivity on startup. | Ted Gould | 2010-02-22 | 1 | -0/+4 |
|\ |
|
| * | Fixes bug 522151 | Ted Gould | 2010-02-22 | 0 | -0/+0 |
| * | Set the sensitive state when starting out. | Jan Arne Petersen | 2010-02-22 | 1 | -0/+4 |
|/ |
|
* | Properly look for null strings in the attention icon. | Ted Gould | 2010-02-22 | 1 | -1/+1 |
|\ |
|
| * | Checking for a null string as the attention icon. | Ted Gould | 2010-02-19 | 1 | -1/+1 |
* | | Improving the dbus tests so that they have a mock watcher in them. | Ted Gould | 2010-02-19 | 3 | -0/+63 |
|\ \
| |/
|/| |
|
| * | Adding a mock server here as well | Ted Gould | 2010-02-19 | 1 | -0/+30 |
| * | Putting in a mock watcher so we don't fall back. | Ted Gould | 2010-02-19 | 2 | -0/+33 |
|/ |
|
* | Fix to remove the registration of dbus objects | Ted Gould | 2010-02-19 | 1 | -0/+7 |
|\ |
|
| * | Attaching bug | Ted Gould | 2010-02-19 | 0 | -0/+0 |
| * | 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 signal handlers when unreffing the menu. | Ted Gould | 2010-02-17 | 1 | -1/+5 |
|\ |
|
| * | 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 | 2 | -34/+58 |
|\ |
|
| * | Minor cleanup | Cody Russell | 2010-02-12 | 1 | -8/+1 |
| * | 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 | 2 | -5/+13 |
| * | 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 al... | Sense Hofstede | 2010-02-12 | 1 | -1/+4 |
|/ |
|
* | Adding in submenu support. | Ted Gould | 2010-02-11 | 2 | -10/+50 |
|\ |
|
| * | Submenus | Cody Russell | 2010-02-11 | 2 | -10/+50 |
|/ |
|
* | 0.0.130.0.13 | Ted Gould | 2010-02-11 | 1 | -2/+2 |
* | Fix to make the dbus paths unique by using the ID of the application. | Ted Gould | 2010-02-11 | 5 | -25/+58 |
|\ |
|