summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use closest QWindow when waiting for a widget to become active/exposedTor Arne Vestbø2016-12-171-2/+2
* QWidget::clearMask(): Skip setMask() logic if there's no maskGabriel de Dietrich2016-12-161-0/+3
* touch manual test and TouchPoint qDebug: show horz/vert ellipse diamShawn Rutledge2016-12-161-3/+6
* Make QProcessEnvironment available on Apple Platforms and VxWorksJake Petroules2016-12-164-14/+63
* Introduce a configure option for QProcessEnvironmentJake Petroules2016-12-166-67/+96
* Add platform font database support to 'minimal' QPA pluginGabriel de Dietrich2016-12-152-9/+30
* Windows Font DB: Add missing libraryGabriel de Dietrich2016-12-151-0/+1
* qglobal.cpp/QSysInfo::windowsVersion(): Silence deprecation warningFriedemann Kleint2016-12-141-0/+3
* Simplify QDateTime::toString(Qt::TextDate)'s text constructionEdward Welbourne2016-12-141-8/+4
* Fix handling of time-zones in QDateTime::toString(Qt::TextDate)Edward Welbourne2016-12-141-1/+10
* Fix QDateTime::toString(Qt::ISODate)'s handling of Qt::TimeZoneEdward Welbourne2016-12-142-2/+17
* Android: Enable Adoption of ANativeWindow handle as a QOffscreenSurfaceAndy Nichols2016-12-147-5/+203
* Aarch64: vectorize findCharErik Verbruggen2016-12-141-1/+14
* Windows Font DB: Add missing libraryGabriel de Dietrich2016-12-131-1/+1
* Add support for filtering in the qevdevtouch pluginGunnar Sletta2016-12-133-37/+412
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-13338-3379/+3781
|\
| * Fix for horizontal scrollbarsLambert Duijst2016-12-131-2/+2
| * Doc: added spec about parameter enableNico Vertriest2016-12-122-4/+4
| * QMap: use std::less for defining an order between pointersGiuseppe D'Angelo2016-12-122-8/+7
| * Fix compilation with -no-pchEskil Abrahamsen Blomfeldt2016-12-121-0/+1
| * Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2016-12-127-28/+180
| * Plugins: use QStringBuilder moreAnton Kudryavtsev2016-12-124-16/+7
| * QDir::cd(): Handle UNC server paths correctlyFriedemann Kleint2016-12-122-37/+39
| * QDir::cleanPath(): Do not cd above root paths (UNC, WinRT)Friedemann Kleint2016-12-121-19/+36
| * QAndroidPlatformOpenGLContext: fix adopting of existing native contextsLaszlo Agocs2016-12-093-4/+9
| * Don't crash on QVLA construction from an empty std::initializer_listThiago Macieira2016-12-091-1/+2
| * Cocoa: Unbreak app activation on macOS SierraMorten Johan Sørvig2016-12-082-10/+18
| * Disable core dumps for selftests that are meant to be crashingTor Arne Vestbø2016-12-081-0/+17
| * UIKit: Improve handling of private system fonts / fallback fontsTor Arne Vestbø2016-12-082-20/+19
| * xcb: Adapt QXcbWindow::startSystemResize() for touch eventsAlexander Volkov2016-12-084-3/+60
| * Fix inconsistent alpha masking in qConvertARGB32PMToARGB64PM_sse2Allan Sandfeld Jensen2016-12-081-0/+4
| * move license check to qmake-based configure systemOswald Buddenhagen2016-12-081-6/+0
| * Fix qdrawhelper function toRGB64Allan Sandfeld Jensen2016-12-081-2/+2
| * eglfs: Add missing overrideAlexander Volkov2016-12-071-1/+1
| * Merge the two features for shared memoryUlf Hermann2016-12-061-6/+3
| * Cleanup convert_ARGB_to_ARGB_PM_inplace_sse2Allan Sandfeld Jensen2016-12-061-22/+37
| * Fix crash when dragging a tab off QDockWidgetGroupWindowSergio Martins2016-12-061-1/+3
| * Fix using 0 as null pointerJesus Fernandez2016-12-063-4/+4
| * QTest::addColumn: Use nullptr instead of 0Kevin Funk2016-12-061-1/+1
| * Fix blending of RGB32 on RGB32 with partial opacityAllan Sandfeld Jensen2016-12-034-26/+25
| * Add ASTC compressionBogDan Vatra2016-12-032-0/+198
| * eglfs: allow forcing an overlay planeLaszlo Agocs2016-12-035-28/+89
| * eglfs: allow forcing an explicit connector index on DRM/KMSLaszlo Agocs2016-12-031-0/+13
| * eglfs: improve EGLStream loggingLaszlo Agocs2016-12-031-1/+3
| * Add EGL_STREAM_FIFO_LENGTH to the helper headerLaszlo Agocs2016-12-031-0/+4
| * dbustray: Handle StatusNotifierWatcher appearing and disappearingDmitry Shachnev2016-12-024-3/+20
| * eglfs: make it possible to configure the EGLStream FIFO lengthLaszlo Agocs2016-12-011-3/+20
| * QVariant: optimize convert() for bool caseAnton Kudryavtsev2016-12-011-2/+2
| * xcb: Remove unused QXcbGlIntegrationFactory::keys()Alexander Volkov2016-12-012-24/+0
| * xcb: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-0123-173/+173