aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/modeleditor/actionhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* ModelEditor: Toggle filter using Ctrl+Shift+LJochen Becher2024-04-221-1/+1
* ModelEditor: Add model tree filterJochen Becher2024-04-171-0/+15
* ModelEditor: Remove multiline text from action textEike Ziller2024-03-071-10/+24
* ModelEditor: Tr::tr()Alessandro Portale2023-02-101-16/+17
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-2/+3
* ModelEditor: Simplify setup of some plugin singletonshjk2020-02-171-5/+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
* ModelEditor: Add the zoom actions to tool barEike Ziller2018-02-061-16/+3
* ModelEditor: Simplify creation of commands and tool buttonsEike Ziller2018-02-061-17/+23
* ModelEditor: Move export actions to File menuEike Ziller2018-02-051-4/+5
* Unify zooming actions of image viewer and model editorEike Ziller2018-02-051-6/+3
* ModelEditor: Remove code duplication in action handlerEike Ziller2018-02-011-112/+23
* ModelEditor: Remove unused methodsEike Ziller2018-02-011-21/+0
* Move HTML out of translated stringsRobert Loehning2018-01-241-1/+2
* ModelEditor: Improve export of diagramsJochen Becher2018-01-091-1/+20
* ModelEditor: Replace 0 with nullptr in pluginJochen Becher2017-08-071-14/+14
* ModelEditor: Remove QStringLiteral from plugin codeJochen Becher2017-08-061-6/+6
* ModelEditor: fix icon pathNikita Baryshnikov2016-08-101-3/+2
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-07-111-4/+4
|\
| * ModelEditor: Add labels to commandsTakumi ASAKI2016-07-071-4/+4
* | ModelEditor: Synchronize browser and diagram selectionJochen Becher2016-06-271-0/+14
|/
* ModelEditor: Implement zoom of diagrams.Jochen Becher2016-06-241-0/+59
* ModelEditor: Disable menu item if no diagram is openJochen Becher2016-03-111-1/+1
* ModelEditor: Export diagram as image, pdf or svgJochen Becher2016-02-241-0/+26
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* ModelEditor: Add action for inplace editingJochen Becher2016-01-061-8/+18
* ModelEditor: Set global context for parent-diagram actionJochen Becher2016-01-041-15/+15
* ModelEditor: fix UI text punctuation and capitalizationLeena Miettinen2015-10-261-1/+1
* ModelEditor: Add new button to open parent diagramJochen Becher2015-09-301-0/+17
* ModelEditor: Use shortcut "Return" for renaming elementsJochen Becher2015-09-301-1/+1
* ModelEditor: Remove diagram's specific document and editorJochen Becher2015-09-301-10/+10
* ModelEditor: Minor cleanupOrgad Shaneh2015-09-181-5/+4
* ModelEditor: Fix MSVC compilationOrgad Shaneh2015-09-171-4/+5
* Add new ModelEditor plugin.Jochen Becher2015-09-161-0/+225