Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove app-section.[ch], it's not used anymore. | Lars Uebernickel | 2013-08-28 | 3 | -999/+0 |
|\ | | | | | | | Approved by Ted Gould, PS Jenkins bot. | ||||
| * | Remove app-section.[ch] | Lars Uebernickel | 2013-08-28 | 3 | -999/+0 |
| | | |||||
* | | Don't pass source and message ids into parameters that expect detailed ↵ | Lars Uebernickel | 2013-08-28 | 1 | -2/+4 |
|\ \ | | | | | | | | | | | | | | | | action names. Approved by Ted Gould, PS Jenkins bot. | ||||
| * | | Don't pass ids as detailed action names | Lars Uebernickel | 2013-08-28 | 1 | -2/+4 |
| |/ | | | | | | | | | | | | | Detailed action names are of the form action::target or action(target), so they can't have colons or parens in them. This restriction does not apply to messaging menu ids. Fixes: https://bugs.launchpad.net/bugs/1180302. | ||||
* | | Merge trunk | Lars Uebernickel | 2013-08-27 | 2 | -30/+107 |
|\| | |||||
| * | Fix bug #1216843 | Lars Uebernickel | 2013-08-27 | 2 | -30/+107 |
| |\ | | | | | | | | | | | | | | | | Remove all sources when an applications quits and don't show sources with a count of 0. Fixes: https://bugs.launchpad.net/bugs/1216843. Approved by Charles Kerr, PS Jenkins bot. | ||||
| | * | desktop menu: don't show sources with a count of 0 | Lars Uebernickel | 2013-08-27 | 2 | -29/+90 |
| | | | |||||
| | * | desktop menu: remove all sources when an application has quit | Lars Uebernickel | 2013-08-27 | 1 | -0/+16 |
| | | | |||||
| | * | im-application-list: use correct signal marshaller for app-stopped | Lars Uebernickel | 2013-08-27 | 1 | -1/+1 |
| | | | |||||
* | | | im-application-list: remove extraneous variable 'old_draw' | Lars Uebernickel | 2013-08-27 | 1 | -6/+1 |
|/ / | |||||
* | | Use the local version instead of the version from libindicator | Ted Gould | 2013-08-26 | 1 | -1/+1 |
| | | |||||
* | | Dropping launch context so we don't have to include GDK | Ted Gould | 2013-08-26 | 1 | -16/+1 |
|/ | |||||
* | Protect against invalid actions. Fixes: https://bugs.launchpad.net/bugs/1216758. | Ted Gould | 2013-08-26 | 1 | -0/+2 |
|\ | | | | | | | Approved by Lars Uebernickel, PS Jenkins bot. | ||||
| * | Protect against action loss | Ted Gould | 2013-08-26 | 1 | -0/+2 |
| | | |||||
* | | Don't use deprecated g_simple_action_group_{lookup,insert}. Fixes: ↵ | Lars Uebernickel | 2013-08-22 | 1 | -3/+3 |
|\ \ | |/ |/| | | | | | | | https://bugs.launchpad.net/bugs/1215180. Approved by PS Jenkins bot, Charles Kerr. | ||||
| * | Don't use deprecated g_simple_action_group_{lookup,insert} | Lars Uebernickel | 2013-08-22 | 1 | -3/+3 |
| | | |||||
* | | don't error out on deprecated declarations | Sebastien Bacher | 2013-08-22 | 1 | -1/+1 |
|/ | |||||
* | Change g_simple_action_group_remove() to g_action_map_remove_action() | Ted Gould | 2013-08-21 | 2 | -4/+4 |
| | |||||
* | Swap g_simple_action_group_insert() for g_action_map_add_action() | Ted Gould | 2013-08-21 | 2 | -9/+9 |
| | |||||
* | Add a DBus error for list_add(). | Ted Gould | 2013-08-21 | 3 | -5/+19 |
|\ | | | | | | | Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | Pass the error back up through DBus | Ted Gould | 2013-08-19 | 1 | -1/+13 |
| | | |||||
| * | Make it so that application list returns an error on a bad desktop file | Ted Gould | 2013-08-19 | 2 | -4/+6 |
| | | |||||
* | | Make it so that we sort based on application name to make the menu more sane | Ted Gould | 2013-08-20 | 3 | -6/+13 |
| | | |||||
* | | Enabling and disabling the remove-all action if we have items to remove | Ted Gould | 2013-08-20 | 1 | -0/+44 |
| | | |||||
* | | Adding in a sigterm handler | Ted Gould | 2013-08-20 | 1 | -0/+13 |
| | | |||||
* | | Putting shortcuts into the menu | Ted Gould | 2013-08-20 | 1 | -10/+18 |
| | | |||||
* | | Switch to looking in the shortcuts object to set the actions | Ted Gould | 2013-08-20 | 1 | -5/+5 |
| | | |||||
* | | Building up a shortcuts object to track the shortcuts from the desktop file | Ted Gould | 2013-08-20 | 1 | -0/+12 |
| | | |||||
* | | Remove unused struct member | Ted Gould | 2013-08-20 | 1 | -1/+0 |
| | | |||||
* | | Stealing the desktop shortcuts from libindicator | Ted Gould | 2013-08-20 | 3 | -1/+763 |
| | | |||||
* | | Making the base menu item an a{sv} with proper icons and fallbacks | Ted Gould | 2013-08-20 | 1 | -8/+39 |
| | | |||||
* | | Make the accessible name translatable and based on the blue envelope | Ted Gould | 2013-08-20 | 1 | -3/+9 |
| | | |||||
* | | Track the old draw_attention and look for updates | Ted Gould | 2013-08-20 | 1 | -0/+6 |
| | | |||||
* | | Compile again | Pete Woods | 2013-08-20 | 1 | -0/+1 |
| | | |||||
* | | "Clear" and "Clear All" now translatable | Pete Woods | 2013-08-20 | 2 | -2/+2 |
| | | |||||
* | | Thunderbird e-mail notifications work again | Pete Woods | 2013-08-20 | 1 | -1/+2 |
|/ | | | | (forward ported fix from r344) | ||||
* | Set the action | Ted Gould | 2013-08-19 | 1 | -1/+1 |
| | |||||
* | Save the draws attention for messages and react to that | Ted Gould | 2013-08-18 | 1 | -3/+5 |
| | |||||
* | Check the action state to get whether it's drawing or not | Ted Gould | 2013-08-18 | 1 | -1/+14 |
| | |||||
* | Starting to regen the draw attention flag from the source actions | Ted Gould | 2013-08-18 | 1 | -2/+49 |
| | |||||
* | clearing the sources on remove all | Ted Gould | 2013-08-18 | 1 | -51/+2 |
| | |||||
* | Putting back the removing of sources | Ted Gould | 2013-08-18 | 1 | -0/+17 |
| | |||||
* | Can't clear the sources because that clears the mailboxes | Ted Gould | 2013-08-16 | 1 | -17/+0 |
| | |||||
* | Dropping indicator prefixes as they're set up with the base namespace of the ↵ | Ted Gould | 2013-08-16 | 2 | -4/+4 |
| | | | | section | ||||
* | Whitespace | Ted Gould | 2013-08-16 | 1 | -1/+1 |
| | |||||
* | Only dismiss if there is a proxy connected and the application is remote | Ted Gould | 2013-08-16 | 1 | -4/+8 |
| | |||||
* | Stop removing sources, just set them to no longer draw attention | Ted Gould | 2013-08-16 | 1 | -1/+50 |
| | |||||
* | Forgot to draw attention for new messages | Ted Gould | 2013-08-16 | 1 | -0/+3 |
| | |||||
* | Making it so that we cache the draw attention state in the app | Ted Gould | 2013-08-16 | 1 | -15/+6 |
| | |||||
* | Make sure we've got an icon str before setting it | Ted Gould | 2013-08-15 | 1 | -1/+3 |
| |