summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QDockWidgetGroupWindow now honors custom title barSergio Martins2016-12-153-5/+53
* Touch fix for popups blocked by modal dialogPaul Olav Tvete2016-12-151-1/+1
* doc: Specify which characters are replaced by toPlainText()Eskil Abrahamsen Blomfeldt2016-12-151-0/+5
* manual tests: Fix build with modularized configure.jsonAlexander Volkov2016-12-141-0/+1
* doc: Replace Q_DECL_OVERRIDE by override in snippetsAlexander Volkov2016-12-143-3/+3
* Android: Fix the bearer management plugin when running as a serviceChristian Strømme2016-12-142-13/+12
* Q_CHECK_PTR the result of QDataBuffer's allocationsUlf Hermann2016-12-141-4/+8
* Add Q_[ENUM|FLAG]_NS to global qt-cpp-defines doc confBogDan Vatra2016-12-141-0/+2
* MySQL: Make sure we clean the libraries from mysql_configThiago Macieira2016-12-142-2/+12
* eglfs/deviceintegration: Ensure eglfs_kms_support is added only onceFriedemann Kleint2016-12-141-2/+2
* Silence warning about non-void function without return valueThiago Macieira2016-12-141-0/+1
* move all target spec handling to qmake-based configure systemOswald Buddenhagen2016-12-136-155/+57
* move qdevice.pri creation to qmake-based configure systemOswald Buddenhagen2016-12-1310-329/+176
* qmake: introduce magic bypassNesting() scopeOswald Buddenhagen2016-12-135-1/+140
* move generation of qconfig.cpp (and qt.conf) to qmake-based configureOswald Buddenhagen2016-12-1317-848/+397
* nuke configure -host-optionOswald Buddenhagen2016-12-135-48/+11
* move device spec validation to configureOswald Buddenhagen2016-12-1310-58/+81
* write HOST_QT_TOOLS to qmodule.pri instead of qhost.priOswald Buddenhagen2016-12-133-2/+10
* don't scope QMAKE_MAC_SDK assignment in qdevice.pri any moreOswald Buddenhagen2016-12-131-9/+3
* move definition of configure -continue switch to builtinsOswald Buddenhagen2016-12-132-1/+2
* move configure -redo handling (mostly) to qmake-based systemOswald Buddenhagen2016-12-136-106/+53
* make handling of built-in configure options data-drivenOswald Buddenhagen2016-12-134-30/+41
* move preparation of configure test build dir to qmake-based systemOswald Buddenhagen2016-12-135-31/+1
* make qmake abort when $$prompt() gets EOFOswald Buddenhagen2016-12-134-10/+16
* Make size grip work with high dpi scalingPaul Olav Tvete2016-12-131-1/+1
* Fix for horizontal scrollbarsLambert Duijst2016-12-131-2/+2
* Doc: added spec about parameter enableNico Vertriest2016-12-122-4/+4
* Doc: update Qt Widgets examplesNico Vertriest2016-12-1237-21/+33
* 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-1210-29/+289
* Plugins: use QStringBuilder moreAnton Kudryavtsev2016-12-124-16/+7
* QDir::cd(): Handle UNC server paths correctlyFriedemann Kleint2016-12-123-38/+45
* QDir::cleanPath(): Do not cd above root paths (UNC, WinRT)Friedemann Kleint2016-12-122-23/+48
* 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-082-1/+20
* UIKit: Improve handling of private system fonts / fallback fontsTor Arne Vestbø2016-12-083-21/+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-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