Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Specification cleanups | Ted Gould | 2011-03-01 | 1 | -11/+12 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Doc fixes: | Aurelien Gateau | 2011-02-28 | 1 | -11/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use "@a foo" for arguments, not "@foo" - Rename "recurse" (which sounds boolean) to "recursionDepth" - Removed dbusmenu-qt specific annotations | |||||
| | * | | | | | Check for valid name before building up variant. | Ted Gould | 2011-03-01 | 1 | -1/+3 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Move keyname check before builder is init'd | Ted Gould | 2011-03-01 | 1 | -2/+3 | |
| | | | | | | | | ||||||
| | | * | | | | | Check the return value of gdk_keyval_name, as passing NULL pointers | Chris Coulson | 2011-02-28 | 1 | -0/+1 | |
| | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | | to g_variant_builder_add can cause bad things to happen. Might fix LP: #720895 | |||||
| | * | | | | | Disconnecting theme changed on normal cleanup as well to ensure it's benign. | Ted Gould | 2011-03-01 | 1 | -8/+10 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Ensure we disconnect theme_changed_cb if the DbusmenuMenuitem disappears, but | Chris Coulson | 2011-02-28 | 1 | -8/+10 | |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the corresponding GtkMenuItem stays alive. This shouldn't really be a problem, as dbusmenu_item_freed *should* do enough cleaning up to ensure that theme_changed_cb is inert if it fires later on. Just do this to be safe though | |||||
| | * | | | | | Removing properties by setting the variant to NULL to generate signals and ↵ | Ted Gould | 2011-03-01 | 1 | -24/+18 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | cleaning up an associated warning. | |||||
| | | * | | | | | The last commit causes the warning in dbusmenu_menuitem_property_is_default ↵ | Chris Coulson | 2011-03-01 | 1 | -7/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to be thrown when removing a property that has no default value. This warning seems bogus though, as any property that is not in the menuitems local property list is a default value (as that is what dbusmenu_menuitem_property_get* will return). Simplify this function to work like this and drop the warning | |||||
| | | * | | | | | Fix LP: #723873 - when a menuitems property is restored to a default value, ↵ | Chris Coulson | 2011-02-28 | 1 | -17/+16 | |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the new state is not updated correctly on the listening client. Make dbusmenu_menuitem_property_remove call dbusmenu_menuitem_property_set_variant with a NULL value rather than manipulating the properties directly. When removing a property that has a default value now, it will signal PROPERTY_CHANGED with the default value, which means that changing a property from non-default to default over the wire (which really just deletes the property) now works correctly. This is also now more aligned with how dbusmenu_menuitem_property_get* works, which will return the default value for a property after removing the property from the menuitem | |||||
| | * | | | | | Adding a weak pointer to the submenu | Ted Gould | 2011-03-01 | 1 | -0/+11 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Oops, fix a silly typo | Chris Coulson | 2011-03-01 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Ensure we hook on to child-added signals from sub GtkMenuShell's. This broke ↵ | Chris Coulson | 2011-03-01 | 1 | -0/+11 | |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in r220 in order to stop adding weak pointers on the root shell more than once. Now, we connect the signals when we create the DbusmenuMenuitem | |||||
| | * | | | | | Have the gir-scanner use the exported interfaces | Ted Gould | 2011-03-01 | 1 | -4/+11 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Add enum-types to the exported headers so that language bindings can use them. | Ted Gould | 2011-02-25 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Switching so that the GIR file is built from our exported H files and objects. | Ted Gould | 2011-02-25 | 1 | -4/+10 | |
| | | | | | | | | ||||||
| | * | | | | | | Use the right i18n header | Ted Gould | 2011-03-01 | 2 | -2/+2 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Use the library i18n instead of the standard one for apps. | Ted Gould | 2011-02-25 | 2 | -2/+2 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Making sure to disconnect all signal handlers. | Ted Gould | 2011-03-01 | 1 | -0/+6 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | disconnect some more signals when menuitem dies | Michael Terry | 2011-02-28 | 1 | -0/+6 | |
| | | | |/ / / / | | | |/| | | | | ||||||
| | * | | | | | | Actually use the parent parameter to find the menuitem | Ted Gould | 2011-03-01 | 1 | -1/+5 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | | * | | | | | Actually looking up the parent menu item | Ted Gould | 2011-03-01 | 1 | -1/+5 | |
| | |/ / / / / | ||||||
| | * | | | | | Fixing to ensure we keep a variant reference. | Ted Gould | 2011-02-26 | 1 | -1/+12 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | | | * | | Handle the property being grabbed over dbus | Ted Gould | 2011-02-22 | 1 | -0/+10 | |
| | | | | | | | ||||||
| | | | | * | | Fleshing out the function to set the icon dirs | Ted Gould | 2011-02-22 | 1 | -1/+36 | |
| | | | | | | | ||||||
| | | | | * | | Fleshing out getting the dirs | Ted Gould | 2011-02-22 | 1 | -3/+4 | |
| | | | | | | | ||||||
| | | | | * | | Adding a private variable for the string list | Ted Gould | 2011-02-22 | 1 | -0/+9 | |
| | | | | | | | ||||||
| | | | | * | | Adding some documentation | Ted Gould | 2011-02-22 | 1 | -0/+17 | |
| | | | | | | | ||||||
| | | | | * | | Prototypes and stubs for the get/set icon paths | Ted Gould | 2011-02-22 | 2 | -0/+18 | |
| | | | | | | | ||||||
| | | | | * | | Adding a property for icon theme path collection. | Ted Gould | 2011-02-22 | 1 | -0/+9 | |
| | | | | | | | ||||||
| | | | | * | | Getting the love branch | Ted Gould | 2011-02-22 | 14 | -11/+710 | |
| | | | | |\ \ | ||||||
* | | | | | \ \ | Merge from U. Desktop | Ted Gould | 2011-03-03 | 8 | -0/+172 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | releasing version 0.3.99-0ubuntu5 | Ken VanDine | 2011-03-01 | 3 | -0/+25 | |
| | | | | | | | | ||||||
| * | | | | | | | releasing version 0.3.99-0ubuntu4 | Ken VanDine | 2011-03-01 | 4 | -13/+56 | |
| | | | | | | | | ||||||
| * | | | | | | | releasing version 0.3.99-0ubuntu3 | Ken VanDine | 2011-03-01 | 6 | -0/+104 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge from U.Desktop | Ted Gould | 2011-02-24 | 2 | -3/+19 | |
|\| | | | | | | | ||||||
| * | | | | | | | releasing version 0.3.99-0ubuntu1 | Ken VanDine | 2011-02-24 | 2 | -3/+19 | |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| | * | | | | | | Making sure to grab the variant and dispose of it in handle_event. | Ted Gould | 2011-02-24 | 1 | -1/+12 | |
| | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | * New upstream release. | Ken VanDine | 2011-02-24 | 127 | -288/+14205 | |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a signal on the menuitem for generic event support * Handle the case of a single NULL entry as well. * Not checking defaults when value is NULL * Add the 'type' variable first when processing new menuitems * Protection from unref'ing NULL variants * Only send the requested properties and request fewer * Add in a defaults database * Only send property updates if the menu item has been seen on the bus. * Add a property for text direction. * Add a property for needing attention. * Documentation fixes * Making menuitems track their own parents * Resolving property changes by looking at the properties directly. | |||||
* | | | | | | | releasing version 0.3.99-0ubuntu1~ppa1 | Ted Gould | 2011-02-24 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | New upstream release. | Ted Gould | 2011-02-24 | 87 | -123/+12269 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Import upstream version 0.3.99 | Ted Gould | 2011-02-24 | 136 | -2566/+16009 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | 0.3.99 | Ted Gould | 2011-02-24 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | * | | | | | Marking as having details available in the signal | Ted Gould | 2011-02-24 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | releasing version 0.3.98-0ubuntu5~ppa2 | Ted Gould | 2011-02-24 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Grabbing the generated file as well | Ted Gould | 2011-02-24 | 1 | -3/+3 | |
| | | | | | | | ||||||
* | | | | | | | * Upstream Merge | Ted Gould | 2011-02-24 | 3 | -1/+10 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | * Fixing state property | |||||
| * | | | | | | Set property to status and return it | Ted Gould | 2011-02-24 | 2 | -1/+3 | |
| | | | | | | | ||||||
* | | | | | | | releasing version 0.3.98-0ubuntu5~ppa1 | Ted Gould | 2011-02-24 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | * Documentation fixes | Ted Gould | 2011-02-24 | 31 | -157/+812 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Making menuitems track their own parents * Resolving property changes by looking at the properties directly. |