summaryrefslogtreecommitdiffstats
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warnings after change in qtbaseVolker Hilsheimer2022-05-251-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-1960-2335/+126
* Port from QLocale::Country to QLocale::TerritoryVolker Hilsheimer2022-03-211-70/+73
* Compile without warning after QString::count deprecationVolker Hilsheimer2022-03-212-3/+3
* tools: do not rely on transitive includesFabian Kosmale2022-03-183-0/+3
* Fix set-but-not-read warning in QtGroupBoxPropertyBrowserPrivateShawn Rutledge2022-02-041-12/+1
* Remove unused .qrc filesJoerg Bornemann2022-01-1812-105/+0
* designer: Fix MSVC warning about returning address of local variable or tempo...Kai Köhne2022-01-051-7/+2
* Remove macdeployqt and windeployqtJoerg Bornemann2021-11-266-2251/+0
* windeployqt: Replace qmake querying with qtpathsKai Köhne2021-11-102-3/+3
* Gradient editor: replace string-based connections with typed connectionsJarek Kobus2021-11-0516-421/+373
* winutils: Remove unused methodKai Köhne2021-10-212-19/+0
* Replace 0 with nullptrZhang Hao2021-10-1812-45/+45
* Remove QMake project filesJoerg Bornemann2021-02-1210-91/+0
* Stop using QScopedPointer::takeGiuseppe D'Angelo2020-11-271-6/+6
* Windows utils: Remove runElevatedBackgroundProcess()Friedemann Kleint2020-11-122-40/+0