aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/modeleditor
Commit message (Expand)AuthorAgeFilesLines
* Remove more deprecation warningshjk2019-07-051-1/+3
* More Utils::toSet/toListhjk2019-07-041-1/+3
* Utils: Rename FileName to FilePathhjk2019-05-282-6/+6
* Qt Creator CMake portCristian Adam2019-05-171-0/+36
* Export Wizard values to JavaScript macroEike Ziller2019-05-092-2/+2
* ProjectExplorer: Rename ProjectTree::findCurrentNode to currentNodehjk2019-04-301-1/+1
* ProjectExplorer: Merge Node::isFileNodeType and asFileNodehjk2019-03-011-1/+1
* ProjectExplorer: Replace Node::setNodeType by virtual functionshjk2019-03-011-15/+3
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* ModelEditor: Fix build without precompiled headersNikolai Kosjar2019-01-301-0/+2
* Fix warning: "Mixing iterators with const_iterators"Alessandro Portale2019-01-161-1/+1
* Canonicalize some includesChristian Kandeler2019-01-102-2/+2
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-10-161-1/+1
|\
| * Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* | ModelEditor: Refactor ComponentViewControllerJochen Becher2018-10-089-133/+408
|/
* Core: Change IEditor::document() to constOrgad Shaneh2018-09-262-2/+2
* ModelEditor: Reload documentsJochen Becher2018-09-052-5/+14
* ModelEditor: Scroll sync'ed item into viewJochen Becher2018-09-031-0/+3
* ModelEditor: Zoom large diagrams at mouse cursorJochen Becher2018-09-034-6/+37
* CppTools: Fix getting locator filters from the object poolIvan Donchevskii2018-06-281-2/+4
* ModelEditor: Avoid accessing nullptrChristian Stenger2018-06-081-0/+3
* utils: Let the link icon have a LINK and a LINK_TOOLBAR versionAlessandro Portale2018-03-021-1/+1
* Improve translated stringsRobert Loehning2018-02-091-1/+1
* Remove experimental flag from ModelEditorEike Ziller2018-02-071-1/+0
* ModelEditor: Add the zoom actions to tool barEike Ziller2018-02-062-16/+12
* ModelEditor: Simplify creation of commands and tool buttonsEike Ziller2018-02-064-51/+56
* ModelEditor: Make constants header self-containedEike Ziller2018-02-051-0/+2
* ModelEditor: Move export actions to File menuEike Ziller2018-02-051-4/+5
* Unify zooming actions of image viewer and model editorEike Ziller2018-02-052-9/+3
* ModelEditor: Remove code duplication in action handlerEike Ziller2018-02-014-129/+41
* ModelEditor: Remove unused methodsEike Ziller2018-02-011-21/+0
* ModelEditor: Do not needlessly add objects to the global poolEike Ziller2018-01-311-7/+0
* Move HTML out of translated stringsRobert Loehning2018-01-241-1/+2
* ModelEditor: Avoid temporary extensive copyJochen Becher2018-01-244-10/+10
* ModelEditor: Improve performance of component model creationJochen Becher2018-01-151-1/+8
* ModelEditor: Improve component model creationJochen Becher2018-01-152-11/+41
* ModelEditor: Implement shared clipboard between all open model-editorsJochen Becher2018-01-104-9/+120
* ModelEditor: Improve toolbar icon renderingJochen Becher2018-01-091-1/+1
* ModelEditor: Fix toolbar icon rendering on HDPI screensJochen Becher2018-01-092-7/+4
* ModelEditor: Improve export of diagramsJochen Becher2018-01-095-9/+38
* ModelEditor: Implement Drag'n'Drop for most panesJochen Becher2018-01-0910-108/+125
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-9/+10
* ModelEditor: Improve custom itemsJochen Becher2017-11-203-12/+22
* Use specific members of QVariant instead of templateRobert Loehning2017-10-271-2/+2
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* Merge remote-tracking branch 'origin/4.4'Orgad Shaneh2017-08-301-1/+1
|\
| * Fix more copyright years in pluginsEike Ziller2017-08-291-1/+1
* | ModelEditor: Replace 0 with nullptr in pluginJochen Becher2017-08-0734-114/+114
* | ModelEditor: Remove QStringLiteral from plugin codeJochen Becher2017-08-066-45/+45
* | ModelEditor: Introduce swimlanesJochen Becher2017-08-023-14/+27