Summary: | Add a "deselect all checkboxes" in commit dialog box | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | Eric <eric.pub> |
Component: | subversion | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | aleixpol, eric.pub, kfunk |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 1.3.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevplatform/92c6d200c9b3cb364044e0cbea8a2125fdc9cb18 | Version Fixed In: | |
Sentry Crash Report: |
Description
Eric
2012-06-12 11:57:50 UTC
This is available by right-clicking the view, in the context menu. In next version of kdevelop? In my Kdevelop 4.4.1 + Kde 4.9.3 right clicking in "revision patch" view (where i select the checkboxes) does nothing. I've waited several kdevelop + kate + kde upgrades but this seems NOT RESOLVED to me. If i right click anywhere there is no context menu offering me to deselect all checkboxes. Hm. That's a bug, the context menu only pops up in case an item has already been selected. Git commit 92c6d200c9b3cb364044e0cbea8a2125fdc9cb18 by Aleix Pol. Committed on 19/02/2013 at 19:14. Pushed by apol into branch '1.5'. Let the patch review menu always work We weren't showing it when there's a selection. This was a micro-optimization and it didn't help much. This way we'll always have the de/select all actions available, whether there's a selection or not. M +3 -8 plugins/patchreview/patchreviewtoolview.cpp http://commits.kde.org/kdevplatform/92c6d200c9b3cb364044e0cbea8a2125fdc9cb18 |