Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: fix compilation and make check. | Marco Trevisan (Treviño) | 2013-04-12 | 13 | -18/+1 |
| | |||||
* | indicator-ng: allow a dictionary as the root action's state | Lars Uebernickel | 2013-03-21 | 1 | -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 state | Mathieu Trudel-Lapierre | 2013-03-18 | 1 | -3/+1 |
| | |||||
* | indicator-ng: allow a dictionary as the root action's state | Lars Uebernickel | 2013-03-13 | 1 | -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_helper | Lars Uebernickel | 2013-01-25 | 1 | -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 set | Lars Uebernickel | 2013-01-25 | 1 | -0/+1 |
| | |||||
* | indicator-ng: test indicator_ng_get_property | Lars Uebernickel | 2013-01-23 | 1 | -0/+15 |
| | |||||
* | indicator-ng: more elaborate testing | Lars Uebernickel | 2013-01-23 | 5 | -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-ng | Lars Uebernickel | 2013-01-21 | 3 | -0/+91 |
| | |||||
* | In tests/test-loader and tests/dummy-indicator-visible.c, support hiding & ↵ | Charles Kerr | 2012-09-11 | 2 | -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 files | Charles Kerr | 2012-06-18 | 1 | -2/+2 |
| | |||||
* | Update test desktop file | Ted Gould | 2012-02-27 | 1 | -5/+5 |
| | |||||
* | Adjusting timeout so it'll build on the buildds too | Ted Gould | 2012-02-14 | 1 | -1/+1 |
| | |||||
* | tests, DummyIndicatorSignaler: free the allocated memory. | Marco Trevisan (Treviño) | 2012-02-03 | 1 | -5/+7 |
| | |||||
* | Test loader: check also for parent changes | Marco Trevisan (Treviño) | 2012-01-25 | 1 | -0/+4 |
| | |||||
* | Tests: update dummy signaler to work with real IndicatorObjectEntry | Marco Trevisan (Treviño) | 2012-01-25 | 2 | -12/+28 |
| | | | | This fixes a crash due to the parent/unparent. | ||||
* | Added better parent_object tests. | Marco Trevisan (Treviño) | 2012-01-25 | 1 | -2/+6 |
| | |||||
* | Add visibility concept to the default indicator object | Ted Gould | 2012-01-23 | 4 | -0/+252 |
|\ | |||||
| * | "bzr merge lp:indicator" + conflict resolution in tests suite | Charles Kerr | 2012-01-23 | 4 | -2/+284 |
| |\ | |||||
| * | | another iteration of the indicator-object visibility support patch, ↵ | Charles Kerr | 2012-01-23 | 4 | -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 set | Ted Gould | 2012-01-19 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Moving the function into the tester to making linking simpler | Ted Gould | 2012-01-16 | 3 | -18/+21 |
| | | |||||
* | | Adding a test to look to make sure the fallback works | Ted Gould | 2012-01-16 | 1 | -0/+26 |
| | | |||||
* | | Add a function to swap out the window entry handler | Ted Gould | 2012-01-14 | 2 | -0/+16 |
| | | |||||
* | | Getting the header in dist | Ted Gould | 2012-01-14 | 1 | -1/+2 |
| | | |||||
* | | Adding a test functioin for the entry func demmy indicator | Ted Gould | 2012-01-14 | 2 | -1/+30 |
| | | |||||
* | | Mark the entry functions as called | Ted Gould | 2012-01-14 | 1 | -3/+6 |
| | | |||||
* | | Setting up entry functions | Ted Gould | 2012-01-13 | 1 | -0/+26 |
| | | |||||
* | | Adding some public values to know if functions were called | Ted Gould | 2012-01-13 | 1 | -0/+4 |
| | | |||||
* | | Moving things into a shared header | Ted Gould | 2012-01-13 | 2 | -23/+53 |
| | | |||||
* | | Build a new dummy indicator | Ted Gould | 2012-01-13 | 2 | -1/+145 |
|/ | |||||
* | Cleaning up removal of watchers as the string was getting free'd before it ↵ | Ted Gould | 2011-07-11 | 1 | -2/+0 |
| | | | | could get used to remove the entry from the hashtable. Now using a destroy function as that is possible with GDBus but wasn't with dbus-glib | ||||
* | Define the bus well known type in the session.conf file | Ted Gould | 2011-07-11 | 2 | -4/+2 |
| | |||||
* | Making some test XFAIL and attaching to bugs | Ted Gould | 2011-07-06 | 1 | -0/+7 |
| | |||||
* | Adding license info to [ch] files | Ted Gould | 2011-07-06 | 18 | -0/+396 |
| | |||||
* | Merging support for having an accessible description | Ted Gould | 2011-02-16 | 3 | -0/+20 |
|\ | |||||
| * | accessible_name -> accessible_desc in tests as well | Luke Yelavich | 2011-02-08 | 3 | -6/+6 |
| | | |||||
| * | use const gchar for variable and prototype | Luke Yelavich | 2011-02-01 | 3 | -3/+3 |
| | | |||||
| * | Add accessible_name variable in indicator entry structure | Luke Yelavich | 2011-01-18 | 3 | -0/+20 |
| | | |||||
* | | Adding the service.in files as well | Ted Gould | 2011-02-15 | 1 | -1/+4 |
| | | |||||
* | | Add session.conf.in to dist | Sebastien Bacher | 2011-02-15 | 1 | -1/+3 |
|/ | |||||
* | Disabling the launch test temporarily as it seems broken in GLib | Ted Gould | 2011-01-07 | 1 | -0/+1 |
| | |||||
* | Fixing the linking of the tests to the right libs | Ted Gould | 2011-01-07 | 1 | -11/+22 |
| | |||||
* | Merging in trunk to solve conflicts | Ted Gould | 2010-11-11 | 5 | -1/+240 |
|\ | |||||
| * | Taking it to the next level with impoliteness. | Ted Gould | 2010-07-09 | 2 | -2/+77 |
| |\ | |||||
| | * | Lots of impoliteness to make sure. | Ted Gould | 2010-07-09 | 1 | -1/+1 |
| | | | |||||
| | * | Adding an impolite manager. | Ted Gould | 2010-07-09 | 2 | -2/+77 |
| | | | |||||
| * | | Adding in the unwatching test | Ted Gould | 2010-07-09 | 3 | -0/+151 |
| |\| | |||||
| | * | A couple debug messages to make the test easier to read the output from. | Ted Gould | 2010-07-09 | 2 | -0/+3 |
| | | | |||||
| | * | Up to 5 watchers. | Ted Gould | 2010-07-09 | 1 | -1/+1 |
| | | |