summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add proper detection of x86 RDRAND instructionThiago Macieira2017-06-129-8/+83
* QUuid, QHttpMultipart and QHash: use QRandomGeneratorThiago Macieira2017-06-124-140/+20
* QTemporaryFile: fix the generation of names from templatesThiago Macieira2017-06-122-6/+5
* Use QtPrivate::FunctionPointer to get the type of srand's first argThiago Macieira2017-06-121-7/+2
* Move qrand() & qsrand() to qrandom.cppThiago Macieira2017-06-125-137/+151
* Long live QRandomGeneratorThiago Macieira2017-06-128-4/+1673
* Clean up in CLDR scripts for QLocaleEdward Welbourne2017-06-092-85/+57
* Replace three functions with one simpler functionEdward Welbourne2017-06-091-35/+9
* Turn a next-node function into an iterator over nodesEdward Welbourne2017-06-091-32/+21
* Simplify cldr2qlocalexml.integrateWeekData()Edward Welbourne2017-06-091-65/+13
* Reduce code duplication in writing of string data for localesEdward Welbourne2017-06-092-87/+24
* Rework locale serialization and parsing with less repetitionEdward Welbourne2017-06-093-249/+255
* Clean up the output code for the big table of CLDR dataEdward Welbourne2017-06-082-563/+642
* Made the "do not edit generated code" notice clearerEdward Welbourne2017-06-084-6/+10
* Give reasons when skipping filesEdward Welbourne2017-06-081-4/+4
* Use python more competently in CLDR/qLocaleXML scriptsEdward Welbourne2017-06-085-281/+158
* Fix CLDR C++ generation to name "Han with Bopomofo" properlyEdward Welbourne2017-06-082-2/+3
* Document how to use the CLDR-related scriptsEdward Welbourne2017-06-083-20/+46
* Document the ci key in the BLACKLIST file formatEdward Welbourne2017-06-081-4/+10
* Typo-fix: s/looses/loses/gEdward Welbourne2017-06-084-4/+4
* Fix typo in QMutex's free-list's Sizes[3]Edward Welbourne2017-06-081-1/+1
* Start supporting purely offscreen QOpenGLWidgetLaszlo Agocs2017-06-083-12/+95
* xcb,evdevmouse: don't use qpa compatibility functionsGatis Paeglis2017-06-085-17/+30
* json: Add operator[] to QJsonDocument for implicit object and array accessTor Arne Vestbø2017-06-083-0/+76
* json: Add operator[] to QJsonValue for implicit object and array accessTor Arne Vestbø2017-06-083-0/+86
* QKeySequence: remove a clause guarding an impossible conditionMarc Mutz2017-06-081-1/+0
* QSSLSocket::readData return -1 when socket is not connectedAlbert Astals Cid2017-06-082-0/+9
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-06-07171-658/+1391
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-07171-658/+1391
| |\
| | * Remove -permissive- flag from MSVC 2017 buildOliver Wolff2017-06-061-1/+4
| | * Revert "moc: remove _MSC_EXTENSIONS #define"Jani Heikkinen2017-06-052-5/+2
| | * Work around uname(2) on Apple mobile OSes not returning the proper archThiago Macieira2017-06-051-0/+20
| | * Fix build with clang 4.0 and libstdc++ 7.1.1Sérgio Martins2017-06-031-0/+2
| | * define QT_NO_EXCEPTIONS reliably when using ClangR.J.V. Bertin2017-06-032-1/+11
| | * MSVC: Enable standard-conformance mode by defaultThiago Macieira2017-06-032-2/+7
| | * Disable bogus GCC 7 warning about string op overflowThiago Macieira2017-06-031-0/+6
| | * Ssl socket - fix broken certificate verificationTimur Pocheptsov2017-06-021-2/+25
| | * winrt: Get rid of one deferral when handling socket dataOliver Wolff2017-06-022-30/+10
| | * Fix semi-opaque linear gradient on ARGB32Allan Sandfeld Jensen2017-06-011-1/+1
| | * QStringLiteral/QByteArrayLiteral: fix/add documentationGiuseppe D'Angelo2017-06-012-30/+47
| | * Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-0122-231/+51
| | * Doc: Fix a typo in QVariant::toPoint docsLeena Miettinen2017-06-011-1/+1
| | * winrt: Use styleHint as clue for fallbacks for font familiesOliver Wolff2017-06-013-4/+28
| | * Blacklist tst_QTimer::basic_chrono on macOSTony Sarajärvi2017-06-011-0/+2
| | * qEnvironmentVariableIntValue: fix the case of a non-numeric valueThiago Macieira2017-06-012-8/+39
| | * Merge "Merge remote-tracking branch 'origin/5.9.0' into 5.9" into refs/stagin...Liang Qi2017-05-313-4/+55
| | |\
| | | * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-313-4/+55
| | | |\
| | | | * QHeaderView: fix visual/logical index corruption when restoring statev5.9.0-rc2v5.9.0David Faure2017-05-262-3/+55
| | | | * Revert "Enable "combined-angle-lib" for ANGLE builds"v5.9.0-rc1Oliver Wolff2017-05-191-1/+0
| | * | | QAbstractItemModel::supportedDragActions: fix regressionDavid Faure2017-05-314-1/+40