aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/shortcutmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Enable Copy, Cut, and Paste in the Editor 3DMahmoud Badri2020-03-131-0/+1
| | | | | | | Task-number: QDS-1563 Change-Id: I22c3017b8c158d8bc084f050baef89fa8fffd365 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Integrate ADS in QtCreatorHenning Gruendl2020-02-201-6/+0
| | | | | | | | | | | | | | | - Integrate DockManager in DesignModeWidget (create factory default workspace, create menu items, add qds constants, remove unused shortcuts) - Remove unused functions and variables due to new docking system usage - Add DockWidget style sheet to resources - Fix scrollbar style by merging base and scrollbar style sheets - Fix update of StatesEditorWidget when switching tabs - Add missing unique ids in widget info - Set minimum size on ItemLibraryWidget Change-Id: I08be6d753233fc767037a33b41af335cec6d43b1 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* QmlDesigner/ShortcutManager: CleanupEike Ziller2018-04-161-6/+5
| | | | | | | | Remove some unneeded 0-parents, use nullptr, and do not use parameter actions when they are not needed. Change-Id: Ia556f83f7f1ce296fc08fa76cced7f41102d110f Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QmlDesigner: Fix compileThomas Hartmann2017-05-221-1/+0
| | | | | Change-Id: Id37f517fb0584f8066cc0922ed1ca18901bfa7b2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* QmlDesigner: Use the same usage pattern for sidebars as edit modeThomas Hartmann2017-03-241-2/+0
| | | | | Change-Id: Ia1ec631b8b486e98e957b5dbcccbc7b91baecb0f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* QmlDesigner: Use Qt5-style connectOrgad Shaneh2017-03-201-2/+1
| | | | | | | + De-slot where possible Change-Id: Ibd2edbef7b7712aba20593bd0417940e828e0c9c Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QmlDesigner: refactor setup/integration codeTim Jenssen2017-01-271-0/+1
| | | | | | | | | | | | | - moved switchTextFormAction to shortcut manager - renamed createDesignModeWidget - remove unncessary DesignerSettingsKey::TEXTEDIT_IN_DESIGNMODE (supporting it in future would be too much effort) - using delayed registration inside QtCreator (which does not bring more speed, but more time for the codemodel in case of opening a qml.ui file directly) Change-Id: I1fd05f161e4bf4659c5a2fb09705b1f67d6f8e36 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QmlDesigner: Hook up states editor expanded state to commandThomas Hartmann2017-01-191-0/+1
| | | | | | | | | | The expanded/collpased state of the states editor is now hooked up to a Qt Creator command. This means there is a configurable shortcurt and an entry in the menu under Windows/Views. Change-Id: Ied993870fe605cfd6651b203986b009620c98f1b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* QmlDesigner: Implementing exporting QML file as imageThomas Hartmann2017-01-191-0/+1
| | | | | | Task-number: QTCREATORBUG-11494 Change-Id: Ifcfef6f9434637c0be0a727d9f80dfed1ef1c11b Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QmlDesigner: Fix ESC issuesThomas Hartmann2016-10-141-0/+1
| | | | | | | | | | We do not want to switch to the editor whenever pressing ESCAPE. Using shortcut override does not work for QQuickWidget. Therefore we register our own action and disable it. Change-Id: I399265a5254767d2825edf3fe823dd35177a6ce5 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
| | | | | | | Kudos to cgmb and https://github.com/cgmb/guardonce Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-10/+10
| | | | | | | * Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Qt Quick Designer: License change to Qt Commercial + GPLv3Alessandro Portale2015-09-181-12/+7
| | | | | | | | Change-Id: I7f7aecd02892b6c616cd148fa5d845e7bc0d3b4f Reviewed-by: Tuukka Turunen <tuukka.turunen@digia.com> Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* Update LicenseEike Ziller2015-01-161-6/+6
| | | | | Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* License update.Eike Ziller2014-10-151-7/+8
| | | | | Change-Id: I0acde2c3b995693de682679471f03af85bdd0a61 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Add copyright commentNikolai Kosjar2014-08-221-0/+29
| | | | | Change-Id: Ia16f38f4823a0d740391ef4450b858d10f3184e5 Reviewed-by: hjk <hjk121@nokiamail.com>
* Qmldesigner: Change action registrationMarco Bubke2013-02-111-2/+4
| | | | | | | Context variables don't worked, so the context was registered. Change-Id: Ic0efb8dc68d4762656e7858c1011e9fb759a7d81 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Refactoring document handlingMarco Bubke2013-01-231-0/+72
The document handling in the qml designer was complicated source code, which was initially intended for a non creator application. To integrate new views it has to be changed and cleaned up. This is the first major step in that direction. Change-Id: Ie26f0aad7a03946d18bdb4c0759b246c5439d922 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com> Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>