summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Feed external geometry changes to QtJames McDonnell2018-05-022-0/+27
* Add screenContext native propertyJames McDonnell2018-05-021-0/+3
* Flush the initial clear blit with SCREEN_WAIT_IDLEJames McDonnell2018-05-021-1/+1
* macOS: Don't trigger deferred needsDisplay when using timer-based requestUpdateTor Arne Vestbø2018-05-021-1/+1
* qtestlib: restore qWaitForWindowActive() its original semanticsGatis Paeglis2018-05-021-17/+1
* Fix for mouse with modifiers handlingKarim Pinter2018-05-027-37/+23
* Manual touch test: Add handling for multiple touch screensFriedemann Kleint2018-05-021-18/+80
* Docs: Mark vsp2SetLayerAlpha as preliminaryJohan Klokkhammer Helsing2018-05-021-0/+15
* Tests: Fix clang warnings about unused variables and capturesFriedemann Kleint2018-05-022-5/+2
* Examples: Fix Clang warning about hiding QGraphicsItem:::advance()Friedemann Kleint2018-05-023-3/+3
* xcb: round down the scale factor for values < 0.8Mathieu Velten2018-05-021-1/+6
* Fix crash in QMacPanGestureRecognizerJan Arve Saether2018-05-023-2/+45
* Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-0230-157/+168
* tst_QTabWidget: Add unconditional qWait() backKari Oikarinen2018-05-021-1/+3
* QItemSelectionModel: More fixes for is(Column/Row)SelectedDaniel Teske2018-04-302-27/+142
* QitemSelectionModel: Fix a bug in isColumnSelectedDaniel Teske2018-04-301-2/+6
* tst_QLineEdit: Use correct keys to move to Start/End of LineDaniel Teske2018-04-301-7/+17
* Polish the manual touch testFriedemann Kleint2018-04-301-14/+16
* Remove assert from QFormLayout::takeRow()Sergio Martins2018-04-301-2/+0
* Stop rejecting cookies which have a domain that matches a TLDMårten Nordheim2018-04-302-1/+48
* Vulkan Examples: Fix Clang warnings about initialization of VkClearColorValueFriedemann Kleint2018-04-304-4/+4
* tests: Include qglobal.h in EmulationDetectorKari Oikarinen2018-04-301-0/+2
* Fix handling of QDBusMessage in qdbuscpp2xml in bootstrapped modeVolker Krause2018-04-291-0/+7
* Specify that you need an instance of QNetworkAccessManager per threadJussi Witick2018-04-271-1/+3
* Fix for input method commit that ends with newlinePaul Olav Tvete2018-04-271-1/+6
* QMimeDatabase: check 128 bytes rather than 32, for text vs binaryDavid Faure2018-04-271-2/+2
* tst_QFocusEvent: Add qWaitForWindowActive() to checkReason_focusWidget()Kari Oikarinen2018-04-271-0/+1
* Do emit CMake declarations for existing private headersUlf Hermann2018-04-271-5/+5
* tst_QString: remove old HP aCC workaroundThiago Macieira2018-04-271-8/+0
* QWidgetWindow: Immediately forward close events to QWindowUlf Hermann2018-04-272-0/+29
* tst_Gestures: Use QTest::qWaitForWindowExposed()Kari Oikarinen2018-04-271-37/+19
* Remove hack that violates ODRThiago Macieira2018-04-261-11/+6
* Improve padding hole issues in QAbstractPrintDialogPrivateThiago Macieira2018-04-261-3/+4
* qmake: Don't map Xcode SYMROOT to output directoryTor Arne Vestbø2018-04-261-1/+11
* Show high DPI custom cursor on macOSFrederik Christiani2018-04-261-0/+1
* configure: don't emit empty GCC_MACHINE_DUMP to qdevice.priOswald Buddenhagen2018-04-251-2/+2
* qmake: fix look-up of relative files from .depend_command in shadow buildsOswald Buddenhagen2018-04-251-6/+10
* improve documentation, mostly of the QT_TR*_NOOP macrosOswald Buddenhagen2018-04-253-38/+38
* syncqt: prune references to @ignore_for_master_contentsOswald Buddenhagen2018-04-251-5/+0
* Fix build with -no-feature-graphicsviewPaul Olav Tvete2018-04-251-0/+1
* tests/auto/widgets/widgets: Avoid unconditional qWait()sKari Oikarinen2018-04-2522-141/+42
* Doc: Show more examples on how to have multiple logging rulesKai Koehne2018-04-251-11/+16
* Doc: Update doc for Dir View ExampleNico Vertriest2018-04-251-11/+10
* Doc: Update Gradients ExampleNico Vertriest2018-04-251-30/+48
* Windows QPA: Add missing calls to keyboard initializationFriedemann Kleint2018-04-251-1/+2
* Windows QPA: Fix handling of VK_DECIMAL/VK_SEPARATORFriedemann Kleint2018-04-251-2/+2
* Don't crash on <br> following a <table>Allan Sandfeld Jensen2018-04-251-4/+6
* tests/auto/widgets/{effects,styles}: Avoid unconditional qWait()sKari Oikarinen2018-04-252-9/+7
* Skip flaky tst_QWindow::childWindowPositioning on WaylandJohan Klokkhammer Helsing2018-04-251-0/+3
* Cocoa: Don’t starve the event loop on requestUpdate()Morten Johan Sørvig2018-04-241-1/+1