aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.5.00.5.0Charles Kerr2012-04-111-2/+2
* merge lp:~allanlesage/indicator-application/TDD to improve our automake gcov ...Charles Kerr2012-04-114-47/+65
|\
| * Pedantic name change for gcovr xml coverage results.Allan LeSage2012-03-271-2/+2
| * Removed gcovr dependency, moved coverage targets to own makefile, cleaning up...Allan LeSage2012-03-274-47/+65
* | merge lp:~ted/indicator-application/parent-pointer to add in the parent objec...Charles Kerr2012-04-101-0/+1
|\ \ | |/ |/|
| * Set the parent object pointer to help unity-panel-serviceTed Gould2012-04-091-0/+1
|/
* 0.4.940.4.94Ted Gould2012-03-211-2/+2
* merge lp:~charlesk/indicator-application/hashtable-mem-bugs to fix memory err...Charles Kerr2012-03-201-19/+21
|\
| * Fix two memory bugs with clearing out out directories from our icon search path.Charles Kerr2012-03-171-19/+21
|/
* 0.4.930.4.93Charles Kerr2012-03-131-2/+2
* in generate_id(), we have a handful of local guint8's that get left-shifted t...Charles Kerr2012-03-121-4/+4
|\
| * change local guint8 fields that get left-shifted to guint32 to prevent overfl...Charles Kerr2012-03-121-4/+4
|/
* merge lp:~htorque/indicator-application/fix-small-memleak to fix a small memo...Charles Kerr2012-03-121-2/+6
|\
| * Fix small memory leak by freeing string returned by dbus_g_method_get_sender.Hernando Torque2012-03-121-2/+6
|/
* 0.4.920.4.92Ted Gould2012-03-091-2/+2
* merge lp:~ted/indicator-application/lp944236 to fix the warning that Coverity...Charles Kerr2012-03-051-1/+10
|\
| * Cleaning up switch statement to be more readableTed Gould2012-03-021-1/+10
|/
* Add full type to GVariantBuilderTed Gould2012-03-021-1/+1
|\
| * make proper use of g_variant_builder_init()Ryan Lortie2012-03-021-1/+1
|/
* 0.4.910.4.91Ted Gould2012-02-151-2/+2
* Unreffing the result of the approval messageTed Gould2012-02-121-1/+1
|\
| * Free the result of g_dbus_proxy_call_finish after useSven Baars2012-02-111-1/+1
|/
* 0.4.900.4.90Ted Gould2012-02-081-2/+2
* Adding in a code coverage based build targetTed Gould2012-02-084-1/+136
|\
| * Added coverage reporting via gcov config and targets.Allan LeSage2011-12-064-1/+136
* | Fixing useless variable settingTed Gould2012-02-081-1/+1
|\ \
| * | fix dead store found by clang static analyzerCharles Kerr2012-01-241-1/+1
| |/
* | Fixing variant usageTed Gould2012-02-083-46/+88
|\ \
| * | Oops, forgot oneTed Gould2012-02-031-1/+1
| * | Making sure to initial string pointersTed Gould2012-02-031-23/+23
| * | Make sure to initialize values before free'ing themTed Gould2012-02-031-7/+7
| * | Ensuring that the values are initialized to NULL before using that later.Ted Gould2012-02-031-2/+2
| * | Fixing variant usageTed Gould2012-02-031-17/+31
| * | Ignoring generated filesTed Gould2012-02-031-0/+2
| * | Fixing some of the variant usage to free strings appropriatelyTed Gould2012-02-031-28/+54
* | | Adding support for the Title propertyTed Gould2012-02-085-15/+47
|\ \ \
| * | | Attaching bugTed Gould2012-02-030-0/+0
| |/ /
| * | Changing the signatures on the indicator side, we don't care much about title...Ted Gould2012-02-031-5/+7
| * | Don't need the ID as that's already the hintTed Gould2012-02-031-2/+1
| * | Changing the output signaturesTed Gould2012-02-031-6/+6
| * | Adding in service versions to detect the dbus API changeTed Gould2012-02-033-2/+3
| * | Adding to more strings to the standard structure, ID and titleTed Gould2012-02-031-1/+3
| * | Changing the service description to matchTed Gould2012-02-031-0/+4
| * | If we have a mega-change of things, let's signal a title changeTed Gould2012-02-031-0/+3
| * | Handling the 'NewTitle' signal coming from the application indicatorTed Gould2012-02-031-0/+5
| * | Add the title to the structure for the application indicatorTed Gould2012-02-031-1/+17
* | | Fixing to work with Dbusmenu 0.5.90Ted Gould2012-02-082-5/+1
|\| | | |/ |/|
| * Fixing includes to match dbusmenu v0.5.90Ted Gould2012-02-031-4/+0
| * Requiring dbusmenu 0.5.90Ted Gould2012-02-031-1/+1
|/
* 0.4.00.4.0Ted Gould2011-09-281-2/+2