-
- Downloads
Add Ring systray icon
This adds an icon in the notification areas (systray) by default. The icon also has a popup menu which allows the user to show or hide the main widow and to quit Ring. It uses 2 systray icon implementations: - AppIndicator from Canonical - GtkStatusIcon from Gtk, but deprecated A CMakeLists option is added "USE_APPINDICATOR" and is ON by default. However this adds a dependency on appindicator3-0.1. If the option is set to OFF or the dependency is not found then we fallback on using GtkStatusIcon. AppIndicator is prefered so that the status icon appears for Unity users, as unity does not support GtkStatusIcon by default. Additionaly, the GSettings schema has been modified slightly. The general Ring settings menu also now says has the option "Show Ring icon in the notification area (systray)" instead of of "Hide Ring on close instead of quitting". This mimics other gtk app behavior, such as Transmission. When the systray is enabled, closing the main window will not quit Ring. When the systray is disabled closing the main window will quit Ring so that it doesn't continue to run withou the user being aware. Tuleap: #370 Change-Id: I9f5c2811e135d20b0b6c81ab4a80be748f6a1be3
Showing
- CMakeLists.txt 17 additions, 0 deletionsCMakeLists.txt
- data/cx.ring.RingGnome.gschema.xml 7 additions, 7 deletionsdata/cx.ring.RingGnome.gschema.xml
- src/config.h.in 1 addition, 0 deletionssrc/config.h.in
- src/generalsettingsview.cpp 4 additions, 4 deletionssrc/generalsettingsview.cpp
- src/ring_client.cpp 107 additions, 26 deletionssrc/ring_client.cpp
- src/ring_client.h 1 addition, 1 deletionsrc/ring_client.h
- ui/generalsettingsview.ui 3 additions, 3 deletionsui/generalsettingsview.ui
- ui/ringiconmenu.ui 18 additions, 0 deletionsui/ringiconmenu.ui
- ui/ui.gresource.xml 1 addition, 0 deletionsui/ui.gresource.xml
ui/ringiconmenu.ui
0 → 100644
Please register or sign in to comment