Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
|/ | ||||||
* | Releasing 12.10.2+13.10.20130719-0ubuntu1 (revision 505 from lp:libindicator). | Automatic PS uploader | 2013-07-19 | 1 | -0/+10 | |
|\ | | | | | | | Approved by PS Jenkins bot. | |||||
| * | Releasing 12.10.2+13.10.20130719-0ubuntu1, based on r505 | Automatic PS uploader | 2013-07-19 | 1 | -0/+10 | |
|/ | ||||||
* | IndicatorDesktopShortcuts: fix memory leak, free groupheader. | Marco Trevisan (Treviño) | 2013-07-18 | 1 | -0/+2 | |
|\ | | | | | | | Approved by Lars Uebernickel, PS Jenkins bot. | |||||
| * | IndicatorDesktopShortcuts: free groupheader | Marco Trevisan (Treviño) | 2013-07-17 | 1 | -0/+2 | |
|/ | ||||||
* | Releasing 12.10.2+13.10.20130702-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-07-02 | 1 | -0/+11 | |
|\ | | | | | | | Approved by PS Jenkins bot. | |||||
| * | Releasing 12.10.2+13.10.20130702-0ubuntu1, based on r503 | Automatic PS uploader | 2013-07-02 | 1 | -0/+11 | |
|/ | ||||||
* | Add support for indicators to tell the panel where they'd like to appear | Lars Uebernickel | 2013-06-28 | 5 | -5/+68 | |
|\ | | | | | | | | | Merged from lp:~larsu/libindicator/positionable | |||||
| * | indicator-object: g_return_if_fail -> g_return_val_if_fail | Lars Uebernickel | 2013-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | README: include information about the new Position key in indicator files | Lars Uebernickel | 2013-06-28 | 1 | -3/+10 | |
| | | ||||||
| * | Allow indicators to tell the panel where they want to appear | Lars Uebernickel | 2013-06-28 | 4 | -2/+58 | |
|/ | | | | | | Only implemented in IndicatorNg right now, which gets that information from the indicator file. | |||||
* | Releasing 12.10.2+13.10.20130628-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-06-28 | 1 | -0/+12 | |
|\ | | | | | | | Approved by PS Jenkins bot. | |||||
| * | Releasing 12.10.2+13.10.20130628-0ubuntu1, based on r501 | Automatic PS uploader | 2013-06-28 | 1 | -0/+12 | |
|/ | ||||||
* | Fixes a crasher bug in ng's parsing of the response to ↵ | Charles Kerr | 2013-06-27 | 1 | -6/+10 | |
|\ | | | | | | | | | | | org.freedesktop.DBus.StartServiceByName: The result's variant format is "(u)", not "u". Approved by Ted Gould, PS Jenkins bot. | |||||
| * | in indicator_ng_service_started(), the result's variant type should be ↵ | Charles Kerr | 2013-06-27 | 1 | -6/+10 | |
|/ | | | | parsed as '(u)' rather than 'u' | |||||
* | Releasing 12.10.2daily13.06.19.1-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-06-19 | 1 | -0/+35 | |
|\ | | | | | | | Approved by PS Jenkins bot. | |||||
| * | Releasing 12.10.2daily13.06.19.1-0ubuntu1, based on r499 | Automatic PS uploader | 2013-06-19 | 1 | -0/+35 | |
|/ | ||||||
* | Add missing conflicts/replaces | Didier Roche | 2013-06-19 | 1 | -0/+2 | |
| | ||||||
* | in indicator_ng_update_entry, unconditionally call set_label, set_icon, ↵ | Charles Kerr | 2013-06-17 | 1 | -6/+3 | |
|\ | | | | | | | | | | | set_accessible. Previously these were only called if the respective fields weren't NULL, which made it impossible to, for example, turn off a label or icon once it had been set. Approved by PS Jenkins bot, Ted Gould. | |||||
| * | in indicator_ng_update_entry, unconditionally call set_label, set_icon, ↵ | Charles Kerr | 2013-06-16 | 1 | -6/+3 | |
|/ | | | | set_accessible. Previously these were only called if the respective fields weren't NULL, which made it impossible to, for example, turn off a label or icon once it had been set. | |||||
* | indicator-ng: properly fail when keyfile doesn't exist. | Lars Uebernickel | 2013-06-07 | 1 | -1/+1 | |
|\ | | | | | | | Approved by PS Jenkins bot, Ted Gould. | |||||
| * | indicator-ng: properly fail when keyfile doesn't exist | Lars Uebernickel | 2013-06-07 | 1 | -1/+1 | |
| | | ||||||
* | | Remove the GTK2 version of the tools. | Ted Gould | 2013-06-07 | 5 | -18/+2 | |
|\ \ | |/ |/| | | | Approved by PS Jenkins bot, Lars Uebernickel. | |||||
| * | Gone. | Ted Gould | 2013-06-07 | 1 | -1/+0 | |
| | | ||||||
| * | Move the debugging environment variables into the other tools package | Ted Gould | 2013-06-07 | 3 | -2/+2 | |
| | | ||||||
| * | Don't build the GTK2 tools | Ted Gould | 2013-06-07 | 2 | -15/+0 | |
|/ | ||||||
* | Merge lp:~larsu/call-ido-init | Lars Uebernickel | 2013-06-07 | 3 | -1/+6 | |
|\ | ||||||
| * | Revert r490 | Lars Uebernickel | 2013-06-04 | 1 | -1/+1 | |
| | | | | | | | | | | It's already applied on trunk | |||||
| * | debian/control: add ido dependency | Lars Uebernickel | 2013-05-27 | 1 | -0/+1 | |
| | | ||||||
| * | Depend on ido and call ido_init() in indicator-loader | Lars Uebernickel | 2013-05-23 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | 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(). | |||||
| * | indicator-image-helper: stop using deprecated gtk_icon_info_free() | Lars Uebernickel | 2013-05-23 | 1 | -1/+1 | |
| | | ||||||
* | | Merge lp:~larsu/new-indicator-file-format | Lars Uebernickel | 2013-06-07 | 6 | -40/+106 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | indicator-ng: fix crash | Lars Uebernickel | 2013-05-29 | 1 | -5/+2 | |
| | | | ||||||
| * | | IndicatorNg: update indicator file format | Lars Uebernickel | 2013-05-24 | 6 | -21/+96 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | refactor indicator_ng_initable_init | Lars Uebernickel | 2013-05-24 | 1 | -22/+16 | |
| |/ | | | | | | | | | This makes the flow a bit more apparent. Also gets rid of a goto. | |||||
* | | Releasing 12.10.2daily13.06.07-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-06-07 | 1 | -0/+22 | |
|\ \ | | | | | | | | | | Approved by PS Jenkins bot. | |||||
| * | | Releasing 12.10.2daily13.06.07-0ubuntu1, based on r492 | Automatic PS uploader | 2013-06-07 | 1 | -0/+22 | |
|/ / | ||||||
* | | tests: fix compilation and make check. | Marco Trevisan (Treviño) | 2013-05-29 | 13 | -18/+1 | |
|\ \ | | | | | | | | | | Approved by PS Jenkins bot, Mathieu Trudel-Lapierre. | |||||
| * | | tests: fix compilation and make check. | Marco Trevisan (Treviño) | 2013-04-12 | 13 | -18/+1 | |
| | | | ||||||
* | | | IndicatorDesktopShortcuts: Use the proper way to create an AppInfo from ↵ | Marco Trevisan (Treviño) | 2013-05-29 | 1 | -23/+11 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command-line Removed the hack that we used to create a .desktop app-info from a locally generated keyfile, using g_app_info_create_from_commandline instead. Fixes: https://bugs.launchpad.net/bugs/1168373. Approved by PS Jenkins bot, Ted Gould. | |||||
| * | | | IndicatorDesktopShortcuts: some code cleanup | Marco Trevisan (Treviño) | 2013-04-19 | 1 | -3/+1 | |
| |/ / | ||||||
| * | | IndicatorDesktopShortcuts: initialize flags using the default define | Marco Trevisan (Treviño) | 2013-04-12 | 1 | -1/+2 | |
| | | | ||||||
| * | | IndicatorDesktopShortcuts: Use the proper way to create an AppInfo from ↵ | Marco Trevisan (Treviño) | 2013-04-12 | 1 | -21/+10 | |
| | | | | | | | | | | | | | | | | | | | | | command-line We remove the workaround that we used to create a .desktop app-info from a locally generated keyfile. | |||||
* | | | Migrating away from deprecated gtk_icon_info_free(). | Ted Gould | 2013-05-29 | 1 | -0/+6 | |
|\ \ \ | |_|/ |/| | | | | | Approved by PS Jenkins bot, Lars Uebernickel. | |||||
| * | | Handling the deprecation of gtk_icon_info_free() | Ted Gould | 2013-05-29 | 1 | -0/+6 | |
|/ / | ||||||
* | | Use GIcon's serialization/deserialization interface for indicator icons so ↵ | William Hua | 2013-05-22 | 4 | -36/+68 | |
|\ \ | | | | | | | | | | | | | | | | that we can load icons as PNG data transmitted over the bus. Approved by Lars Uebernickel, PS Jenkins bot. |