| Commit message (Expand) | Author | Age | Files | Lines |
* | Listen also to label changes on actions related to menu items to | Jan Arne Petersen | 2010-03-08 | 1 | -0/+33 |
* | Use gtk_status_icon_set_visible to hide the status icon. GtkStatusIcon is not... | Chris Coulson | 2010-02-27 | 1 | -1/+1 |
* | 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 |
* | | 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 |
* | 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 al... | Sense Hofstede | 2010-02-12 | 1 | -1/+4 |
|/ |
|
* | 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 wh... | Ted Gould | 2010-02-10 | 1 | -8/+9 |
* | Creating a clean ID that doesn't take any illegal dbus characters and using t... | Ted Gould | 2010-02-10 | 1 | -4/+20 |
* | 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 |
* | Switching menu property to be an object path. | Ted Gould | 2010-02-10 | 1 | -10/+10 |
|\ |
|
| * | Ready to recieve the boxed type on the other side. | Ted Gould | 2010-02-06 | 1 | -3/+3 |
| * | Changing the type of the property and setting it with boxed | Ted Gould | 2010-02-06 | 1 | -10/+10 |
* | | Putting the proxy construction in an idle function. | Ted Gould | 2010-02-06 | 1 | -9/+29 |
* | | Reffing the connection so we ensure that we have it even when folks die. | Ted Gould | 2010-02-06 | 1 | -0/+6 |
|/ |
|
* | Merged timestamp fix | Aurelien Gateau | 2010-02-03 | 1 | -1/+1 |
|\ |
|
| * | Changing the prototype of the activate signal | Ted Gould | 2010-02-02 | 1 | -1/+1 |
* | | icon -> icon-name | Aurelien Gateau | 2010-02-02 | 1 | -9/+9 |
|/ |
|
* | Use the right function in the fallback. | Ted Gould | 2010-01-20 | 1 | -1/+1 |
|\ |
|
| * | Changing to use the status wrapper for handling the status signal's different... | Ted Gould | 2010-01-19 | 1 | -1/+1 |
* | | Only add the Application if it doesn't already exist in the appstore. | Cody Russell | 2010-01-14 | 1 | -0/+4 |
|/ |
|
* | Returning the icon we've created. | Ted Gould | 2010-01-14 | 1 | -1/+1 |
* | Making a more descriptive error on 'unfallback' not existing. | Ted Gould | 2010-01-14 | 1 | -1/+1 |
* | Using better naming for 'do_it_now' parameter. | Ted Gould | 2010-01-14 | 1 | -3/+3 |
* | Realized that we didn't really use the 'notify' signal... now using the bette... | Ted Gould | 2010-01-13 | 1 | -8/+17 |
* | Making it so that the icon will update in the fallback case with changes to t... | Ted Gould | 2010-01-13 | 1 | -3/+25 |
* | Popping up menu on activate. | Ted Gould | 2010-01-13 | 1 | -0/+11 |
* | Adding in a get_menu function. | Ted Gould | 2010-01-13 | 1 | -1/+21 |
* | Connecting to the activate signal | Ted Gould | 2010-01-13 | 1 | -0/+12 |
* | Remove the 'destroy' signal handler before destroying the watcher proxy. | Ted Gould | 2010-01-13 | 1 | -0/+1 |
* | Checking more for whether we have an APP_INDICATOR object | Ted Gould | 2010-01-13 | 1 | -3/+3 |
* | Explicitly checking for the APP_INDICATOR. Confused. | Ted Gould | 2010-01-13 | 1 | -0/+2 |