Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | phone menu: don't show "Clear All" when there are no messages | Lars Uebernickel | 2013-09-25 | 1 | -16/+38 |
| | |||||
* | Releasing 13.10.1+13.10.20130913-0ubuntu1 (revision 378 from ↵ | Automatic PS uploader | 2013-09-13 | 1 | -0/+13 |
|\ | | | | | | | | | | | lp:indicator-messages). Approved by PS Jenkins bot. | ||||
| * | Releasing 13.10.1+13.10.20130913-0ubuntu1, based on r378 | Automatic PS uploader | 2013-09-13 | 1 | -0/+13 |
|/ | |||||
* | Add "title" to the root action state dictionary. Fixes: ↵ | Lars Uebernickel | 2013-09-12 | 1 | -0/+3 |
|\ | | | | | | | | | | | https://bugs.launchpad.net/bugs/1223635. Approved by Ted Gould, PS Jenkins bot. | ||||
| * | Add "title" to the root action state dictionary | Lars Uebernickel | 2013-09-12 | 1 | -0/+3 |
|/ | |||||
* | Use g_icon_serialize() instead of g_icon_to_string(). | Lars Uebernickel | 2013-09-09 | 11 | -212/+120 |
|\ | | | | | | | Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | Remove gmenuutils, it's not being used anymore | Lars Uebernickel | 2013-09-06 | 4 | -128/+0 |
| | | |||||
| * | create_status_section: use g_icon_serialize() | Lars Uebernickel | 2013-09-06 | 1 | -1/+8 |
| | | |||||
| * | im_application_list_message_added: don't use g_object_unref for variants | Lars Uebernickel | 2013-09-06 | 1 | -1/+1 |
| | | |||||
| * | im_application_list_update_draws_attention: fix GVariant leak | Lars Uebernickel | 2013-09-06 | 1 | -4/+6 |
| | | | | | | | | | | g_icon_serialize() returns a full (not a floating) reference. | ||||
| * | Use g_icon_serialize() for application icons | Lars Uebernickel | 2013-09-06 | 3 | -23/+26 |
| | | |||||
| * | Use serialized icons for messages and sources | Lars Uebernickel | 2013-09-05 | 7 | -58/+82 |
| | | | | | | | | | | The D-Bus protocol is not part of the public API, so it's okay to change it. | ||||
* | | Install into /usr/lib/$arch, to be consistent with the other indicators. | Lars Uebernickel | 2013-09-06 | 8 | -9/+9 |
|\ \ | |/ |/| | | | Approved by PS Jenkins bot, Sebastien Bacher. | ||||
| * | debian/*.install: install into arch-dependent directories | Lars Uebernickel | 2013-09-06 | 4 | -5/+5 |
| | | |||||
| * | Install the service into pkglibexecdir | Lars Uebernickel | 2013-09-06 | 3 | -3/+3 |
| | | |||||
| * | debian/rules: remove libdir and libexecdir overrides | Lars Uebernickel | 2013-09-06 | 1 | -1/+1 |
|/ | |||||
* | Releasing 13.10.1+13.10.20130903-0ubuntu1 (revision 374 from ↵ | Automatic PS uploader | 2013-09-03 | 1 | -0/+10 |
|\ | | | | | | | | | | | lp:indicator-messages). Approved by PS Jenkins bot. | ||||
| * | Releasing 13.10.1+13.10.20130903-0ubuntu1, based on r374 | Automatic PS uploader | 2013-09-03 | 1 | -0/+10 |
|/ | |||||
* | Remove parameter type from root action. | Nick Dedekind | 2013-09-02 | 1 | -1/+1 |
|\ | | | | | | | Approved by Nick Dedekind, PS Jenkins bot. | ||||
| * | Remove parameter type from root action | Nick Dedekind | 2013-09-02 | 1 | -1/+1 |
|/ | |||||
* | Releasing 13.10.1+13.10.20130830.2-0ubuntu1 (revision 372 from ↵ | Automatic PS uploader | 2013-08-30 | 1 | -0/+12 |
|\ | | | | | | | | | | | lp:indicator-messages). Approved by PS Jenkins bot. | ||||
| * | Releasing 13.10.1+13.10.20130830.2-0ubuntu1, based on r372 | Automatic PS uploader | 2013-08-30 | 1 | -0/+12 |
|/ | |||||
* | libmessaging-menu: default MessagingMenuMessage::draws-attention to TRUE | Lars Uebernickel | 2013-08-29 | 1 | -1/+2 |
|\ | | | | | | | | | | | In most cases, apps will want to draw the user's attention when they add a message to the menu. Fixes: https://bugs.launchpad.net/bugs/1215644. Approved by Ted Gould, PS Jenkins bot. | ||||
| * | libmessaging-menu: default MessagingMenuMessage::draws-attention to TRUE | Lars Uebernickel | 2013-08-29 | 1 | -1/+2 |
|/ | | | | | | In most cases, apps will want to draw the user's attention when they add a message to the menu. | ||||
* | Releasing 13.10.1+13.10.20130829-0ubuntu1 (revision 370 from ↵ | Automatic PS uploader | 2013-08-29 | 1 | -0/+12 |
|\ | | | | | | | | | | | lp:indicator-messages). Approved by PS Jenkins bot. | ||||
| * | Releasing 13.10.1+13.10.20130829-0ubuntu1, based on r370 | Automatic PS uploader | 2013-08-29 | 1 | -0/+12 |
|/ | |||||
* | Remove app-section.[ch], it's not used anymore. | Lars Uebernickel | 2013-08-28 | 6 | -1003/+0 |
|\ | | | | | | | Approved by Ted Gould, PS Jenkins bot. | ||||
| * | Remove app-section.[ch] | Lars Uebernickel | 2013-08-28 | 6 | -1003/+0 |
| | | |||||
* | | Don't pass source and message ids into parameters that expect detailed ↵ | Lars Uebernickel | 2013-08-28 | 1 | -2/+4 |
|\ \ | | | | | | | | | | | | | | | | action names. Approved by Ted Gould, PS Jenkins bot. | ||||
| * | | Don't pass ids as detailed action names | Lars Uebernickel | 2013-08-28 | 1 | -2/+4 |
| |/ | | | | | | | | | | | | | Detailed action names are of the form action::target or action(target), so they can't have colons or parens in them. This restriction does not apply to messaging menu ids. Fixes: https://bugs.launchpad.net/bugs/1180302. | ||||
* | | Releasing 13.10.1+13.10.20130828.2-0ubuntu1 (revision 367 from ↵ | Automatic PS uploader | 2013-08-28 | 1 | -0/+10 |
|\ \ | | | | | | | | | | | | | | | | lp:indicator-messages). Approved by PS Jenkins bot. | ||||
| * | | Releasing 13.10.1+13.10.20130828.2-0ubuntu1, based on r367 | Automatic PS uploader | 2013-08-28 | 1 | -0/+10 |
|/ / | |||||
* | | Releasing 13.10.1+13.10.20130827.4-0ubuntu1 (revision 365 from ↵ | Automatic PS uploader | 2013-08-27 | 1 | -0/+17 |
|\ \ | | | | | | | | | | | | | | | | lp:indicator-messages). Approved by PS Jenkins bot. | ||||
| * | | Releasing 13.10.1+13.10.20130827.4-0ubuntu1, based on r365 | Automatic PS uploader | 2013-08-27 | 1 | -0/+17 |
| |/ | |||||
* | | Remove extraneous variable 'old_draw'. | Lars Uebernickel | 2013-08-27 | 1 | -6/+1 |
|\ \ | |/ |/| | | | Approved by PS Jenkins bot, Charles Kerr. | ||||
| * | Merge trunk | Lars Uebernickel | 2013-08-27 | 3 | -30/+112 |
| |\ | |/ |/| | |||||
* | | test-client.py: flush GDBusConnection before (potentially) freeing it. ↵ | Lars Uebernickel | 2013-08-27 | 1 | -0/+5 |
|\ \ | | | | | | | | | | | | | | | | Fixes: https://bugs.launchpad.net/bugs/1217131. Approved by PS Jenkins bot, Sebastien Bacher. | ||||
| * | | test-client.py: flush GDBusConnection before (potentially) freeing it | Lars Uebernickel | 2013-08-27 | 1 | -0/+5 |
| | | | |||||
* | | | Fix bug #1216843 | Lars Uebernickel | 2013-08-27 | 2 | -30/+107 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Remove all sources when an applications quits and don't show sources with a count of 0. Fixes: https://bugs.launchpad.net/bugs/1216843. Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | | | desktop menu: don't show sources with a count of 0 | Lars Uebernickel | 2013-08-27 | 2 | -29/+90 |
| | | | | |||||
| * | | | desktop menu: remove all sources when an application has quit | Lars Uebernickel | 2013-08-27 | 1 | -0/+16 |
| | | | | |||||
| * | | | im-application-list: use correct signal marshaller for app-stopped | Lars Uebernickel | 2013-08-27 | 1 | -1/+1 |
| |/ / | |||||
| | * | im-application-list: remove extraneous variable 'old_draw' | Lars Uebernickel | 2013-08-27 | 1 | -6/+1 |
| |/ |/| | |||||
* | | Remove unused and slightly used dependencies. | Ted Gould | 2013-08-27 | 3 | -30/+4 |
|\ \ | |/ |/| | | | Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | Use the local version instead of the version from libindicator | Ted Gould | 2013-08-26 | 1 | -1/+1 |
| | | |||||
| * | Dropping launch context so we don't have to include GDK | Ted Gould | 2013-08-26 | 1 | -16/+1 |
| | | |||||
| * | Dropping libs from configure as well | Ted Gould | 2013-08-26 | 1 | -7/+2 |
| | | |||||
| * | Build deps no longer required | Ted Gould | 2013-08-26 | 1 | -6/+0 |
|/ | |||||
* | Protect against invalid actions. Fixes: https://bugs.launchpad.net/bugs/1216758. | Ted Gould | 2013-08-26 | 1 | -0/+2 |
|\ | | | | | | | Approved by Lars Uebernickel, PS Jenkins bot. | ||||
| * | Protect against action loss | Ted Gould | 2013-08-26 | 1 | -0/+2 |
| | |