summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate manual testsAlexandru Croitor2020-07-08140-172/+276
* CMake: Propagate configure args to all repositoriesAlexandru Croitor2020-07-082-3/+3
* MySQL: Remove anything that refers to lower than MySQL 5.6Andy Shaw2020-07-081-33/+1
* moc: Allow out-of-line storage for Q_PRIVATE_QPROPERTYUlf Hermann2020-07-084-14/+59
* Android: check for debug mode before fetching extraappparamsAssam Boudjelthia2020-07-081-6/+6
* Introduce QByteArrayViewSona Kurazyan2020-07-0819-299/+1960
* Add tst_QByteArrayApiSymmetry testSona Kurazyan2020-07-086-334/+859
* Don't set the environment variable QT_RCC_TEST anymore in tst_rccJoerg Bornemann2020-07-081-3/+0
* CMake: Fix -pch configure optionJoerg Bornemann2020-07-081-1/+1
* CMake: Support the -rpath configure argumentJoerg Bornemann2020-07-081-0/+10
* CMake: Support the -c++std configure argumentJoerg Bornemann2020-07-081-0/+4
* CMake: Support the -qtnamespace configure argumentJoerg Bornemann2020-07-081-0/+3
* CMake: Support mkspec-related configure argumentsJoerg Bornemann2020-07-081-0/+16
* CMake: Support -static, -shared and -framework configure argumentsJoerg Bornemann2020-07-081-0/+7
* macOS: Map Qt::KeyboardModifier to a single Carbon modifierTor Arne Vestbø2020-07-081-3/+0
* macOS: Don't rely on Carbon for QCocoaKeyMapper::queryKeyboardModifiers()Tor Arne Vestbø2020-07-081-23/+12
* macOS: Simplify QCocoaKeyMapper::fromCocoaModifiersTor Arne Vestbø2020-07-081-13/+15
* macOS: Use helper method in QCocoaKeyMapper for swapping Ctrl and CmdTor Arne Vestbø2020-07-081-32/+23
* macOS: Move AA_MacDontSwapCtrlAndMeta logic out of QPlatformThemeTor Arne Vestbø2020-07-083-21/+43
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-0810-21/+21
* Move method only used in keypad navigation to a better placeVolker Hilsheimer2020-07-072-27/+14
* Extend QSharedMemory to work with qsizetype for sizesLars Knoll2020-07-077-18/+24
* Rewrite AA_MacDontSwapCtrlAndMeta documentationTor Arne Vestbø2020-07-071-7/+18
* Refactor QTabBarPrivate::Tab and much of its usage in QTabBarVolker Hilsheimer2020-07-072-171/+187
* Improve performance of property binding evaluationLars Knoll2020-07-073-6/+4
* Fix no-EGL buildTor Arne Vestbø2020-07-072-0/+6
* Make QGuiApp::platform(Function|NativeInterface) internalTor Arne Vestbø2020-07-071-0/+2
* QThread::create: remove the pre-C++17 codepathsGiuseppe D'Angelo2020-07-073-105/+3
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-0789-640/+634
* Clarify warning message about PIC/PIEDaniel Kahn Gillmor2020-07-071-1/+1
* Use QList instead of QVector in utilJarek Kobus2020-07-0710-34/+33
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-0710-62/+101
* Fix rendering error in some glyphsPengfei Zhang2020-07-071-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-07187-470/+470
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-074-2/+108
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-0724-191/+130
* macOS: Get rid of QCocoaWindowFunctionsTor Arne Vestbø2020-07-079-155/+2
* macOS: Remove QMenu indirection via QPlatformNativeInterfaceTor Arne Vestbø2020-07-078-58/+54
* CMake: pro2cmake: Remove dead code regarding resource retainingAlexandru Croitor2020-07-071-22/+0
* CMake: pro2cmake: Fix handling of QT_SKIP_QUICKCOMPILERAlexandru Croitor2020-07-071-10/+25
* Fix another printf format warning with qsizetypeVolker Hilsheimer2020-07-071-1/+1
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-0725-86/+80
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-0750-426/+375
* Use QList instead of QVector in other qtbase testsJarek Kobus2020-07-0741-118/+119
* CMake: Write EXTRA_RPATHS to qmodule.pri if QT_EXTRA_RPATHS is setJoerg Bornemann2020-07-071-0/+5
* Clean up data members and initialization in QAbstractSpinBoxVolker Hilsheimer2020-07-072-26/+25
* Remove unused virtual method QWindowPrivate::allowClickThroughVolker Hilsheimer2020-07-073-11/+0
* SPI Accessibility: Remove global variableFriedemann Kleint2020-07-065-9/+33
* Try to workaround bogus compiler warning in gcc 9 for ARMv7Lars Knoll2020-07-063-4/+6
* Rename from() to sliced()Lars Knoll2020-07-067-13/+16