Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Append us to copyright headers | Robert Tari | 2021-05-12 | 1 | -0/+2 |
| | |||||
* | Add CMakeLists.txt files + tests/test-loader.c: fix library paths + Fix ↵ | Robert Tari | 2021-05-12 | 1 | -2/+2 |
| | | | | | | include paths tests/test-loader.c: fix library paths | ||||
* | Whitespace fix | Robert Tari | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Move source files to src | Robert Tari | 2021-05-11 | 1 | -4/+4 |
| | |||||
* | tools/indicator-loader.c: Silence unused parameter warnings/errors for ↵ | Mike Gabriel | 2021-04-20 | 1 | -5/+5 |
| | | | | various functions. | ||||
* | Fork libayatana-indicator from Ubuntu's libindicator shared library. | Mike Gabriel | 2015-11-06 | 1 | -3/+3 |
| | |||||
* | IndicatorLoader: convert gtk scroll events to indicator object events | Marco Trevisan (Treviño) | 2014-07-16 | 1 | -1/+24 |
| | | | | They actually match, but just for safety... | ||||
* | IndicatorLoader: add scroll-entry support | Marco Trevisan (Treviño) | 2014-07-16 | 1 | -0/+24 |
| | |||||
* | explicitly set UBUNTU_MENUPROXY to 0 | Charles Kerr | 2013-07-26 | 1 | -1/+1 |
| | |||||
* | more copyediting. why am I awake? | Charles Kerr | 2013-07-26 | 1 | -47/+49 |
| | |||||
* | copyediting: fix linewraps | Charles Kerr | 2013-07-26 | 1 | -22/+46 |
| | |||||
* | plug a keyfile leak | Charles Kerr | 2013-07-25 | 1 | -0/+3 |
| | |||||
* | in indicator-loader, show =all= the profiles | Charles Kerr | 2013-07-25 | 1 | -179/+247 |
| | |||||
* | Merge lp:~larsu/call-ido-init | Lars Uebernickel | 2013-06-07 | 1 | -0/+2 |
|\ | |||||
| * | Depend on ido and call ido_init() in indicator-loader | Lars Uebernickel | 2013-05-23 | 1 | -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 format | Lars Uebernickel | 2013-05-24 | 1 | -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 NULL | Charles Kerr | 2013-03-22 | 1 | -1/+1 |
| | |||||
* | introduce tab damage for consistency with the rest of indicator-loader.c | Charles Kerr | 2013-03-22 | 1 | -5/+5 |
| | |||||
* | add the option to specify the profile from the command line | Charles Kerr | 2013-03-22 | 1 | -1/+29 |
| | |||||
* | Only build and use IndicatorNg in the gtk3 build | Lars Uebernickel | 2013-01-18 | 1 | -0/+5 |
| | |||||
* | Add IndicatorNg | Lars Uebernickel | 2013-01-18 | 1 | -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 logic | Charles Kerr | 2012-09-11 | 1 | -23/+36 |
| | |||||
* | Adding a warning for entries that do not set their parent_object | Ted Gould | 2012-01-19 | 1 | -0/+4 |
| | |||||
* | Make sure our menus don't get proxied | Ted Gould | 2011-09-20 | 1 | -0/+3 |
| | |||||
* | Handle NULL entries without crashing | Ted Gould | 2011-07-11 | 1 | -2/+8 |
| | |||||
* | Handling the right box for the right version of GTK | Ted Gould | 2011-07-07 | 1 | -0/+4 |
| | |||||
* | Switch to using gtk_box_new() | Ted Gould | 2011-07-06 | 1 | -1/+1 |
| | |||||
* | Creating a callback on the loader to signal the event press down to the entry. | Ted Gould | 2010-09-16 | 1 | -0/+13 |
| | |||||
* | Putting a printout in for showing menus. | Ted Gould | 2010-09-15 | 1 | -0/+8 |
| | |||||
* | Adding in license headers. | Ted Gould | 2009-12-10 | 1 | -0/+23 |
| | |||||
* | Adding support for removing entries | Ted Gould | 2009-11-24 | 1 | -0/+20 |
| | |||||
* | Stopping the app when the window closes. | Ted Gould | 2009-11-24 | 1 | -0/+9 |
| | |||||
* | Grabbing the entry added function as well, didn't realize how much it did :) | Ted Gould | 2009-11-24 | 1 | -0/+20 |
| | |||||
* | Showing the menubar and window | Ted Gould | 2009-11-24 | 1 | -0/+3 |
| | |||||
* | Adding a small little tool to load an indicator from the command line. | Ted Gould | 2009-11-24 | 1 | -0/+74 |