aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/shortcutmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add some additional shortcuts for actionsEike Ziller2020-03-171-6/+1
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-161-2/+5
|\
| * Enable Copy, Cut, and Paste in the Editor 3DMahmoud Badri2020-03-131-2/+5
* | Move some actions to a "View" menuEike Ziller2020-03-061-1/+1
|/
* Integrate ADS in QtCreatorHenning Gruendl2020-02-201-45/+0
* QmlDesigner: Use backspace on macOSThomas Hartmann2019-07-031-1/+7
* Allow pinning files to ensure that they are always openMitch Curtis2019-04-031-1/+1
* QmlDesigner: remove not used includeTim Jenssen2019-01-211-1/+0
* QmlDesigner: Fix clazy warningThomas Hartmann2018-08-021-2/+2
* QmlDesigner: ModernizeAlessandro Portale2018-07-251-2/+2
* QmlDesigner/ShortcutManager: CleanupEike Ziller2018-04-161-21/+15
* QmlDesigner: Do not access clipboard if not requested to by userEike Ziller2018-04-161-11/+1
* Fix that menus didn't show ampersands in files namesEike Ziller2018-03-261-2/+3
* QmlDesigner: remove "Editor" from "Status Editor"Tim Jenssen2017-11-091-1/+1
* QmlDesigner: Fix navigator context menuThomas Hartmann2017-10-181-1/+4
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* QmlDesigner: Fix compileThomas Hartmann2017-05-221-2/+0
* QmlDesigner: Avoid conflicts in shortcutsThomas Hartmann2017-05-221-1/+1
* QmlDesigner: Avoid conflict on F2Thomas Hartmann2017-05-221-6/+0
* QmlDesigner: Use the same usage pattern for sidebars as edit modeThomas Hartmann2017-03-241-19/+2
* QmlDesigner: Use Qt5-style connectOrgad Shaneh2017-03-201-5/+5
* QmlDesigner: Fixing delete actionThomas Hartmann2017-03-101-9/+12
* TextEditor: add right sidebarSerhii Moroz2017-03-091-1/+1
* QmlDesigner: Never use ALT+CRTL for shortcutsThomas Hartmann2017-02-081-2/+2
* QmlDesigner: Crash fixThomas Hartmann2017-02-071-3/+3
* QmlDesigner: refactor setup/integration codeTim Jenssen2017-01-271-0/+9
* QmlDesigner: Update connect syntaxThomas Hartmann2017-01-191-22/+21
* QmlDesigner: Do not move cursor when reformatingThomas Hartmann2017-01-191-13/+2
* QmlDesigner: Hook up states editor expanded state to commandThomas Hartmann2017-01-191-0/+10
* QmlDesigner: Fix compileChristian Stenger2017-01-191-1/+1
* QmlDesigner: Implementing exporting QML file as imageThomas Hartmann2017-01-191-0/+10
* QmlDesigner: Some cleanupThomas Hartmann2017-01-061-1/+1
* QmlDesigner: Adding a toolbarThomas Hartmann2017-01-051-3/+39
* QmlDesigner: Fix compilation with Qt 5.6Orgad Shaneh2016-10-171-1/+2
* QmlDesigner: Fix ESC issuesThomas Hartmann2016-10-141-0/+5
* QmlDesigner: Reformat .ui.qml files when savingThomas Hartmann2016-10-101-2/+26
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-10/+10
* Qt Quick Designer: License change to Qt Commercial + GPLv3Alessandro Portale2015-09-181-12/+7
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+2
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* License update.Eike Ziller2014-10-151-7/+8
* Project Explorer: fix possible nullptr derefs and remove deadErik Verbruggen2014-09-111-1/+1
* Add copyright commentNikolai Kosjar2014-08-221-0/+29
* Fix closing editor with ctrl+w or "x" or File > CloseEike Ziller2014-08-221-1/+1
* EditorManager: closeOtherEditors --> closeOtherDocumentsEike Ziller2014-08-181-1/+1
* QmlDesigner.ShortcutManager: Fix CLANG static analysis warningsThomas Hartmann2014-08-041-7/+7
* Make document model API more consistent with entry vs documentEike Ziller2014-06-131-1/+1
* QmlDesigner: Avoid repetitive callsOrgad Shaneh2014-05-221-6/+9
* DocumentModel: Make interface statichjk2014-05-131-1/+1