summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-023-12/+9
* Qt Designer: Port away from deprecated QVariant::TypeFriedemann Kleint2020-10-281-155/+155
* Fix compile warnings from deprecated QBitmap conversionVolker Hilsheimer2020-09-251-9/+3
* windeployqt: Add optional qmake parameterOliver Wolff2020-09-162-3/+3
* Use OpenType font weightsJonas Karlsson2020-09-031-5/+1
* Adapt to latest changes in qtbaseJarek Kobus2020-09-032-3/+3
* Fix unqualified calls to sin/cosGiuseppe D'Angelo2020-08-141-4/+4
* Property browser: pass QDate and QTime by value, not const referenceEdward Welbourne2020-08-106-56/+53
* Remove winrt specific codeOliver Wolff2020-08-061-3/+0
* Fix build after removal of QStyleOption::init in qtbaseVolker Hilsheimer2020-06-221-1/+1
* Fix some left-over deprecation warnings about QMouseEvent accessorsFriedemann Kleint2020-06-161-1/+1
* Port QtTools from QStringRef to QStringViewKarsten Heimrich2020-06-152-2/+2
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-114-26/+26
* Other tools: Use QList instead of QVectorJarek Kobus2020-06-095-16/+18
* Revert "Qt Designer: Migrate from QList to QVector"Friedemann Kleint2020-06-0814-79/+79
* Fix MSVC runtime detection for WinRT debug binariesPaweł Wegner2020-06-031-1/+1