summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QStringList: add contains(QLatin1String) overloadAnton Kudryavtsev2017-03-203-6/+44
* QFactoryLoader: use QStringLiteral more judiciouslyAnton Kudryavtsev2017-03-191-2/+2
* Split fetchTransformedBilinear and fetchTransformedBilinear64Allan Sandfeld Jensen2017-03-191-356/+289
* Basic Vulkan enablersLaszlo Agocs2017-03-1763-19/+9981
* QPixmap: move mask functions into QPlatformPixmapLouai Al-Khanji2017-03-173-69/+81
* QChar: add (char16_t) and (wchar_t) ctorsMarc Mutz2017-03-173-0/+51
* Fix postgres notification subscription on LISTEN failureLorenz Haas2017-03-161-0/+1
* Make Q_ASSERT() usable in constexpr functionsMarc Mutz2017-03-162-9/+10
* Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-1635-334/+413
* Stop using sqlite3_enable_shared_cache: deprecated on macOSThiago Macieira2017-03-161-2/+1
* Add support for recursive filtering in QSFPMFilipe Azevedo2017-03-146-98/+990
* Deprecate QSignalMapperOlivier Goffart2017-03-147-138/+34
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-14187-1366/+2841
|\
| * Doc: Ignore QT_SYSINFO_DEPRECATED_XTopi Reinio2017-03-101-0/+1
| * Reintroduce a directed QMetaType::typeName arrayThiago Macieira2017-03-092-11/+101
| * Build fix for -no-feature-sliderPaul Olav Tvete2017-03-092-0/+6
| * QMacStyle: update QTabBar styleOleg Yadrov2017-03-088-208/+469
| * moc: Add support for C++17 nested namespaces (N4230)Olivier Goffart2017-03-084-2/+107
| * moc: Fix parsing of digit separatorOlivier Goffart2017-03-082-8/+12
| * Add feature.abstractsliderStephan Binner2017-03-089-16/+41
| * Doc: QSizePolicy: Fix documentation warningsTopi Reinio2017-03-081-1/+1
| * Document QT_DEPRECATED_WARNINGSKai Koehne2017-03-081-0/+13
| * Avoid QRgba64 arrays in the generic text-rendering routinesAllan Sandfeld Jensen2017-03-081-8/+8
| * QHstsPolicy: Replace bool with QFlagsTimur Pocheptsov2017-03-083-6/+25
| * Windows QPA: Better recover from removed screens when fullscreenJocelyn Turcotte2017-03-081-4/+10
| * Fix computegles31 examplePaolo Angelelli2017-03-083-48/+82
| * QWidgetWindow::event(): Call base implementation for QEvent::WindowStateChangeFriedemann Kleint2017-03-081-0/+1
| * Add documentation for QMAKE_LINK variableAndy Shaw2017-03-081-0/+9
| * QStyleSheetStyle: introduce class Tampered<QPalette|QFont>Marc Mutz2017-03-082-30/+34
| * Fix MSVC Makefiles when SOURCES is emptyJoerg Bornemann2017-03-071-2/+0
| * Doc: Replace std::bind() with lambdas in Qt ConcurrentSze Howe Koh2017-03-076-72/+17
| * QtXml: add some missing Q_DECLARE_TYPEINFOGiuseppe D'Angelo2017-03-072-0/+8
| * Add feature.pushbuttonStephan Binner2017-03-0616-13/+106
| * Add feature.checkboxStephan Binner2017-03-069-7/+52
| * Add feature.dialogbuttonboxStephan Binner2017-03-0614-11/+75
| * Build fix for -no-feature-formlayoutPaul Olav Tvete2017-03-061-1/+1
| * Remove unused src/tools/moc/mwerks_mac.* filesOlivier Goffart2017-03-062-281/+0
| * QStaticByteArrayMatcher: enforce alignmentThiago Macieira2017-03-061-0/+1
| * Make new QtCore code conform to the coding styleThiago Macieira2017-03-061-1/+2
| * QLineEditPrivate: introduce SideWidgetLocation classMarc Mutz2017-03-062-16/+22
| * Make uic handle -no-feature-shortcutPaul Olav Tvete2017-03-064-3/+13
| * Add feature.label and feature.formlayoutStephan Binner2017-03-0318-24/+125
| * xcb: stringify enums for tablet qt.qpa.input.events qCDebugShawn Rutledge2017-03-031-4/+18
| * Increase timeout of tst_QProcess::softExitInSlots even moreJoerg Bornemann2017-03-031-1/+1
| * Remove library feature condition from the imageformatpluginKimmo Ollila2017-03-031-1/+0
| * Add feature.radiobuttonStephan Binner2017-03-037-5/+36
| * Revert "Add expandingListItems property to QListView"Marc Mutz2017-03-034-70/+4
| * Make "finger touch" not be a tabletAlbert Astals Cid2017-03-031-0/+2
| * Fix build with -no-openglPaul Olav Tvete2017-03-035-8/+17
| * Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-0310-10/+28