aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Specification cleanupsTed Gould2011-03-011-11/+12
| | |\ \ \ \
| | | * | | | Doc fixes:Aurelien Gateau2011-02-281-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 Gould2011-03-011-1/+3
| | |\ \ \ \ \
| | | * | | | | Move keyname check before builder is init'dTed Gould2011-03-011-2/+3
| | | | | | | |
| | | * | | | | Check the return value of gdk_keyval_name, as passing NULL pointersChris Coulson2011-02-281-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 Gould2011-03-011-8/+10
| | |\ \ \ \ \
| | | * | | | | Ensure we disconnect theme_changed_cb if the DbusmenuMenuitem disappears, butChris Coulson2011-02-281-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 Gould2011-03-011-24/+18
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cleaning up an associated warning.
| | | * | | | | The last commit causes the warning in dbusmenu_menuitem_property_is_default ↵Chris Coulson2011-03-011-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 Coulson2011-02-281-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 submenuTed Gould2011-03-011-0/+11
| | |\ \ \ \ \
| | | * | | | | Oops, fix a silly typoChris Coulson2011-03-011-1/+1
| | | | | | | |
| | | * | | | | Ensure we hook on to child-added signals from sub GtkMenuShell's. This broke ↵Chris Coulson2011-03-011-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 interfacesTed Gould2011-03-011-4/+11
| | |\ \ \ \ \
| | | * | | | | Add enum-types to the exported headers so that language bindings can use them.Ted Gould2011-02-251-0/+1
| | | | | | | |
| | | * | | | | Switching so that the GIR file is built from our exported H files and objects.Ted Gould2011-02-251-4/+10
| | | | | | | |
| | * | | | | | Use the right i18n headerTed Gould2011-03-012-2/+2
| | |\ \ \ \ \ \
| | | * | | | | | Use the library i18n instead of the standard one for apps.Ted Gould2011-02-252-2/+2
| | | |/ / / / /
| | * | | | | | Making sure to disconnect all signal handlers.Ted Gould2011-03-011-0/+6
| | |\ \ \ \ \ \
| | | * | | | | | disconnect some more signals when menuitem diesMichael Terry2011-02-281-0/+6
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Actually use the parent parameter to find the menuitemTed Gould2011-03-011-1/+5
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Actually looking up the parent menu itemTed Gould2011-03-011-1/+5
| | |/ / / / /
| | * | | | | Fixing to ensure we keep a variant reference.Ted Gould2011-02-261-1/+12
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | | | * | Handle the property being grabbed over dbusTed Gould2011-02-221-0/+10
| | | | | | |
| | | | | * | Fleshing out the function to set the icon dirsTed Gould2011-02-221-1/+36
| | | | | | |
| | | | | * | Fleshing out getting the dirsTed Gould2011-02-221-3/+4
| | | | | | |
| | | | | * | Adding a private variable for the string listTed Gould2011-02-221-0/+9
| | | | | | |
| | | | | * | Adding some documentationTed Gould2011-02-221-0/+17
| | | | | | |
| | | | | * | Prototypes and stubs for the get/set icon pathsTed Gould2011-02-222-0/+18
| | | | | | |
| | | | | * | Adding a property for icon theme path collection.Ted Gould2011-02-221-0/+9
| | | | | | |
| | | | | * | Getting the love branchTed Gould2011-02-2214-11/+710
| | | | | |\ \
* | | | | | \ \ Merge from U. DesktopTed Gould2011-03-038-0/+172
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | releasing version 0.3.99-0ubuntu5Ken VanDine2011-03-013-0/+25
| | | | | | | |
| * | | | | | | releasing version 0.3.99-0ubuntu4Ken VanDine2011-03-014-13/+56
| | | | | | | |
| * | | | | | | releasing version 0.3.99-0ubuntu3Ken VanDine2011-03-016-0/+104
| | | | | | | |
* | | | | | | | Merge from U.DesktopTed Gould2011-02-242-3/+19
|\| | | | | | |
| * | | | | | | releasing version 0.3.99-0ubuntu1Ken VanDine2011-02-242-3/+19
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Making sure to grab the variant and dispose of it in handle_event.Ted Gould2011-02-241-1/+12
| | | |/ / / / | | |/| | | |
| * | | | | | * New upstream release.Ken VanDine2011-02-24127-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~ppa1Ted Gould2011-02-241-2/+2
| | | | | | |
* | | | | | | New upstream release.Ted Gould2011-02-2487-123/+12269
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Import upstream version 0.3.99Ted Gould2011-02-24136-2566/+16009
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | 0.3.99Ted Gould2011-02-241-3/+3
| | | | | | |
| | * | | | | Marking as having details available in the signalTed Gould2011-02-241-1/+1
| | | | | | |
* | | | | | | releasing version 0.3.98-0ubuntu5~ppa2Ted Gould2011-02-241-2/+2
| | | | | | |
* | | | | | | Grabbing the generated file as wellTed Gould2011-02-241-3/+3
| | | | | | |
* | | | | | | * Upstream MergeTed Gould2011-02-243-1/+10
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | * Fixing state property
| * | | | | | Set property to status and return itTed Gould2011-02-242-1/+3
| | | | | | |
* | | | | | | releasing version 0.3.98-0ubuntu5~ppa1Ted Gould2011-02-241-2/+2
| | | | | | |
* | | | | | | * Documentation fixesTed Gould2011-02-2431-157/+812
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Making menuitems track their own parents * Resolving property changes by looking at the properties directly.