| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
|\ \
| | |
| | |
| | | |
Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.
|
|/ / |
|
|\ \
| | |
| | |
| | | |
Approved by PS Jenkins bot, Gustavo Pichorim Boiko.
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | | |
Approved by Michael Zanetti, PS Jenkins bot.
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
This is a temporary hack to work around a crash in QMenuModel.
Approved by Bill Filler, PS Jenkins bot.
|
| | | |
|
|/ /
| |
| |
| |
| | |
This is a temporary hack to work around a crash in QMenuModel.
|
|\ \
| | |
| | |
| | | |
Approved by PS Jenkins bot, Renato Araujo Oliveira Filho.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
https://bugs.launchpad.net/bugs/1090266.
Approved by Bill Filler, PS Jenkins bot.
|
| | | |
|
|\| |
| | |
| | |
| | | |
Approved by Renato Araujo Oliveira Filho.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes the case when app->proxy is still NULL but another application with
the same desktop file replaces it. This should never happen in practice, but
turned up while testing multiple processes which used the same desktop file.
Their proxy_create async functions raced each other because the first one's
wasn't properly cancelled.
Also fixes a small memory leak.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Also, don't print a warning when the proy couldn't be created because the
operation was cancelled. This only happens when the service is shutting down
or when one application replaces another one with the same desktop file (in
which case we already warn with a more descriptive message).
|
|\| |
| | |
| | |
| | | |
Approved by Gustavo Pichorim Boiko, PS Jenkins bot.
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This can happen if noone outside of MessagingMenuApp holds a reference to the
message and somebody calls remove_message() with a pointer they got from
_get_message() (which doesn't return a ref).
messaging_menu_app_remove_message_by_id() really wants a valid 'id' pointer
during its lifetime.
Approved by PS Jenkins bot, Gustavo Pichorim Boiko.
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This can happen if noone outside of MessagingMenuApp holds a reference to the
message and somebody calls remove_message() with a pointer they got from
_get_message() (which doesn't return a ref).
messaging_menu_app_remove_message_by_id() really wants a valid 'id' pointer
during its lifetime.
|
|\ \
| | |
| | |
| | | |
Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.
|
| | | |
|
| | | |
|
|/ /
| |
| |
| |
| | |
Always use messageitem instead.
|
|\ \
| | |
| | |
| | | |
Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.
|
|/ / |
|
|\ \
| | |
| | |
| | | |
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.
|