summaryrefslogtreecommitdiff
path: root/src/plugins/modeleditor/classviewcontroller.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ModelEditor: Implement Drag'n'Drop for most panesJochen Becher2018-01-091-17/+24
| | | | | | | | | Components and classes may be dragged and dropped not only from project explorer but from any pane that allows to drag and drop a file. Task-number: QTCREATORBUG-19117 Change-Id: I4c39e3771d37c0aed4b00204db0876e6b9093828 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* ModelEditor: Remove QStringLiteral from plugin codeJochen Becher2017-08-061-1/+1
| | | | | Change-Id: Ia88af8340540790bb6922682166c662863ebcaa3 Reviewed-by: André Hartmann <aha_1980@gmx.de>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
| | | | | | | * Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Add new ModelEditor plugin.Jochen Becher2015-09-161-0/+101
The plugin is based on the 'modelinglib' library. For features and screenshots see https://wiki.qt.io/ModelEditor Change-Id: I857be0652a852cc69a9729f64e67134fe630af00 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>