summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wasm: fix unicode toUpper issueswip/webassemblyLorn Potter2018-07-171-0/+6
* wasm: rename platform, refactor files and other thingsLorn Potter2018-07-1664-590/+590
* wasm: fix compiler warningsLorn Potter2018-07-131-3/+10
* wasm: align large bitfield at 64 bitsLorn Potter2018-07-121-1/+3
* Wasm: Install all files in the application shellEskil Abrahamsen Blomfeldt2018-06-291-3/+6
* wasm: work around assert crashLorn Potter2018-06-201-0/+2
* wasm: add touch event supportLorn Potter2018-06-202-1/+75
* wasm: clean up platform pluginLorn Potter2018-06-2021-216/+63
* wasm: clean up corelibLorn Potter2018-06-117-21/+12
* wasm: share more of the qt_getFreetypeData functionLorn Potter2018-06-071-12/+6
* wasm: add mutex to QThreadPrivateLorn Potter2018-06-072-4/+1
* wasm: remove obsolete code to restrict window geometryLorn Potter2018-06-051-4/+0
* wasm: cleanup pro and friends filesLorn Potter2018-06-053-10/+0
* wasm: wip/webassembly <-> 5.11 diff minimizationMorten Johan Sørvig2018-06-0410-24/+9
* wasm: revert no-bitfield changeMorten Johan Sørvig2018-06-044-109/+5
* Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-06-01247-1840/+2528
|\
| * Render QOpenGLWidget/QQuickWidget with AlwaysStackOnTopAllan Sandfeld Jensen2018-05-311-14/+16
| * macOS: Allow moving out of fullscreen state using titlebar buttonTor Arne Vestbø2018-05-301-1/+1
| * Document qRound's rounding semanticsAllan Sandfeld Jensen2018-05-301-0/+8
| * qprocess: don't leak pid pipe if redirection fails in startDetached()Oswald Buddenhagen2018-05-301-0/+2
| * iOS: Handle application state for application extensionsTor Arne Vestbø2018-05-301-6/+21
| * Add function to safely access the shared application on Apple platformsTor Arne Vestbø2018-05-303-11/+41
| * Add function to check whether or not we're part of an extension on Apple OSesTor Arne Vestbø2018-05-302-0/+7
| * Reduce recent performance regressionAllan Sandfeld Jensen2018-05-301-2/+2
| * Use qFuzzyCompare instead of qFuzzyIsNull in QPointF ==Allan Sandfeld Jensen2018-05-301-2/+10
| * QOpenGLTexture: Enable multisample 2D textures on GLES 3.1+Laszlo Agocs2018-05-301-0/+6
| * forkfd: Restore errno on exit from the SIGCHLD handlerThiago Macieira2018-05-301-40/+45
| * Suppress warnings about deprecated QString constructorThiago Macieira2018-05-301-10/+10
| * QAbstractSpinBox: Fix missing frame conditionGabriel de Dietrich2018-05-301-1/+1
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-2995-512/+624
| * macOS: Respect maximum window size when computing zoomed state geometryTor Arne Vestbø2018-05-291-7/+17
| * iOS: Send window-system event also when embedded in native iOS appTor Arne Vestbø2018-05-293-32/+50
| * 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
| * 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
| * 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
| |\