Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| * | | Code clean-up. | William Hua | 2013-05-19 | 1 | -31/+27 |
| | | | |||||
| * | | Clean up error checking. | William Hua | 2013-04-26 | 1 | -31/+22 |
| | | | |||||
| * | | Don't free label and accessible_desc. | William Hua | 2013-04-26 | 1 | -5/+2 |
| | | | |||||
| * | | Remove changelog entry. | William Hua | 2013-04-26 | 1 | -14/+0 |
| | | | |||||
| * | | [ William Hua ] | William Hua | 2013-04-22 | 5 | -26/+88 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | * debian/control: - Bump GLib to 2.37. * configure.ac: - Bump GLib to 2.37. * libindicator/indicator-image-helper.c: - Support display of GBytesIcons. * libindicator/indicator-ng.c: - Change action state icon type to GVariant. | ||||
* | | Releasing 12.10.2daily13.05.02-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-05-03 | 1 | -0/+6 |
|\ \ | | | | | | | | | | Approved by PS Jenkins bot. | ||||
| * | | Releasing 12.10.2daily13.05.02-0ubuntu1, based on r487 | Automatic PS uploader | 2013-05-02 | 1 | -0/+6 |
|/ / | |||||
* | | Merge changelog changes from /13.04 branch for saucy. | Mathieu Trudel-Lapierre | 2013-05-02 | 1 | -0/+32 |
|\ \ | | | | | | | | | | Approved by PS Jenkins bot, Łukasz Zemczak. | ||||
| * | | Merge changelog changes from /13.04 branch for saucy. | Mathieu Trudel-Lapierre | 2013-05-02 | 1 | -0/+32 |
|/ / | |||||
* | | IndicatorDestkopShortcuts: add StartupNotify parameter in our internal fake ↵ | Marco Trevisan (Treviño) | 2013-04-09 | 1 | -5/+19 |
|\| | | | | | | | | | | | | | | | | | .desktop file Otherwise GAppInfo won't pass the relevant platform-data to the Application launched. Plus, fix the docs. Fixes: https://bugs.launchpad.net/bugs/1164483, https://bugs.launchpad.net/bugs/1166890. Approved by Mathieu Trudel-Lapierre, PS Jenkins bot. | ||||
| * | IndicatorDestkopShortcuts: add StartupNotify parameter in our internal fake ↵ | Marco Trevisan (Treviño) | 2013-04-09 | 1 | -5/+19 |
|/ | | | | | | | .desktop file Otherwise GAppInfo won't pass the relevant platform-data to the Application launched. Plus, fix the docs. | ||||
* | IndicatorDestkopShortcuts: add ↵ | Marco Trevisan (Treviño) | 2013-04-05 | 2 | -10/+22 |
|\ | | | | | | | | | | | | | | | | | indicator_desktop_shortcuts_nick_exec_with_context It allows to pass a GAppLaunchContext to pass platform-data when launching actions. Deprecate old API. Fixes: https://bugs.launchpad.net/bugs/1164470, https://bugs.launchpad.net/bugs/1164483. Approved by PS Jenkins bot, Lars Uebernickel. | ||||
| * | IndicatorDestkopShortcuts: fix indentation | Marco Trevisan (Treviño) | 2013-04-05 | 1 | -8/+8 |
| | | |||||
| * | IndicatorDestkopShortcuts: add missing include and deprecate old function | Marco Trevisan (Treviño) | 2013-04-05 | 1 | -0/+3 |
| | | |||||
| * | IndicatorDestkopShortcuts: add ↵ | Marco Trevisan (Treviño) | 2013-04-05 | 2 | -2/+11 |
|/ | | | | | | | indicator_desktop_shortcuts_nick_exec_with_context It allows to pass a GAppLaunchContext to pass platform-data when launching actions. | ||||
* | indicator-ng: allow a dictionary as the root action's state | Lars Uebernickel | 2013-03-25 | 2 | -12/+23 |
|\ | |||||
| * | indicator-ng: allow a dictionary as the root action's state | Lars Uebernickel | 2013-03-21 | 2 | -12/+23 |
| | | | | | | | | | | | | | | | | | | 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-loader: add command line option to specify profile | Charles Kerr | 2013-03-25 | 1 | -1/+29 |
|\ \ | |/ |/| | | | | | Merged from lp:~charlesk/libindicator/indicator-loader-profiles | ||||
| * | 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 |
|/ | |||||
* | Revert "indicator-ng: allow a dictionary as the root action's state". | Mathieu Trudel-Lapierre | 2013-03-18 | 2 | -23/+12 |
|\ | | | | | | | Approved by PS Jenkins bot, Michael Terry. | ||||
| * | Revert: indicator-ng: allow a dictionary as the root action's state | Mathieu Trudel-Lapierre | 2013-03-18 | 2 | -23/+12 |
|/ | |||||
* | indicator-ng: allow a dictionary as the root action's state | Lars Uebernickel | 2013-03-13 | 2 | -12/+23 |
|\ | | | | | | | | | | | | | | | | | | | 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. Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | indicator-ng: allow a dictionary as the root action's state | Lars Uebernickel | 2013-03-13 | 2 | -12/+23 |
|/ | | | | | | | | | 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. | ||||
* | Releasing 12.10.2daily13.02.25-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-02-25 | 1 | -0/+6 |
|\ | | | | | | | Approved by PS Jenkins bot. | ||||
| * | Releasing 12.10.2daily13.02.25-0ubuntu1, based on r479 | Automatic PS uploader | 2013-02-25 | 1 | -0/+6 |
|/ | |||||
* | Install the gtk2 library into the multiarch directory. Fixes: ↵ | Iain Lane | 2013-02-22 | 2 | -2/+4 |
|\ | | | | | | | | | | | https://bugs.launchpad.net/bugs/1131708. Approved by PS Jenkins bot, Mathieu Trudel-Lapierre. | ||||
| * | Use $(COMMON_CONFIGURE_FLAGS) instead of hardcoding | Iain Lane | 2013-02-22 | 1 | -1/+1 |
| | | |||||
| * | Install shared library into correct (multiarch) directory | Iain Lane | 2013-02-22 | 1 | -1/+1 |
| | | |||||
| * | Disable silent rules for more useful build logs | Iain Lane | 2013-02-22 | 1 | -1/+3 |
|/ | |||||
* | Releasing 12.10.2daily13.02.19-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-02-19 | 1 | -0/+10 |
|\ | | | | | | | Approved by PS Jenkins bot. | ||||
| * | Releasing 12.10.2daily13.02.19-0ubuntu1, based on r477 | Automatic PS uploader | 2013-02-19 | 1 | -0/+10 |
|/ | |||||
* | Multiarch for most of libindicator is fine. But the indicators themselves ↵ | Michael Terry | 2013-02-15 | 2 | -2/+2 |
|\ | | | | | | | | | | | should continue to be installed in the same (non-multiarch) directory, for historical reasons. Fixes: https://bugs.launchpad.net/bugs/1126360. Approved by Łukasz Zemczak, PS Jenkins bot, Mathieu Trudel-Lapierre. | ||||
| * | hard-code indicatordir to not use multiarch locations | Michael Terry | 2013-02-15 | 2 | -2/+2 |
|/ | |||||
* | Releasing 12.10.2daily13.02.15-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-02-15 | 1 | -2/+5 |
|\ | | | | | | | Approved by PS Jenkins bot. | ||||
| * | Releasing 12.10.2daily13.02.15-0ubuntu1, based on r475 | Automatic PS uploader | 2013-02-15 | 1 | -2/+5 |
|/ | |||||
* | Add IndicatorNg. | Lars Uebernickel | 2013-02-14 | 17 | -15/+1078 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. I think this is a good solution for the transition period in which we support both styles of indicators. (It means we don't need to copy templates around.) An indicator service file must have an ".indicator" extension and contents simlilar to this: [Indicator Service] Name=indicator-test BusName=com.canonical.indicator.test ObjectPath=/com/canonical/indicator/test For unity-panel-service, these files will be installed somewhere. The indicator-loader in this branch accepts a path to such a file as the first command line argument (instead of the .so file). This can be tested with the example indicator in lp:~larsu/libunity/add-indicator (examples/indicator.vala). Approved by Charles Kerr, Ted Gould. | ||||
| * | indicator-ng: add license header | Lars Uebernickel | 2013-02-14 | 2 | -0/+37 |
| | |