summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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
| * | | QLineEdit: Clear input context commit string after test functionsKari Oikarinen2018-02-191-0/+1
| * | | Doc: review language and spelling in Editable Tree Model ExampleNico Vertriest2018-02-191-15/+15
| * | | macOS: Remove qDebug silencer in qthread_unix.cppTor Arne Vestbø2018-02-191-13/+0
| * | | macOS: Don't assume m_view is QNSView when calling requestUpdateTor Arne Vestbø2018-02-191-1/+1
| * | | macOS: Remove unused variableTor Arne Vestbø2018-02-191-2/+0
| * | | Doc: complete Border Layout ExampleNico Vertriest2018-02-192-0/+28
| |/ /
| * | 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
* | | Bump versionOswald Buddenhagen2018-02-203-3/+5
* | | QTreeView: Remove unused variableRobert Loehning2018-02-201-1/+0
* | | Clean up our Objective-C usageJake Petroules2018-02-2062-687/+598
* | | Sql: Add a feature for the SQL item modelsUlf Hermann2018-02-2012-3/+39
* | | Move duplex member from QPdfPrintEnginePrivate to QCupsPrintEnginePrivateAlbert Astals Cid2018-02-205-11/+12
* | | Fix QPlatformPrintDevice::supportedPageSizeMatchAlbert Astals Cid2018-02-201-0/+4
* | | ftp backend: Dynamically resolving resource path with URL prefixRyan Chu2018-02-192-6/+60
* | | Use QT_CONFIG(stringlistmodel) rather than QT_NO_STRINGLISTMODELUlf Hermann2018-02-192-3/+3
* | | Use QT_CONFIG(proxymodel) instead of QT_NO_PROXYMODELUlf Hermann2018-02-193-14/+14
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-185-2/+142
|\| |
| * | 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
* | | Add a note to the CLDR-munging scripts about updating the attributionEdward Welbourne2018-02-171-0/+3
* | | Register QPlatformDialogHelper::ButtonLayoutJ-P Nurmi2018-02-171-0/+1
* | | QByteArray: Add functions isUpper() and isLower() for Latin1 byte arraysAndre Hartmann2018-02-173-3/+125
* | | QTestlib: Add formatting for QFlags<>Friedemann Kleint2018-02-167-2/+202
* | | QPagedPainterDevicePrivate: Remove m_pageLayoutAlbert Astals Cid2018-02-166-99/+86
* | | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-02-16257-1491/+5465
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-16257-1491/+5465
| |\| |
| | * | 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
| | | | |\ \ \