Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Fleshing out the add function and making this thing compile! | Ted Gould | 2011-02-07 | 1 | -8/+32 | |
| | | | | | | ||||||
| | * | | | | Basic outline of the function mapped out, no compile. | Ted Gould | 2011-02-07 | 1 | -4/+93 | |
| | | | | | | ||||||
| | * | | | | Updating to trunk | Ted Gould | 2011-02-07 | 18 | -601/+1490 | |
| | |\ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| | * | | | | Dropping the other signals | Ted Gould | 2010-10-27 | 1 | -20/+0 | |
| | | | | | | ||||||
| | * | | | | Wrong tense | Ted Gould | 2010-09-27 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Adding a globbed signal of properties | Ted Gould | 2010-09-27 | 1 | -0/+10 | |
| | | |/ / | | |/| | | ||||||
* | | | | | Import upstream version 0.3.97 | Ted Gould | 2011-02-10 | 3 | -28/+28 | |
|\| | | | | ||||||
| * | | | | 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. | |||||
* | | | | Import upstream version 0.3.95 | Ted Gould | 2011-01-31 | 2 | -13/+31 | |
|\| | | | ||||||
| * | | | 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 | |
| |/ / | ||||||
* | | | Import upstream version 0.3.94 | Ted Gould | 2011-01-27 | 7 | -22/+161 | |
|\| | | ||||||
| * | | 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 | |
| | | | | ||||||
* | | | | Import upstream version 0.3.93 | Ted Gould | 2011-01-20 | 4 | -16/+68 | |
|\| | | | ||||||
| * | | | 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 | |
| | | | ||||||
* | | | Import upstream version 0.3.92 | Ted Gould | 2011-01-14 | 3 | -4/+10 | |
|\| | | ||||||
| * | | Unboxing variants if they're in events. | Ted Gould | 2011-01-14 | 1 | -0/+6 | |
| | | | ||||||
* | | | Import upstream version 0.3.91 | Ted Gould | 2011-01-13 | 26 | -1298/+1383 | |
|\| | | ||||||
| * | | 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 | |
| | | |