summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QRandomGenerator: don't internally rely on QT_HAS_INCLUDEThiago Macieira2017-06-208-10/+111
* QPicture: mark deprecated functions with the QT_DEPRECATED macrosGiuseppe D'Angelo2017-06-202-5/+9
* QWindowsPipeWriter: remove inefficient memberAlex Trotsenko2017-06-202-7/+2
* Fix uninitialized membersJesus Fernandez2017-06-201-1/+1
* Add QDeadlineTimer to the bootstrap libraryThiago Macieira2017-06-201-0/+1
* Add support for input contexts to offscreen platformSami Nurmenniemi2017-06-202-0/+16
* Eliminate in/out arguments from QDateTimeParser::parse()Edward Welbourne2017-06-203-8/+6
* QDateTimeParser: partial break-up of long method to eliminate gotoEdward Welbourne2017-06-202-284/+290
* Eliminate out-parameters from QDateTimeParser::parseSection()Edward Welbourne2017-06-202-107/+91
* QDateTimeParser: consolidate #if-ery around QT_NO_DATESTRINGEdward Welbourne2017-06-202-14/+8
* QDateTimeParser: implement parsing of time-zone specifiersEdward Welbourne2017-06-204-35/+187
* Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-2023-166/+120
* Update CLDR to v31.0.1Edward Welbourne2017-06-203-4574/+4620
* Add QLocale::formattedDataSize and consolidate use casesShawn Rutledge2017-06-206-53/+174
* Fix dereferencing non-existent TLW with hidden QOpenGLWidgetLaszlo Agocs2017-06-201-12/+12
* Remove duplicate qrandom target and source file referenceJoerg Bornemann2017-06-201-4/+0
* Doc: Document the setters QProcess::startDetached supportsJoerg Bornemann2017-06-201-0/+14
* QKeySequence: let Private::decodeString() take QString by valueMarc Mutz2017-06-202-6/+5
* QAbstractItemView: add isPersistentEditorOpen()Marc Mutz2017-06-209-8/+75
* Fix some qdoc warnings for 5.10Friedemann Kleint2017-06-207-38/+33
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-06-20163-3418/+1270
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-19163-3418/+1270
| |\
| | * Android: fix missing wheel eventsJ-P Nurmi2017-06-183-0/+40
| | * Fix tst_QImageReader::imageFormatBeforeReadAllan Sandfeld Jensen2017-06-181-1/+3
| | * Fix reading qle_signedbitfield as intAllan Sandfeld Jensen2017-06-181-1/+1
| | * Blacklist tst_QGuiEventLoop::processEvents in macOS 10.12Tony Sarajärvi2017-06-181-0/+2
| | * Extend blacklisting of tst_QElapsedTimer::elapsed to cover macOS 10.12Tony Sarajärvi2017-06-181-0/+1
| | * Blacklist flaky tst_QTimeLine tests on macOS 10.12Tony Sarajärvi2017-06-181-0/+3
| | * rename qglobalstatic.cpp -> qglobalstatic.qdocOswald Buddenhagen2017-06-172-3/+0
| | * rework detection and use of clock_gettime()/librtOswald Buddenhagen2017-06-175-12/+12
| | * don't auto-create install targets for static libsOswald Buddenhagen2017-06-172-1/+2
| | * don't overwrite pre-existing INSTALL for targetOswald Buddenhagen2017-06-171-1/+4
| | * make sql drivers independently configurableOswald Buddenhagen2017-06-177-18/+45
| | * xcb: Remove XIproto.h include from qxcbxsettings.cppAlexander Volkov2017-06-161-12/+3
| | * Blacklist tst_QWidget::restoreVersion1Geometry for XCBFriedemann Kleint2017-06-142-4/+1
| | * Direct2D: Fix build with MinGW 7.1Friedemann Kleint2017-06-141-1/+2
| | * winrt: doc: Update platform limitations for UWPMaurice Kalinowski2017-06-141-0/+11
| | * Add warning about missing but required CPU featuresThiago Macieira2017-06-131-0/+8
| | * Manual dialog test: fix use custom directory icon option settingDongmei Wang2017-06-131-1/+1
| | * Follow KDE settings for menu and toolbar fontsAllan Sandfeld Jensen2017-06-131-0/+8
| | * Blacklist flaky tst_QMdiArea testTony Sarajärvi2017-06-131-0/+2
| | * Enable stack-protector-strong for QNX 7.0.0James McDonnell2017-06-138-19/+65
| | * Fix tst_QIcon for configurations with builtin_testdataOliver Wolff2017-06-132-2/+2
| | * winrt: Fix tst_QImageReaderOliver Wolff2017-06-131-1/+1
| | * Doc: Do not exclude *_x11.cpp files from the documentation buildTopi Reinio2017-06-131-2/+1
| | * Remove message of integrityfb from config summaryKimmo Ollila2017-06-131-1/+0
| | * uic: Fix possible crash when reading the size hint propertyJarek Kobus2017-06-133-120/+207
| | * ANGLE: Fix crash with ltcg on Visual Studio 2015 Update 3Oliver Wolff2017-06-134-11/+121
| | * QLogging: Fix unused static function warningOrgad Shaneh2017-06-131-1/+1
| | * Use QMap in QProcessEnvironment so variables are sortedThomas Sondergaard2017-06-134-23/+62