summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Qt Designer: Fix clazy/Axivion warnings about QMetaObject::connectSlotsByName()Friedemann Kleint2023-06-1216-138/+193
* Replace Q_OS_OSX with Q_OS_MACOSTor Arne Vestbø2023-06-074-5/+5
* Revert "Qt Designer: Replace a QHash<QObject *,bool> by QSet<QObject *>"Friedemann Kleint2023-06-062-3/+3
* Qt Designer: Fix clazy/Axivion warning about mixing const/iteratorsFriedemann Kleint2023-06-051-2/+2
* Qt Designer: Fix clazy/Axivion warning about base class method invocationFriedemann Kleint2023-06-051-1/+1
* Qt Designer/Property browser: Fix clazy/Axivion warnings about QMap with cons...Friedemann Kleint2023-06-052-98/+99
* Examples: Remove unnecessary Q_INIT_RESOURCE callsKai Köhne2023-06-052-4/+0
* Doc: QDoc manual: Remove incorrect statement for \typealias commandTopi Reinio2023-06-011-7/+0
* Qt Designer/Shared solutions: Fix clazy/Axivion warnings about QMap with poin...Friedemann Kleint2023-05-314-33/+37
* Qt Designer/Shared solutions: Migrate typedef->usingFriedemann Kleint2023-05-313-13/+8
* Qt Designer: Fix clazy/Axivion warnings about QMap with pointer keysFriedemann Kleint2023-05-307-86/+89
* Qt Designer: Migrate typedef->usingFriedemann Kleint2023-05-3023-46/+30
* Qt Designer/Property browser: Fix clazy/Axivion warnings about QMap with poin...Friedemann Kleint2023-05-306-40/+40
* Qt Designer: Use auto for iteratorsFriedemann Kleint2023-05-3063-345/+228
* Qt Designer/Resource editor: Fix dubious use of iteratorsFriedemann Kleint2023-05-301-12/+5
* CMake: Fix qt6_create_translation for same-named .ts filesJoerg Bornemann2023-05-261-7/+16
* Qt Designer: Replace a QHash<QObject *,bool> by QSet<QObject *>Friedemann Kleint2023-05-252-3/+3
* Qt Designer: Fix some clazy/Axivion warnings about QMap with pointer keysFriedemann Kleint2023-05-2514-40/+32
* Qt Designer/Property browser: Fix some repetitive type namesFriedemann Kleint2023-05-248-159/+157
* Qt Designer/Property browser: Fix some nullptr occurrencesFriedemann Kleint2023-05-246-148/+148
* Qt Designer/Property browser: Replace typedef by "using"Friedemann Kleint2023-05-244-11/+13
* Qt Designer/Property browser: Introduce auto for iteratorsFriedemann Kleint2023-05-244-111/+86
* Fix some clazy/Axivion warnings about Rule Of Three/FiveFriedemann Kleint2023-05-248-10/+17
* Qt Designer/Property Browser Fix some clazy/Axivion warnings about mixing ite...Friedemann Kleint2023-05-241-12/+8
* Qt Designer: Rewrite the script to regenerate the ui4.cpp/.h in PythonFriedemann Kleint2023-05-231-120/+91
* Qt Designer: Add QFont::HintingPreference to property editorFriedemann Kleint2023-05-233-10/+125
* Qt Designer: Read and write QFont::HintingPreferenceFriedemann Kleint2023-05-232-0/+11
* Qt Designer: Add QFont::HintingPreference to .ui schemaFriedemann Kleint2023-05-234-1/+28
* Qt Designer: Fix the generate_ui script to work with SPDX licensesFriedemann Kleint2023-05-221-2/+1
* qdoc: Wrap a <div> around the addendum noteVenugopal Shivashankar2023-05-161-1/+4
* Qt Designer: Fix static analysis warning about overloaded signalsFriedemann Kleint2023-05-035-6/+7
* Qt Designer: Fix static analysis warning about wrong event castFriedemann Kleint2023-05-031-1/+1
* Qt Designer: Fix static analysis warning getter being marked as slotFriedemann Kleint2023-05-031-1/+2
* Fix static analysis/clazy warnings about QString::arg()/multiFriedemann Kleint2023-05-035-21/+17
* QHelpCollectionHandler: Fix static analysis warning about const-signalsFriedemann Kleint2023-05-032-3/+4
* lupdate/Python parser: Fix hang on trailing empty comment lineFriedemann Kleint2023-05-031-0/+1
* Doc: Improve CMake macro docsLeena Miettinen2023-04-251-12/+17
* Qt Designer: Replace QLatin1Char by modern literalsFriedemann Kleint2023-04-2146-188/+151
* Don't treat enum classes as a normal classAndy Shaw2023-04-191-1/+12
* CMake: Add note about CMake version requirementsAlexandru Croitor2023-04-181-0/+6
* CMake: Mark qm files as GENERATED in the target scopeAlexandru Croitor2023-04-181-0/+15
* Place the QT_END_NAMESPACE in the right placeAmir Masoud Abdol2023-04-136-12/+12
* Qt Designer: Replace QString::fromUtf8() by modern literalsFriedemann Kleint2023-04-1319-62/+76
* Qt Designer: Replace QLatin1String by modern literalsFriedemann Kleint2023-04-1117-74/+60
* QDoc: Prevent crash in WebXMLGeneratorPaul Wicking2023-04-071-1/+1
* Qt Designer: Replace QStringLiteral by modern literalsFriedemann Kleint2023-04-07108-1117/+1256
* Qt Designer: Fix editing horizontal alignment propertiesFriedemann Kleint2023-04-061-1/+1
* lupdate: Handle C++ string literalsJoerg Bornemann2023-04-011-0/+13
* lupdate: Fix assert when applying number heuristicsJoerg Bornemann2023-04-011-2/+4
* Allow to opt out of source path checksKai Köhne2023-03-313-15/+31