Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Adding a globbed signal of properties | Ted Gould | 2010-09-27 | 1 | -0/+10 | |
| | | |/ | | |/| | ||||||
* | | | | Fix GI annotations for Dbusmenu | Martin Pitt | 2011-02-16 | 5 | -449/+450 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now everything is introspectable except for dbusmenu_client_add_type_handler{,_full}(). These do not take a standard GDestroyNotify argument, and thus the newfunc callback cannot get any valid scope annotation. To fix this we need to break the API and ABI. | |||||
* | | | | Fix g-ir-scanner file list | Martin Pitt | 2011-02-16 | 1 | -3/+3 | |
|/ / / | | | | | | | | | | | | | | | | As the annotations are in the .c files, g-ir-scanner actually needs to read them. | |||||
* | / | Fix the name used for the Dbusmenu-Glib-0.4 typelib so it can be properly ↵ | Ken VanDine | 2011-02-09 | 1 | -13/+13 | |
| |/ |/| | | | | | used with GI. It should be Dbusmenu-0.4 (LP: #713099) | |||||
* | | take_children() shouldn't unref the items as they might get deleted before ↵ | Ted Gould | 2011-02-04 | 1 | -2/+2 | |
| | | | | | | | | the caller would be abel to use them. Making sure to put those annotations in the docs. | |||||
* | | Fix the property return signature. | Ted Gould | 2011-01-31 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | fix variant type of props return | Michael Terry | 2011-01-31 | 1 | -2/+2 | |
| | | | ||||||
* | | | Switching the properties callback to use custom structure so that we can ↵ | Ted Gould | 2011-01-31 | 1 | -4/+19 | |
| | | | | | | | | | | | | reference the client throughout the callback. | |||||
* | | | Keep a ref to the client through-out the call to the update | Ted Gould | 2011-01-31 | 1 | -7/+10 | |
|/ / | ||||||
* | | Adding in a serializable menuitem object | Ted Gould | 2011-01-27 | 2 | -8/+97 | |
|\ \ | ||||||
| * | | Adding documentation for the handler functions. | Ted Gould | 2011-01-27 | 1 | -0/+21 | |
| | | | ||||||
| * | | Updating to trunk | Ted Gould | 2011-01-21 | 4 | -15/+103 | |
| |\ \ | ||||||
| * | | | Switch to having the type handlers have a small structure of all their data ↵ | Ted Gould | 2011-01-19 | 1 | -7/+37 | |
| | | | | | | | | | | | | | | | | and clean themselves up. Woot! | |||||
| * | | | Adding in some documentation | Ted Gould | 2011-01-19 | 1 | -1/+26 | |
| | | | | ||||||
| * | | | Setup to the use the full type handler | Ted Gould | 2011-01-18 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Adding in a 'full' function to deal with user data and destruction. | Ted Gould | 2011-01-18 | 2 | -2/+15 | |
| | | | | ||||||
* | | | | Fix some memory leaks, we hate those! | Ted Gould | 2011-01-26 | 2 | -3/+12 | |
|\ \ \ \ | ||||||
| * | | | | Ensuring that all the errors are free'd correctly. | Ted Gould | 2011-01-21 | 1 | -1/+4 | |
| | | | | | ||||||
| * | | | | Making the hashtable have a full copy and free itself appropriately. | Ted Gould | 2011-01-21 | 1 | -2/+8 | |
| | |/ / | |/| | | ||||||
* | | | | Make the tuple without specifying the type so we don't need to build a new one. | Ted Gould | 2011-01-26 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Switching to use an internal builder for the tuple to make things more explicit. | Ted Gould | 2011-01-26 | 1 | -1/+7 | |
| | | | | ||||||
* | | | | Changing the builder add call | Ted Gould | 2011-01-26 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Even though we all love SVG, it's not a valid signature | Ted Gould | 2011-01-26 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | avoid critical warning from calling a function on a NULL pointer | Michael Terry | 2011-01-25 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Add an include directory for the headers | Ted Gould | 2011-01-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add a single include file for dbus-glib | Ted Gould | 2011-01-21 | 2 | -0/+38 | |
| | | | ||||||
* | | | Increase the level of warning given by the scanner | Ted Gould | 2011-01-20 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * | | | added --warn-all to scanner flags so the build log will warn us about ↵ | Ken VanDine | 2011-01-19 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | missing annotations | |||||
* | | | | Fix some crashes when building variants improperly | Ted Gould | 2011-01-20 | 1 | -7/+41 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Warn when can't parse. | Ted Gould | 2011-01-18 | 1 | -1/+7 | |
| | | | | ||||||
| * | | | Use the message string. | Ted Gould | 2011-01-18 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Adding warnings on g_variant_parse errors | Ted Gould | 2011-01-18 | 1 | -1/+13 | |
| | | | | ||||||
| * | | | Protecting the final tuple from errors. | Ted Gould | 2011-01-18 | 1 | -3/+8 | |
| | | | | ||||||
| * | | | Fixing builder to only init/finish if there are entries we get. | Ted Gould | 2011-01-18 | 1 | -2/+13 | |
| | | | | ||||||
* | | | | Ensure that we can recover from GetLayout failing | Chris Coulson | 2011-01-19 | 1 | -7/+8 | |
| | | | | ||||||
* | | | | Send a LayoutUpdated when we register the object. | Ted Gould | 2011-01-18 | 1 | -0/+13 | |
| |/ / |/| | | ||||||
* | | | Use EXPORT_PACKAGES instead of PACKAGES to prevent circular build depends | Ken VanDine | 2011-01-18 | 1 | -1/+1 | |
|/ / | ||||||
* | | Adding the notdir on the build | Ted Gould | 2011-01-14 | 1 | -2/+2 | |
| | | ||||||
* | | Unboxing variants if they're in events. | Ted Gould | 2011-01-14 | 1 | -0/+6 | |
| | | ||||||
* | | Fixing packages names for the gir scanner | Ted Gould | 2011-01-13 | 1 | -1/+1 | |
| | | ||||||
* | | Ayatana purge | Ted Gould | 2011-01-13 | 4 | -9/+9 | |
| | | ||||||
* | | Adding an about-to-show signal to the menuitem | Ted Gould | 2011-01-06 | 3 | -1/+23 | |
|\ \ | ||||||
| * | | Add an about-to-show signal to the menu items and hook this up | Chris Coulson | 2010-12-13 | 2 | -2/+20 | |
| | | | | | | | | | | | | to be emitted when someone calls dbusmenu_menuitem_send_about_to_show | |||||
| * | | * Hook in AboutToShow to the menu items | Chris Coulson | 2010-12-13 | 1 | -0/+2 | |
| | | | ||||||
* | | | Oops, need to actually assign that return. | Ted Gould | 2011-01-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Testing for the string being NULL before g_variant aborts on it. | Ted Gould | 2011-01-05 | 1 | -1/+4 | |
| | | | ||||||
* | | | Handling the case of a NULL variant by making it clear the hashtable of that ↵ | Ted Gould | 2011-01-05 | 1 | -8/+16 | |
|/ / | | | | | | | property. | |||||
* | | Fixing the requires in the pc files | Ted Gould | 2010-12-08 | 1 | -1/+1 | |
| | | ||||||
* | | Oops, wrong version -- fixed | Ted Gould | 2010-12-07 | 1 | -1/+1 | |
| | | ||||||
* | | Updating to trunk with introspection fixes | Ted Gould | 2010-12-07 | 1 | -3/+15 | |
|\ \ |