summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-1540-86/+274
|\
| * QSaveFile: Check for EINTR in fsync()/fdatasync()5.10Thiago Macieira2018-02-111-2/+3
| * Set the ellipseDiameters back to the original size in QGraphicsViewAndy Shaw2018-02-081-2/+4
| * Use the right attribute when checking if shortcuts are shownAndy Shaw2018-02-081-1/+1
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-0714-450/+30
| |\
| * | macOS: Share view update code between layered and non-layered modeTor Arne Vestbø2018-02-051-2/+6
| * | iOS: Simplify logging of QUIView/QIOSWindowTor Arne Vestbø2018-02-053-12/+40
| * | QString: Add whitespace handling note to number conversion functionsAndre Hartmann2018-02-051-0/+22
| * | QString: Wrap extra-long comment lineAndre Hartmann2018-02-051-1/+4
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-02-044-13/+42
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-024-13/+42
| | |\ \
| * | | | Fix configure.json for opensslv11 featureTimur Pocheptsov2018-02-031-5/+6
| |/ / /
| * | | Merge remote-tracking branch 'origin/5.10.1' into 5.10Liang Qi2018-02-017-31/+72
| |\ \ \
| | * | | Revert "QVariant: convert QDateTime and QTime to string with milliseconds"Thiago Macieira2018-02-011-2/+2
| | * | | Android: Don't rely on QDir::homePath() to get the application directoryChristian Strømme2018-02-011-2/+13
| | * | | Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-012-0/+18
| | * | | macOS: Handle update requests via setNeedsDisplay more carefullyTor Arne Vestbø2018-02-013-27/+39
| * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-298-51/+146
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2613-42/+138
| |\ \ \ \
| * | | | | Fix asserts and crashes in QWinEventNotifier activation loopJoerg Bornemann2018-01-262-9/+15
| * | | | | Doc: fix wrong link to the example snippet in QApplication classAlexey Safronov2018-01-251-1/+1
| * | | | | QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-01-251-2/+2
| * | | | | Update bundled libjpeg-turbo to version 1.5.3André Klitzing2018-01-256-9/+76
| * | | | | Cocoa: Make dialogs non-resizable againMorten Johan Sørvig2018-01-251-2/+3
| * | | | | MSVC: Don't set a DLL base address for 64-bitThiago Macieira2018-01-247-7/+7
| * | | | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-2428-68/+83
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2428-68/+83
| | |\ \ \ \ \
| * | | | | | | QNAM should prepend Host header to the header list instead of appendingKonstantin Tokarev2018-01-245-1/+13
| * | | | | | | Windows QPA: Suppress bogus resize events when using native menusFriedemann Kleint2018-01-243-4/+9
| * | | | | | | Fix a crash when QMovie::speed is set to 0Val Doroshchuk2018-01-241-1/+7
| * | | | | | | Don't set no_clang_integrated_as for the disabled pixman asm on clang/mingwMartin Storsjö2018-01-241-1/+1
| |/ / / / / /
| * | | | | | pcre2: Disable JIT on windows on arm/arm64Martin Storsjö2018-01-231-0/+2
| * | | | | | Fix resize event flood when moving windows with High DPI scalingFriedemann Kleint2018-01-231-1/+2
| * | | | | | Fix -developer-build due to missing Q_DECL_OVERRIDEJeremy LUGAGNE2018-01-221-2/+2
| * | | | | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-2012-28/+55
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-1912-28/+55
| | |\ \ \ \ \ \
* | | | | | | | | Reapply 0d9208cecbbd9ed08e4ffb6540729668e3bd7754 on 5.11v5.11.0-alpha1Liang Qi2018-02-142-7165/+3
* | | | | | | | | QStyleHelper: Remove unused function setWidgetSizePolicy()Gabriel de Dietrich2018-02-142-9/+0
* | | | | | | | | Fix compiling qfloat16_f16c.c with C89 compilerAllan Sandfeld Jensen2018-02-141-2/+4
* | | | | | | | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.11" into refs/staging...Liang Qi2018-02-1493-978/+11054
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-1493-978/+11054
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix GCC 8 warning in qvariantanimationVille Voutilainen2018-02-141-1/+1
| | * | | | | | | | | Fix GCC 8 warning in qurlrecodeVille Voutilainen2018-02-141-2/+2
| | * | | | | | | | | Silence GCC 8 warnings in QStringVille Voutilainen2018-02-141-4/+4
| | * | | | | | | | | Silence a GCC 8 warning in QIODeviceVille Voutilainen2018-02-141-1/+1
| | * | | | | | | | | Fix build failure when QtNetwork module is not buildPasi Petäjäjärvi2018-02-132-2/+2
| | * | | | | | | | | Remove QLibrary code path specific to HP-UX on PA-RISCKonstantin Tokarev2018-02-121-33/+2
| | * | | | | | | | | Android: Don't rely on QDir::homePath() to get the application directoryChristian Strømme2018-02-121-2/+13
| | * | | | | | | | | Make use of our egl convenience code for QNX QPAAdam Treat2018-02-089-295/+159
| | * | | | | | | | | Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-072-0/+18