Refactor tray window opening code for clarity and efficiency#4688
Conversation
53711d4 to
61c63cb
Compare
Codecov Report
@@ Coverage Diff @@
## master #4688 +/- ##
==========================================
- Coverage 56.51% 56.41% -0.10%
==========================================
Files 138 138
Lines 17068 17068
==========================================
- Hits 9646 9629 -17
- Misses 7422 7439 +17
|
61c63cb to
acd65c0
Compare
|
Rebased and resolved conflicts |
724a570 to
689f441
Compare
|
AppImage file: Nextcloud-PR-4688-689f441e5873222f9f686357b86c4b6a16e44580-x86_64.AppImage |
|
/backport to stable-3.5 |
689f441 to
f6de377
Compare
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
f6de377 to
ce9e4a9
Compare
|
AppImage file: Nextcloud-PR-4688-ce9e4a99c0467617bfcecea0c7639a9ed7018198-x86_64.AppImage |
|
SonarCloud Quality Gate failed. |








We now hold a reference to the QML tray window in
Systrayand handle window positioning, showing, and hiding withinSystrayThis makes what is going on much clearer
Signed-off-by: Claudio Cambra claudio.cambra@gmail.com