summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-02295-2247/+4436
|\
| * Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-08-31150-939/+2300
| |\
| | * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-31150-939/+2300
| | |\
| | | * Revert "tst_qwidget::activation expect fail on Win 10"Joni Jäntti2017-08-301-6/+0
| | | * Fix error attribute(target("+crc")) is unknownPeter Seiderer2017-08-292-0/+5
| | | * examples: fix compile without opengl supportPeter Seiderer2017-08-291-1/+2
| | | * 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
| | | * Revert "tst_qgraphicswidget expect fail on Win 10"Joni Jäntti2017-08-291-7/+0
| | | * QWidgets/CommonStyle: Fix tooltip drawing under HighDPIAlessandro Portale2017-08-291-7/+2
| | | * Fix: WebP missing from QMovie::supportedFormats()Eirik Aavitsland2017-08-291-1/+1
| | | * Fix jumping to anchors with offline styleEike Ziller2017-08-291-0/+10
| | | * 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 unused mkspecs variable QMAKE_LIBS_NISJoerg Bornemann2017-08-2810-10/+0
| | | * Remove QMAKE_LIBS_CORE variableJoerg Bornemann2017-08-288-11/+10
| | | * Remove QMAKE_LIBS_NETWORK from QSqlQuery benchmarkJoerg Bornemann2017-08-281-1/+0
| | | * 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
| | | * Fix resolution of relative symlinks from relative path on unixOrgad Shaneh2017-08-272-7/+12
| | | * Update bundled libpng to version 1.6.32André Klitzing2017-08-2625-245/+1212
| | | * QFileInfo: Fix typo in docOrgad Shaneh2017-08-261-1/+1
| | | * qmake: fix hypothetical raw data leak in $$replace()Oswald Buddenhagen2017-08-261-1/+5
| | | * qmake: fix hypothetical raw data leaks relating to qt i/o classesOswald Buddenhagen2017-08-261-5/+9
| | | * qmake: remove pointless use of raw data in $$[QMAKEFEATURES] accessOswald Buddenhagen2017-08-262-2/+1
| | | * qmake: remove seemingly pointless QString::detach() callsOswald Buddenhagen2017-08-261-2/+2
| | | * qmake: prune obsolete QString::detach() callOswald Buddenhagen2017-08-261-3/+1
| | | * qmake: make more use of ProString built-insOswald Buddenhagen2017-08-263-19/+15
| | | * qmake: fix raw data detach avoidanceOswald Buddenhagen2017-08-263-12/+6
| | | * qmake: fix excessive detaching of raw dataOswald Buddenhagen2017-08-261-3/+3
| | | * qmake: make yet more use of ProString::toQStringRef()Oswald Buddenhagen2017-08-265-15/+22
| | | * Add missing #ifdef for isTouchScreen() implementationAndy Shaw2017-08-251-0/+2
| | | * Append the QMAKE_EXTRA_ARGS to the output instead of overwriting itAndy Shaw2017-08-251-1/+1
| | | * Cocoa: Fix compile when using QT_NO_TABLETEVENTAndy Shaw2017-08-252-0/+6
| | | * QMenuPrivate: Fix implicit type conversion warningsGabriel de Dietrich2017-08-251-6/+6
| | | * Initialize the print engine with the given printer nameAndy Shaw2017-08-2515-22/+25
| | | * iOS: Remove support for OpenGL-backed QBackingStoreTor Arne Vestbø2017-08-243-141/+12