summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* move license check to qmake-based configure systemOswald Buddenhagen2016-12-0815-569/+213
* Fix qdrawhelper function toRGB64Allan Sandfeld Jensen2016-12-082-2/+18
* Make reported build type match old configureOswald Buddenhagen2016-12-071-3/+10
* 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
* tst_qsqlquery.cpp: Refactor runIntegralTypesMysqlTest()Friedemann Kleint2016-12-051-16/+28
* Fix blending of RGB32 on RGB32 with partial opacityAllan Sandfeld Jensen2016-12-035-26/+45
* 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
* Do not write empty custom build tool on VCConfiguration levelJoerg Bornemann2016-12-022-3/+0
* Remove superfluous VCFilterFile::operator==Joerg Bornemann2016-12-021-5/+0
* Remove unused VCFilterFile::additionalFileJoerg Bornemann2016-12-021-5/+1
* eglfs: make it possible to configure the EGLStream FIFO lengthLaszlo Agocs2016-12-011-3/+20
* Fix tst_QComboBox::getSetCheck()Friedemann Kleint2016-12-011-2/+2
* 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
* Add missing override into Qt modulesAlexander Volkov2016-12-019-44/+44
* QtTest: Add missing overrideAlexander Volkov2016-12-0110-71/+71
* Add a test case for removing a submenu from the menubarDmitry Shachnev2016-12-011-0/+18
* qmake: fix execution of depend_command in directories with funny namesOswald Buddenhagen2016-11-303-3/+14
* Add -Wdouble-promotion to headerscleanJesus Fernandez2016-11-303-22/+36
* Doc: Fix QVariant::TypeJesus Fernandez2016-11-301-1/+1
* Close popups when blocked by modal dialogPaul Olav Tvete2016-11-303-1/+3
* winrt: Add missing overrideAlexander Volkov2016-11-3012-43/+43
* winrt: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-11-3011-80/+80
* tst_QTextStream: Use casts instead of Q_UINT64_C for negative values cast to ...Friedemann Kleint2016-11-301-10/+10
* QCommandLineOption: Remove excess close parenthesis from a warningTopi Reinio2016-11-301-1/+1
* Use poll related features properlyLars Knoll2016-11-302-10/+7
* winrt: Check for removed timers after sending eventsOliver Wolff2016-11-301-4/+7
* QListViewItem: add constexprMarc Mutz2016-11-301-11/+11
* tests/auto/widgets: use QCOMPARE(., nullptr)Marc Mutz2016-11-3030-240/+240
* Fix clipping of fetchTransformedAllan Sandfeld Jensen2016-11-291-24/+36
* QNX: Add missing overrideAlexander Volkov2016-11-2919-97/+97
* QtConcurrent: Add missing overrideAlexander Volkov2016-11-296-106/+106
* Clean up style selection codeLars Knoll2016-11-2927-126/+115
* Properly use QT_CONFIG macro to check for ICULars Knoll2016-11-2911-41/+41
* Clean up config handling of logging backendsLars Knoll2016-11-294-25/+20
* Fix warnings in tests (MinGW/MSCV)Friedemann Kleint2016-11-294-7/+10
* tst_qchar: Silence deprecation warningFriedemann Kleint2016-11-291-0/+5
* Tweak wording of QNetworkProxy doc for SOCKS5Edward Welbourne2016-11-291-1/+3
* Fix bilinear sampling of more than 8x rotated transformsAllan Sandfeld Jensen2016-11-293-4/+13