summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * ibase: Don't use deprecated QSqlError constructorAndy Shaw2018-05-181-1/+2
| * Merge "Merge remote-tracking branch 'origin/5.11.0' into 5.11" into refs/stag...Qt Forward Merge Bot2018-05-181-0/+2
| |\
| | * Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-181-0/+2
| | |\
| | | * QFileSystemEngine: don't try to use statx(2) if SYS_statx isn't definedv5.11.0-rc2v5.11.0Thiago Macieira2018-05-141-0/+2
| * | | Documentation: Fix URLs to GL(ES) functionsFriedemann Kleint2018-05-181-358/+358
| |/ /
| * | Add support for QSharedPointer<cv qualified>::create()Thiago Macieira2018-05-171-4/+7
| * | sqlite: Allow for duplicated placeholders with just one placeholderAndy Shaw2018-05-161-2/+2
| * | Windows Platform: Redirect wheel event to a window under mouse cursorAlexandra Cherdantseva2018-05-161-3/+17
| * | Windows QPA: Fix wrong initial size when launched on secondary screenFriedemann Kleint2018-05-161-2/+2
| * | Fix build for Android with android-clangLiang Qi2018-05-161-2/+2
| * | Fix build for Android with android-clangLiang Qi2018-05-161-0/+4
| * | ucstrncmp: refactor with 32- and 8-byte loadsThiago Macieira2018-05-151-16/+56
| * | qlalr: fix build in C++17Thiago Macieira2018-05-152-4/+5
| * | QtTest: compile in C++17 mode: no more std::unary_functionThiago Macieira2018-05-151-1/+1
| * | QMacStyle: remove unused qlibrary.h includeJ-P Nurmi2018-05-151-1/+0
| * | Fix filter parsing in flatpak FileChooser portalJan Grulich2018-05-151-1/+1
| * | QFusionStyle: Fix width of editable combo boxFriedemann Kleint2018-05-151-1/+1
| * | Fix build without features.cursorTasuku Suzuki2018-05-152-11/+17
| * | Fix Android loaderThiago Marcos P. Santos2018-05-141-5/+10
| * | Treat the Content-Disposition header as a known headerAndy Shaw2018-05-141-0/+3
| * | QJsonDocument: Avoid overflow of string lengthsJüri Valdmann2018-05-141-23/+20
* | | Apply Qt::ControlModifier to all spin box interactionsNathan Collins2018-05-242-6/+33
* | | Windows: Refactor QFSFileEngine::link()Friedemann Kleint2018-05-231-12/+11
* | | VNC plugin: explicitly cast int to uint16_t before calling htonsShawn Rutledge2018-05-231-3/+3
* | | Cocoa Menus: Add support for menu items in window-less appsGabriel de Dietrich2018-05-234-30/+65
* | | Improve bounding rect of QStaticText with Qt::PlainTextAllan Sandfeld Jensen2018-05-231-4/+5
* | | Optimize unpremultiply using SSE rcpAllan Sandfeld Jensen2018-05-235-31/+239
* | | Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-2385-315/+296
* | | Direct2D QPA: Fix Qt include statementsFriedemann Kleint2018-05-2315-30/+30
* | | Add attribute to indicate a widget was the target of a style sheetAaron Kennedy2018-05-233-1/+29
* | | Windows: Fix MinGW compilation after ec97be5585Martin Storsjö2018-05-221-0/+1
* | | Reapply SSE4 acceleration to ARGB32->ARGB32PM conversionAllan Sandfeld Jensen2018-05-202-2/+22
* | | Windows: Add support for invisible window marginsAndre de la Rocha2018-05-184-21/+60
* | | Windows QPA: Fix left button reported pressed after moving windowsFriedemann Kleint2018-05-163-0/+27
* | | qpixmap_win.cpp: Silence clang-cl warningsFriedemann Kleint2018-05-161-23/+25
* | | QString::toLatin1: make the 32-byte loop to a single 32-btye loadThiago Macieira2018-05-161-0/+20
* | | QString::toLatin1: stop using PCMPESTRMThiago Macieira2018-05-161-53/+32
* | | QString: add a method to do a conversion to Latin1 without checkingThiago Macieira2018-05-152-36/+43
* | | QString: insert a number of 8-character SIMD loopsThiago Macieira2018-05-152-18/+144
* | | QUtf8: add AVX2 code for isValidUtf8Thiago Macieira2018-05-151-0/+22
* | | QUrl: use the SIMD ASCII-checking code from the last commitThiago Macieira2018-05-152-12/+23
* | | QString::normalized: Replace the initial US-ASCII loop with SIMDThiago Macieira2018-05-151-34/+61
* | | macOS: minor refactoring in handler of global monitorMikhail Svetkin2018-05-151-5/+6
* | | Remove old debugging hackBogDan Vatra2018-05-151-231/+0
* | | Add QT_TR*_N_NOOP() macrosMateusz Starzycki2018-05-153-1/+119
* | | qtlite: Fix build with -no-feature-cursor or -no-feature-dockwidgetMikhail Svetkin2018-05-152-6/+13
* | | Add a note to QDialog::exec() to prefer open() insteadGiuseppe D'Angelo2018-05-151-0/+7
* | | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-05-1411-46/+225
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-1411-46/+225
| |\| |
| | * | QByteArray::setNum: use the existing latin1 lowercasing tableThiago Macieira2018-05-131-15/+3