Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the snapdecision widget type | Lars Uebernickel | 2012-12-10 | 1 | -8/+4 |
| | | | | | Always use messageitem instead. | ||||
* | Only expose one application icon (the -symbolic one) | Lars Uebernickel | 2012-12-04 | 1 | -4/+0 |
| | |||||
* | Export symbolic application icons on messages | Lars Uebernickel | 2012-12-04 | 1 | -0/+4 |
| | | | | | | | | This is implemented by appending '-symbolic' to the first icon name. The old icon name is kept as a fallback in case there's no symbolic icon installed. This doesn't work yet for applications that specify their icon as a filename. | ||||
* | Reverse order of messages | Lars Uebernickel | 2012-12-04 | 1 | -2/+2 |
| | | | | | | Newest messages should show up on top. The menu is still sorted by the time messages were added, not by the time property of MessagingMenuMessage. | ||||
* | Expose message actions in the phone menu | Lars Uebernickel | 2012-11-28 | 1 | -1/+10 |
| | | | | | | And use com.canonical.indicator.messages.snapdecision as widget type if the message has actions. | ||||
* | Use namespaced action names (src. and msg.) in phone menu | Lars Uebernickel | 2012-11-26 | 1 | -4/+4 |
| | |||||
* | Remove sections and "Clear All" when no sources or messages are available | Lars Uebernickel | 2012-11-26 | 1 | -10/+33 |
| | |||||
* | Add "Clear All" | Lars Uebernickel | 2012-11-26 | 1 | -0/+8 |
| | |||||
* | Canonicalize application ids | Lars Uebernickel | 2012-11-26 | 1 | -30/+18 |
| | | | | | | | | | | Remove trailing '.desktop' and replace all dots by underscores to make GActionMuxer work (which uses the dot as a separator). In order to contain the canonicalization to ImApplicationList, its signals now contain string parameters to id and icon name instead of GDesktopAppInfo pointers. | ||||
* | ImPhoneMenu: expose application icon on message items | Lars Uebernickel | 2012-11-22 | 1 | -0/+12 |
| | |||||
* | ImApplicationList: no need to include the dynamic data in the signals | Lars Uebernickel | 2012-11-21 | 1 | -4/+1 |
| | | | | | This data can (and should) always be retrieved via actions. | ||||
* | Remove applications from the menu when the disappear from the bus | Lars Uebernickel | 2012-11-21 | 1 | -0/+43 |
| | |||||
* | messages-serivce: move menu creation into separate class | Lars Uebernickel | 2012-11-20 | 1 | -0/+216 |