aboutsummaryrefslogtreecommitdiff
path: root/tests/dummy-indicator-signaler.c
Commit message (Collapse)AuthorAgeFilesLines
* Append us to copyright headersRobert Tari2021-05-121-0/+2
|
* Add CMakeLists.txt files + tests/test-loader.c: fix library paths + Fix ↵Robert Tari2021-05-121-2/+2
| | | | | | include paths tests/test-loader.c: fix library paths
* Move source files to srcRobert Tari2021-05-111-45/+45
|
* Fork libayatana-indicator from Ubuntu's libindicator shared library.Mike Gabriel2015-11-061-2/+2
|
* tests, DummyIndicatorSignaler: free the allocated memory.Marco Trevisan (Treviño)2012-02-031-5/+7
|
* Tests: update dummy signaler to work with real IndicatorObjectEntryMarco Trevisan (Treviño)2012-01-251-3/+14
| | | | This fixes a crash due to the parent/unparent.
* another iteration of the indicator-object visibility support patch, ↵Charles Kerr2012-01-231-0/+2
| | | | | | | | | | 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
* Adding license info to [ch] filesTed Gould2011-07-061-0/+22
|
* accessible_name -> accessible_desc in tests as wellLuke Yelavich2011-02-081-2/+2
|
* use const gchar for variable and prototypeLuke Yelavich2011-02-011-1/+1
|
* Add accessible_name variable in indicator entry structureLuke Yelavich2011-01-181-0/+7
|
* Having the signaller test check the 'moved' signal as well as the others.Ted Gould2010-01-151-0/+1
|
* Adding a simple indicator test that checks to make sure we can signal up the ↵Ted Gould2009-11-041-2/+2
| | | | stack.
* Building a dummy indicator that signals.Ted Gould2009-11-041-0/+109