aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* src/CMakeLists.txt: Use pkg-config's indicatordir as library installation path.Mike Gabriel2022-01-261-1/+2
|
* Fix service file installationRobert Tari2021-06-111-1/+1
|
* Use CMAKE_INSTALL_FULL_*DIR locationsRobert Tari2021-06-101-3/+3
|
* Remove unused filesRobert Tari2021-05-061-14/+0
|
* Remove Automake filesRobert Tari2021-05-061-113/+0
|
* Add CMakeLists.txt filesRobert Tari2021-05-061-0/+112
|
* src/Makefile.am: Drop -Werror compiler flag for now. Not helpful when ↵Mike Gabriel2021-05-041-2/+2
| | | | setting up CI builds for dirty code.
* Drop release/build cruft file src/ChangeLog.Mike Gabriel2019-11-271-0/+0
|
* 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 ↵Mike Gabriel2017-05-261-26/+26
| | | | now. We can reintroduce it once we know if our session is upstart-managed (or systemd-managed).
* 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
| | | | | | | 1. indicator_application_dispose() calls g_hash_table_get_keys() N times and leaks them all. 2. indicator_application_dispose() passes each of the hashtable's keys (owned by the hash) to function theme_dir_unref(key), which removes from the hashtable but then continues to use the now-dangling key.
* change local guint8 fields that get left-shifted to guint32 to prevent ↵Charles Kerr2012-03-121-4/+4
| | | | overflow, as reported by coverity in lp bug #944234
* 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
| | | | | | | GVariantBuilder can only infer the proper type for non-empty arrays. If an array may be empty, the full definite type must be given to g_variant_builder_init().
* 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 ↵Ted Gould2012-02-031-5/+7
| | | | | | | | title though.
* | 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
| |