summaryrefslogtreecommitdiffstats
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* Qt Property Browser Solution: Remove unused QHash from QtGroupBoxPropertyBrow...Friedemann Kleint2025-03-121-19/+1
* Qt Property Browser Solution: Fix easy cases of the QHash contains/value anti...Friedemann Kleint2025-03-127-49/+56
* Qt Property browser solution: Fix a few performance warningsFriedemann Kleint2025-03-072-5/+5
* Qt Property browser solution: Fix methodsFriedemann Kleint2025-03-047-52/+43
* Qt Property browser solution: Add overrideFriedemann Kleint2025-03-047-46/+62
* Qt Property browser solution: Use nullptrFriedemann Kleint2025-03-0415-138/+94
* Qt Property browser solution: Simplify boolean conditionsFriedemann Kleint2025-03-042-7/+2
* Qt Property browser solution: Use isEmpty() to check for empty containersFriedemann Kleint2025-03-045-7/+7
* Qt Property browser solution: Fix some narrowing int conversionsFriedemann Kleint2025-03-045-17/+17
* Qt Property browser solution: Remove unneeded ifFriedemann Kleint2025-03-043-20/+10
* Qt Designer: Use a single parent item in the property browserFriedemann Kleint2025-03-032-11/+20
* Change the shared Qt solutions headers to be proper private headersFriedemann Kleint2024-07-1253-57/+310
* Property browser: Fix Axivion warnings about passing small types by valueFriedemann Kleint2024-07-098-92/+92
* Gradient editor: Fix Axivion warnings about passing small types by valueFriedemann Kleint2024-07-0913-90/+96
* Qt Designer: Fix Axivion warnings about uninitialized fieldsFriedemann Kleint2024-07-0410-93/+72
* Qt Designer/property browser: Set editor background to white in case of trans...Wladimir Leuschner2024-06-141-0/+2
* Remove dead code for WinRTKai Köhne2024-04-095-907/+0
* Qt Designer/Windows: Fix hardly readable widget names in the property editorFriedemann Kleint2024-02-011-1/+15
* Qt Designer: port away from QPairFriedemann Kleint2023-12-153-6/+6
* Qt Designer: Remove remaining (deprecated) QLatin1StringFriedemann Kleint2023-07-2512-167/+188
* Qt Designer: Disambiguate translation of the new font propertiesFriedemann Kleint2023-06-121-13/+16
* Qt Designer: Add QFont::Weight to the property editorFriedemann Kleint2023-06-061-0/+63
* Qt Designer/Property browser: Fix clazy/Axivion warnings about QMap with cons...Friedemann Kleint2023-06-052-98/+99
* 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/Property browser: Fix clazy/Axivion warnings about QMap with poin...Friedemann Kleint2023-05-306-40/+40
* Qt Designer: Use auto for iteratorsFriedemann Kleint2023-05-308-70/+35
* 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
* Qt Designer/Property Browser Fix some clazy/Axivion warnings about mixing ite...Friedemann Kleint2023-05-241-12/+8
* Fix static analysis/clazy warnings about QString::arg()/multiFriedemann Kleint2023-05-032-17/+14
* Qt Designer: Fix editing horizontal alignment propertiesFriedemann Kleint2023-04-061-1/+1
* Do not add QLocale::system() manually to the list of matching localesMate Barany2023-02-141-2/+0
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-091-1/+1
* QtTools: Replace string connection leftovers with typed connectionsJarek Kobus2023-01-303-7/+8
* QtToolBarDialog: Remove private slots - part 5Jarek Kobus2023-01-302-51/+35
* QtEditorFactory: Remove private slots - part 4Jarek Kobus2023-01-302-233/+186
* QtVariantProperty: Remove private slots - part 3Jarek Kobus2023-01-302-207/+245
* QtPropertyManager: Remove private slots - part 2Jarek Kobus2023-01-302-103/+72
* QtPropertyBrowser: Remove private slots - part 1Jarek Kobus2023-01-308-90/+55
* Qt Designer: Remove Q_DECLARE_METATYPE(QtIconMap)Friedemann Kleint2023-01-302-4/+2
* Qt Designer: Remove some old-style connectsFriedemann Kleint2023-01-262-16/+18
* Qt Designer: Disambiguate static variables and functionsFriedemann Kleint2023-01-251-5/+5
* Qt Designer/Property Browser: Remove duplicate instance of QtCursorDatabaseFriedemann Kleint2023-01-254-28/+29
* Nomenclature change: country -> territoryEdward Welbourne2022-11-151-22/+21
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-0610-25/+25
* Port from container::count() and length() to size()Marc Mutz2022-10-067-29/+29
* Qt Designer: Fix a crash when reading a device profileFriedemann Kleint2022-06-031-1/+1