summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * iOS: Don't assume our UIWindow is a QUIWindowTor Arne Vestbø2018-05-291-1/+2
| | * macOS: Fix QFileSystemWatcher to watch paths with the same prefixMikhail Svetkin2018-05-291-1/+1
* | | Long live DOM API for CBOR!Thiago Macieira2018-06-089-0/+6639
* | | Optimize fetchTransformed and removed specialized versionsAllan Sandfeld Jensen2018-06-071-662/+124
* | | QDialog::done(): improve the docsGiuseppe D'Angelo2018-06-071-3/+6
* | | Docs: remove a repetitionGiuseppe D'Angelo2018-06-071-2/+1
|/ /
* | Revert "qsimd: remove support for systems without 64-bit atomics"Thiago Macieira2018-06-072-7/+17
* | QLineEdit: Emit inputRejected() when part of the input is rejectedAndy Shaw2018-06-062-2/+7
* | Keep native file dialog updated with current optionsJan Grulich2018-06-061-4/+12
* | QCborStreamReader: update to the new TinyCBOR zero-copy string APIThiago Macieira2018-06-066-111/+148
* | QCborStreamReader: use QByteArray directly if possibleThiago Macieira2018-06-061-62/+122
* | De-inline QCoreApplication::send(Spontaneous)EventGiuseppe D'Angelo2018-06-062-8/+19
* | Handle negative leading in layoutAllan Sandfeld Jensen2018-06-062-7/+18
* | Fix PDF rendering of strokes with cosmetic pensAndre de la Rocha2018-06-061-1/+2
* | Add note about calling invokable functions from QML when returning QObjectsSimon Hausmann2018-06-061-0/+5
* | MySQL: Handle TIME types as a string to allow the full range of dataAndy Shaw2018-06-061-1/+3
* | Add support for _q_platform_qnxWindowType QWindow propertyJames McDonnell2018-06-051-3/+12
* | QSslSocket - bail out early if TLS initialization failsTimur Pocheptsov2018-06-051-0/+23
* | macOS: Make sure QNSPanel also gets a debug descriptionTor Arne Vestbø2018-06-051-0/+1
* | macOS: Deliver screen changes synchronouslyTor Arne Vestbø2018-06-051-2/+2
* | testlib: Mark unused member variable for future removalKari Oikarinen2018-06-051-4/+1
* | Improve std::tuple handling in testsSamuel Gaist2018-06-033-0/+51
* | QLineEdit: Add an inputRejected() signal for when a key is not allowedAndy Shaw2018-06-015-0/+21
* | doc: Document Qt namespace in multiple modulesMartin Smith2018-06-014-47/+29
* | Fix warning about tautological comparison in 32-bit modeThiago Macieira2018-06-011-1/+1
* | Fix clang develop buildAllan Sandfeld Jensen2018-05-311-1/+1
* | Provide presets for QGradientTor Arne Vestbø2018-05-319-2/+1244
* | macOS: Make layer-backed mode the defaultTor Arne Vestbø2018-05-311-2/+2
* | macOS: minor refactoring in mouse handlers for nsview/systemtrayiconMikhail Svetkin2018-05-313-23/+33
* | Windows QPA: Fix release button event type after moving windowsFriedemann Kleint2018-05-311-9/+16
* | QCborStreamReader: rewrite read{String,ByteArray}()Thiago Macieira2018-05-301-39/+14
* | Fix missing override warning for androidLiang Qi2018-05-301-1/+1
* | macOS: Minor metal support nits/cleanupsTor Arne Vestbø2018-05-301-3/+2
* | 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
|\|