summaryrefslogtreecommitdiff
path: root/src/plugins/scxmleditor/common
Commit message (Expand)AuthorAgeFilesLines
* ScxmlEditor: Pass context object to lambda connectionsJarek Kobus2022-12-084-8/+8
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* ScxmlEditor: Fix missing includeChristian Stenger2022-09-011-0/+1
* ScxmlEditor: Convert to using Tr::trAlessandro Portale2022-09-0115-59/+76
* ScxmlEditor: inline .ui filesAlessandro Portale2022-09-0134-1304/+344
* Use SPDX license identifiersLucie GĂ©rard2022-08-2652-1248/+104
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-08-191-6/+8
|\
| * ScxmlEditor: Prevent crashAlessandro Portale2022-08-101-5/+6
* | Scxml Magnifier: Don't install event filter on qAppJarek Kobus2022-08-033-18/+0
* | Core: Avoid #include of fileutils.h in icore.hhjk2022-07-221-9/+11
* | ScxmlEditor: Avoid using sender()Jarek Kobus2022-07-201-28/+42
* | Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-2/+3
* | Utils: More porting.h related changeshjk2022-07-141-2/+0
* | Utils: Collapse most of porting,hhjk2022-07-132-2/+2
|/
* ScXMLEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-251-1/+1
* Remove qmake build filesEike Ziller2022-01-201-72/+0
* Disable showing/hiding magnifier by pressing Alt modifierJarek Kobus2022-01-182-6/+0
* Use more FileUtils based file dialogshjk2021-08-191-18/+16
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+3
* Remove dead code "< QT_VERSION_CHECK(5, 14, 0)"Alessandro Portale2021-03-181-4/+0
* Don't allocate unneeded temporary containersJarek Kobus2020-12-141-7/+6
* Qt6: enterEvent now gets passed a QEnterEventEike Ziller2020-09-292-2/+4
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-213-0/+22
|\
| * SCXML: fix magnifier not hidingDavid Schulz2020-08-203-0/+22
* | Replace QT_USE_FAST_{OPERATOR_PLUS,CONCATENTION} by QT_USE_QSTRINGBUILDERhjk2020-08-071-1/+1
* | Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-2/+2
|/
* SCXMLEditor: Remove unused includesChristian Stenger2020-06-191-1/+0
* Remove uses QOverload<const QString &>::of(&QComboBox::currentIndexChanged)hjk2020-06-192-4/+5
* All: Use Utils::SkipEmptyPartshjk2020-06-171-4/+5
* Port from QRegExpValidator to QRegularExpressionValidatorLars Knoll2020-03-201-4/+4
* Add some additional shortcuts for actionsEike Ziller2020-03-171-1/+1
* 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