Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix leaky DbusmenuServer.priv.dbusobject | Charles Kerr | 2012-04-14 | 1 | -0/+5 |
| | |||||
* | In menuitem_signals_remove(), disconnect the ↵ | Charles Kerr | 2012-04-10 | 1 | -0/+1 |
| | | | | | | | DBUSMENU_MENUITEM_SIGNAL_SHOW_TO_USER event that we connected to in menuitem_signals_create(). It looks like this non-disconnected signal goes all the way back to July 2010 <http://bazaar.launchpad.net/~dbusmenu-team/dbusmenu/trunk.0.6/revision/139#libdbusmenu-glib/server.c> so I'd like ted's eyes on this to confirm there's not some nuance that I'm missing... | ||||
* | Apparently this type is wrong, if only this language supported some way to ↵ | Ted Gould | 2012-04-09 | 1 | -1/+1 |
| | | | | communicate to programmers the types that variables were. Oh, we can dream. | ||||
* | Pull the items out of the tuple | Ted Gould | 2012-04-09 | 1 | -2/+4 |
| | |||||
* | Unpacking the tuple | Ted Gould | 2012-03-30 | 1 | -1/+3 |
| | |||||
* | Move the actual about-to-show call into the idle incase we get a ton of them ↵ | Ted Gould | 2012-03-30 | 1 | -2/+14 |
| | | | | (I'm looking at you HUD) | ||||
* | Fleshing out the about-to-show group handler | Ted Gould | 2012-03-30 | 1 | -1/+55 |
| | |||||
* | Make it so the memory handling of the event_core function is more ↵ | Ted Gould | 2012-03-30 | 1 | -4/+5 |
| | | | | predictable and correct. | ||||
* | Fleshing out the event group function | Ted Gould | 2012-03-30 | 1 | -1/+48 |
| | |||||
* | Pulling the core event handling into its own function | Ted Gould | 2012-03-30 | 1 | -12/+23 |
| | |||||
* | Merging trunk | Ted Gould | 2012-03-30 | 1 | -7/+55 |
|\ | |||||
| * | ChrisCoulson's patch to add a lookup hash to avoid the overhead of calling ↵ | Charles Kerr | 2012-03-28 | 1 | -7/+55 |
| |\ | | | | | | | | | | dbusmenu_menuitem_find_id() when possible. See lp bug #801699 | ||||
| | * | this is ChrisCoulson's experimental patch to add a lookup hash to avoid the ↵ | Charles Kerr | 2012-03-27 | 1 | -7/+55 |
| | | | | | | | | | | | | overhead of calling dbusmenu_menuitem_find_id() when possible. | ||||
* | | | Put in functions to handle the new group functions | Ted Gould | 2012-03-30 | 1 | -0/+32 |
| | | | |||||
* | | | Bumping the version of the wire protocol | Ted Gould | 2012-03-30 | 1 | -1/+1 |
|/ / | |||||
* / | server: don't send replies for events that don't request replies | Ryan Lortie | 2012-03-27 | 1 | -1/+3 |
|/ | |||||
* | Remove unused const on GStrv's | Ted Gould | 2012-02-15 | 1 | -1/+1 |
|\ | |||||
| * | Removing useless const on dbusmenu_server_get_icon_paths() | Ted Gould | 2012-02-10 | 1 | -1/+1 |
| | | |||||
* | | Ensure that we only return once even with error | Ted Gould | 2012-02-15 | 1 | -4/+3 |
|\ \ | |||||
| * | | Ensure that we only return the invocation one way | Ted Gould | 2012-02-09 | 1 | -4/+3 |
| |/ | |||||
* / | Making it so that we ref_sink() the variants so that when we unref them ↵ | Ted Gould | 2012-02-09 | 1 | -3/+17 |
|/ | | | | later we're not in a race condition with the gdbus thread | ||||
* | Respond to the 'FindServers' signal | Ted Gould | 2011-10-04 | 1 | -0/+35 |
| | |||||
* | Protect from NULL privates | Ted Gould | 2011-09-27 | 1 | -0/+2 |
|\ | |||||
| * | Protect against an odd crash. Not sure how the private becomes 'NULL' | Ted Gould | 2011-09-23 | 1 | -0/+2 |
| | | |||||
* | | When there are no removed properties in ItemsPropertiesUpdated, ensure the ↵ | Chris Coulson | 2011-06-28 | 1 | -2/+2 |
| | | | | | | | | | | | | arguments have the correct signature so that they aren't rejected by the client (LP: #799878) | ||||
* | | Answering a TODO | Ted Gould | 2011-06-16 | 1 | -1/+2 |
| | | |||||
* | | Fix for several issues as documented in bug 784890 | Jonathan Landis | 2011-06-16 | 1 | -44/+75 |
| | | |||||
* | | Fix a typo in the signal name to make it match the XML files | Ted Gould | 2011-04-19 | 1 | -1/+1 |
|\| | |||||
* | | Referencing the server for as long as we're looking up the bus. | Ted Gould | 2011-04-18 | 1 | -0/+3 |
|/ | |||||
* | wrap PropertiesChanged arguments in a variant | Michael Terry | 2011-03-08 | 1 | -3/+3 |
| | |||||
* | Use proper types on function | Ted Gould | 2011-03-03 | 1 | -2/+2 |
|\ | |||||
| * | These should be tuples, and now they are! | Ted Gould | 2011-02-28 | 1 | -2/+2 |
| | | |||||
* | | Should be a tuple | Ted Gould | 2011-03-03 | 1 | -1/+1 |
| | | |||||
* | | Changing comment so it can get some GIR lovin' | Ted Gould | 2011-03-03 | 1 | -9/+9 |
| | | |||||
* | | Changing property name to match DBus recommendations | Ted Gould | 2011-03-02 | 1 | -2/+2 |
| | | |||||
* | | Sync up to trunk | Ted Gould | 2011-03-02 | 1 | -13/+34 |
|\ \ | |||||
| * | | Rename dbus properties to follow dbus naming conventions | Aurelien Gateau | 2011-03-02 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | - version => Version - text-direction => TextDirection - status => Status | ||||
| * | | Use the right i18n header | Ted Gould | 2011-03-01 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Use the library i18n instead of the standard one for apps. | Ted Gould | 2011-02-25 | 1 | -1/+1 |
| | |/ | |||||
| * / | Actually looking up the parent menu item | Ted Gould | 2011-03-01 | 1 | -1/+5 |
| |/ | |||||
| * | Set property to status and return it | Ted Gould | 2011-02-24 | 1 | -0/+2 |
| | | |||||
| * | Documentation fixes | Ted Gould | 2011-02-24 | 1 | -0/+2 |
| | | |||||
| * | Only send property updates if the item has been already requested. | Ted Gould | 2011-02-24 | 1 | -6/+17 |
| |\ | |||||
| | * | Adjusting so that we can check to see if the menu item has been exposed ↵ | Ted Gould | 2011-02-18 | 1 | -6/+17 |
| | | | | | | | | | | | | before sending the message. If it hasn't been we'll remove it from the signal, and perhaps not signal at all. | ||||
| * | | Allow sending only some properties based on what is requested. | Ted Gould | 2011-02-24 | 1 | -1/+3 |
| |\ \ | |||||
| | * | | When we're being selective we need to ensure we don't unref too boldly. | Ted Gould | 2011-02-21 | 1 | -1/+3 |
| | |/ | |||||
* | | | 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 |
| | | |