aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import upstream version 12.10.0Sebastien Bacher2012-08-2214-622/+489
|\
| * 12.10.0Charles Kerr2012-08-211-2/+2
| * remove gtk2 support. Fixes: https://bugs.launchpad.net/bugs/996607. Approved ...Charles Kerr2012-06-222-39/+8
| |\
| | * require gtk3Charles Kerr2012-05-072-39/+8
| |/
* | Import upstream version 0.5.0Charles Kerr2012-04-1124-8882/+9228
|\|
| * 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
| |/
* | Import upstream version 0.4.94Ted Gould2012-03-2121-9035/+8791
|\|
| * 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
| |/
* | Import upstream version 0.4.93Charles Kerr2012-03-1323-8760/+9047
|\|
| * 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
| |/
* | Import upstream version 0.4.92Ted Gould2012-03-095-14/+48
|\|
| * 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
| |/
* | Import upstream version 0.4.91Ted Gould2012-02-1515-8874/+8949
|\|
| * 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
| |/
* | Import upstream version 0.4.90Ted Gould2012-02-0825-8644/+9571
|\|
| * 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