aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor/common
Commit message (Expand)AuthorAgeFilesLines
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-202-3/+3
* Remove usages of deprecated APIs (part 2)Sona Kurazyan2019-09-031-0/+4
* Replace the deprecated QWheelEvent::delta() -> QWheelEvent::angleDelta()Sona Kurazyan2019-09-023-3/+3
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-026-11/+9
* Revert "Use QComboBox::currentTextChanged instead of currentIndexChanged"Eike Ziller2019-07-221-1/+1
* Use QComboBox::currentTextChanged instead of currentIndexChangedAlessandro Portale2019-07-041-1/+1
* Replace static_casts by QOverload where possiblehjk2019-02-262-2/+3
* Prepare for potential QVariant::QVariant(const char *) deprecationhjk2019-01-241-1/+2
* use initializer listsTim Jenssen2019-01-212-2/+2
* ScxmlEditor: ModernizeAlessandro Portale2018-12-105-7/+7
* ScxmlEditor: Use ICore::dialogParent() as dialog parentAlessandro Portale2018-12-022-2/+7
* Fix build with Qt 5.12: fully-qualify base classThiago Macieira2018-10-251-1/+1
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-092-3/+0
* Don't translate default windowTitle again and againRobert Loehning2018-03-065-5/+5
* ScxmlEditor: Avoid soft asserts when changing nullptr tagsUlf Hermann2017-12-141-2/+7
* ScxmlEditor: label data item in structure model by using "id"Tomasz Olszak2017-11-081-0/+1
* ScxmlEditor: Remove unused variableRobert Loehning2017-10-241-1/+1
* Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-042-4/+2
* ScxmlEditor: silent fallthrough warningsNikita Baryshnikov2017-09-181-0/+2
* Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-171-0/+3
* SCXML editor: Fix UI textLeena Miettinen2017-04-051-1/+1
* Scxml: Use Qt5-style connectOrgad Shaneh2017-03-201-1/+1
* ScxmlEditor: Write real value into real variableRobert Loehning2017-03-031-1/+1
* SCXML Editor: fix behavior of else and elseif tagsMarco Benelli2017-02-241-1/+4
* Utils: move pan icon from scxml to utilsAlessandro Portale2017-01-273-2/+0
* Fixing capitalisation of titlesThomas Hartmann2017-01-181-1/+1
* Scxml: Avoid potential nullptr accessTobias Hunger2016-11-291-1/+1
* ScxmlEditor: Fix the align* and adjust* iconsAlessandro Portale2016-10-261-4/+46
* CPlusPlus, Utils: Move namespace icon from CPlusPlus to UtilsAlessandro Portale2016-10-262-1/+0
* ScxmlEditor: Themable "Pan" iconAlessandro Portale2016-10-263-0/+1
* ImageViewer, ScxmlEditor: Use the new "Fit to view" iconv4.2.0-beta1Alessandro Portale2016-10-252-1/+0
* ScxmlEditor: Themable toolbar icons for Adjust and Align actionsAlessandro Portale2016-10-2521-5/+14
* ScxmlEditor: Improved "Export Canvas" iconAlessandro Portale2016-10-242-0/+0
* ImageViewer, ScxmlEditor: Use the new "Zoom In"/"Zoom Out" iconsAlessandro Portale2016-10-243-2/+0
* Revert "Replace virtual isModified method with a getter/setter/notifier"Jarek Kobus2016-10-212-6/+0
* ScxmlEditor: Themable, HighDPI-able export-canvas iconAlessandro Portale2016-10-183-0/+1
* ScxmlEditor: Use Utils::Icons::SNAPSHOT_TOOLBARAlessandro Portale2016-10-182-1/+0
* Replace virtual isModified method with a getter/setter/notifierJarek Kobus2016-10-172-0/+6
* ScxmlEditor: Inline the ShapeGroupWidget ui creationAlessandro Portale2016-10-054-173/+40
* ScxmlEditor: Inline the Navigator ui creationAlessandro Portale2016-10-054-157/+58
* ScxmlEditor: Inline the OutputPane ui creationAlessandro Portale2016-10-051-1/+1
* ScxmlEditor: Fix compilationArnold Dumas2016-10-041-1/+1
* ScxmlEditor: Fix compilationAlessandro Portale2016-10-042-2/+4
* ScxmlEditor: Inline the StateProperties ui creationAlessandro Portale2016-10-046-302/+74
* ScxmlEditor: Inline the Structure ui creationAlessandro Portale2016-10-047-349/+82
* ScxmlEditor: Inline the ErrorWidget ui creationAlessandro Portale2016-10-041-1/+1
* ScxmlEditor: Inline the MainWidget ui creationAlessandro Portale2016-09-294-227/+80
* ScxmlEditor: Remove duplicated iconsAlessandro Portale2016-09-2718-39/+13
* ScxmlEditor: Fix compile with Qt5.6Christian Stenger2016-09-194-10/+10
* ScxmlEditor: Cleanup nullptr comparisonsOrgad Shaneh2016-09-182-2/+2