Summary: | Ctrl + S shortcut does not Save/Save As of table, form, etc. | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Wojciech Kosowicz <pcellix> |
Component: | General | Assignee: | Wojciech Kosowicz <pcellix> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | adam, inksi, staniek |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 2.8.2 | Flags: | staniek:
Usability+
|
Target Milestone: | 2.8.4 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/58b704a7eaa5efb2c99e67b43bc2911dda9e96e7 | Version Fixed In: | 2.8.4 |
Sentry Crash Report: |
Description
Wojciech Kosowicz
2014-05-10 19:06:20 UTC
Git commit 0e1cfb1b74e7c88c03f66bca39dde8fffef5b092 by Wojciech Kosowicz. Committed on 12/06/2014 at 21:25. Pushed by wkosowicz into branch 'calligra/2.8'. Added Ctrl+S shortcut for save action in Kexi Adding Ctrl + S shorcut for save action in kexi required suppresing default behavior of this shortcut in KTextEditor FIXED-IN: 2.8.4 REVIEW: 118631 M +18 -11 kexi/main/KexiMainWindow.cpp M +1 -1 kexi/main/KexiMainWindow.h M +2 -0 kexi/widget/kexieditor.cpp http://commits.kde.org/calligra/0e1cfb1b74e7c88c03f66bca39dde8fffef5b092 Git commit 58b704a7eaa5efb2c99e67b43bc2911dda9e96e7 by Wojciech Kosowicz. Committed on 12/06/2014 at 21:25. Pushed by wkosowicz into branch 'master'. Added Ctrl+S shortcut for save action in Kexi Adding Ctrl + S shorcut for save action in kexi required suppresing default behavior of this shortcut in KTextEditor FIXED-IN: 2.8.4 REVIEW: 118631 M +18 -11 kexi/main/KexiMainWindow.cpp M +1 -1 kexi/main/KexiMainWindow.h M +2 -0 kexi/widget/kexieditor.cpp http://commits.kde.org/calligra/58b704a7eaa5efb2c99e67b43bc2911dda9e96e7 Git commit 7fca08a271f468c7f28c915c542e20cc80fa314f by Jaroslaw Staniek. Committed on 14/06/2014 at 22:03. Pushed by staniek into branch 'master'. Make main shortcuts trigger only enabled actions This fixes a crash (when pressing Ctrl+S i Data mode) introduced while fixing bug #334587. In addition added condition for Save/Save As methods so they are ignored in Data mode even if called explicitly. M +25 -7 kexi/main/KexiMainWindow.cpp M +19 -1 kexi/main/KexiMainWindow_p.h http://commits.kde.org/calligra/7fca08a271f468c7f28c915c542e20cc80fa314f Git commit 84dbc21f28da81c4f1449df72b7d95a6fb673618 by Jaroslaw Staniek. Committed on 14/06/2014 at 22:03. Pushed by staniek into branch 'calligra/2.8'. Make main shortcuts trigger only enabled actions This fixes a crash (when pressing Ctrl+S i Data mode) introduced while fixing bug #334587. In addition added condition for Save/Save As methods so they are ignored in Data mode even if called explicitly. M +25 -7 kexi/main/KexiMainWindow.cpp M +19 -1 kexi/main/KexiMainWindow_p.h http://commits.kde.org/calligra/84dbc21f28da81c4f1449df72b7d95a6fb673618 |