summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Show the display role inside the editor for the relation in a QComboBoxAndy Shaw2018-05-291-1/+22
* QCborStreamReader: remove the documentation on the validation APIThiago Macieira2018-05-291-7/+0
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-297-18/+44
|\
| * QSortFilterProxyModel: don't assert when old model gets destroyedChristian Ehrlicher2018-05-261-1/+4
| * Fix build for Android with android-clangLiang Qi2018-05-251-1/+1
| * Add translation for unsupported_android_version for fr and deSamuel Gaist2018-05-252-0/+2
| * Fix build if openssl is configured with no-des or no-rc2André Klitzing2018-05-243-16/+37
* | QToolTip: replace deprecated QDesktopWidget::screenGeometry()Christian Ehrlicher2018-05-281-1/+1
* | Long live QCborStreamReader!Thiago Macieira2018-05-272-13/+1714
* | Long live QCborStreamWriter!Thiago Macieira2018-05-274-0/+1497
* | Import TinyCBORThiago Macieira2018-05-2720-0/+6858
* | QProcess/Win: Use ConnectNamedPipe asynchronously and check return valueJoerg Bornemann2018-05-261-1/+20
* | Deregister QTextCodec on destructionIgor Mironchik2018-05-262-1/+22
* | winrt: Handle expose event before removing windowOliver Wolff2018-05-251-1/+2
* | Fix typo in commentKai Koehne2018-05-251-1/+1
* | Open native file dialog inside sandbox when opening directoriesJan Grulich2018-05-243-8/+56
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-2430-460/+618
|\|
| * Http/2 - remove unused 'compressedData'Timur Pocheptsov2018-05-241-1/+0
| * Fix potential 16-bit integer overflowAllan Sandfeld Jensen2018-05-231-4/+4
| * QLocale: only use LANGUAGE if it contradicts LC_ALL/LC_MESSAGES/LANGEdward Welbourne2018-05-231-3/+31
| * QWin32PrintEngine: Fix crash in drawPixmap(), drawImage()Friedemann Kleint2018-05-231-8/+2
| * doc: Explicitly mention that QSqlRecord fields are generated by defaultAndy Shaw2018-05-231-6/+6
| * Doc: Document the WA_ContentsMarginsRespectsSafeArea widget attributeVenugopal Shivashankar2018-05-231-1/+8
| * QTemporaryFile: Disable O_TMPFILE on AndroidThiago Macieira2018-05-221-1/+2
| * egl: Add ES3.2 direct function pointersJanne Koskinen2018-05-221-0/+47
| * Fix documentation of Q_NAMESPACEOlivier Goffart2018-05-221-0/+1
| * qt_is_ascii: improve isAscii a little further (QUrl, QLatin1String)Thiago Macieira2018-05-201-5/+12
| * 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