summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Begin port of qtbase to CMakeSimon Hausmann2018-11-01525-61/+15211
* Set qlogging test helper executable name via defineTobias Hunger2018-10-242-2/+3
* doc: Remove indistinguishable declarationMartin Smith2018-10-232-20/+5
* Make sure docker machine is both created and running before testRyan Chu2018-10-231-0/+16
* Use std::unique_ptr for memory management in QMimeDataBasePrivateIvan Komissarov2018-10-222-15/+16
* Avoid races on TZ in environment via tzset() callsEdward Welbourne2018-10-224-49/+51
* Mark deprecated functions with QT_DEPRECATEDChristian Ehrlicher2018-10-213-2/+13
* Itemviews: mark some functions as deprecatedChristian Ehrlicher2018-10-213-12/+36
* Warn when setting a completer on non-editable QComboBoxFrederik Gladhorn2018-10-191-1/+4
* Remove skip from tst_QWidget::updateWhileMinimizedFrederik Gladhorn2018-10-191-3/+0
* Docker-based test servers for network-related Qt autotests on macOSRyan Chu2018-10-184-19/+112
* Use environment variable to configure the interfaces of a Dante serverRyan Chu2018-10-181-0/+19
* Qt Style Sheets: fix range of hue in hsl/hsv functionsChristian Ehrlicher2018-10-182-3/+7
* Qt Style Sheets: add support for hsl(a) colorsChristian Ehrlicher2018-10-185-24/+62
* Let QApplication emit paletteChangedFrederik Gladhorn2018-10-172-1/+7
* tst_QStyleSheetStyle: use QString() instead of ""Frederik Gladhorn2018-10-171-37/+37
* qdbuserror: Use qOffsetStringArray instead of script generated codeMikhail Svetkin2018-10-162-100/+48
* doc: Revert to documenting the actual functionsMartin Smith2018-10-162-18/+42
* QPixmapFilter: some cleanupAnton Kudryavtsev2018-10-161-2/+3
* Remove separation of headers into two listsFrederik Gladhorn2018-10-161-3/+2
* Ssl: move _q_makePkcs12 into shared fileMårten Nordheim2018-10-164-263/+315
* tst_QSslSocket: deduplicate datatags and don't cast to intMårten Nordheim2018-10-161-8/+8
* Bring QTestPrivate::checkBlackLists() backLiang Qi2018-10-153-3/+3
* Qt 6: Change QMainWindow::toolBarArea to take const pointer insteadJoni Poikelin2018-10-156-6/+14
* Fix build with no-cast-from-asciiSimon Hausmann2018-10-142-2/+2
* Fix build without PCHSimon Hausmann2018-10-133-0/+7
* QTreeView: small optimization in verticalOffset()Christian Ehrlicher2018-10-131-5/+3
* QWidget: set brushOrigin in paintBackground() only when really neededChristian Ehrlicher2018-10-132-14/+18
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-1332-455/+594
|\
| * qmake: fix the precedence of QMAKE_LIBDIR_POSTv5.12.0-beta2Oswald Buddenhagen2018-10-123-12/+30
| * qmake: document {,QMAKE_}LIBS_PRIVATEOswald Buddenhagen2018-10-121-0/+23
| * Android: fix compile with NDK r18+BogDan Vatra2018-10-121-1/+5
| * qmake: make sure QMAKE_LIBS{,_PRIVATE} comes after LIBS{,_PRIVATE}Oswald Buddenhagen2018-10-129-25/+42
| * qmake: nuke QMAKE_INTERNAL_PRL_LIBSOswald Buddenhagen2018-10-123-14/+3
| * qmake: remove support for static archive splittingOswald Buddenhagen2018-10-122-74/+14
| * WinRT QPA: Fix crash in QWinRTBackingStore::flush()Andre de la Rocha2018-10-121-1/+4
| * windows: Disable shader disk cache for all Intel GPUsLaszlo Agocs2018-10-121-2/+1
| * qmake: Fix building with lld with mingw makefilesMartin Storsjö2018-10-121-15/+17
| * Report compiler and version in configure overviewAllan Sandfeld Jensen2018-10-121-0/+30
| * Revert "glib dispatcher: ensure all window system events are flushed"Gatis Paeglis2018-10-122-2/+57
| * xcb: remove runtime check for xcb_poll_for_queued_eventGatis Paeglis2018-10-123-56/+7
| * QPixmap: use rvalue moreAnton Kudryavtsev2018-10-101-3/+2
| * Add missing null checks after detachAllan Sandfeld Jensen2018-10-101-2/+14
| * configure: Treat win32-clang-g++ the same as win32-g++Martin Storsjö2018-10-101-1/+1
| * wasm: rewrite QNetworkReplyWasmImpl to remove EM_ASMLorn Potter2018-10-093-215/+184
| * Add NEON optimized ARGB32 unpremultiply routinesAllan Sandfeld Jensen2018-10-093-27/+158
| * Fix builds without DTLSAllan Sandfeld Jensen2018-10-092-7/+3
| * doc: Document version of bundled Freetype in qt_attributionEskil Abrahamsen Blomfeldt2018-10-091-0/+2
| * wasm: fix parse errorLorn Potter2018-10-081-1/+0
* | Remove GPU_BLACKLIST support from QTestEdward Welbourne2018-10-125-78/+9