Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding a set status signal | Ted Gould | 2013-08-15 | 1 | -1/+13 |
| | |||||
* | Setting up a callback on the activation to set the state and update the ↵ | Ted Gould | 2013-08-15 | 1 | -0/+25 |
| | | | | applications | ||||
* | Tracking application status | Ted Gould | 2013-08-15 | 1 | -0/+8 |
| | |||||
* | Create a status action | Ted Gould | 2013-08-15 | 1 | -6/+12 |
| | |||||
* | Really we should set status on the application list | Ted Gould | 2013-08-15 | 5 | -28/+14 |
| | |||||
* | Create the status section of the desktop menu | Ted Gould | 2013-08-14 | 1 | -1/+43 |
| | |||||
* | React to the set-status call on dbus and pass that down to the menus | Ted Gould | 2013-08-14 | 1 | -0/+40 |
| | |||||
* | Adding a set_status virtual function | Ted Gould | 2013-08-14 | 2 | -0/+21 |
| | |||||
* | Small merge error | Ted Gould | 2013-08-13 | 1 | -1/+1 |
| | |||||
* | Merge from trunk | Ted Gould | 2013-08-13 | 1 | -3/+20 |
|\ | |||||
| * | Change abbreviation for minutes from m to min | Mathias Dietrich | 2013-06-28 | 1 | -1/+1 |
| | | |||||
| * | Notify the service when an app unrefs its MessagingMenuApp. Fixes: ↵ | Lars Uebernickel | 2013-06-07 | 2 | -0/+29 |
| |\ | | | | | | | | | | | | | | | | https://bugs.launchpad.net/bugs/1154099. Approved by PS Jenkins bot, Ted Gould. | ||||
| | * | Notify the service when an app unrefs its MessagingMenuApp | Lars Uebernickel | 2013-02-19 | 2 | -0/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this patch, the messaging menu only marked apps as "not running" when they quit (i.e. disappeared from the bus). This was okay, since most applications only ever release the ref to their MessagingMenuApp when they quit, or after calling _unregister explicitely (which removes them from the menu entirely). However, this is according to libmessagingmenu's documentation, and at least indicator-telepathy relies on it. | ||||
| * | | ido-detail-label.c: free font desc | Lars Uebernickel | 2013-05-29 | 1 | -4/+8 |
| | | | |||||
| * | | use gtk_style_context_get instead of deprecated gtk_style_context_get_font | Sebastien Bacher | 2013-05-28 | 1 | -2/+3 |
| | | | |||||
| * | | AppSection: use LaunchContext to exec shortcut nicks | Marco Trevisan (Treviño) | 2013-04-22 | 2 | -8/+20 |
| | | | |||||
| * | | IdoMenuItem: pass event timestamp to the action if we have no status change | Marco Trevisan (Treviño) | 2013-04-22 | 1 | -1/+15 |
| | | | |||||
| * | | indicator_desktop_shortcuts_nick_exec() is deprecated, use ↵ | Łukasz 'sil2100' Zemczak | 2013-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | indicator_desktop_shortcuts_nick_exec_with_context() with a NULL context instead - fixes the FTBFS | ||||
| * | | AppSection: use the GAppLaunchContext with event timestamp when launching an app | Marco Trevisan (Treviño) | 2013-04-03 | 2 | -2/+11 |
| | | | |||||
| * | | ImAppMenu: pass the event timestamp when activating the item | Marco Trevisan (Treviño) | 2013-04-03 | 1 | -1/+4 |
| |/ | |||||
| * | remove g_type_init() calls, bump glib requirement to 2.35.4 | Charles Kerr | 2013-01-22 | 1 | -5/+2 |
| | | |||||
* | | Disable action shortcuts for now | Lars Uebernickel | 2013-08-13 | 1 | -0/+2 |
| | | | | | | | | | | | | This version isn't honoring OnlyShowIn=MessagingMenu. Disabling it seems like the lesser evil. | ||||
* | | desktop menu: don't export an item if the name is '' | Lars Uebernickel | 2013-08-13 | 1 | -1/+1 |
| | | |||||
* | | application list: show non-running applications | Lars Uebernickel | 2013-08-13 | 2 | -1/+14 |
| | | |||||
* | | Use "icon" instead of "x-canonical-icon" | Lars Uebernickel | 2013-08-13 | 3 | -4/+4 |
| | | |||||
* | | application list: update draws-attention when necessary | Lars Uebernickel | 2013-08-13 | 1 | -37/+47 |
| | | |||||
* | | desktop menu: show message sources | Lars Uebernickel | 2013-08-13 | 1 | -0/+64 |
| | | |||||
* | | Add application actions | Lars Uebernickel | 2013-08-13 | 2 | -6/+44 |
| | | |||||
* | | Add desktop menu | Lars Uebernickel | 2013-08-13 | 8 | -11/+326 |
| | | | | | | | | | | 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 |
| | | |||||
* | | Remove panel plugin | Lars Uebernickel | 2013-07-30 | 10 | -2225/+0 |
| | | |||||
* | | 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 |
| |/ | |||||
* | | Adding glib version guard to g_type_init | Sergio Schvezov | 2013-03-22 | 1 | -0/+2 |
| | | |||||
* | | Fixed missing copyright header. | Renato Araujo Oliveira Filho | 2013-02-20 | 1 | -0/+15 |
| | | |||||
* | | 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. | ||||
* | | ImPhoneMenu: sort messages by time | Lars Uebernickel | 2012-12-14 | 1 | -1/+20 |
| | | |||||
* | | 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). | ||||
* | | 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. | ||||
* | | Don't shorten the app id to seven characters | Lars Uebernickel | 2012-12-05 | 1 | -1/+6 |
| | | |||||
* | | 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 |
|/ / | |||||
* | | 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. |