summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Micro]optimization in QStyleSheetStyle::drawComplexControlAlbert Astals Cid2018-11-121-1/+1
* QFile::copy: include the QTemporaryFile's error message if it failsThiago Macieira2018-11-111-1/+1
* Move qt_memfill32-based implementation of qt_memfill16 to genericThiago Macieira2018-11-113-40/+9
* Optimize qt_memfill16, with tail jumpThiago Macieira2018-11-111-5/+6
* Use qsizetype for qt_memfill functionsThiago Macieira2018-11-118-21/+21
* Merge the qt_memfill{,_template} functionsThiago Macieira2018-11-112-62/+28
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-10124-4647/+5025
|\
| * QtGui: Check event type in QWindowSystemInterface::handleMouseEvent()Friedemann Kleint2018-11-091-0/+3
| * Revert "Revert "qmake: Work around MSVC compiler bug.""Oliver Wolff2018-11-091-0/+14
| * moc: Modernize generated code a bit, use autoKevin Funk2018-11-091-6/+6
| * QSpinBox: don't allow series of thousands-separator chars when editingEirik Aavitsland2018-11-091-4/+8
| * Fix test for multiscreenAllan Sandfeld Jensen2018-11-091-1/+1
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-0973-225/+237
| |\
| | * QSyntaxHighlighter: Delay all highlights until first rehighlightMårten Nordheim2018-11-082-5/+20
| | * Bump versionOswald Buddenhagen2018-11-081-1/+1
| | * Doc: Clarify what samples() returns if not explicitly setAndy Shaw2018-11-071-1/+2
| | * Fix typo in define. s/GL_FRAMEBUFFER_SRB/GL_FRAMEBUFFER_SRGBSergio Martins2018-11-071-1/+1
| | * Modernize the "textcodec" featureLiang Qi2018-11-0759-202/+206
| | * Update the floppy disk icon (save) to be physically correctThiago Macieira2018-11-066-0/+0
| | * Fix memory copy in QGIFFormat::disposePrevious()Andrew Smolko2018-11-061-2/+2
| | * mkspecs: use cross compile tools with LTCGSamuli Piippo2018-11-061-0/+4
| | * windows: Give up on SwitchableCompositionLaszlo Agocs2018-11-052-14/+2
| * | QStyleSheet: use the << form of qWarning to get more infoThiago Macieira2018-11-081-1/+1
| * | QImage: merge the size calculations with proper (non-UB) checksThiago Macieira2018-11-083-70/+93
| * | Correct which codecs QTextStream::autoDetectUnicode detectsThiago Macieira2018-11-081-6/+6
| * | Optimize QTextCodec::codecForUtfText a littleThiago Macieira2018-11-081-14/+14
| * | QTextCodec: update the docs for codecForUtfTextThiago Macieira2018-11-081-5/+26
| * | QUtf8Codec: Use one 32-byte load instead of two 16-byte ones on AVX2Thiago Macieira2018-11-081-1/+6
| * | Fix warning about missing initializer for a struct memberThiago Macieira2018-11-081-1/+1
| * | QCborStreamReader: make sure setDevice() clears the last errorThiago Macieira2018-11-082-2/+4
| * | Add qHash(QCborTag) and qHash(QCborSimpleType)Thiago Macieira2018-11-081-0/+10
| * | QResource: catch signed integer overflow (just in case)Thiago Macieira2018-11-081-1/+4
| * | QObject: Check for declarative signals in isSignalConnectedKari Oikarinen2018-11-081-13/+12
| * | xcb: fix regression with open/close hand cursorsGatis Paeglis2018-11-071-1/+2
| * | QSocks5SocketEngine: Remove too optimistic check for UDP proxy setupAlexander Akulich2018-11-071-17/+0
| * | QWidgetWindow: check if receiver is deleted after event deliveryRichard Moe Gustavsen2018-11-071-1/+1
| * | Avoid crashing with opaque opacity effectAllan Sandfeld Jensen2018-11-071-1/+5
| * | Fix composition example during OpenGL resizesAllan Sandfeld Jensen2018-11-071-2/+5
| * | Make tst_qsslsocket::protocolServerSide() less flakyTimur Pocheptsov2018-11-071-4/+10
| * | Fix QTableView/Widget on macOSTimur Pocheptsov2018-11-071-0/+3
| * | White-list more recent Mesa version for multi-threadingAllan Sandfeld Jensen2018-11-061-35/+25
| * | Merge "Merge remote-tracking branch 'origin/5.12.0' into 5.12" into refs/stag...Liang Qi2018-11-0626-4213/+4496
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-0526-4213/+4496
| | |\ \
| | | * \ Merge "Merge remote-tracking branch 'origin/5.11' into 5.12.0" into refs/stag...v5.12.0-beta4Jani Heikkinen2018-11-0511-25/+39
| | | |\ \
| | | | * | Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-0511-25/+39
| | | | |\|
| | | | | * eglfs_kms: initialize m_deviceListenerSamuli Piippo2018-10-311-0/+1
| | | | | * Don't create an offscreen surface when not on the GUI threadAndy Nichols2018-10-301-12/+21
| | | | | * Fix deleting of QSharedPointer internals in case QPointer loses the raceThiago Macieira2018-10-291-0/+3
| | | | | * xcb: Don't get initial screen rotationBłażej Szczygieł2018-10-292-8/+1
| | | | | * Fix leaking QTabletEventPrivate instanceKirill Burtsev2018-10-251-0/+1