Summary: | Assigning shortcut to action 'Properties' always brings 'General Properties', not selected object's properties | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Dexter Magnific <dextermagnific> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | finex, ralf.habacker |
Priority: | NOR | Keywords: | triaged |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/umbrello/c293167c6a57b331ca2eefc70a2c17a0536283fd | Version Fixed In: | 2.15.3 (KDE 14.12.3) |
Sentry Crash Report: |
Description
Dexter Magnific
2006-12-18 11:46:06 UTC
on current trunk, the "properties" shortcut opens the current view properties, not the properties of the selected object. This is because the mentioned shortcut "Properties" is implemented for the diagram properties. see uml.cpp:489ff: viewProperties = actionCollection()->addAction(QLatin1String("view_properties")); viewProperties->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Properties)); viewProperties->setText(i18n("&Properties")); connect(viewProperties, SIGNAL(triggered(bool)), this, SLOT(slotCurrentViewProperties())); Git commit 4868cf65dc97651750b5efa0363f73a26c9fee78 by Ralf Habacker. Committed on 26/02/2015 at 22:50. Pushed by habacker into branch 'Applications/14.12'. Fix of 'Assigning shortcut to action "Properties" always brings "General Properties", not selected object's properties'. FIXED-IN:2.15.3 (KDE 14.12.3) M +8 -4 umbrello/uml.cpp M +1 -1 umbrello/uml.h http://commits.kde.org/umbrello/4868cf65dc97651750b5efa0363f73a26c9fee78 Git commit c293167c6a57b331ca2eefc70a2c17a0536283fd by Ralf Habacker. Committed on 26/02/2015 at 22:50. Pushed by habacker into branch 'master'. Fix of 'Assigning shortcut to action "Properties" always brings "General Properties", not selected object's properties'. FIXED-IN:2.15.3 (KDE 14.12.3) M +8 -4 umbrello/uml.cpp M +1 -1 umbrello/uml.h http://commits.kde.org/umbrello/c293167c6a57b331ca2eefc70a2c17a0536283fd |