| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
The D-Bus protocol is not part of the public API, so it's okay to change it.
|
|
|
|
|
|
| |
A base class for all messaging menus. ImPhoneMenu already subclasses from it,
with a desktop version coming up.
|
|
|
|
|
| |
This is a temporary hack to work around a crash in QMenuModel.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
And use com.canonical.indicator.messages.snapdecision as widget type if the
message has actions.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This data can (and should) always be retrieved via actions.
|
| |
|
|
|