| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| | |
Approved by PS Jenkins bot.
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
https://bugs.launchpad.net/bugs/1086729.
Approved by Gustavo Pichorim Boiko.
|
|/ / |
|
|\ \
| | |
| | |
| | | |
Approved by Renato Araujo Oliveira Filho.
|
|/ / |
|
|\ \
| | |
| | |
| | | |
Approved by Renato Araujo Oliveira Filho.
|
| | | |
|
| |/ |
|
|\ \
| |/
|/|
| |
| |
| | |
Approved by Ivanka.
Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
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.
Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.
|
| |
| |
| |
| |
| | |
They are not set in every code path but freed at the end of the function.
|
|/
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| |
| | |
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.
Approved by Olivier Tilloy.
|
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This doesn't require every consumer ("panel") to know about
IndicatorServiceManager's protocol.
Also, it ensures that objects are exported before the name is acquired, getting
rid of a race condition (when a consumer tries to access objects in
NameAppeared before they're exported).
This patch also adds a --replace command line option -- replacing the
INDICATOR_SERVICE_REPLACE_MODE environment variable.
. Fixes: https://bugs.launchpad.net/bugs/1085206.
Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This doesn't require every consumer ("panel") to know about
IndicatorServiceManager's protocol.
Also, it ensures that objects are exported before the name is acquired, getting
rid of a race condition (when a consumer tries to access objects in
NameAppeared before they're exported).
This patch also adds a --replace command line option -- replacing the
INDICATOR_SERVICE_REPLACE_MODE environment variable.
|
|\ \
| |/
|/|
| | |
Approved by Olivier Tilloy.
|
| | |
|
| | |
|
| | |
|
| |\
| |/
|/| |
|
|\ \
| | |
| | |
| | | |
Approved by Olivier Tilloy, PS Jenkins bot.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes a crash on arm, because g_signal_emit was called with one argument
too many.
Approved by Renato Araujo Oliveira Filho.
|
|/ /
| |
| |
| |
| |
| | |
This fixes a crash on arm, because g_signal_emit was called with one argument
too many.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
some related dead code in messages-service.c.
Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
It isn't used right now (the action group wasn't even exported on the bus) and
would need to be refactored anyway once chat status is added back in.
|
|/ /
| |
| |
| |
| |
| |
| | |
The action for that root item lives in ImApplicationList for now, because it
owns the action group (which should probably factored into its own class at
some point).
|
| | |
|
| |
| |
| |
| |
| |
| | |
And use com.canonical.indicator.messages.snapdecision as widget type if the
message has actions.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
And add parameters 'action' and 'parameter' (though they are not set yet).
|
|/ |
|
|\
| |
| |
| | |
Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.
|
|/ |
|
|\
| |
| |
| | |
Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.
|
| |
| |
| |
| |
| |
| | |
Right now, this is only used to clean up internal data structures in
libmessaging-menu. It's not exposed to the application itself.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
The application will only be notified about the activation when this parameter
is true. False denotes a dismissed item.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|