aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* application list: update draws-attention when necessaryLars Uebernickel2013-08-131-37/+47
|
* desktop menu: show message sourcesLars Uebernickel2013-08-131-0/+64
|
* Add application actionsLars Uebernickel2013-08-132-6/+44
|
* Add desktop menuLars Uebernickel2013-08-139-11/+329
| | | | | Only shows application launchers right now.
* Move toplevel menu logic into ImMenuLars Uebernickel2013-08-123-48/+39
| | | | | | Also, get rid of only exporting sections if they were non-empty. That was a hack for non-conformant GMenuModel renderers.
* Add ImMenuLars Uebernickel2013-08-126-43/+252
| | | | | | A base class for all messaging menus. ImPhoneMenu already subclasses from it, with a desktop version coming up.
* Prefix action names with "indicator."Lars Uebernickel2013-07-313-5/+5
|
* debian: install indicator file and don't install panel pluginLars Uebernickel2013-07-311-1/+1
|
* Remove --enable-localinstall configure flagLars Uebernickel2013-07-302-31/+1
|
* Remove panel pluginLars Uebernickel2013-07-3010-2225/+0
|
* Add a indicator fileLars Uebernickel2013-07-253-0/+16
|
* Generate a vapi, added valac build depends and reordered the build depends ↵Ken VanDine2013-07-125-10/+53
|\ | | | | | | | | | | to be alphabetical. Approved by PS Jenkins bot, Charles Kerr.
| * bumped build depends for gtk to match required version in configure.acKen VanDine2013-07-121-1/+1
| |
| * Generate vapi and adding valac build dependsKen VanDine2013-07-125-10/+53
| |\
| | * added gio-2.0 to vapigenKen VanDine2013-07-121-1/+1
| | |
| | * generate vapiKen VanDine2013-07-113-4/+45
| | |
* | | Fixed deprecations.Ken VanDine2013-07-122-9/+13
|\| | | | | | | | | | | Approved by Charles Kerr, PS Jenkins bot.
| * | Fixed deprecationsKen VanDine2013-07-122-9/+13
|/| | | |/
| * fixed deprecationsKen VanDine2013-07-112-4/+5
|/|
| * Fixed deprecationsKen VanDine2013-07-113-7/+5
| |
* | Version bump to not pull from archive.Sergio Schvezov2013-04-261-0/+6
|\ \ | | | | | | | | | Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.
| * | 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.