summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-06105-1194/+473
|\
| * Convert features.networkdiskcache to QT_[REQUIRE_]CONFIGStephan Binner2017-09-064-15/+11
| * Convert features.socks5 to QT_[REQUIRE_]CONFIGStephan Binner2017-09-063-12/+9
| * Convert features.ftp to QT_[REQUIRE_]CONFIGStephan Binner2017-09-0611-36/+31
| * 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
| * 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
| * Convert features.completer to QT_[REQUIRE_]CONFIGStephan Binner2017-09-0416-63/+69
| * 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-041-4/+9
| * 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
| * Forward the readChannelFinished from the plain socket to the ssl socketAlbert Astals Cid2017-09-013-0/+14
| * Windows QPA: Hardcode a limit for the default point sizeFriedemann Kleint2017-09-011-0/+20
* | 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
* | macOS: Fix support for issuing requestUpdate during expose eventTor Arne Vestbø2017-09-051-0/+12
* | iOS: Fix implicit conversion warning in QIOSEventDispatcherTor Arne Vestbø2017-09-041-1/+1
* | evdevtablet: don't use qpa compatibility functionGatis Paeglis2017-09-041-2/+4
* | eglfs_x11: remove unused event handlersGatis Paeglis2017-09-041-71/+0
* | Merge dev into 5.10Frederik Gladhorn2017-09-02120-805/+2139
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-3199-598/+1670
| |\|
| | * Fix error attribute(target("+crc")) is unknownPeter Seiderer2017-08-292-0/+5
| | * Avoid assert on large clips in qt_alphamapblit_genericAllan Sandfeld Jensen2017-08-291-2/+2
| | * QFbVtHandler: Remove unused sys/signalfd.h includeDongmei Wang2017-08-291-1/+0
| | * Cocoa integration: do not use released sessionTimur Pocheptsov2017-08-291-1/+11
| | * QWidgets/CommonStyle: Fix tooltip drawing under HighDPIAlessandro Portale2017-08-291-7/+2
| | * Fix: WebP missing from QMovie::supportedFormats()Eirik Aavitsland2017-08-291-1/+1
| | * QFileInfo: Clarify documentation on symlinksFriedemann Kleint2017-08-291-7/+11
| | * Doc: Fix exampleRobert Loehning2017-08-281-2/+2
| | * QCocoaMenu: Stop update timerGabriel de Dietrich2017-08-281-0/+1
| | * Remove QMAKE_LIBS_CORE variableJoerg Bornemann2017-08-284-6/+10
| | * Make it possible to override QT_LOGGING_TO_CONSOLE in test casesJoerg Bornemann2017-08-281-1/+7
| | * QCompleter: Add check before setting the widgetGabriel de Dietrich2017-08-281-0/+4
| | * Fix crashes with libproxy+webkitgtk: it's not threadsafeThiago Macieira2017-08-272-25/+120