aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor
Commit message (Expand)AuthorAgeFilesLines
* SCXMLEditor: Add conditions for transitionArtem Sokolovskii2024-04-165-9/+85
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-063-10/+10
* Work on lambdas C++20 compatibilitySerg Kryvonos2023-12-132-4/+4
* ScxmlEditor: Remove some unused includeshjk2023-12-121-3/+0
* Clean up some lambdashjk2023-12-124-4/+4
* Utils: Fix function name case StyleHelper::Uifont -> uifontAlessandro Portale2023-12-071-1/+1
* ScxmlEditor: Rename scxmleditorfactory.h and scxmleditordata.cpphjk2023-11-225-5/+3
* ScxmlEditor: Merge editor factory and data fileshjk2023-11-225-118/+77
* ScxmlEditor: Use new setup for ScxmlEditorFactoryhjk2023-11-223-43/+43
* Utils: Align enum StyleHelper::UiElement with upcoming design system #2Alessandro Portale2023-11-171-1/+1
* Use StyleHelper::UiFont()Alessandro Portale2023-11-151-3/+4
* Utils/all: Move mime constants into a central placehjk2023-11-083-7/+8
* Utils, all: Standardize on QtcSettingshjk2023-09-274-12/+23
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-1/+1
* Utils: Use Key more widely in QtcSettingshjk2023-08-302-9/+10
* Editor: remove duplicated path is empty checks when savingDavid Schulz2023-08-281-7/+5
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-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
* | Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-25/+25
* | ScxmlEditor: Compile fixhjk2023-07-211-1/+1
* | ScxmlEditor: Simplify plugin setuphjk2023-07-214-51/+23
* | Reduce usage of app_version headerEike Ziller2023-06-263-9/+3
|/
* Core: add aboutToSave and saved signal to IDocumentDavid Schulz2023-06-152-2/+4
* All: Fix some more Qt 6.7 induced deprecation warningshjk2023-06-082-3/+3
* ScxmlEditor: Fix Qbs buildChristian Stenger2023-05-121-0/+1
* Scxmleditor: Add showing onEntry and on Exit eventsArtem Sokolovskii2023-05-118-15/+228
* Toolbars: various toolbar layout tweaksAlessandro Portale2023-05-051-1/+0
* Layouting: Handle attach types via setterhjk2023-05-037-11/+18
* LayoutBuilder: Reworkhjk2023-05-034-5/+10
* Utils: Make Layouting a top level namespacehjk2023-04-259-9/+9
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-1/+1
* Translations: Merge "OpenWith::Editors" into "QtC::Core"Alessandro Portale2023-02-202-2/+3
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-102-2/+2
* Translations: Use QCoreApplication::translate() instead of tr()Alessandro Portale2023-02-091-1/+1
* Translations: Remove header includes of *tr.h in .h filesAlessandro Portale2023-02-081-2/+2
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-7/+2
* Prefix Tr::tr contexts with ::hjk2023-01-132-2/+2
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-06166-166/+166
* ScxmlEditor: Pass context object to lambda connectionsJarek Kobus2022-12-089-33/+30
* 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