summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Don't crash with null receiver/context in new-style connectsSergio Martins2017-12-191-1/+1
* Fix pps and imf support for QNX buildsKarim Pinter2017-12-196-32/+31
* QGestureManager: fix UB (invalid pointer comparison)Marc Mutz2017-12-181-1/+3
* Widgets: check if parent exists before calling parent->locale()Richard Moe Gustavsen2017-12-181-3/+3
* Prevent infinite relayout when adding scrollbarsAndy Shaw2017-12-182-6/+20
* QTreeView: Make sure QHeaderView is notified on layoutChanged()Christian Ehrlicher2017-12-171-3/+0
* Derive QPpsObjectPrivate from QObjectPrivateKarim Pinter2017-12-151-1/+3
* Disable WiFi bearer plugins on macOS and WindowsMorten Johan Sørvig2017-12-151-5/+0
* Add EGLFS integration plugin for Salvator-X on INTEGRITY MultivisorTimo Aarnipuro2017-12-157-1/+327
* Android: Set correct input hints when queried through getCursorCapsModeJohan Klokkhammer Helsing2017-12-151-3/+3
* Doc: Fix paths to 3rdparty license filesKai Koehne2017-12-151-4/+4
* macOS: Enable using CoreGraphics helper functions from C++ sourcesTor Arne Vestbø2017-12-141-3/+7
* QStyleSheetStyle: Draw menu item also when font is setFriedemann Kleint2017-12-141-1/+1
* QFileSystemModel: Enable experimental code path for per-file watchingFriedemann Kleint2017-12-142-18/+20
* fix namespaced buildOswald Buddenhagen2017-12-143-6/+6
* update sqldriver docsOswald Buddenhagen2017-12-143-199/+131
* Allow empty namespace URIPaul Olav Tvete2017-12-141-1/+0
* Fix assert when emitting a signal from a different threadJesus Fernandez2017-12-141-2/+4
* Share QWidget update and repaint code for QRect and QRegionTor Arne Vestbø2017-12-142-46/+35
* QWidget: Remove dead code for handling painting without a backingstoreTor Arne Vestbø2017-12-141-49/+18
* Copy argv[0] to prevent it pointing to invalid memory laterAndy Shaw2017-12-141-3/+3
* Fix/workaround a quirk in SecureTransportTimur Pocheptsov2017-12-141-5/+10
* xcb: update libXi version requirement in the README fileGatis Paeglis2017-12-132-4/+4
* Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-1315-31/+234
* Fix a bug in the generation of the Unicode joining property dataLars Knoll2017-12-132-12/+12
* ANGLE: Fix resizing of windowsOliver Wolff2017-12-132-10/+67
* Fix typoOliver Wolff2017-12-132-3/+3
* QString: fix documentation of NUL-termination of unicode(), data(), constData()Marc Mutz2017-12-132-13/+20
* QNX: fix slog2 for QNX7Samuli Piippo2017-12-132-2/+2
* Report modifiers correctly in mouse events with evdev and libinputLaszlo Agocs2017-12-126-5/+74
* Set sharedPainter correctly for QGraphicsEffectLaszlo Agocs2017-12-121-2/+2
* Fix QEGLPbuffer::isValid() with surfaceless contextsLaszlo Agocs2017-12-122-4/+10
* qwindowsopengltester.cpp: Fix -Wclazy-strict-iteratorsFriedemann Kleint2017-12-121-1/+1
* Allow the users to disable the text handlesBogDan Vatra2017-12-121-0/+4
* [ChangeLog][QPA][eglfs] Fix crash when using cursors and multiple GL contextsSimon Hausmann2017-12-123-23/+17
* QHeaderView: Use correct font for drag'n'drop indicator pixmapChristian Ehrlicher2017-12-121-0/+9
* QHeaderView: Fix painting vertical headers in rtl modeChristian Ehrlicher2017-12-121-6/+8
* QFileSystemModel: properly align file size columnChristian Ehrlicher2017-12-121-1/+1
* Do not allow drag events when window is blocked by modal windowFriedemann Kleint2017-12-121-1/+1
* 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