summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Store Qt features in CMake CacheTobias Hunger2019-01-174-6/+0
* CMake: Introduce Qt::GlobalConfig to hold the global featuresTobias Hunger2019-01-171-17/+5
* CMake: Use WrapRt instead of rtMikhail Svetkin2019-01-091-2/+1
* CMake: Build PrintSupport module and testsTobias Hunger2018-12-142-0/+155
* CMake: Use AUTOMOC/AUTOUIC/AUTORCCTobias Hunger2018-12-1411-644/+63
* CMake: SimplifyTobias Hunger2018-12-142-3/+6
* CMake: Merge qt_internal_module_include_dir and qt_internal_module_infoTobias Hunger2018-12-141-3/+3
* CMake: Add support to find LTTng-ustTobias Hunger2018-11-061-1/+3
* CMake: Add FindSlog2Tobias Hunger2018-11-061-1/+3
* CMake: Improve handling of the different kinds of iconvTobias Hunger2018-11-061-4/+10
* CMake: Add FindPPS and use it in src/corelib/configure.cmakeTobias Hunger2018-11-062-2/+4
* CMake: Find librtTobias Hunger2018-11-062-1/+4
* CMake: cocoa disable printsupport featuresMikhail Svetkin2018-11-061-5/+5
* Add Sql build and testsTobias Hunger2018-11-053-0/+61
* Store QT_FEATUREs that are not emittedTobias Hunger2018-11-051-12/+0
* Build and test QtConcurrentTobias Hunger2018-11-012-4/+40
* Build qlalrTobias Hunger2018-11-012-0/+14
* Add linuxaccessibility supportTobias Hunger2018-11-013-2/+31
* Add ATSPI2 library supportTobias Hunger2018-11-011-1/+3
* Build qdbusxml2cpp and qdbuscpp2xmlTobias Hunger2018-11-014-1/+36
* Rerun configurejson2cmake after rebase on top of newer devTobias Hunger2018-11-012-1/+8
* 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