aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* clearing the sources on remove allTed Gould2013-08-181-51/+2
|
* Putting back the removing of sourcesTed Gould2013-08-181-0/+17
|
* Can't clear the sources because that clears the mailboxesTed Gould2013-08-161-17/+0
|
* Dropping indicator prefixes as they're set up with the base namespace of the ↵Ted Gould2013-08-162-4/+4
| | | | section
* Whitespace Ted Gould2013-08-161-1/+1
|
* Only dismiss if there is a proxy connected and the application is remoteTed Gould2013-08-161-4/+8
|
* Stop removing sources, just set them to no longer draw attentionTed Gould2013-08-161-1/+50
|
* Forgot to draw attention for new messagesTed Gould2013-08-161-0/+3
|
* Making it so that we cache the draw attention state in the appTed Gould2013-08-161-15/+6
|
* Make sure we've got an icon str before setting itTed Gould2013-08-151-1/+3
|
* Don't need a special type for theseTed Gould2013-08-151-2/+1
|
* Couldn't make that assumption, instead assume they're all listening and ↵Ted Gould2013-08-151-13/+11
| | | | adjust themselves or tell us otherwise
* Setting the status of the menu based on the aggregate application statusTed Gould2013-08-151-4/+45
|
* Emit to dbus when the status changesTed Gould2013-08-151-0/+9
|
* Adding a set status signalTed Gould2013-08-151-1/+13
|
* Setting up a callback on the activation to set the state and update the ↵Ted Gould2013-08-151-0/+25
| | | | applications
* Tracking application statusTed Gould2013-08-151-0/+8
|
* Create a status actionTed Gould2013-08-151-6/+12
|
* Really we should set status on the application listTed Gould2013-08-155-28/+14
|
* Create the status section of the desktop menuTed Gould2013-08-141-1/+43
|
* React to the set-status call on dbus and pass that down to the menusTed Gould2013-08-141-0/+40
|
* Adding a set_status virtual functionTed Gould2013-08-142-0/+21
|
* Small merge errorTed Gould2013-08-131-1/+1
|
* Merge from trunkTed Gould2013-08-131-3/+20
|\
| * Change abbreviation for minutes from m to minMathias Dietrich2013-06-281-1/+1
| |
| * Notify the service when an app unrefs its MessagingMenuApp. Fixes: ↵Lars Uebernickel2013-06-072-0/+29
| |\ | | | | | | | | | | | | | | | https://bugs.launchpad.net/bugs/1154099. Approved by PS Jenkins bot, Ted Gould.
| | * Notify the service when an app unrefs its MessagingMenuAppLars Uebernickel2013-02-192-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 descLars Uebernickel2013-05-291-4/+8
| | |
| * | use gtk_style_context_get instead of deprecated gtk_style_context_get_fontSebastien Bacher2013-05-281-2/+3
| | |
| * | AppSection: use LaunchContext to exec shortcut nicksMarco Trevisan (Treviño)2013-04-222-8/+20
| | |
| * | IdoMenuItem: pass event timestamp to the action if we have no status changeMarco Trevisan (Treviño)2013-04-221-1/+15
| | |
| * | indicator_desktop_shortcuts_nick_exec() is deprecated, use ↵Łukasz 'sil2100' Zemczak2013-04-221-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 appMarco Trevisan (Treviño)2013-04-032-2/+11
| | |
| * | ImAppMenu: pass the event timestamp when activating the itemMarco Trevisan (Treviño)2013-04-031-1/+4
| |/
| * remove g_type_init() calls, bump glib requirement to 2.35.4Charles Kerr2013-01-221-5/+2
| |
* | Disable action shortcuts for nowLars Uebernickel2013-08-131-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 Uebernickel2013-08-131-1/+1
| |
* | application list: show non-running applicationsLars Uebernickel2013-08-132-1/+14
| |
* | Use "icon" instead of "x-canonical-icon"Lars Uebernickel2013-08-133-4/+4
| |
* | 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-138-11/+326
| | | | | | | | | | 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
| |
* | Remove panel pluginLars Uebernickel2013-07-3010-2225/+0
| |
* | Fixed deprecationsKen VanDine2013-07-122-9/+13
|\ \
| * | fixed deprecationsKen VanDine2013-07-112-4/+5
|/| |
| * | Fixed deprecationsKen VanDine2013-07-113-7/+5
| |/