aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version bump to not pull from archivesSergio Schvezov2013-04-261-0/+6
|
* Adding guards for g_type_init and reversioning.Sergio Schvezov2013-03-226-2/+20
|\ | | | | | | Approved by PS Jenkins bot, Gustavo Pichorim Boiko.
| * Adding guards for g_type_initSergio Schvezov2013-03-222-1/+8
| |
| * Adding glib version guard to g_type_initSergio Schvezov2013-03-224-1/+12
|/
* Fixed copyright/packaging issues.Renato Araujo Oliveira Filho2013-02-204-0/+708
|\ | | | | | | Approved by Michael Zanetti, PS Jenkins bot.
| * Fixed missing copyright header.Renato Araujo Oliveira Filho2013-02-201-0/+15
| |
| * Fixed copyright/packaging issues.Renato Araujo Oliveira Filho2013-02-203-0/+693
|/
* ImApplicationList: add "remove-all" signalLars Uebernickel2012-12-205-0/+42
|\ | | | | | | | | | | This is a temporary hack to work around a crash in QMenuModel. Approved by Bill Filler, PS Jenkins bot.
| * 12.10.6-0ubuntu1phablet9Lars Uebernickel2012-12-201-0/+6
| |
| * ImApplicationList: add "remove-all" signalLars Uebernickel2012-12-204-0/+36
|/ | | | | This is a temporary hack to work around a crash in QMenuModel.
* 12.10.6-0ubuntu1phablet8.Lars Uebernickel2012-12-171-0/+9
|\ | | | | | | Approved by PS Jenkins bot, Renato Araujo Oliveira Filho.
| * 12.10.6-0ubuntu1phablet8Lars Uebernickel2012-12-171-0/+9
|/
* ImPhoneMenu: sort messages by time. Fixes: ↵Lars Uebernickel2012-12-171-1/+20
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/1090266. Approved by Bill Filler, PS Jenkins bot.
| * ImPhoneMenu: sort messages by timeLars Uebernickel2012-12-141-1/+20
| |
* | Make handling of multiple processes with the same desktop id more robust.Lars Uebernickel2012-12-171-5/+12
|\| | | | | | | Approved by Renato Araujo Oliveira Filho.
| * im_application_list_set_remote: robuster check for running async operationLars Uebernickel2012-12-141-3/+9
| | | | | | | | | | | | | | | | | | | | | | This fixes the case when app->proxy is still NULL but another application with the same desktop file replaces it. This should never happen in practice, but turned up while testing multiple processes which used the same desktop file. Their proxy_create async functions raced each other because the first one's wasn't properly cancelled. Also fixes a small memory leak.
| * im_application_list_proxy_created: fix error conditionLars Uebernickel2012-12-141-2/+3
| | | | | | | | | | | | | | | | Also, don't print a warning when the proy couldn't be created because the operation was cancelled. This only happens when the service is shutting down or when one application replaces another one with the same desktop file (in which case we already warn with a more descriptive message).
* | Remove variant wrapper from 'parameter' argument of the "activate" signal.Lars Uebernickel2012-12-172-1/+10
|\| | | | | | | Approved by Gustavo Pichorim Boiko, PS Jenkins bot.
| * 12.10.6-0ubuntu1phablet7Lars Uebernickel2012-12-111-0/+6
| |
| * Remove variant wrapper from 'parameter' argument of the "activate" signalLars Uebernickel2012-12-111-1/+4
| |
* | Make messaging_menu_app_remove_message() work for messages with a ref count of 1Lars Uebernickel2012-12-141-0/+4
|\ \ | |/ |/| | | | | | | | | | | | | | | | | This can happen if noone outside of MessagingMenuApp holds a reference to the message and somebody calls remove_message() with a pointer they got from _get_message() (which doesn't return a ref). messaging_menu_app_remove_message_by_id() really wants a valid 'id' pointer during its lifetime. Approved by PS Jenkins bot, Gustavo Pichorim Boiko.
| * Make messaging_menu_app_remove_message() work for messages with a ref count of 1Lars Uebernickel2012-12-141-0/+4
|/ | | | | | | | | | This can happen if noone outside of MessagingMenuApp holds a reference to the message and somebody calls remove_message() with a pointer they got from _get_message() (which doesn't return a ref). messaging_menu_app_remove_message_by_id() really wants a valid 'id' pointer during its lifetime.
* Always use the messageitem widget type and don't show sources.Lars Uebernickel2012-12-103-12/+11
|\ | | | | | | Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.
| * 12.10.6-0ubuntu1phablet6Lars Uebernickel2012-12-101-0/+7
| |
| * Don't show sources in the phone menuLars Uebernickel2012-12-101-4/+0
| |
| * Remove the snapdecision widget typeLars Uebernickel2012-12-101-8/+4
|/ | | | | Always use messageitem instead.
* 12.10.6-0ubuntu1phablet5.Lars Uebernickel2012-12-061-0/+7
|\ | | | | | | Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.
| * 12.10.6-0ubuntu1phablet5Lars Uebernickel2012-12-061-0/+7
|/
* Add messaging_menu_app_get_message.Lars Uebernickel2012-12-053-0/+25
|\ | | | | | | Approved by PS Jenkins bot.
| * Update debian/libmessaging-menu0.symbolsLars Uebernickel2012-12-051-0/+1
| |
| * Add messaging_menu_app_get_messageLars Uebernickel2012-12-042-0/+24
| |
* | Don't shorten the app id to seven characters. Fixes: ↵Lars Uebernickel2012-12-051-1/+6
|\ \ | | | | | | | | | | | | | | | https://bugs.launchpad.net/bugs/1086729. Approved by Gustavo Pichorim Boiko.
| * | Don't shorten the app id to seven charactersLars Uebernickel2012-12-051-1/+6
|/ /
* | 12.10.6-0ubuntu1phablet4.Lars Uebernickel2012-12-041-0/+11
|\ \ | | | | | | | | | Approved by Renato Araujo Oliveira Filho.
| * | 12.10.6-0ubuntu1phablet4Lars Uebernickel2012-12-041-0/+11
|/ /
* | Change icon when there are any messages in the menu.Lars Uebernickel2012-12-041-0/+47
|\ \ | | | | | | | | | Approved by Renato Araujo Oliveira Filho.
| * | Switch accessible name and icon-name (see last commit)Lars Uebernickel2012-12-041-1/+1
| | |
| * | Change icon when there are any messages in the menuLars Uebernickel2012-12-041-0/+47
| |/
* | Only expose one application icon (the -symbolic one)Lars Uebernickel2012-12-043-15/+4
|\ \ | |/ |/| | | | | | | Approved by Ivanka. Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.
| * Only expose one application icon (the -symbolic one)Lars Uebernickel2012-12-043-15/+4
|/
* Export symbolic application icons on messagesLars Uebernickel2012-12-043-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 NULLLars Uebernickel2012-12-041-2/+2
| | | | | | | | | | They are not set in every code path but freed at the end of the function.
| * Export symbolic application icons on messagesLars Uebernickel2012-12-043-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 messagesLars Uebernickel2012-12-041-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 messagesLars Uebernickel2012-12-041-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 IndicatorServiceLars Uebernickel2012-12-041-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 IndicatorServiceLars Uebernickel2012-12-031-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 Uebernickel2012-12-048-57/+337
|\ \ | |/ |/| | | Approved by Olivier Tilloy.
| * Prefix message action names with the right namespaceLars Uebernickel2012-12-031-10/+33
| |
| * debian/symbols: export new symbolLars Uebernickel2012-11-301-0/+1
| |