-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Systray
and handle window positioning, showing, and hiding withinSystray
This makes what is going on much clearer
Signed-off-by: Claudio Cambra claudio.cambra@gmail.com