Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new property DBUSMENU_MENUITEM_PROP_ACCESSIBLE_DESC, to set an | Luke Yelavich | 2011-12-13 | 1 | -1/+2 |
| | | | | | | | | alternative label for a menu item. This alternative label is only used for assistive technologies such as Orca. It is particularly useful for menu items where an icon is used to present further information to the user, in which case this property can be used to give a textual description of the icon. | ||||
* | id of 0 in dbusmenu_client_send_about_to_show is valid, and used in ↵ | Ken VanDine | 2011-09-30 | 1 | -1/+1 |
| | | | | appindicators like nm-applet (LP: #862989) | ||||
* | More NULL protection | Ted Gould | 2011-09-29 | 1 | -0/+5 |
|\ | |||||
| * | Protecting against NULL private areas | Ted Gould | 2011-09-23 | 1 | -0/+5 |
| | | |||||
* | | Protect client_about_to_show() from abusers | Ted Gould | 2011-09-27 | 1 | -0/+4 |
|\ \ | |||||
| * | | Protect an external function better | Ted Gould | 2011-09-23 | 1 | -0/+4 |
| |/ | |||||
* | | fix typo that prevented Qt apps from sending some property updates | Michael Terry | 2011-04-19 | 1 | -1/+1 |
| | | |||||
* | | Passing the menuitem instead of finding it. | Ted Gould | 2011-04-10 | 1 | -2/+1 |
| | | |||||
* | | Build menus based on teh child-display property | Ted Gould | 2011-04-07 | 1 | -3/+6 |
|\ \ | |||||
| * | | Now that we're using the child-display variable more, let's grab it in the ↵ | Ted Gould | 2011-04-05 | 1 | -3/+6 |
| | | | | | | | | | | | | first pass. | ||||
* | | | fix typo | Michael Terry | 2011-04-05 | 1 | -1/+1 |
| | | | |||||
* | | | be a little more careful with asynchronous callbacks | Michael Terry | 2011-04-05 | 1 | -0/+5 |
|/ / | |||||
* | | Ensure the parent stays ref'd | Ted Gould | 2011-03-28 | 1 | -4/+5 |
|\ \ | |||||
| * | | fix some potential memory issues in hopes of fixing a reported crash | Michael Terry | 2011-03-25 | 1 | -5/+6 |
| |/ | |||||
* / | Put in some more protections on the types for property variants and generate ↵ | Ted Gould | 2011-03-24 | 1 | -5/+23 |
|/ | | | | some errors | ||||
* | Ensure that we don't remove properties that are getting their values updated | Ted Gould | 2011-03-23 | 1 | -0/+21 |
|\ | |||||
| * | Protect against NULL properties | Ted Gould | 2011-03-22 | 1 | -12/+14 |
| | | |||||
| * | Remove the link instead of the data | Ted Gould | 2011-03-22 | 1 | -1/+1 |
| | | |||||
| * | Protect the entries that are about to be updated from being removed | Ted Gould | 2011-03-22 | 1 | -0/+19 |
| | | |||||
* | | A couple more intr_loops with a small memory leak fix | Ted Gould | 2011-03-21 | 1 | -9/+10 |
| | | |||||
* | | Moving from iter_next to iter_loop on a couple more iterators | Ted Gould | 2011-03-21 | 1 | -6/+2 |
| | | |||||
* | | Removing an unneeded iner_new | Ted Gould | 2011-03-21 | 1 | -3/+3 |
| | | |||||
* | | Use iter_loop to handle unref'ing the variants cleanly. | Ted Gould | 2011-03-21 | 1 | -7/+4 |
|/ | |||||
* | The g_variant_get_* family of calls which return a GVariant | Chris Coulson | 2011-03-14 | 1 | -39/+102 |
| | | | | | | | | | | actually return reference counted, non-floating variant. Ensure that we always keep pointers to these so that we can properly unref them. The same also applies to g_variant_iter_next_value. Also fix a couple of other minor leaks along the way. This fixes LP: #722972 | ||||
* | Having the GTK Client handle theme directories | Ted Gould | 2011-03-10 | 1 | -0/+29 |
|\ | |||||
| * | Also check the status when we get the proxy, not part of this bug, but it'll ↵ | Ted Gould | 2011-03-10 | 1 | -0/+14 |
| | | | | | | | | come along soon enough. | ||||
| * | On initially getting the proxy we need to check the theme directories to ↵ | Ted Gould | 2011-03-10 | 1 | -0/+15 |
| | | | | | | | | boot strap. | ||||
* | | Fix various memory leaks | Chris Coulson | 2011-03-10 | 1 | -5/+6 |
| | | |||||
* | | Check to ensure that layout_props isn't NULL. Atleast we shouldn't crash. | Ted Gould | 2011-03-09 | 1 | -0/+1 |
|/ | |||||
* | Changing the destroy prototype for better GIR support | Ted Gould | 2011-03-03 | 1 | -5/+5 |
|\ | |||||
| * | Changing the destroy notification function to be a GDestroyNotify for GIR ↵ | Ted Gould | 2011-03-02 | 1 | -5/+5 |
| | | | | | | | | purposes | ||||
* | | Add a 'get' function for the icon theme directories. | Ted Gould | 2011-03-03 | 1 | -0/+17 |
| | | |||||
* | | Emit the signal when needed | Ted Gould | 2011-03-03 | 1 | -1/+1 |
| | | |||||
* | | Adding a signal for theme directories changing. | Ted Gould | 2011-03-03 | 1 | -0/+15 |
| | | |||||
* | | Handle getting the property and/or getting an update to it. | Ted Gould | 2011-03-02 | 1 | -0/+21 |
| | | |||||
* | | Adding the private variable for icon directories | Ted Gould | 2011-03-02 | 1 | -0/+7 |
|/ | |||||
* | Handle the case where the passed in property name could be from the hashtable. | Ted Gould | 2011-03-02 | 1 | -1/+1 |
|\ | |||||
| * | Don't tell us everytime, we know you're good, you don't have to brag. | Ted Gould | 2011-03-01 | 1 | -1/+1 |
| | | |||||
* | | Rename dbus properties to follow dbus naming conventions | Aurelien Gateau | 2011-03-02 | 1 | -5/+5 |
|/ | | | | | | | - version => Version - text-direction => TextDirection - status => Status | ||||
* | Allow sending only some properties based on what is requested. | Ted Gould | 2011-02-24 | 1 | -1/+43 |
|\ | |||||
| * | Search for and process type first | Ted Gould | 2011-02-23 | 1 | -1/+13 |
| | | |||||
| * | Adding visible and enabled to the initial grab. | Ted Gould | 2011-02-23 | 1 | -3/+5 |
| | | |||||
| * | Use the property structures that are from the GetLayout properties | Ted Gould | 2011-02-18 | 1 | -0/+15 |
| | | |||||
| * | Set a fixed set of properties that we ask for when requesting the layout | Ted Gould | 2011-02-18 | 1 | -1/+14 |
| | | |||||
* | | Adding a property to request attention | Ted Gould | 2011-02-24 | 1 | -0/+49 |
|\ \ | |||||
| * \ | Merge changing from a signal to a property | Ted Gould | 2011-02-18 | 1 | -18/+11 |
| |\ \ | |||||
| * | | | Adds a status property that is gotten over DBus | Ted Gould | 2011-02-18 | 1 | -1/+50 |
| | | | | |||||
* | | | | Adding a property for text direction | Ted Gould | 2011-02-24 | 1 | -1/+88 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Instead of defining a signal let's make this a property and use 'notify' | Ted Gould | 2011-02-18 | 1 | -18/+11 |
| |/ / | |||||
| * | | Using the proper signal value. Oops | Ted Gould | 2011-02-18 | 1 | -1/+1 |
| | | |