summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Silence some warnings about fallthroughFriedemann Kleint2020-07-091-2/+2
* Android: Don't depend on the OpenGL moduleAndy Shaw2020-07-094-16/+0
* 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
* 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-086-183/+168
* 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-083-1/+119
* Get rid of one call into the TLS when evaluating bindingsLars Knoll2020-07-082-3/+7
* 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-083-14/+21
* Android: check for debug mode before fetching extraappparamsAssam Boudjelthia2020-07-081-6/+6
* Introduce QByteArrayViewSona Kurazyan2020-07-0814-299/+1349
* 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-089-20/+20
* 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-072-99/+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
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-079-56/+95
* Fix rendering error in some glyphsPengfei Zhang2020-07-071-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-07136-340/+340
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-072-2/+2
* 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
* Fix another printf format warning with qsizetypeVolker Hilsheimer2020-07-071-1/+1
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-0725-86/+80
* 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-066-11/+14
* Small fixes to the QList documentationLars Knoll2020-07-062-4/+4
* Add support for first(n), last(n) and sliced() to QListLars Knoll2020-07-062-0/+72
* Port QString to qsizetypeLars Knoll2020-07-066-331/+316