aboutsummaryrefslogtreecommitdiff
path: root/tests/indicator-test-service.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace x-canonical attributesRobert Tari2020-08-111-1/+1
|
* Fix tests and deprecations (fixes #1)Robert Tari2020-08-081-1/+1
|
* Fix up for previous commit.Mike Gabriel2017-05-161-1/+1
|
* One step back... Mimick Canonical's API. Use their namespace for item ↵Mike Gabriel2017-05-151-1/+1
| | | | attributes.
* Use x-ayatanaindicator-* instead of x-canonical-*.Mike Gabriel2015-11-161-1/+1
|
* Fork libayatana-indicator from Ubuntu's libindicator shared library.Mike Gabriel2015-11-061-4/+4
|
* indicator-ng: allow a dictionary as the root action's stateLars Uebernickel2013-03-211-1/+3
| | | | | | | | | Hopefully, this is more straightforward to use than (sssb). It's also extensible. (sssb) is still supported for backwards compatibility, but I wouldn't recommend using it anymore.
* Revert: indicator-ng: allow a dictionary as the root action's stateMathieu Trudel-Lapierre2013-03-181-3/+1
|
* indicator-ng: allow a dictionary as the root action's stateLars Uebernickel2013-03-131-1/+3
| | | | | | | | | Hopefully, this is more straightforward to use than (sssb). It's also extensible. (sssb) is still supported for backwards compatibility, but I wouldn't recommend using it anymore.
* indicator-ng: require header item to have x-canonical-type setLars Uebernickel2013-01-251-0/+1
|
* indicator-ng: more elaborate testingLars Uebernickel2013-01-231-0/+107
Use GTestDBus to spawn a small test service (tests/indicator-test-service.c) and check whether the indicator menu gets turned into a gtkmenu correctly.