summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-199-16/+411
|\
| * psql: Improve performance of record()v5.10.1Andy Shaw2018-02-085-5/+252
| * Add changes file for Qt 5.10.1Antti Kokko2018-02-071-0/+154
| * QCocoaWindow: be more careful when flushing eventsRichard Moe Gustavsen2018-02-071-1/+1
| * QString: fix comparisons to null strings in ucstricmpThiago Macieira2018-02-042-10/+7
* | xcb: Fix developer buildFriedemann Kleint2018-02-191-0/+3
* | Add Wayland in the documentation for QGuiApplication::platformNameJohan Klokkhammer Helsing2018-02-191-0/+2
* | Fix incorrect documentation for -platform, QT_QPA_PLATFORM and friendsJohan Klokkhammer Helsing2018-02-191-5/+5
* | Fix compilation with QT_DISABLE_DEPRECATED_BEFORE=0x060000Marcel Krems2018-02-161-0/+2
* | Handle unset $DISPLAY variable when using the offscreen platformJan Murawski2018-02-161-2/+6
* | Fix configure.json (OpenSSL 1.1 on Windows)Timur Pocheptsov2018-02-161-0/+4
* | mkspecs: Add a win32-clang-g++ mkspec, for clang targeting mingw, like g++Martin Storsjö2018-02-162-0/+130
* | xcb: Fix access to shm for X server running from another userAlexander Volkov2018-02-153-35/+109
* | xcb: Enhance SHM management codeAlexander Volkov2018-02-153-44/+91
* | qmetatype: add '-bigobj' flag to Windows ICC buildsAlexander Shevchenko2018-02-151-1/+1
* | qsettings: add Advapi32 lib to Windows ICC buildsAlexander Shevchenko2018-02-151-1/+1
* | fix missing __builtin_mul_overflow for Windows ICCAlexander Shevchenko2018-02-151-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Liang Qi2018-02-1552-101/+611
|\ \
| * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-1552-101/+611
| |\ \
| | * | 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-084-2/+248
| | * | 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-045-13/+43
| | |\ \ \
| | | * \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-025-13/+43
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | * / | | Fix configure.json for opensslv11 featureTimur Pocheptsov2018-02-031-5/+6
| | |/ / /
| | * | | Merge remote-tracking branch 'origin/5.10.1' into 5.10Liang Qi2018-02-018-39/+74
| | |\ \ \
| | | * | | Revert "QVariant: convert QDateTime and QTime to string with milliseconds"Thiago Macieira2018-02-012-10/+4
| | | * | | 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-2911-58/+162
| | |\ \ \ \
| | * | | | | rasterwindow: End painting on device before ending on backingstoreTor Arne Vestbø2018-01-291-0/+1
| | * | | | | unify windows mkspecs: move angle/vulkan includesAlexander Shevchenko2018-01-272-6/+2
| | | |/ / / | | |/| | |
| | * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2614-42/+141
| | |\ \ \ \
| | * | | | | Fix asserts and crashes in QWinEventNotifier activation loopJoerg Bornemann2018-01-263-9/+75
| | * | | | | 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-252-4/+10
| | * | | | | Update bundled libjpeg-turbo to version 1.5.3André Klitzing2018-01-256-9/+76
| | * | | | | Fix build of applications on iOSJake Petroules2018-01-251-0/+7
| | * | | | | Cocoa: Make dialogs non-resizable againMorten Johan Sørvig2018-01-251-2/+3
| | * | | | | Remove dead code from tst_qwineventnotifier.cppJoerg Bornemann2018-01-251-4/+0
| | * | | | | 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-2465-117/+216
| | |\ \ \ \ \
| | | * \ \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2465-117/+216
| | | |\ \ \ \ \
| | * | | | | | | QNAM should prepend Host header to the header list instead of appendingKonstantin Tokarev2018-01-245-1/+13