Summary: | Muon does not apply the same action for all selected packages | ||
---|---|---|---|
Product: | [Unmaintained] muon | Reporter: | Volkan <volkangezer> |
Component: | muon | Assignee: | Volkan <volkangezer> |
Status: | RESOLVED FIXED | ||
Severity: | major | Keywords: | junior-jobs |
Priority: | NOR | ||
Version: | 2.1.1 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/muon/16bab0472cbfc346814835ffb0a640eea8bbd88b | Version Fixed In: | |
Sentry Crash Report: |
Description
Volkan
2013-11-09 14:31:38 UTC
Git commit 16bab0472cbfc346814835ffb0a640eea8bbd88b by Volkan Gezer. Committed on 23/12/2013 at 14:50. Pushed by vgezer into branch 'master'. Fix two bugs regarding to multiple selection This patch should solve issues related to multiple selection: Solves right click issue when only one item status has changed and disables install/remove button on DetailsWidget when multiple selection is made since this button only installs one of the selections and causes confusions. Related: bug 328737, bug 328737 CCMAIL: volkangezer@gmail.com REVIEW: 114630 M +1 -1 CMakeLists.txt M +15 -3 muon/DetailsTabs/MainTab.cpp M +2 -0 muon/DetailsTabs/MainTab.h M +7 -0 muon/DetailsWidget.cpp M +2 -0 muon/DetailsWidget.h M +5 -0 muon/PackageModel/PackageView.cpp M +1 -0 muon/PackageModel/PackageView.h M +26 -5 muon/PackageModel/PackageWidget.cpp http://commits.kde.org/muon/16bab0472cbfc346814835ffb0a640eea8bbd88b Git commit 16bab0472cbfc346814835ffb0a640eea8bbd88b by Volkan Gezer. Committed on 23/12/2013 at 14:50. Pushed by vgezer into branch 'master'. Fix two bugs regarding to multiple selection This patch should solve issues related to multiple selection: Solves right click issue when only one item status has changed and disables install/remove button on DetailsWidget when multiple selection is made since this button only installs one of the selections and causes confusions. Related: bug 328737, bug 328737 CCMAIL: volkangezer@gmail.com REVIEW: 114630 M +1 -1 CMakeLists.txt M +15 -3 muon/DetailsTabs/MainTab.cpp M +2 -0 muon/DetailsTabs/MainTab.h M +7 -0 muon/DetailsWidget.cpp M +2 -0 muon/DetailsWidget.h M +5 -0 muon/PackageModel/PackageView.cpp M +1 -0 muon/PackageModel/PackageView.h M +26 -5 muon/PackageModel/PackageWidget.cpp http://commits.kde.org/muon/16bab0472cbfc346814835ffb0a640eea8bbd88b |