summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Revert "egl: Reshuffle headers to help less fortunate systems with X11"Liang Qi2016-05-0418-83/+21
| | * xcb: don't compress tablet motion eventsShawn Rutledge2016-05-043-8/+21
| | * Cocoa: Enable skipping Ctrl+LMB to RMB overrideGabriel de Dietrich2016-05-031-1/+5
| | * egl: Reshuffle headers to help less fortunate systems with X11Laszlo Agocs2016-05-0318-21/+83
| | * QLinuxFbScreen: fix uninitialized member warningsEdward Welbourne2016-05-031-17/+13
| | * Added a missing comma to the comment.Jesus Fernandez2016-05-031-1/+1
| | * Fix grammar in QSKIP documentationMitch Curtis2016-05-031-1/+1
| | * fix example installsOswald Buddenhagen2016-05-0313-11/+25
| | * delete unreferenced fileOswald Buddenhagen2016-05-031-264/+0
| | * install the opengl legacy examplesOswald Buddenhagen2016-05-031-0/+3
| | * fix build and installation of queuedcustomtype exampleOswald Buddenhagen2016-05-033-2/+6
| | * normalize structure of plugandpaint exampleOswald Buddenhagen2016-05-0324-103/+104
| | * automate the installation of some more example source filesOswald Buddenhagen2016-05-031-0/+5
| | * QOpenGLCustomShaderStage - fix a memory leakTimur Pocheptsov2016-05-032-0/+4
| | * Change some QNX defaultsJames McDonnell2016-05-031-0/+2
| | * Workaround Windows DLL unload issue with threads runningThiago Macieira2016-05-021-0/+35
| | * tst_QTcpSocket, tst_QUdpSocket: Improve diagnostics.Friedemann Kleint2016-05-024-31/+65
| | * support directories in COPIESOswald Buddenhagen2016-05-021-4/+20
| | * add some missing filename expandos to extra compilersOswald Buddenhagen2016-05-022-2/+10
| | * ensure that QMAKE_FILE_{IN,OUT}_BASE are quotedOswald Buddenhagen2016-05-021-2/+2
| | * remove redundant OTHER_FILES assignmentsOswald Buddenhagen2016-05-024-7/+0
| | * QNativeSocketEngine: fix build in debug mode under WindowsAlex Trotsenko2016-05-021-7/+9
| | * iOS: Report correct physicalSize and physicalDotsPerInch for iPhone6+Tor Arne Vestbø2016-05-022-7/+22
| | * Fix underline position on Liberation MonoAllan Sandfeld Jensen2016-05-021-3/+6
| | * Fix QFile::copy() on WinRT.John Preston2016-05-021-2/+3
| | * QWindowsPipeWriter: Fix developer build with MinGW.Friedemann Kleint2016-05-021-1/+1
| | * xcb: Fix drag and drop to Emacs.Urs Fleisch2016-05-021-2/+2
| | * Fix UB (data race) in Q_GLOBAL_STATICMarc Mutz2016-05-011-1/+1
| | * QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-3011-73/+185
| | * Remove the use of QMutexPool in QHostInfo and QDnsLookupThiago Macieira2016-04-303-32/+16
| | * Remove the use of QMutexPool from QtDBus loading of libdbus-1Thiago Macieira2016-04-301-2/+3
| | * Don't store the pthread_t thread ID twice in QThreadThiago Macieira2016-04-303-22/+18
* | | compile fix for static qt with dynamic openglTim Blechmann2016-05-061-1/+1
* | | Android: Force use of system zlib on Windows hostEskil Abrahamsen Blomfeldt2016-05-061-0/+1
|/ /
* | Add device mkspec for the iMX7 SOCAndy Nichols2016-05-052-0/+57
* | QUrlQuery: use erase and std::remove_if with QListAnton Kudryavtsev2016-05-041-8/+8
* | iOS: Add text selection support from the platform pluginRichard Moe Gustavsen2016-05-044-2/+1065
* | iOS: set StyleHint::StartDragTime to 300Richard Moe Gustavsen2016-05-041-0/+2
* | QScoped(Array)Pointer: canonicalize swappingMarc Mutz2016-05-041-11/+9
* | QtNetwork: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-05-0417-25/+46
* | Support color font rendering for freetype engineJian Liang2016-05-035-128/+289
* | Fix plugin name for eglfs' GBM backendLaszlo Agocs2016-05-031-1/+1
* | Tune fast-exit for signal activation for QML.Erik Verbruggen2016-05-032-11/+20
* | Fix MinGW 5.3.0 build of ANGLEOliver Wolff2016-05-022-4/+9
* | Add Qt::ImInputItemClipRectangle support to widgetsJan Arve Saether2016-05-023-2/+15
* | Add QInputMethod::inputItemClipRectangle()Jan Arve Saether2016-05-022-0/+18
* | Add ImInputItemClipRectangleJan Arve Saether2016-05-022-0/+4
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-0259-229/+662
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-2959-229/+662
| |\|
| | * Fix scroll regression near scroll-view endsAllan Sandfeld Jensen2016-04-292-2/+54