summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * iOS: Ensure that the cursor rect doesn't trigger an inverted scrollTor Arne Vestbø2017-12-111-10/+14
| * iOS: Implement QIOSScreen::refreshRate to account for 120Hz displaysTor Arne Vestbø2017-12-112-0/+11
| * QWidgetResizeHandler - undo (potential) move breakThorbjørn Lund Martsum2017-12-081-1/+1
| * Add a "shim" to allow use of Clang 5's __builtin_available everywhereJake Petroules2017-12-087-9/+147
| * Android: Support caps lockMichael Dippold2017-12-081-1/+1
| * iOS: Harden logic for when it's safe to use the graphics hardwareTor Arne Vestbø2017-12-074-11/+62
| * iOS: Ignore view layouts while in the backgroundTor Arne Vestbø2017-12-062-0/+21
| * iOS: Harden application state change logicTor Arne Vestbø2017-12-063-66/+65
| * iOS: Try to detect and deal with delayed touch delivery due to gesturesTor Arne Vestbø2017-12-063-2/+41
| * iOS: Implement QPlatformScreen::name for easier debuggingTor Arne Vestbø2017-12-062-0/+12
| * Android: Reserve space for the QVarLengthArray, so we can use appendAndy Shaw2017-12-051-1/+2
| * xcb_qpa_lib: Fix "undefined reference to `dlsym'" errorDongmei Wang2017-12-051-0/+2
| * QFileSystemModel::index(): Add a list size checkFriedemann Kleint2017-12-051-1/+4
| * QColor: write signed 64-bit integer in a platform-independent wayDongmei Wang2017-12-051-1/+1
| * Cocoa: Disable “Hide” menu item on open popupsMorten Johan Sørvig2017-12-041-2/+6
| * QFusionStyle: fix the checkbox rendering in HiDPI situationYulong Bai2017-12-041-12/+18
| * Use a custom QAnimationDriver to take control over timeJan Arve Sæther2017-12-021-2/+2
| * Fix out of bounds reads in qdnslookup_unixTimur Pocheptsov2017-12-011-5/+22
| * QFutureWatcher: Use nullptr as a default value in constructorAlexander Volkov2017-12-011-1/+1
| * Add EGLFS integration plugin for Qualcomm msm8996au boardKimmo Ollila2017-12-015-0/+370
| * Add configure test for INTEGRITY EGLFS openWFD integration pluginKimmo Ollila2017-12-012-2/+18
| * macOS/iOS: Fix garbled text under some conditionsEskil Abrahamsen Blomfeldt2017-12-012-9/+19
| * configure: make *_LIBS_{DEBUG|RELEASE} always workOswald Buddenhagen2017-11-301-8/+0
| * work around flex bugOswald Buddenhagen2017-11-301-0/+3
| * Fix broken QNAM::networkAccessible()Filipe Azevedo2017-11-301-2/+3
| * iOS: Compute screen available geometry based on safe area insetsTor Arne Vestbø2017-11-303-5/+41
| * qprintengine_win.cpp: Fix -Wclazy-range-loopFriedemann Kleint2017-11-301-1/+1
| * Build integrityhid support only if it is availableTimo Aarnipuro2017-11-301-4/+9
* | tst_QUdpSocket: always use an interface when binding to IPv6Thiago Macieira2017-12-292-1/+35
* | qrandom.h: actually #undef min and max instead of using parenthesesThiago Macieira2017-12-281-4/+11
* | Replace a few hardcoded paths with defaults from paths.hThiago Macieira2017-12-244-14/+34
* | Doc: attempt to fix some qdoc errors for QRandomGeneratorThiago Macieira2017-12-241-5/+7
* | QMacStyle: Minimize size of scrollbar transparency layerGabriel de Dietrich2017-12-211-1/+1
* | QMacStyle: Use light color on expanding scrollbarGabriel de Dietrich2017-12-211-3/+4
* | QMacStyle: Bring back submenu indicatorGabriel de Dietrich2017-12-211-19/+34
* | Fix drawing color fonts with shear and perspective transformsAllan Sandfeld Jensen2017-12-201-2/+20
* | Windows QPA: Check validity of device when handling tablet leaveFriedemann Kleint2017-12-191-0/+2
* | bearermanagment: fix build for --no-feature-bearermanagementLorn Potter2017-12-191-2/+1
* | Fix scan reply dbus signature in connman bearer backendLorn Potter2017-12-191-1/+1
* | Mask potentially undefined alpha in blend_transformed_argbAllan Sandfeld Jensen2017-12-161-2/+3
* | macOS: Make retina OpenGL work on VMwareMorten Johan Sørvig2017-12-153-1/+20
* | Paint text decoration where the text isAllan Sandfeld Jensen2017-12-131-2/+2
* | QtGui/Windows: Fix wait cursors remaining activeFriedemann Kleint2017-12-121-0/+2
* | Windows QPA: Fix handling of override cursorsFriedemann Kleint2017-12-122-2/+6
* | Fix Android Service thread getting stuck in service startupHeikki Haveri2017-12-121-1/+1
* | QStandardPaths: fall back to a default if PATH isn't setThiago Macieira2017-12-121-0/+29
* | Windows QPA: Emulate aboutToHide(), aboutToShow() signals of QPlatformMenuFriedemann Kleint2017-12-111-1/+8
* | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-0849-159/+285
|\ \
| * | Android: use a canonical data dir for Qt environment variablesv5.10.0-rc3v5.10.0J-P Nurmi2017-11-301-1/+2
| * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-2823-107/+107