Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix service file installation | Robert Tari | 2021-06-11 | 1 | -1/+1 |
| | |||||
* | Use CMAKE_INSTALL_FULL_*DIR locations | Robert Tari | 2021-06-10 | 1 | -3/+3 |
| | |||||
* | Remove unused files | Robert Tari | 2021-05-06 | 1 | -14/+0 |
| | |||||
* | Remove Automake files | Robert Tari | 2021-05-06 | 1 | -113/+0 |
| | |||||
* | Add CMakeLists.txt files | Robert Tari | 2021-05-06 | 1 | -0/+112 |
| | |||||
* | src/Makefile.am: Drop -Werror compiler flag for now. Not helpful when ↵ | Mike Gabriel | 2021-05-04 | 1 | -2/+2 |
| | | | | setting up CI builds for dirty code. | ||||
* | Drop release/build cruft file src/ChangeLog. | Mike Gabriel | 2019-11-27 | 1 | -0/+0 |
| | |||||
* | release 0.5.30.5.3 | Mike Gabriel | 2019-11-27 | 1 | -0/+0 |
| | |||||
* | Avoid deprecated g_type_class_add_private. | Mike Gabriel | 2019-11-27 | 4 | -71/+60 |
| | |||||
* | src/application-service-watcher.c: Comment out upstart specific code for ↵ | Mike Gabriel | 2017-05-26 | 1 | -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 Gabriel | 2015-11-11 | 1 | -0/+23 |
| | |||||
* | dbus-shared.h: Use org.ayatana namespace for the DBus service object. | Mike Gabriel | 2015-11-11 | 1 | -3/+3 |
| | |||||
* | Fork from Ubuntu's indicator-application code project. | Mike Gabriel | 2015-11-11 | 9 | -69/+48 |
| | |||||
* | Don't output warnings about properties re-requests, debug is enough | Sebastien Bacher | 2014-03-25 | 1 | -1/+1 |
| | |||||
* | Switch to a name watch | Ted Gould | 2014-02-20 | 1 | -29/+24 |
| | |||||
* | Own the name | Ted Gould | 2014-02-20 | 1 | -5/+40 |
| | |||||
* | Removes the indicator service code | Ted Gould | 2014-02-20 | 1 | -19/+0 |
| | |||||
* | Switch to using pkglibexecdir | Ted Gould | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | don't error out on deprecated declarations | Sebastien Bacher | 2014-01-16 | 1 | -2/+2 |
| | |||||
* | Merge trunk | Ted Gould | 2013-10-28 | 1 | -1/+3 |
|\ | |||||
| * | don't crash if we can't get the session bus. | Charles Kerr | 2013-10-23 | 1 | -1/+3 |
| | | |||||
* | | A comment, because comments rock. | Ted Gould | 2013-05-29 | 1 | -0/+4 |
| | | |||||
* | | When we get our name, then start app indicators | Ted Gould | 2013-05-29 | 1 | -0/+27 |
|/ | |||||
* | add a glib minimum to configure.ac, debian/control. remove g_type_init() calls. | Charles Kerr | 2013-01-22 | 1 | -2/+0 |
| | |||||
* | Indicator-application: removing the deprecated approver support | Marco Trevisan (Treviño) | 2012-12-18 | 7 | -385/+4 |
| | |||||
* | require gtk3 | Charles Kerr | 2012-05-07 | 1 | -6/+0 |
| | |||||
* | Set the parent object pointer to help unity-panel-service | Ted Gould | 2012-04-09 | 1 | -0/+1 |
| | |||||
* | Fix two memory bugs with clearing out out directories from our icon search path. | Charles Kerr | 2012-03-17 | 1 | -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 Kerr | 2012-03-12 | 1 | -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 Torque | 2012-03-12 | 1 | -2/+6 |
| | |||||
* | Cleaning up switch statement to be more readable | Ted Gould | 2012-03-02 | 1 | -1/+10 |
| | |||||
* | make proper use of g_variant_builder_init() | Ryan Lortie | 2012-03-02 | 1 | -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 use | Sven Baars | 2012-02-11 | 1 | -1/+1 |
| | |||||
* | Adding in a code coverage based build target | Ted Gould | 2012-02-08 | 1 | -1/+7 |
|\ | |||||
| * | Added coverage reporting via gcov config and targets. | Allan LeSage | 2011-12-06 | 1 | -1/+7 |
| | | |||||
* | | Fixing useless variable setting | Ted Gould | 2012-02-08 | 1 | -1/+1 |
|\ \ | |||||
| * | | fix dead store found by clang static analyzer | Charles Kerr | 2012-01-24 | 1 | -1/+1 |
| |/ | |||||
* | | Oops, forgot one | Ted Gould | 2012-02-03 | 1 | -1/+1 |
| | | |||||
* | | Making sure to initial string pointers | Ted Gould | 2012-02-03 | 1 | -23/+23 |
| | | |||||
* | | Make sure to initialize values before free'ing them | Ted Gould | 2012-02-03 | 1 | -7/+7 |
| | | |||||
* | | Ensuring that the values are initialized to NULL before using that later. | Ted Gould | 2012-02-03 | 1 | -2/+2 |
| | | |||||
* | | Fixing variant usage | Ted Gould | 2012-02-03 | 1 | -17/+31 |
| | | |||||
* | | Fixing some of the variant usage to free strings appropriately | Ted Gould | 2012-02-03 | 1 | -28/+54 |
| | | |||||
* | | Changing the signatures on the indicator side, we don't care much about ↵ | Ted Gould | 2012-02-03 | 1 | -5/+7 |
| | | | | | | | | title though. | ||||
* | | Don't need the ID as that's already the hint | Ted Gould | 2012-02-03 | 1 | -2/+1 |
| | | |||||
* | | Changing the output signatures | Ted Gould | 2012-02-03 | 1 | -6/+6 |
| | | |||||
* | | Adding in service versions to detect the dbus API change | Ted Gould | 2012-02-03 | 3 | -2/+3 |
| | | |||||
* | | Adding to more strings to the standard structure, ID and title | Ted Gould | 2012-02-03 | 1 | -1/+3 |
| | | |||||
* | | Changing the service description to match | Ted Gould | 2012-02-03 | 1 | -0/+4 |
| | | |||||
* | | If we have a mega-change of things, let's signal a title change | Ted Gould | 2012-02-03 | 1 | -0/+3 |
| | |