summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix syncqt after commit 40fe5d43fdc6a95332d19de3e716aab5040dee19v5.10.0-alpha1Simon Hausmann2017-09-081-1/+0
* macOS: Detect use of heap-allocated QMacAutoReleasePoolTor Arne Vestbø2017-09-085-1/+185
* macOS: Remove QMacRootLevelAutoReleasePool member from QCoreApplicationTor Arne Vestbø2017-09-081-4/+0
* tests: fix and un-blacklist tst_qgraphicsview::hoverLeaveGatis Paeglis2017-09-072-31/+19
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-09-06125-1221/+936
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-06125-1221/+936
| |\
| | * Convert features.networkdiskcache to QT_[REQUIRE_]CONFIGStephan Binner2017-09-064-15/+11
| | * Convert features.socks5 to QT_[REQUIRE_]CONFIGStephan Binner2017-09-066-18/+15
| | * Convert features.ftp to QT_[REQUIRE_]CONFIGStephan Binner2017-09-0611-36/+31
| | * Add change file for Qt 5.6.3Jani Heikkinen2017-09-051-0/+288
| | * testlib: Print event coordinates and window size when event is outside of windowMitch Curtis2017-09-051-2/+4
| | * Windows QPA: Do not call EnableNonClientDpiScaling() on Desktop GL WindowsFriedemann Kleint2017-09-051-3/+14
| | * Hello GL2 example: Fix exit crashFriedemann Kleint2017-09-051-0/+2
| | * OpenGL examples: Introduce QCommandLineParserFriedemann Kleint2017-09-056-12/+82
| | * Add qmake feature and configure option to use ccacheTor Arne Vestbø2017-09-053-0/+37
| | * macOS: Don’t color convert the backing storeMorten Johan Sørvig2017-09-051-1/+8
| | * PCRE2: remove pcre2_printint.c from the imported sourcesGiuseppe D'Angelo2017-09-052-833/+0
| | * PCRE2: disable JIT on all UIKit platformsGiuseppe D'Angelo2017-09-051-1/+1
| | * Pass m_drag_icon_window to getNativeMousePos instead of Event QObjectÀlex Fiestas2017-09-041-4/+4
| | * macOS: Reset composition when focus object changes inside windowEskil Abrahamsen Blomfeldt2017-09-043-1/+40
| | * Extend blacklisting of tst_QWidget::maskedUpdate to openSUSE 42.3Tony Sarajärvi2017-09-041-0/+1
| | * Blacklist tst_QItemDelegate::enterKey tests on openSUSE 42.3Tony Sarajärvi2017-09-041-0/+4
| | * Convert features.completer to QT_[REQUIRE_]CONFIGStephan Binner2017-09-0418-68/+74
| | * Convert features.buttongroup to QT_[REQUIRE_]CONFIGStephan Binner2017-09-049-36/+37
| | * Convert features.effects to QT_[REQUIRE_]CONFIGStephan Binner2017-09-047-20/+27
| | * Convert features.resizehandler to QT_[REQUIRE_]CONFIGStephan Binner2017-09-043-8/+6
| | * Convert features.scrollarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-0414-39/+37
| | * Convert features.keysequenceedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-044-15/+12
| | * Fix resolution of relative links on WindowsOrgad Shaneh2017-09-042-7/+18
| | * Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-0426-88/+114
| | * Convert features.stackedwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-09-046-14/+14
| | * PCRE2: remove a source file from the .proGiuseppe D'Angelo2017-09-011-1/+0
| | * QModelIndex: use std::less to compare pointersGiuseppe D'Angelo2017-09-011-1/+1
| | * tst_QMutex: produce less noise with MSVCThiago Macieira2017-09-011-0/+3
| | * Forward the readChannelFinished from the plain socket to the ssl socketAlbert Astals Cid2017-09-014-0/+37
| | * Windows QPA: Hardcode a limit for the default point sizeFriedemann Kleint2017-09-011-0/+20
* | | QMacStyle: Remove theme test in palette polishGabriel de Dietrich2017-09-061-8/+1
* | | QMacStyle: No more background pattern pixmapGabriel de Dietrich2017-09-062-64/+0
* | | QMacStyle: Update HIG link, reference version of IBGabriel de Dietrich2017-09-061-3/+3
* | | QMacStyle: Render only the selected scrollbar subcontrolsGabriel de Dietrich2017-09-061-40/+49
* | | QMacStyle: De-HITheme QSliderGabriel de Dietrich2017-09-061-228/+205
* | | QCocoaKeyMapper: Remove unused member variablesGabriel de Dietrich2017-09-062-13/+0
* | | QMacStyle: No more SInt32Gabriel de Dietrich2017-09-061-7/+7
|/ /
* | Don't call the qAddPreRoutine routines with the mutex lock heldThiago Macieira2017-09-061-9/+14
* | vnc: remove unused qlibinputhandler_p.h includeGatis Paeglis2017-09-051-3/+0
* | libinput: make scrolling consistent with other platformsGatis Paeglis2017-09-051-8/+15
* | libinput: remove unused signalsGatis Paeglis2017-09-052-14/+0
* | evdev*,libinput: use functor-based connectionsGatis Paeglis2017-09-0518-59/+43
* | macOS: Don’t color convert the backing storeMorten Johan Sørvig2017-09-051-1/+9
* | Windows: Make dropped files be opened or attachedAndre de la Rocha2017-09-054-2/+165