Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add desktop menu | Lars Uebernickel | 2013-08-13 | 9 | -11/+329 |
| | | | | | Only shows application launchers right now. | ||||
* | Move toplevel menu logic into ImMenu | Lars Uebernickel | 2013-08-12 | 3 | -48/+39 |
| | | | | | | Also, get rid of only exporting sections if they were non-empty. That was a hack for non-conformant GMenuModel renderers. | ||||
* | Add ImMenu | Lars Uebernickel | 2013-08-12 | 6 | -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 Uebernickel | 2013-07-31 | 3 | -5/+5 |
| | |||||
* | debian: install indicator file and don't install panel plugin | Lars Uebernickel | 2013-07-31 | 1 | -1/+1 |
| | |||||
* | Remove --enable-localinstall configure flag | Lars Uebernickel | 2013-07-30 | 2 | -31/+1 |
| | |||||
* | Remove panel plugin | Lars Uebernickel | 2013-07-30 | 10 | -2225/+0 |
| | |||||
* | Add a indicator file | Lars Uebernickel | 2013-07-25 | 3 | -0/+16 |
| | |||||
* | Generate a vapi, added valac build depends and reordered the build depends ↵ | Ken VanDine | 2013-07-12 | 5 | -10/+53 |
|\ | | | | | | | | | | | to be alphabetical. Approved by PS Jenkins bot, Charles Kerr. | ||||
| * | bumped build depends for gtk to match required version in configure.ac | Ken VanDine | 2013-07-12 | 1 | -1/+1 |
| | | |||||
| * | Generate vapi and adding valac build depends | Ken VanDine | 2013-07-12 | 5 | -10/+53 |
| |\ | |||||
| | * | added gio-2.0 to vapigen | Ken VanDine | 2013-07-12 | 1 | -1/+1 |
| | | | |||||
| | * | generate vapi | Ken VanDine | 2013-07-11 | 3 | -4/+45 |
| | | | |||||
* | | | Fixed deprecations. | Ken VanDine | 2013-07-12 | 2 | -9/+13 |
|\| | | | | | | | | | | | Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | | Fixed deprecations | Ken VanDine | 2013-07-12 | 2 | -9/+13 |
|/| | | |/ | |||||
| * | fixed deprecations | Ken VanDine | 2013-07-11 | 2 | -4/+5 |
|/| | |||||
| * | Fixed deprecations | Ken VanDine | 2013-07-11 | 3 | -7/+5 |
| | | |||||
* | | Version bump to not pull from archive. | Sergio Schvezov | 2013-04-26 | 1 | -0/+6 |
|\ \ | | | | | | | | | | Approved by PS Jenkins bot, Mathieu Trudel-Lapierre. | ||||
| * | | Version bump to not pull from archives | Sergio Schvezov | 2013-04-26 | 1 | -0/+6 |
|/ / | |||||
* | | Adding guards for g_type_init and reversioning. | Sergio Schvezov | 2013-03-22 | 6 | -2/+20 |
|\ \ | | | | | | | | | | Approved by PS Jenkins bot, Gustavo Pichorim Boiko. | ||||
| * | | Adding guards for g_type_init | Sergio Schvezov | 2013-03-22 | 2 | -1/+8 |
| | | | |||||
| * | | Adding glib version guard to g_type_init | Sergio Schvezov | 2013-03-22 | 4 | -1/+12 |
|/ / | |||||
* | | Fixed copyright/packaging issues. | Renato Araujo Oliveira Filho | 2013-02-20 | 4 | -0/+708 |
|\ \ | | | | | | | | | | Approved by Michael Zanetti, PS Jenkins bot. | ||||
| * | | Fixed missing copyright header. | Renato Araujo Oliveira Filho | 2013-02-20 | 1 | -0/+15 |
| | | | |||||
| * | | Fixed copyright/packaging issues. | Renato Araujo Oliveira Filho | 2013-02-20 | 3 | -0/+693 |
|/ / | |||||
* | | ImApplicationList: add "remove-all" signal | Lars Uebernickel | 2012-12-20 | 5 | -0/+42 |
|\ \ | | | | | | | | | | | | | | | | This is a temporary hack to work around a crash in QMenuModel. Approved by Bill Filler, PS Jenkins bot. | ||||
| * | | 12.10.6-0ubuntu1phablet9 | Lars Uebernickel | 2012-12-20 | 1 | -0/+6 |
| | | | |||||
| * | | ImApplicationList: add "remove-all" signal | Lars Uebernickel | 2012-12-20 | 4 | -0/+36 |
|/ / | | | | | | | | | This is a temporary hack to work around a crash in QMenuModel. | ||||
* | | 12.10.6-0ubuntu1phablet8. | Lars Uebernickel | 2012-12-17 | 1 | -0/+9 |
|\ \ | | | | | | | | | | Approved by PS Jenkins bot, Renato Araujo Oliveira Filho. | ||||
| * | | 12.10.6-0ubuntu1phablet8 | Lars Uebernickel | 2012-12-17 | 1 | -0/+9 |
|/ / | |||||
* | | ImPhoneMenu: sort messages by time. Fixes: ↵ | Lars Uebernickel | 2012-12-17 | 1 | -1/+20 |
|\ \ | | | | | | | | | | | | | | | | https://bugs.launchpad.net/bugs/1090266. Approved by Bill Filler, PS Jenkins bot. | ||||
| * | | ImPhoneMenu: sort messages by time | Lars Uebernickel | 2012-12-14 | 1 | -1/+20 |
| | | | |||||
* | | | Make handling of multiple processes with the same desktop id more robust. | Lars Uebernickel | 2012-12-17 | 1 | -5/+12 |
|\| | | | | | | | | | | | Approved by Renato Araujo Oliveira Filho. | ||||
| * | | im_application_list_set_remote: robuster check for running async operation | Lars Uebernickel | 2012-12-14 | 1 | -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 condition | Lars Uebernickel | 2012-12-14 | 1 | -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 Uebernickel | 2012-12-17 | 2 | -1/+10 |
|\| | | | | | | | | | | | Approved by Gustavo Pichorim Boiko, PS Jenkins bot. | ||||
| * | | 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 |
| | | | |||||
* | | | Make messaging_menu_app_remove_message() work for messages with a ref count of 1 | Lars Uebernickel | 2012-12-14 | 1 | -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 1 | Lars Uebernickel | 2012-12-14 | 1 | -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 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. |