aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* {,**/}CMakeLists.txt: Support builds against GTK+-3.0 with IDO support disabled.Mike Gabriel2021-05-171-3/+3
| | | | Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/37
* tests/CMakeLists.txt: Rewrite to fix tests and coverageMike Gabriel2021-05-171-56/+267
|
* Revert "tests/run-xvfb.sh: Drop file, not required with CMake."Mike Gabriel2021-05-161-0/+8
| | | | This reverts commit c7a152ad3da254704945de297f0de957966fb6b8.
* tests/org.ayatana.indicator.test.service.in: Fix placeholderRobert Tari2021-05-161-1/+1
|
* tests/service-manager-connect.service.in: Fix placeholderRobert Tari2021-05-161-1/+1
|
* tests/service-version-good.service.in: Fix placeholderRobert Tari2021-05-161-1/+1
|
* tests/service-version-bad.service.in: Fix placeholderRobert Tari2021-05-161-1/+1
|
* tests/session.conf.in: Fix placeholderRobert Tari2021-05-161-3/+3
|
* tests/test-indicator-ng.c: Enable all testsRobert Tari2021-05-161-5/+5
|
* Bring back GTK+-2.0 and GTK+-3.0 build flavours.Mike Gabriel2021-05-121-135/+55
|
* tests/run-xvfb.sh: Drop file, not required with CMake.Mike Gabriel2021-05-121-8/+0
|
* */Makefile.am: Drop more remnants of autotools.Mike Gabriel2021-05-121-528/+0
|
* Append us to copyright headersRobert Tari2021-05-1219-0/+38
|
* Add CMakeLists.txt files + tests/test-loader.c: fix library paths + Fix ↵Robert Tari2021-05-1221-34/+190
| | | | | | include paths tests/test-loader.c: fix library paths
* tests/test-indicator-ng.c: disable menu test for now, it will not work with ↵Robert Tari2021-05-111-5/+5
| | | | GCovr
* Move source files to srcRobert Tari2021-05-1121-359/+359
|
* tests/Makefile.am: Drop -Werror from unit test builds.Mike Gabriel2021-02-031-19/+19
|
* tests/Makefile.am: Wrap test-indicator-ng around Xvfb and dbus-runner.Mike Gabriel2020-12-041-2/+14
|
* Replace x-canonical attributesRobert Tari2020-08-111-1/+1
|
* Fix tests and deprecations (fixes #1)Robert Tari2020-08-0814-373/+373
|
* **/Makefile.am: Set -DGTK_DISABLE_DEPRECATED for gtk2 builds. Fixes FTBFS ↵Mike Gabriel2019-11-201-0/+7
| | | | against Glib2.0 >= 2.62.
* 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-0615-63/+63
|
* Use named icons rather than (deprecated) stock items.Colin Watson2013-12-201-1/+1
|
* test-indicator-ng: adapt to new gtkmodelmenuitem widget structureLars Uebernickel2013-12-191-1/+27
|
* Merge lp:~larsu/new-indicator-file-formatLars Uebernickel2013-06-073-7/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IndicatorNg: update indicator file format The old file format had some shortcomings: (1) It was impossible to efficiently reuse a menu for different profiles, because the profile name was implicit in the object path. The only way to do this was to export the same menu twice. Now, object paths have to be set explicitly in the indicator file. (2) The well-known dbus name of a service and the name of its service file were similar but slightly different (com.canonical.indicator.test vs com.canonical.test.indicator), which caused some confusion on when to use which. Now, the file name *is* the bus name, and the `BusName` key has been dropped. The new file format is documented in README.
| * IndicatorNg: update indicator file formatLars Uebernickel2013-05-243-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old file format had some shortcomings: (1) It was impossible to efficiently reuse a menu for different profiles, because the profile name was implicit in the object path. The only way to do this was to export the same menu twice. Now, object paths have to be set explicitly in the indicator file. (2) The well-known dbus name of a service and the name of its service file were similar but slightly different (com.canonical.indicator.test vs com.canonical.test.indicator), which caused some confusion on when to use which. Now, the file name *is* the bus name, and the `BusName` key has been dropped. The new file format is documented in README.
* | tests: fix compilation and make check.Marco Trevisan (Treviño)2013-04-1213-18/+1
|/
* 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: use indicator_image_helperLars Uebernickel2013-01-251-12/+1
| | | | | | | | gtk_icon_set_from_gicon doesn't scale rectangular icons correctly. This adds indicator_image_helper_update_from_gicon() and makes refresh_image() set a broken image instead of erroring out when an icon couldn't be found.
* indicator-ng: require header item to have x-canonical-type setLars Uebernickel2013-01-251-0/+1
|
* indicator-ng: test indicator_ng_get_propertyLars Uebernickel2013-01-231-0/+15
|
* indicator-ng: more elaborate testingLars Uebernickel2013-01-235-8/+239
| | | | | | 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.
* Add basic tests for indicator-ngLars Uebernickel2013-01-213-0/+91
|
* In tests/test-loader and tests/dummy-indicator-visible.c, support hiding & ↵Charles Kerr2012-09-112-13/+23
| | | | re-showing IndicatorObjectEntries by caching their parent widgetry instead of using gtk_widget_destroy()
* fix copy-and-paste error in specifying the tests' source filesCharles Kerr2012-06-181-2/+2
|
* Update test desktop fileTed Gould2012-02-271-5/+5
|
* Adjusting timeout so it'll build on the buildds tooTed Gould2012-02-141-1/+1
|
* tests, DummyIndicatorSignaler: free the allocated memory.Marco Trevisan (Treviño)2012-02-031-5/+7
|
* Test loader: check also for parent changesMarco Trevisan (Treviño)2012-01-251-0/+4
|
* Tests: update dummy signaler to work with real IndicatorObjectEntryMarco Trevisan (Treviño)2012-01-252-12/+28
| | | | This fixes a crash due to the parent/unparent.
* Added better parent_object tests.Marco Trevisan (Treviño)2012-01-251-2/+6
|
* Add visibility concept to the default indicator objectTed Gould2012-01-234-0/+252
|\
| * "bzr merge lp:indicator" + conflict resolution in tests suiteCharles Kerr2012-01-234-2/+284
| |\
| * | another iteration of the indicator-object visibility support patch, ↵Charles Kerr2012-01-234-1/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | incorporating ideas from discussion with ted - some functions were public when they should have been private - the hide/show handler is now a virtual function & is documented in indicator-object.h - added unit tests - the GSettings monitor has been removed
* | | Checking to ensure the parent_object pointer gets setTed Gould2012-01-191-0/+1
| |/ |/|