Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Handling the 'NewTitle' signal coming from the application indicator | Ted Gould | 2012-02-03 | 1 | -0/+5 |
| | | |||||
* | | Add the title to the structure for the application indicator | Ted Gould | 2012-02-03 | 1 | -1/+17 |
| | | |||||
* | | Fixing includes to match dbusmenu v0.5.90 | Ted Gould | 2012-02-03 | 1 | -4/+0 |
|/ | |||||
* | Pulling in mterry's additional fixes | Ted Gould | 2011-09-16 | 1 | -1/+20 |
|\ | |||||
| * | free application fields before resetting them to new values | Michael Terry | 2011-09-16 | 1 | -0/+32 |
| | | |||||
* | | Ensure we set a default value for aicon | Ted Gould | 2011-09-16 | 1 | -0/+2 |
| | | |||||
* | | Freeing properties on second run of building the app indicator | Ted Gould | 2011-09-14 | 1 | -0/+12 |
|/ | |||||
* | Enabling Secondary Activate support | Ted Gould | 2011-07-22 | 3 | -21/+78 |
|\ | |||||
| * | Don't use "SecondaryActivate" method | Marco Trevisan (Treviño) | 2011-07-21 | 3 | -16/+10 |
| | | | | | | | | | | | | | | | | | | | | | | Using XAyatanaSecondaryActivate as libindicator doesn't support the mouse x,y position in secondary_activate signal anymore. This will drop the middle-click support also for KDE status notifier items, but this is needed as we can't control what they would do with this signal (and according to our policies we can't do anything that isn't doable also using a menu item). |