summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* move "shared" registry reading code into qmakeOswald Buddenhagen2016-12-237-12/+7
* Merge all "win32-msvc*" mkspecs into oneThiago Macieira2016-12-2327-405/+62
* Remove hard-coded MS compiler versions from the mkspecsThiago Macieira2016-12-2320-44/+22
* determine msvc compat version in clang spec dynamicallyOswald Buddenhagen2016-12-232-2/+21
* determine compiler version at build time, not in configureOswald Buddenhagen2016-12-2314-83/+108
* prune obsolete qml file deploymentOswald Buddenhagen2016-12-231-34/+0
* prune vestiges of DEPLOYMENT_PLUGINOswald Buddenhagen2016-12-236-52/+2
* platform plugins: Remove unused former overridersAlexander Volkov2016-12-223-14/+0
* examples: Use QOverload to select overloaded signals and slotsAlexander Volkov2016-12-2215-52/+28
* configure: properly serialize machine tuple detectionOswald Buddenhagen2016-12-221-0/+1
* configure: reload spec after configuring pathsOswald Buddenhagen2016-12-222-4/+12
* fix sysrootification of install pathsOswald Buddenhagen2016-12-223-16/+16
* Silence maybe_uninitialized warning with gcc -OgAllan Sandfeld Jensen2016-12-213-4/+4
* Remove ToolsVersion from generated VS projects for VS >= 2013Joerg Bornemann2016-12-212-7/+12
* Fix unnecessary regeneration of mocables in VS projectsJoerg Bornemann2016-12-212-4/+22
* Mark QPA symbols as privateLisandro Damián Nicanor Pérez Meyer2016-12-211-2/+5
* macOS: Take DPR into account when creating CGContexts for a QPixmapTor Arne Vestbø2016-12-211-0/+2
* QLockFile: make sure we encode the hostname as UTF-8 in the lock fileDavid Faure2016-12-211-11/+2
* QIPM: Persist model indexes after emitting layoutChange, not beforeStephen Kelly2016-12-212-9/+85
* QSFPM: Remove data manipulation from move handlersStephen Kelly2016-12-212-55/+58
* QSFPM: Fix handling of source model layout changeStephen Kelly2016-12-212-20/+137
* Doc: Updated code sample to match documentation of QCompleterSamuel Gaist2016-12-201-1/+1
* Avoid using QRgba64 for buffersAllan Sandfeld Jensen2016-12-201-33/+33
* fix typos in "ras[p]berry pi"Oswald Buddenhagen2016-12-201-2/+2
* micro-optimize FOO-=$$BAR for empty FOOOswald Buddenhagen2016-12-201-1/+4
* fix conditionals on the spec after assigning QMAKESPECOswald Buddenhagen2016-12-201-0/+1
* make QMAKE_DIR_SEP magic on writingOswald Buddenhagen2016-12-202-2/+4
* Fix capitalization of <PlatformToolset>Joerg Bornemann2016-12-201-1/+1
* Silence implicit-fallthough warningsAllan Sandfeld Jensen2016-12-192-2/+3
* Update model-view documentation about layoutChangedStephen Kelly2016-12-181-3/+16
* Make the bearer QFactoryLoader a member variable, not a staticThiago Macieira2016-12-172-4/+5
* Fix build on Windows: winsock2.h requires WIN32_LEAN_AND_MEANThiago Macieira2016-12-173-0/+8
* Fix race condition in QFactoryLoader: lock the mutex we already haveThiago Macieira2016-12-171-0/+2
* QTestLib: Add timestamp to mouse click eventsPeter Varga2016-12-161-2/+13
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-1680-455/+999
|\
| * Silence platformheaders syncqt warning about qt_egl_p.hv5.8.0-rc1Laszlo Agocs2016-12-162-1/+8
| * fix directfb build without EGLOswald Buddenhagen2016-12-161-1/+2
| * QCocoMenu: Fix patch b2f78b796b5b73d4Gabriel de Dietrich2016-12-161-1/+1
| * Work around old Clang bug parsing of NSDMI referring to membersThiago Macieira2016-12-161-3/+3
| * Re-fix build error with ICC 17 on WindowsThiago Macieira2016-12-152-0/+12
| * Update Ministro's urlBogDan Vatra2016-12-151-1/+1
| * winrt: Check for removed timers after sending eventsOliver Wolff2016-12-151-4/+7
| * qdoc: Define Q_COMPILER_UNICODE_STRINGSTopi Reinio2016-12-152-0/+17
| * qdoc: Ignore macro QT_WARNING_DISABLE_DEPRECATEDTopi Reinio2016-12-151-0/+1
| * Fix qtlibpng being built despite system libpng being foundJames McDonnell2016-12-151-1/+1
| * Doc: Update the highlighted examples listVenugopal Shivashankar2016-12-141-4/+1
| * Android: fix (partially) text deletion when the cursor is movedBogDan Vatra2016-12-134-3/+10
| * Fix gcc 6.4 buildsAllan Sandfeld Jensen2016-12-131-2/+2
| * Re-fix the build with ICC and cmath & math.hThiago Macieira2016-12-101-5/+7
| * Doc: QPointingDeviceUniqueId: Fix documentation warningTopi Reinio2016-12-091-1/+1