aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* {,**/}CMakeLists.txt: Support builds against GTK+-3.0 with IDO support disabled.Mike Gabriel2021-05-171-1/+1
| | | | Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/37
* Bring back GTK+-2.0 and GTK+-3.0 build flavours.Mike Gabriel2021-05-121-7/+12
|
* */Makefile.am: Drop more remnants of autotools.Mike Gabriel2021-05-121-43/+0
|
* 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-122-2/+10
| | | | | | include paths tests/test-loader.c: fix library paths
* Whitespace fixRobert Tari2021-05-111-1/+1
|
* Move source files to srcRobert Tari2021-05-112-5/+5
|
* */Makefile.am: Drop -Werror compiler flag for now. Not helpful when setting ↵Mike Gabriel2021-05-041-1/+1
| | | | up CI builds for dirty code.
* tools/indicator-loader.c: Silence unused parameter warnings/errors for ↵Mike Gabriel2021-04-201-5/+5
| | | | various functions.
* Make building of `ayatana-indicator-loader3` optionalAlexander Schlarb2019-12-121-1/+5
|
* tools/80indicator-debugging: Adapt comment header to our fork.Mike Gabriel2017-05-151-4/+4
|
* Fork libayatana-indicator from Ubuntu's libindicator shared library.Mike Gabriel2015-11-062-12/+14
|
* IndicatorLoader: convert gtk scroll events to indicator object eventsMarco Trevisan (Treviño)2014-07-161-1/+24
| | | | They actually match, but just for safety...
* IndicatorLoader: add scroll-entry supportMarco Trevisan (Treviño)2014-07-161-0/+24
|
* explicitly set UBUNTU_MENUPROXY to 0Charles Kerr2013-07-261-1/+1
|
* more copyediting. why am I awake?Charles Kerr2013-07-261-47/+49
|
* copyediting: fix linewrapsCharles Kerr2013-07-261-22/+46
|
* plug a keyfile leakCharles Kerr2013-07-251-0/+3
|
* in indicator-loader, show =all= the profilesCharles Kerr2013-07-251-179/+247
|
* Don't build the GTK2 toolsTed Gould2013-06-071-4/+0
|
* Merge lp:~larsu/call-ido-initLars Uebernickel2013-06-071-0/+2
|\
| * Depend on ido and call ido_init() in indicator-loaderLars Uebernickel2013-05-231-0/+2
| | | | | | | | | | | | | | Ido provides the custom menu items that indicator services request. ido_init() registers those items with gtk+, so that they'll be created from gtk_menu_new_from_model().
* | IndicatorNg: update indicator file formatLars Uebernickel2013-05-241-2/+3
|/ | | | | | | | | | | | | | | | | | 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.
* init the GError pointer to NULLCharles Kerr2013-03-221-1/+1
|
* introduce tab damage for consistency with the rest of indicator-loader.cCharles Kerr2013-03-221-5/+5
|
* add the option to specify the profile from the command lineCharles Kerr2013-03-221-1/+29
|
* Only build and use IndicatorNg in the gtk3 buildLars Uebernickel2013-01-181-0/+5
|
* Add IndicatorNgLars Uebernickel2013-01-181-5/+17
| | | | | | | IndicatorNg is an indicator object that reads an indicator service file and watches the bus for a corresponding service to appear. It turns the menus and actions exported by the service into an indicator entry.
* remove the cloak/decloak widget logicCharles Kerr2012-09-111-23/+36
|
* Adding a warning for entries that do not set their parent_objectTed Gould2012-01-191-0/+4
|
* Make sure our menus don't get proxiedTed Gould2011-09-201-0/+3
|
* Handle NULL entries without crashingTed Gould2011-07-111-2/+8
|
* Installing the debugging env entries in shared directory instead of the ↵Ted Gould2011-07-072-1/+4
|\ | | | | | | executable one.
| * Make xsessiondir = $(pkgdatadir)Ken VanDine2011-07-071-1/+1
|/
* Handling the right box for the right version of GTKTed Gould2011-07-071-0/+4
|
* Switch to using gtk_box_new()Ted Gould2011-07-061-1/+1
|
* Build indicator-loader3 Ken VanDine2010-11-241-2/+12
|
* Merging in trunk to solve conflictsTed Gould2010-11-113-0/+40
|\
| * Add mean commentTed Gould2010-10-151-0/+6
| |
| * Adding a number in the nameTed Gould2010-10-152-1/+1
| |
| * Installing the environment file in the session dirTed Gould2010-10-151-0/+5
| |
| * All the environment flags we should set for debuggingTed Gould2010-10-151-0/+8
| |
| * Creating a callback on the loader to signal the event press down to the entry.Ted Gould2010-09-161-0/+13
| |
| * Putting a printout in for showing menus.Ted Gould2010-09-151-0/+8
| |
* | instead of always building gtk2 and gtk3, add a --with-gtk= flag to ↵Michael Terry2010-10-061-1/+6
|/ | | | configure to specify which to build with
* Adding in license headers.Ted Gould2009-12-101-0/+23
|
* Adding support for removing entriesTed Gould2009-11-241-0/+20
|
* Stopping the app when the window closes.Ted Gould2009-11-241-0/+9
|
* Grabbing the entry added function as well, didn't realize how much it did :)Ted Gould2009-11-241-0/+20
|
* Showing the menubar and windowTed Gould2009-11-241-0/+3
|