aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib
Commit message (Collapse)AuthorAgeFilesLines
* Changing ID_PROP_UPDATE signal to use GValues instead of strings.Ted Gould2009-12-091-4/+7
|
* Switching the marshallers around to match the new signal interfaces.Ted Gould2009-12-091-1/+2
|
* Changing signal prototypes in the signal handlers.Ted Gould2009-12-091-10/+10
|
* Adding in layout debug message.Ted Gould2009-12-091-0/+2
|
* Switching from using the 'Layout' property to using the 'GetLayout' function ↵Ted Gould2009-12-091-21/+8
| | | | with more fun parameters.
* Changing signal names to match the new (more logical) naming pattern.Ted Gould2009-12-091-2/+2
|
* Making a proper error on GroupProperties not being implemented.Ted Gould2009-12-091-1/+7
|
* Switching get properties to include the properties list.Ted Gould2009-12-091-2/+2
|
* Updating to new API so that we build. Nice touch.Ted Gould2009-12-091-3/+5
|
* Getting the server building again, not great shape though. Needs more work.Ted Gould2009-12-081-31/+42
|
* Merging in the spec-discussion branch.Ted Gould2009-12-083-35/+96
|\
| * Changes to keep layouts but all for globbing of properties in a similar way.Ted Gould2009-12-081-11/+54
| |
| * Grabbing agateau's changesTed Gould2009-12-081-49/+70
| |\
| | * Fixed type of value param in ItemPropertyUpdated() signalAurelien Gateau2009-11-131-1/+1
| | |
| | * Removed ItemAdded/ItemRemoved for nowAurelien Gateau2009-11-131-23/+0
| | |
| | * New DBus menu APIAurelien Gateau2009-11-131-48/+92
| | |
| * | Changing name to org.ayatana.Ted Gould2009-11-203-9/+9
| |\ \ | | |/ | |/|
| | * Changing the interface name for properties.Ted Gould2009-10-281-2/+2
| | |
| | * Chaning the default object path.Ted Gould2009-10-281-3/+3
| | |
| | * Changing the function calls to match the change.Ted Gould2009-10-281-3/+3
| | |
| | * First step, change the interface name.Ted Gould2009-10-281-1/+1
| | |
* | | Making the 'type' property a #defineTed Gould2009-11-132-1/+3
| | |
* | | Moving 'buildxml' into the private header file.Ted Gould2009-11-135-1/+43
| | |
* | | Switching all the values to Variants.Ted Gould2009-11-121-3/+3
| | |
* | | Adding in a version numberTed Gould2009-11-121-0/+3
|/ /
* / Added documentationAurelien Gateau2009-10-281-0/+57
|/
* Managing the lifecycle of the menu item more directly and making sure to ↵Ted Gould2009-10-022-1/+75
|\ | | | | | | remove them from the menu when they're not children of it anymore.
| * Typo in define nameTed Gould2009-10-011-2/+2
| |
| * More getting messages in get_positionTed Gould2009-10-011-0/+5
| |
| * Adding in printing for type handlers and getting root.Ted Gould2009-10-011-0/+8
| |
| * Printing out the position when we ask for it.Ted Gould2009-10-011-0/+4
| |
| * Axing long propsTed Gould2009-10-011-1/+1
| |
| * Adding labels to all of the printout lines to make it easier to debug.Ted Gould2009-10-011-8/+13
| |
| * Truncating property values if they're too long.Ted Gould2009-10-011-1/+1
| |
| * Being more explicity about the position that things are placed in.Ted Gould2009-10-011-4/+4
| |
| * Got our cast on backwards.Ted Gould2009-10-011-1/+1
| |
| * Another, typoTed Gould2009-10-011-1/+1
| |
| * Creating some massive debugging on basically every event from these folks. ↵Ted Gould2009-10-012-1/+53
| | | | | | | | We want to know it all.
* | We weren't checking to see if error wasn't null, and therefore we reacted on ↵Ted Gould2009-10-021-0/+8
|/ | | | a bad hashtable which caused a crash.
* Updating prototype for signalTed Gould2009-09-211-1/+1
|
* Getting the revision data off of the root node there.Ted Gould2009-09-211-1/+30
|
* Adding the revision to the signal in the dbus spec.Ted Gould2009-09-211-0/+1
|
* Save the 'current' version and track whether we need to request an update.Ted Gould2009-09-211-3/+7
|
* Changing from a boolean to tracking rev numbers in the private structure.Ted Gould2009-09-211-13/+17
|
* Putting the revision number into the XML sent across the bus.Ted Gould2009-09-213-7/+9
|
* Cleanup changes from last commit.Ted Gould2009-09-212-1/+3
|
* Updating the signal to send a revision numberTed Gould2009-09-211-6/+15
|
* Adding in a second checking of the layout if we look for it while we're ↵Ted Gould2009-09-171-8/+9
| | | | still requesting it. We're not sure if this creates an issue between the syncing of the two objects.
* Adding in handling of the child moved eventTed Gould2009-09-171-0/+9
|
* Commenting out the blocking on root waiting for an update.Ted Gould2009-09-111-0/+6
|