Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | **/Makefile.am: Set -DGTK_DISABLE_DEPRECATED for gtk2 builds. Fixes FTBFS ↵ | Mike Gabriel | 2019-11-20 | 1 | -0/+7 |
| | | | | against Glib2.0 >= 2.62. | ||||
* | Fix up for previous commit. | Mike Gabriel | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | One step back... Mimick Canonical's API. Use their namespace for item ↵ | Mike Gabriel | 2017-05-15 | 1 | -1/+1 |
| | | | | attributes. | ||||
* | Use x-ayatanaindicator-* instead of x-canonical-*. | Mike Gabriel | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | Fork libayatana-indicator from Ubuntu's libindicator shared library. | Mike Gabriel | 2015-11-06 | 15 | -63/+63 |
| | |||||
* | Use named icons rather than (deprecated) stock items. | Colin Watson | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | test-indicator-ng: adapt to new gtkmodelmenuitem widget structure | Lars Uebernickel | 2013-12-19 | 1 | -1/+27 |
| | |||||
* | Merge lp:~larsu/new-indicator-file-format | Lars Uebernickel | 2013-06-07 | 3 | -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 format | Lars Uebernickel | 2013-05-24 | 3 | -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-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 |
|/ |