aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor
Commit message (Expand)AuthorAgeFilesLines
* Remove unused includes of QLayoutJarek Kobus2022-11-181-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-0711-66/+66
* ScxmlEditor: Fix missing includeChristian Stenger2022-09-011-0/+1
* ScxmlEditor: Convert to using Tr::trAlessandro Portale2022-09-0135-178/+214
* ScxmlEditor: inline .ui filesAlessandro Portale2022-09-0136-1325/+354
* Use SPDX license identifiersLucie GĂ©rard2022-08-26166-3984/+332
* 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
* | 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-222-9/+13
* | filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-2/+2
* | ScxmlEditor: Avoid using sender()Jarek Kobus2022-07-203-50/+68
* | 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
* | Add plugintr.h files to all pluginshjk2022-06-273-1/+39
* | 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-258-89/+88
* Utils: More forward declarations / drop unused headers [H-K]Jarek Kobus2022-05-251-0/+1
* Remove qmake build filesEike Ziller2022-01-205-216/+0
* InfoBar: Make adding more buttons possibleEike Ziller2022-01-181-1/+1
* Disable showing/hiding magnifier by pressing Alt modifierJarek Kobus2022-01-183-7/+1
* ScxmlEditor: block non Utf8 codecsDavid Schulz2021-10-132-0/+6
* Remove unused includes of QThread from cpp filesJarek Kobus2021-09-131-1/+0
* Use more FileUtils based file dialogshjk2021-08-192-21/+20
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+3
* Core: filepathify IDocumentDavid Schulz2021-05-192-12/+15
* Remove dead code "< QT_VERSION_CHECK(5, 14, 0)"Alessandro Portale2021-03-183-30/+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
* IDocument: Simplify permission changesEike Ziller2021-01-141-12/+7
* Remove unneeded includeJarek Kobus2021-01-131-1/+0
* Don't allocate unneeded temporary containersJarek Kobus2020-12-142-8/+7
* 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
* Qt6: enterEvent now gets passed a QEnterEventEike Ziller2020-09-292-2/+4
* Replace qrand with QRandomGeneratorEike Ziller2020-09-181-2/+3
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-213-0/+22
|\
| * SCXML: fix magnifier not hidingDavid Schulz2020-08-203-0/+22
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-064-4/+5
* | Replace QT_USE_FAST_{OPERATOR_PLUS,CONCATENTION} by QT_USE_QSTRINGBUILDERhjk2020-08-071-1/+1
* | Utils: Drop Utils::SkipEmptyParts againhjk2020-07-214-5/+5
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-064-4/+5
|/
* SCXMLEditor: Remove unused includesChristian Stenger2020-06-192-2/+0