aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* release 0.5.30.5.3Mike Gabriel2019-11-271-0/+0
* Avoid deprecated g_type_class_add_private.Mike Gabriel2019-11-274-71/+60
* src/application-service-watcher.c: Comment out upstart specific code for now....Mike Gabriel2017-05-261-26/+26
* Add forgotten file... (src/ayatana-application-service-marshal.list).Mike Gabriel2015-11-111-0/+23
* dbus-shared.h: Use org.ayatana namespace for the DBus service object.Mike Gabriel2015-11-111-3/+3
* Fork from Ubuntu's indicator-application code project.Mike Gabriel2015-11-119-69/+48
* Don't output warnings about properties re-requests, debug is enoughSebastien Bacher2014-03-251-1/+1
* Switch to a name watchTed Gould2014-02-201-29/+24
* Own the nameTed Gould2014-02-201-5/+40
* Removes the indicator service codeTed Gould2014-02-201-19/+0
* Switch to using pkglibexecdirTed Gould2014-02-191-1/+1
* don't error out on deprecated declarationsSebastien Bacher2014-01-161-2/+2
* Merge trunkTed Gould2013-10-281-1/+3
|\
| * don't crash if we can't get the session bus.Charles Kerr2013-10-231-1/+3
* | A comment, because comments rock.Ted Gould2013-05-291-0/+4
* | When we get our name, then start app indicatorsTed Gould2013-05-291-0/+27
|/
* add a glib minimum to configure.ac, debian/control. remove g_type_init() calls.Charles Kerr2013-01-221-2/+0
* Indicator-application: removing the deprecated approver supportMarco Trevisan (TreviƱo)2012-12-187-385/+4
* require gtk3Charles Kerr2012-05-071-6/+0
* Set the parent object pointer to help unity-panel-serviceTed Gould2012-04-091-0/+1
* Fix two memory bugs with clearing out out directories from our icon search path.Charles Kerr2012-03-171-19/+21
* change local guint8 fields that get left-shifted to guint32 to prevent overfl...Charles Kerr2012-03-121-4/+4
* Fix small memory leak by freeing string returned by dbus_g_method_get_sender.Hernando Torque2012-03-121-2/+6
* Cleaning up switch statement to be more readableTed Gould2012-03-021-1/+10
* make proper use of g_variant_builder_init()Ryan Lortie2012-03-021-1/+1
* Free the result of g_dbus_proxy_call_finish after useSven Baars2012-02-111-1/+1
* Adding in a code coverage based build targetTed Gould2012-02-081-1/+7
|\
| * Added coverage reporting via gcov config and targets.Allan LeSage2011-12-061-1/+7
* | Fixing useless variable settingTed Gould2012-02-081-1/+1
|\ \
| * | fix dead store found by clang static analyzerCharles Kerr2012-01-241-1/+1
| |/
* | 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
* | Fixing some of the variant usage to free strings appropriatelyTed Gould2012-02-031-28/+54
* | 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 includes to match dbusmenu v0.5.90Ted Gould2012-02-031-4/+0
|/
* Pulling in mterry's additional fixesTed Gould2011-09-161-1/+20
|\
| * free application fields before resetting them to new valuesMichael Terry2011-09-161-0/+32
* | Ensure we set a default value for aiconTed Gould2011-09-161-0/+2
* | Freeing properties on second run of building the app indicatorTed Gould2011-09-141-0/+12
|/