aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor/plugin_interface
Commit message (Expand)AuthorAgeFilesLines
* Fix QMetaType::type() related deprecation warningshjk2024-05-233-62/+62
* SCXMLEditor: Add conditions for transitionArtem Sokolovskii2024-04-164-9/+84
* ScxmlEditor: Remove some unused includeshjk2023-12-121-3/+0
* Clean up some lambdashjk2023-12-123-3/+3
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-1/+1
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-08-033-7/+20
|\
| * SxmlEditor: Fix crash with transitions and onEntry eventsArtem Sokolovskii2023-08-013-7/+20
* | Reduce usage of app_version headerEike Ziller2023-06-261-5/+3
|/
* Scxmleditor: Add showing onEntry and on Exit eventsArtem Sokolovskii2023-05-117-15/+227
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0688-88/+88
* ScxmlEditor: Pass context object to lambda connectionsJarek Kobus2022-12-081-9/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-078-63/+63
* ScxmlEditor: Convert to using Tr::trAlessandro Portale2022-09-0117-101/+117
* Use SPDX license identifiersLucie Gérard2022-08-2688-2112/+176
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-08-262-5/+9
|\
| * ScxmlEditor: Fix build with Qt5Christian Stenger2022-08-221-3/+3
| * ScxmlEditor: Fix a crash when closing scxml editorJarek Kobus2022-08-222-5/+9
* | ScXMLEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-0210-22/+29
|/
* ScxmlEditor: Fix build with Qt5.15Christian Stenger2022-05-251-1/+1
* ScXMLEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-256-87/+86
* Utils: More forward declarations / drop unused headers [H-K]Jarek Kobus2022-05-251-0/+1
* Remove qmake build filesEike Ziller2022-01-201-93/+0
* Disable showing/hiding magnifier by pressing Alt modifierJarek Kobus2022-01-181-1/+1
* Remove unused includes of QThread from cpp filesJarek Kobus2021-09-131-1/+0
* Remove dead code "< QT_VERSION_CHECK(5, 14, 0)"Alessandro Portale2021-03-182-26/+2
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Fix vanishing transitions when zooming to stateJarek Kobus2021-01-147-10/+40
* Remove unneeded includeJarek Kobus2021-01-131-1/+0
* Don't allocate unneeded temporary containersJarek Kobus2020-12-141-1/+1
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-191-2/+4
|\
| * Use typed syntax in calls to QMetaObject::invokeMethodJarek Kobus2020-11-161-2/+4
* | Decorate some classes and methods with final keywordJarek Kobus2020-11-192-2/+2
|/
* Qt6: Sprinkle QLatin1Strings for QStringView comparisonsEike Ziller2020-10-082-2/+2
* Replace qrand with QRandomGeneratorEike Ziller2020-09-181-2/+3
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-213-3/+3
* SCXMLEditor: Remove unused includesChristian Stenger2020-06-191-1/+0
* All: Use Utils::SkipEmptyPartshjk2020-06-173-3/+8
* Port from QRegExpValidator to QRegularExpressionValidatorLars Knoll2020-03-201-4/+5
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-192-0/+2
|\
| * fix QPainterPath against Qt 5.15.0Tim Jenssen2020-03-182-0/+2
* | Add some additional shortcuts for actionsEike Ziller2020-03-172-2/+2
|/
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-209-18/+18
* Remove usages of deprecated APIs (part 2)Sona Kurazyan2019-09-032-0/+24
* Compile fix with recent Qt devhjk2019-07-292-16/+9
* Prepare for potential QVariant::QVariant(const char *) deprecationhjk2019-01-241-4/+5
* use initializer listsTim Jenssen2019-01-211-1/+1
* 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-109-24/+24
* ScxmlEditor: Use override consistentlyTobias Hunger2018-05-071-1/+1