Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | releasing version 0.0.13-0ubuntu70.0.13-0ubuntu7 | Sebastien Bacher | 2010-02-22 | 2 | -0/+11 |
| | |||||
* | releasing version 0.0.13-0ubuntu60.0.13-0ubuntu6 | Martin Pitt | 2010-02-19 | 1 | -2/+2 |
| | |||||
* | set to UNRELEASED | Ken VanDine | 2010-02-19 | 1 | -1/+1 |
| | |||||
* | * Cherrypick fix to check for a null string as the attention icon | Ken VanDine | 2010-02-19 | 3 | -40/+10 |
| | | | | | * Cherrypick fix to remove the registration of dbus objects (LP: #497870) - lets us drop debian/patches/unregister.patch | ||||
* | Cherry picked fix to check for a null string as the attention icon | Ken VanDine | 2010-02-19 | 2 | -1/+7 |
| | |||||
* | releasing version 0.0.13-0ubuntu50.0.13-0ubuntu5 | Martin Pitt | 2010-02-19 | 1 | -2/+2 |
| | |||||
* | * debian/patches/unregister.patch | Ken VanDine | 2010-02-19 | 2 | -0/+46 |
| | | | | - Fix to remove the registration of dbus objects (LP: #497870) | ||||
* | releasing version 0.0.13-0ubuntu40.0.13-0ubuntu4 | Sebastien Bacher | 2010-02-17 | 2 | -1/+12 |
| | |||||
* | releasing version 0.0.13-0ubuntu30.0.13-0ubuntu3 | Sebastien Bacher | 2010-02-16 | 4 | -36/+71 |
|\ | |||||
| * | 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 ↵ | Sense Hofstede | 2010-02-12 | 1 | -1/+4 |
| |/ | | | | | | | also using the stock label, but check first. (Closes: #520048) | ||||
| * | Adding in submenu support. | Ted Gould | 2010-02-11 | 2 | -10/+50 |
| |\ | |||||
* | \ | releasing version 0.0.13-0ubuntu20.0.13-0ubuntu2 | Sebastien Bacher | 2010-02-12 | 3 | -10/+57 |
|\ \ \ | | |/ | |/| | |||||
| * | | Submenus | Cody Russell | 2010-02-11 | 2 | -10/+50 |
| |/ | |||||
* | | releasing version 0.0.13-0ubuntu10.0.13-0ubuntu1 | Ken VanDine | 2010-02-11 | 8 | -38/+88 |
|\ \ | |||||
| * | | releasing version 0.0.13-0ubuntu1 | Ted Gould | 2010-02-11 | 1 | -2/+2 |
| | | | |||||
| * | | * Upstream release 0.0.13 | Ted Gould | 2010-02-11 | 8 | -38/+88 |
| |\| | | | | | | | | | | | | | * Changing the menu property to be a proper DBus object path * Make object paths unique by including application IDs in them | ||||
| | * | 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 |
| | |\ | |||||
| | | * | Making sure our new tests with gtk_init() in them have an X server to talk to. | Ted Gould | 2010-02-10 | 1 | -2/+4 |
| | | | | |||||
| | | * | Building a menu so this item will show | Ted Gould | 2010-02-10 | 1 | -1/+7 |
| | | | | |||||
| | | * | 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. | ||||
| | | * | Changing to ID based naming and setting a menu to get init | Ted Gould | 2010-02-10 | 2 | -5/+11 |
| | | | | |||||
| | | * | 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 |
| | | | | |||||
| * | | | Sync to Ubuntu Desktop | Ted Gould | 2010-02-11 | 1 | -1/+1 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | releasing version 0.0.12-0ubuntu10.0.12-0ubuntu1 | Ken VanDine | 2010-02-08 | 10 | -58/+492 |
|\| | | | |||||
| * | | | releasing version 0.0.12-0ubuntu1~ppa1 | Ted Gould | 2010-02-08 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merging in ubuntu-desktop | Ted Gould | 2010-02-08 | 2 | -8/+17 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | releasing version 0.0.11-0ubuntu10.0.11-0ubuntu1 | Sebastien Bacher | 2010-02-04 | 12 | -28/+86 |
|\ \ \ \ | |||||
* | | | | | releasing version 0.0.10-0ubuntu20.0.10-0ubuntu2 | Ken VanDine | 2010-01-21 | 2 | -1/+8 |
| | | | | | |||||
* | | | | | releasing version 0.0.10-0ubuntu10.0.10-0ubuntu1 | Ken VanDine | 2010-01-21 | 12 | -27/+832 |
|\ \ \ \ \ | |||||
| | | * | | | Upstream release 0.0.12 | Ted Gould | 2010-02-08 | 2 | -11/+5 |
| | | |\| | | |||||
| | | | * | | 0.0.120.0.12 | Ted Gould | 2010-02-08 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | releasing version 0.0.11-0ubuntu1~ppa3 | Ted Gould | 2010-02-08 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | * Upstream Merge | Ted Gould | 2010-02-08 | 3 | -55/+215 |
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Handling the service restarting better by removing the icons after a small delay to ensure they don't return. * Fixing a crash where a proxy was created while the previous one was being destroyed. | ||||
| | | | * | | 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. | ||||
| | | | | * | | Boolean again! | Ted Gould | 2010-02-06 | 1 | -1/+1 |
| | | | | | | |