Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 12.10.6-0ubuntu1phablet7 | Lars Uebernickel | 2012-12-11 | 1 | -0/+6 |
| | |||||
* | Remove variant wrapper from 'parameter' argument of the "activate" signal | Lars Uebernickel | 2012-12-11 | 1 | -1/+4 |
| | |||||
* | Always use the messageitem widget type and don't show sources. | Lars Uebernickel | 2012-12-10 | 3 | -12/+11 |
|\ | | | | | | | Approved by Renato Araujo Oliveira Filho, PS Jenkins bot. | ||||
| * | 12.10.6-0ubuntu1phablet6 | Lars Uebernickel | 2012-12-10 | 1 | -0/+7 |
| | | |||||
| * | Don't show sources in the phone menu | Lars Uebernickel | 2012-12-10 | 1 | -4/+0 |
| | | |||||
| * | Remove the snapdecision widget type | Lars Uebernickel | 2012-12-10 | 1 | -8/+4 |
|/ | | | | | Always use messageitem instead. | ||||
* | 12.10.6-0ubuntu1phablet5. | Lars Uebernickel | 2012-12-06 | 1 | -0/+7 |
|\ | | | | | | | Approved by Renato Araujo Oliveira Filho, PS Jenkins bot. | ||||
| * | 12.10.6-0ubuntu1phablet5 | Lars Uebernickel | 2012-12-06 | 1 | -0/+7 |
|/ | |||||
* | Add messaging_menu_app_get_message. | Lars Uebernickel | 2012-12-05 | 3 | -0/+25 |
|\ | | | | | | | Approved by PS Jenkins bot. | ||||
| * | Update debian/libmessaging-menu0.symbols | Lars Uebernickel | 2012-12-05 | 1 | -0/+1 |
| | | |||||
| * | Add messaging_menu_app_get_message | Lars Uebernickel | 2012-12-04 | 2 | -0/+24 |
| | | |||||
* | | Don't shorten the app id to seven characters. Fixes: ↵ | Lars Uebernickel | 2012-12-05 | 1 | -1/+6 |
|\ \ | | | | | | | | | | | | | | | | https://bugs.launchpad.net/bugs/1086729. Approved by Gustavo Pichorim Boiko. | ||||
| * | | Don't shorten the app id to seven characters | Lars Uebernickel | 2012-12-05 | 1 | -1/+6 |
|/ / | |||||
* | | 12.10.6-0ubuntu1phablet4. | Lars Uebernickel | 2012-12-04 | 1 | -0/+11 |
|\ \ | | | | | | | | | | Approved by Renato Araujo Oliveira Filho. | ||||
| * | | 12.10.6-0ubuntu1phablet4 | Lars Uebernickel | 2012-12-04 | 1 | -0/+11 |
|/ / | |||||
* | | Change icon when there are any messages in the menu. | Lars Uebernickel | 2012-12-04 | 1 | -0/+47 |
|\ \ | | | | | | | | | | Approved by Renato Araujo Oliveira Filho. | ||||
| * | | Switch accessible name and icon-name (see last commit) | Lars Uebernickel | 2012-12-04 | 1 | -1/+1 |
| | | | |||||
| * | | Change icon when there are any messages in the menu | Lars Uebernickel | 2012-12-04 | 1 | -0/+47 |
| |/ | |||||
* | | Only expose one application icon (the -symbolic one) | Lars Uebernickel | 2012-12-04 | 3 | -15/+4 |
|\ \ | |/ |/| | | | | | | | Approved by Ivanka. Approved by Renato Araujo Oliveira Filho, PS Jenkins bot. | ||||
| * | Only expose one application icon (the -symbolic one) | Lars Uebernickel | 2012-12-04 | 3 | -15/+4 |
|/ | |||||
* | Export symbolic application icons on messages | Lars Uebernickel | 2012-12-04 | 3 | -4/+44 |
|\ | | | | | | | | | | | | | | | | | This is implemented by appending '-symbolic' to the first icon name. The old icon name is kept as a fallback in case there's no symbolic icon installed. This doesn't work yet for applications that specify their icon as a filename. Approved by Renato Araujo Oliveira Filho, PS Jenkins bot. | ||||
| * | im-application-list: initialize local variables with NULL | Lars Uebernickel | 2012-12-04 | 1 | -2/+2 |
| | | | | | | | | | | They are not set in every code path but freed at the end of the function. | ||||
| * | Export symbolic application icons on messages | Lars Uebernickel | 2012-12-04 | 3 | -3/+43 |
|/ | | | | | | | | This is implemented by appending '-symbolic' to the first icon name. The old icon name is kept as a fallback in case there's no symbolic icon installed. This doesn't work yet for applications that specify their icon as a filename. | ||||
* | Reverse order of messages | Lars Uebernickel | 2012-12-04 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | Newest messages should show up on top. The menu is still sorted by the time messages were added, not by the time property of MessagingMenuMessage. Approved by Olivier Tilloy. | ||||
| * | Reverse order of messages | Lars Uebernickel | 2012-12-04 | 1 | -2/+2 |
| | | | | | | | | | | | | Newest messages should show up on top. The menu is still sorted by the time messages were added, not by the time property of MessagingMenuMessage. | ||||
* | | Stop using IndicatorService | Lars Uebernickel | 2012-12-04 | 1 | -27/+20 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't require every consumer ("panel") to know about IndicatorServiceManager's protocol. Also, it ensures that objects are exported before the name is acquired, getting rid of a race condition (when a consumer tries to access objects in NameAppeared before they're exported). This patch also adds a --replace command line option -- replacing the INDICATOR_SERVICE_REPLACE_MODE environment variable. . Fixes: https://bugs.launchpad.net/bugs/1085206. Approved by Renato Araujo Oliveira Filho, PS Jenkins bot. | ||||
| * | Stop using IndicatorService | Lars Uebernickel | 2012-12-03 | 1 | -27/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't require every consumer ("panel") to know about IndicatorServiceManager's protocol. Also, it ensures that objects are exported before the name is acquired, getting rid of a race condition (when a consumer tries to access objects in NameAppeared before they're exported). This patch also adds a --replace command line option -- replacing the INDICATOR_SERVICE_REPLACE_MODE environment variable. | ||||
* | | Add the concept of actions to messages. | Lars Uebernickel | 2012-12-04 | 8 | -57/+337 |
|\ \ | |/ |/| | | | Approved by Olivier Tilloy. | ||||
| * | Prefix message action names with the right namespace | Lars Uebernickel | 2012-12-03 | 1 | -10/+33 |
| | | |||||
| * | debian/symbols: export new symbol | Lars Uebernickel | 2012-11-30 | 1 | -0/+1 |
| | | |||||
| * | Don't export the messaging_menu_message_to_variant symbol | Lars Uebernickel | 2012-11-30 | 2 | -5/+5 |
| | | |||||
| * | Merge trunk and fix conflicts | Lars Uebernickel | 2012-11-30 | 3 | -101/+22 |
| |\ | |/ |/| | |||||
* | | 12.10.6-0ubuntu1phablet3. | Lars Uebernickel | 2012-11-30 | 1 | -0/+8 |
|\ \ | | | | | | | | | | Approved by Olivier Tilloy, PS Jenkins bot. | ||||
| * | | 12.10.6-0ubuntu1phablet3 | Lars Uebernickel | 2012-11-30 | 1 | -0/+8 |
|/ / | |||||
* | | ImApplicationList: specify right number of args for 'message-added' | Lars Uebernickel | 2012-11-29 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | This fixes a crash on arm, because g_signal_emit was called with one argument too many. Approved by Renato Araujo Oliveira Filho. | ||||
| * | | ImApplicationList: specify right number of args for 'message-added' | Lars Uebernickel | 2012-11-29 | 1 | -1/+2 |
|/ / | | | | | | | | | | | This fixes a crash on arm, because g_signal_emit was called with one argument too many. | ||||
* | | Expose a root item on the menu as described in the indicator spec and remove ↵ | Lars Uebernickel | 2012-11-29 | 2 | -101/+14 |
|\ \ | | | | | | | | | | | | | | | | some related dead code in messages-service.c. Approved by Renato Araujo Oliveira Filho, PS Jenkins bot. | ||||
| * | | Add x-canonical-type to the root item | Lars Uebernickel | 2012-11-28 | 1 | -0/+1 |
| | | | |||||
| * | | messages-service.c: remove chat status action | Lars Uebernickel | 2012-11-28 | 1 | -91/+0 |
| | | | | | | | | | | | | | | | | | | It isn't used right now (the action group wasn't even exported on the bus) and would need to be refactored anyway once chat status is added back in. | ||||
| * | | Add root menu item | Lars Uebernickel | 2012-11-28 | 2 | -10/+13 |
|/ / | | | | | | | | | | | | | The action for that root item lives in ImApplicationList for now, because it owns the action group (which should probably factored into its own class at some point). | ||||
| * | Expose message actions on the bus (as GActions) | Lars Uebernickel | 2012-11-30 | 1 | -1/+80 |
| | | |||||
| * | Expose message actions in the phone menu | Lars Uebernickel | 2012-11-28 | 3 | -3/+15 |
| | | | | | | | | | | | | And use com.canonical.indicator.messages.snapdecision as widget type if the message has actions. | ||||
| * | Use aa{sv} instead of a(ssgav) to communicate actions to the service | Lars Uebernickel | 2012-11-28 | 4 | -23/+18 |
| | | |||||
| * | Pass message action and its parameter through to the application | Lars Uebernickel | 2012-11-27 | 3 | -1/+26 |
| | | |||||
| * | Move 'activate' signal into MessagingMenuMessage | Lars Uebernickel | 2012-11-27 | 2 | -23/+21 |
| | | | | | | | | | | And add parameters 'action' and 'parameter' (though they are not set yet). | ||||
| * | Allow adding actions to MessagingMenuMessage | Lars Uebernickel | 2012-11-27 | 5 | -28/+176 |
|/ | |||||
* | 12.10.6-0ubuntu1phablet2. | Lars Uebernickel | 2012-11-27 | 1 | -0/+11 |
|\ | | | | | | | Approved by Renato Araujo Oliveira Filho, PS Jenkins bot. | ||||
| * | releasing version 12.10.6-0ubuntu1phablet2 | Lars Uebernickel | 2012-11-26 | 1 | -0/+11 |
|/ | |||||
* | Implement more of the phone spec. | Lars Uebernickel | 2012-11-26 | 5 | -82/+302 |
|\ | | | | | | | Approved by Renato Araujo Oliveira Filho, PS Jenkins bot. | ||||
| * | Tell applications when messages and sources are dismissed | Lars Uebernickel | 2012-11-26 | 3 | -7/+53 |
| | | | | | | | | | | | | Right now, this is only used to clean up internal data structures in libmessaging-menu. It's not exposed to the application itself. |