aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-ng.c
Commit message (Collapse)AuthorAgeFilesLines
* indicator-ng: set name hint to the value of the service file's "Name" fieldLars Uebernickel2013-01-231-8/+23
|
* indicator-ng: use base->get_entries to get the invisible ones, tooLars Uebernickel2013-01-231-1/+1
|
* indicator-ng: auto start service if it's not runningLars Uebernickel2013-01-231-1/+1
|
* indicator-ng: properly unset action group when the service disappearsLars Uebernickel2013-01-221-1/+1
|
* indicator-ng: add gettersLars Uebernickel2013-01-211-0/+16
|
* indicator-ng: add indicator_ng_new_for_profileLars Uebernickel2013-01-211-0/+11
|
* indicator-ng: fix crash (tried to free a string with g_object_unref)Lars Uebernickel2013-01-211-1/+0
|
* indicator-ng: always set an accessible description to avoid imminent warningLars Uebernickel2013-01-211-0/+6
|
* Add IndicatorNgLars Uebernickel2013-01-181-0/+444
IndicatorNg is an indicator object that reads an indicator service file and watches the bus for a corresponding service to appear. It turns the menus and actions exported by the service into an indicator entry.