-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support tearing off tags menu #11652
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #11652 +/- ##
===========================================
- Coverage 63.66% 63.61% -0.05%
===========================================
Files 367 367
Lines 38868 38886 +18
===========================================
- Hits 24745 24737 -8
- Misses 14123 14149 +26 ☔ View full report in Codecov by Sentry. |
d8d003c
to
bcb0437
Compare
@droidmonkey, In Linux, clicking on a tag from the context menu results in a segmentation fault. |
I'm also having |
bcb0437
to
b946aca
Compare
b946aca
to
f0be060
Compare
* Closes #11649 - tags menu can be torn off to set and unset tags without having to dive into the context menu every time. * Tags menu will hide when database is locked or view is switched away from the main database view (eg, settings)
f0be060
to
e233b74
Compare
* Support tearing off tags menu * Closes #11649 - tags menu can be torn off to set and unset tags without having to dive into the context menu every time. * Tags menu will hide when database is locked or view is switched away from the main database view (eg, settings)
* Support tearing off tags menu * Closes keepassxreboot#11649 - tags menu can be torn off to set and unset tags without having to dive into the context menu every time. * Tags menu will hide when database is locked or view is switched away from the main database view (eg, settings)
* Support tearing off tags menu * Closes keepassxreboot#11649 - tags menu can be torn off to set and unset tags without having to dive into the context menu every time. * Tags menu will hide when database is locked or view is switched away from the main database view (eg, settings)
Closes Tags multiselect right click context menu #11649 - tags menu can be torn off to set and unset tags without having to dive into the context menu every time.
Tags menu will hide when database is locked or view is switched away from the main database view (eg, settings)
Screenshots
See #11649
Testing strategy
Tested on windows manually
Type of change