summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-1/+0
* Start porting QTextStream away from QTextCodecLars Knoll2020-05-141-3/+1
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-143-12/+0
* Start work on a new API to replace QTextCodecLars Knoll2020-05-143-0/+3
* pro2cmake: Handle QMAKE_TARGET_XXX variablesJoerg Bornemann2020-05-1214-0/+14
* Fix some build warnings due to bad integer format in printfJean-Michaël Celerier2020-05-121-3/+3
* uic: Adapt to ActiveQt module restructuringFriedemann Kleint2020-05-111-11/+11
* Remove QRegExp from the bootstrap libraryLars Knoll2020-05-063-3/+0
* uic/Python: import all the classes for QtCore and QtGuiCristian Maureira-Fredes2020-05-051-5/+2
* Remove use of std::not1 completelyThiago Macieira2020-05-051-11/+5
* Port two more local QSets to QDuplicateTrackersMarc Mutz2020-05-051-3/+3
* uic: Generate string-based connections for custom slotsFriedemann Kleint2020-05-052-12/+23
* uic: Generate Qt 5 connection syntaxFriedemann Kleint2020-05-047-7/+110
* Provide a way of exposing private QProperties with a fake APISimon Hausmann2020-04-307-36/+223
* Allow for private properties to be implemented using QPropertySimon Hausmann2020-04-302-5/+27
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-0/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-5/+4
|\
| * rcc: Always seed the hash with 0hjk2020-04-171-5/+4
* | rcc: Fix line endings on Windows when redirectedFriedemann Kleint2020-04-201-2/+1
* | Port androidtestrunner to QRegularExpressionLars Knoll2020-04-151-9/+13
* | Port tracedef to QRegularExpressionLars Knoll2020-04-131-20/+22
* | Port androiddeployqt from QRegExp to QRegularExpressionLars Knoll2020-04-131-18/+24
* | Include QRegularExpression in the bootstrap libraryLars Knoll2020-04-133-1/+85
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-082-3/+7
|\|
| * Warn that the EDITABLE flag for property declarations is deprecatedLars Knoll2020-04-021-1/+4
| * Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-2/+3
| |\
| | * Android: Fix deployment on Windows hostEskil Abrahamsen Blomfeldt2020-03-191-2/+2
| | * Merge 5.14 into 5.14.2Kari Oikarinen2020-03-101-6/+13
| | |\
| | * | Android: fix apk generation on Android API 23+BogDan Vatra2020-03-031-0/+1
* | | | Allow declaring QProperty<> based Q_PROPERTYies with a notify signalSimon Hausmann2020-04-081-26/+17
* | | | QtNetwork: Delete bearer managementMårten Nordheim2020-04-051-3/+0
* | | | uic: Generate include statement for QActionGroupFriedemann Kleint2020-03-311-1/+1
* | | | Android: Update minimum version to 23 againEskil Abrahamsen Blomfeldt2020-03-301-1/+1
* | | | Move undo framework out of Qt WidgetsMitch Curtis2020-03-301-3/+3
* | | | Merge QGuiShortcut and QShortcut again in QtGuiVolker Hilsheimer2020-03-291-1/+1
* | | | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-2/+2
* | | | Get rid of QRegExp usage in rccLars Knoll2020-03-251-2/+11
* | | | Add support for exposing public QProperty members in the meta-object systemSimon Hausmann2020-03-183-26/+120
* | | | Remove QRegExpValidatorLars Knoll2020-03-171-1/+1
* | | | Re-generate various CMake projects and configure after mergeSimon Hausmann2020-03-162-4/+2
* | | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-03-163-16/+14
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-163-16/+14
| |\| | |
| | * | | Doc: Remove \contentspage commandsTopi Reinio2020-03-151-6/+0
| | * | | macOS: Merge qcore_mac cpp and mm filesTor Arne Vestbø2020-03-121-4/+1
| | * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-6/+13
| | |\ \ \ | | | | |/ | | | |/|
| | | * | uic: Add pass to empty functionsCristián Maureira-Fredes2020-03-031-6/+13
| | | |/
* | | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-162-6/+6
* | | | cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-162-4/+4
|/ / /
* | | rcc: Teach rcc the --no-zstd optionAlexandru Croitor2020-03-123-7/+23