summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate examplesAlexandru Croitor2020-07-09296-354/+1588
* CMake: Fix path to qt-cmake in configure summaryJoerg Bornemann2020-07-091-1/+1
* CMake: Fix qt-cmake-standalone-test when CMAKE_STAGING_PREFIX is setJoerg Bornemann2020-07-091-3/+3
* CMake: Introduce QT_STAGING_PREFIXJoerg Bornemann2020-07-092-10/+4
* Silence some warnings about fallthroughFriedemann Kleint2020-07-092-3/+4
* Android: Don't depend on the OpenGL moduleAndy Shaw2020-07-094-16/+0
* Revert "CMake: Propagate configure args to all repositories"Alexandru Croitor2020-07-082-3/+3
* Register a generic keyboard device on cocoaShawn Rutledge2020-07-081-0/+3
* Move qglxconvenience to QtOpenGLFriedemann Kleint2020-07-0821-95/+82
* QCalendarWidget: code tidies for the internal modelGiuseppe D'Angelo2020-07-081-31/+20
* Item widgets: fix crash in mimeTypes()Giuseppe D'Angelo2020-07-082-2/+7
* Treat -xplatform or -device-option as being a cross compilationTor Arne Vestbø2020-07-081-0/+2
* macOS: Exclude 32-bit builds by checking pointer sizeTor Arne Vestbø2020-07-082-5/+1
* macOS: Don't assume platform has objc_msgSendSuper_stretTor Arne Vestbø2020-07-081-3/+9
* CMake: Fix dependency in qt_add_big_resourcesKai Koehne2020-07-082-2/+2
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-088-242/+227
* Constrain the comparison operators for our container classesLars Knoll2020-07-087-54/+67
* Add type traits to safely determine the existence of comparison operatorsLars Knoll2020-07-084-1/+216
* Get rid of one call into the TLS when evaluating bindingsLars Knoll2020-07-082-3/+7
* CMake: Regenerate benchmarksAlexandru Croitor2020-07-08106-132/+139
* 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