summaryrefslogtreecommitdiff
path: root/src/plugins/scxmleditor
Commit message (Expand)AuthorAgeFilesLines
* Remove usages of deprecated APIs (part 2)Sona Kurazyan2019-09-033-0/+28
* Replace the deprecated QWheelEvent::delta() -> QWheelEvent::angleDelta()Sona Kurazyan2019-09-023-3/+3
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-029-14/+12
* Compile fix with recent Qt devhjk2019-07-292-16/+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
* Utils: Rename FileName to FilePathhjk2019-05-283-6/+6
* Qt Creator CMake portCristian Adam2019-05-171-0/+94
* Replace static_casts by QOverload where possiblehjk2019-02-262-2/+3
* Prepare for potential QVariant::QVariant(const char *) deprecationhjk2019-01-243-6/+9
* use initializer listsTim Jenssen2019-01-213-3/+3
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* Fix warning: "Don't call QHash::operator[]() on temporary"Alessandro Portale2019-01-171-2/+2
* ScxmlEditor: ModernizeAlessandro Portale2018-12-1019-43/+39
* 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
* ScxmlEditor: Use override consistentlyTobias Hunger2018-05-073-3/+3
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-095-8/+0
* Don't translate default windowTitle again and againRobert Loehning2018-03-065-5/+5
* ScxmlEditor: Avoid use of global object poolhjk2018-02-084-27/+12
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-01-251-5/+6
|\
| * Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-241-5/+6
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-01-232-2/+2
|\ \ | |/
| * Improve translated strings and make them consistentRobert Loehning2018-01-222-2/+2
* | DesignMode: Apply 'static pattern'hjk2018-01-233-7/+5
|/
* ScxmlEditor: Avoid soft asserts when changing nullptr tagsUlf Hermann2017-12-142-15/+28
* ScxmlEditor: Mark the plugin non-experimentalAlessandro Portale2017-11-141-1/+0
* ScxmlEditor: label data item in structure model by using "id"Tomasz Olszak2017-11-081-0/+1
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-255-10/+10
|\
| * SCXML Editor: Fix UI textLeena Miettinen2017-10-205-10/+10
* | ScxmlEditor: Remove unused variableRobert Loehning2017-10-241-1/+1
* | Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-043-6/+3
|/
* ScxmlEditor: silent fallthrough warningsNikita Baryshnikov2017-09-184-2/+9
* ScxmlEditor: Fix crash in WarningModelUlf Hermann2017-09-061-5/+6
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-052-3/+1
|\
| * SCXML editor: allow eventless transitionsMarco Benelli2017-09-042-3/+1
* | Merge remote-tracking branch 'origin/4.4'Orgad Shaneh2017-08-301-1/+1
|\ \ | |/
| * Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* | ScxmlEditor.TransitionItem: fix signed overflow warningNikita Baryshnikov2017-08-221-1/+1
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-08-153-5/+3
|\ \ | |/
| * ScxmlEditor: Make the Attribute Editor table themableAlessandro Portale2017-08-091-3/+1
| * SCXML editor: Fix capitalization of UI textLeena Miettinen2017-07-312-2/+2
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-251-10/+10
|\ \ | |/
| * Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-251-10/+10
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-181-0/+3
|\ \ | |/
| * Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-171-0/+3
* | Scxml: use qobject_cast instead of static_castTim Jenssen2017-07-181-1/+1
|/
* SCXML editor: Fix UI textLeena Miettinen2017-04-056-13/+13
* ScxmlEditor: Retain explicitly set "initial" attributesUlf Hermann2017-03-231-1/+9
* Scxml: Use Qt5-style connectOrgad Shaneh2017-03-201-1/+1