aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/modeleditor/modeleditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* ModelEditor: More use of Utils::FilePathJochen Becher7 days1-3/+8
* ModelEditor: Use Utils::FilePathJochen Becher14 days1-1/+0
* ModelEditor: Add model tree filterJochen Becher2024-04-171-3/+46
* Remove CommandButtonEike Ziller2024-01-261-7/+9
* ModelEditor: Use namespace CoreEike Ziller2024-01-261-32/+38
* Clean up some lambdashjk2023-12-121-12/+12
* ModelEditor: Tr::tr()Alessandro Portale2023-02-101-19/+19
* Prefix Tr::tr contexts with ::hjk2023-01-131-3/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Utils: Add "Layouting::HorizontalRule" LayoutItemAlessandro Portale2022-08-291-6/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Core: Include more utils/filepaths.h instead of utils/fileutils.hAlessandro Portale2022-07-281-0/+1
* Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* modeleditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-031-10/+14
* Use more FileUtils based file dialogshjk2021-08-191-3/+5
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-1/+1
* Remove bool return value from IEditor::restoreState()Eike Ziller2020-09-241-3/+1
* Remove parent argument from IEditor constructorEike Ziller2020-09-241-6/+5
* ModelEditor: Add include that's not implicit in Qt6 anymorehjk2020-07-141-0/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Modeling: Avoid more QStringList slicing when creating QList<QString>hjk2020-04-291-2/+2
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-3/+3
* Avoid warning on empty expressionshjk2019-07-231-10/+10
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* Core: Change IEditor::document() to constOrgad Shaneh2018-09-261-1/+1
* ModelEditor: Reload documentsJochen Becher2018-09-051-3/+3
* ModelEditor: Scroll sync'ed item into viewJochen Becher2018-09-031-0/+3
* ModelEditor: Zoom large diagrams at mouse cursorJochen Becher2018-09-031-2/+30
* ModelEditor: Add the zoom actions to tool barEike Ziller2018-02-061-0/+9
* ModelEditor: Simplify creation of commands and tool buttonsEike Ziller2018-02-061-26/+24
* ModelEditor: Remove code duplication in action handlerEike Ziller2018-02-011-1/+11
* ModelEditor: Implement shared clipboard between all open model-editorsJochen Becher2018-01-101-9/+35
* ModelEditor: Improve toolbar icon renderingJochen Becher2018-01-091-1/+1
* ModelEditor: Fix toolbar icon rendering on HDPI screensJochen Becher2018-01-091-1/+1
* ModelEditor: Improve export of diagramsJochen Becher2018-01-091-7/+14
* ModelEditor: Improve custom itemsJochen Becher2017-11-201-8/+16
* ModelEditor: Replace 0 with nullptr in pluginJochen Becher2017-08-071-28/+28
* ModelEditor: Remove QStringLiteral from plugin codeJochen Becher2017-08-061-29/+29
* ModelEditor: Introduce swimlanesJochen Becher2017-08-021-0/+7
* ModelEditor: Introduce QMT_ASSERTJochen Becher2017-07-111-7/+7
* Doc: Describe synchronizing diagrams and Structure viewLeena Miettinen2016-11-031-3/+3
* ModelEditor: Synchronize browser and diagram selectionJochen Becher2016-06-271-8/+126
* ModelEditor: Zoom with Ctrl + mouse wheelJochen Becher2016-06-271-0/+18
* ModelEditor: Implement zoom of diagrams.Jochen Becher2016-06-241-0/+20
* ModelEditor: fix compiler warningNikita Baryshnikov2016-05-181-1/+2
* ModelEditor: Disable menu item if no diagram is openJochen Becher2016-03-111-0/+5
* Modeling: Fix build with/without SVGJochen Becher2016-02-261-6/+11
* ModelEditor: Export diagram as image, pdf or svgJochen Becher2016-02-241-0/+39
* ModelEditor: Add UI for custom configuration pathJochen Becher2016-02-181-0/+6