summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Begin port of qtbase to CMakeSimon Hausmann2018-11-0150-52/+6658
* doc: Remove indistinguishable declarationMartin Smith2018-10-232-20/+5
* 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-223-16/+44
* 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
* Qt Style Sheets: fix range of hue in hsl/hsv functionsChristian Ehrlicher2018-10-181-1/+2
* Qt Style Sheets: add support for hsl(a) colorsChristian Ehrlicher2018-10-183-20/+46
* Let QApplication emit paletteChangedFrederik Gladhorn2018-10-171-0/+1
* 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
* 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-1316-309/+428
|\
| * 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
| * 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
| * wasm: rewrite QNetworkReplyWasmImpl to remove EM_ASMLorn Potter2018-10-092-215/+183
| * Add NEON optimized ARGB32 unpremultiply routinesAllan Sandfeld Jensen2018-10-093-27/+158
| * 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
* | Printing: Expose default and supported color modesAlbert Astals Cid2018-10-122-0/+32
* | Add support font-kerning CSS3 propertyAllan Sandfeld Jensen2018-10-123-0/+20
* | Qt namespace: Remove comment about stylesheet propagationPeter Hartmann2018-10-121-1/+1
* | Bump versionOswald Buddenhagen2018-10-112-2/+4
* | QWidgetTextControl: Get rid of dependency on QTextEditPrivateAlexander Volkov2018-10-092-10/+8
* | Fix drawing of QGroupBox's title when check box is higher than textAlexander Volkov2018-10-091-11/+16
* | QSideBar: take the icon size from a styleAlexander Volkov2018-10-092-3/+11
* | Remove spurious Q_FALLTHROUGH()Edward Welbourne2018-10-091-4/+1
* | Revert "qdoc: Add default include dirs to qdoc command line"Martin Smith2018-10-091-1/+1
* | Deprecate QFont::lastResortFamily() and QFont::lastResortFont()Eskil Abrahamsen Blomfeldt2018-10-093-40/+37
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-0923-1552/+4322
|\|
| * Fix UB (invalid pointer comparison) in QList, QVector, QVLAMarc Mutz2018-10-083-3/+6
| * Update 3rdparty valgrind headers to Valgrind 3.13.0Edward Welbourne2018-10-084-1510/+4203
| * Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-082-5/+13
| * Change QCborArray to pad with invalid on inserting past endEdward Welbourne2018-10-084-10/+41
| * Android: Update the targetSdkVersion in the manifest to 28Christian Strømme2018-10-081-1/+1
| * Default to no style extraction on Android P when the target SDK is < 28Christian Strømme2018-10-082-5/+18