summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Update obsolete URLs to external documentationTopi Reinio2015-10-0212-19/+19
* Doc: Use correct image in Qt::BusyCursor documentationTopi Reinio2015-10-021-1/+1
* qdoc: Fix a regression with QML node attributes written to index filesTopi Reinio2015-10-021-19/+19
* Doc: Fix URL in QSystemTrayIcon documentationTopi Reinio2015-10-021-1/+1
* qdoc: Resolve namespaces declared in index treesTopi Reinio2015-10-021-1/+5
* tst_qdesktopservices: Use regular expression to suppress error message.Friedemann Kleint2015-10-021-1/+4
* tst_QSharedPointer: Add jom.exe to the list of make tools to be searched.Friedemann Kleint2015-10-021-0/+1
* Fix build without PCH after commit 3ae2387f375798a983b6d052723f10fc88b63da0Simon Hausmann2015-10-021-0/+4
* Revamp signal handling in eglfs/linuxfbLaszlo Agocs2015-10-023-70/+62
* Xcode: Set DYLD_IMAGE_SUFFIX=_debug when launching Debug configurationTor Arne Vestbø2015-10-011-0/+7
* Fix missing "We mean it" in qtbase private headersThiago Macieira2015-10-0110-0/+110
* Revert "Add support for same-file intrinsics with Clang 3.7"Thiago Macieira2015-10-011-3/+2
* Make -dbus-linked the default on all platformsThiago Macieira2015-10-012-14/+29
* QLocale: remove (harmless) dead codeThiago Macieira2015-10-011-6/+6
* remove QMAKE_<lib>_SUFFIX supportOswald Buddenhagen2015-10-013-8/+1
* remove support for CONFIG+=compile_libtoolOswald Buddenhagen2015-10-012-100/+10
* remove questionable libtool "compatibility" code from prl processingOswald Buddenhagen2015-10-011-11/+2
* remove pointless code pathOswald Buddenhagen2015-10-011-11/+3
* remove pointless code from prl processingOswald Buddenhagen2015-10-011-13/+1
* remove QMakeMetaInfo::clear()Oswald Buddenhagen2015-10-012-9/+0
* remove bizarre prl substitution codeOswald Buddenhagen2015-10-011-9/+1
* make /LIBPATH: deduplication code more like in the unix generatorOswald Buddenhagen2015-10-011-18/+13
* remove link_highest_lib_version misfeatureOswald Buddenhagen2015-10-013-24/+4
* remove magic patching up of libraries specified by file nameOswald Buddenhagen2015-10-012-82/+24
* unify handling of library prefixes and extensionsOswald Buddenhagen2015-10-0113-35/+25
* move inclusions of unix.conf (and related files) near the topOswald Buddenhagen2015-10-0150-52/+102
* remove references to $$QMAKE_CYGWIN_EXEOswald Buddenhagen2015-10-012-3/+0
* inline NmakeMakefileGenerator::getPdbTarget()Oswald Buddenhagen2015-10-012-7/+1
* remove support for {rvct,arm,ti}_linkerOswald Buddenhagen2015-10-012-61/+12
* remove unsupported linux-armcc specOswald Buddenhagen2015-10-013-165/+0
* remove overuse of trimmed()Oswald Buddenhagen2015-10-014-10/+9
* de-duplicate calculation of target baseOswald Buddenhagen2015-10-011-6/+7
* don't support arbitrary flags in LIBS on windowsOswald Buddenhagen2015-10-011-8/+5
* don't overquote library pathOswald Buddenhagen2015-10-011-1/+1
* fix configure bootstrap on mingw with spaces in the builddirOswald Buddenhagen2015-10-011-1/+1
* omit trailing /. from relative RPATHs pointing to own directoryOswald Buddenhagen2015-10-011-2/+8
* fix place of "qnx" in $$QMAKE_PLATFORMOswald Buddenhagen2015-10-011-1/+1
* more accurate check for presence of target INSTALLOswald Buddenhagen2015-10-011-1/+2
* "frame" execution of config tests preciselyOswald Buddenhagen2015-10-012-1/+9
* Clean up debug code and unused functions from imagegestures exampleJoni Poikelin2015-10-013-4/+0
* Purge extraneous execute permissions.Edward Welbourne2015-09-304-0/+0
* Fix a #! first line.Edward Welbourne2015-09-301-1/+1
* Moved a comment to where it belongs.Edward Welbourne2015-09-301-9/+8
* Improve tst_qfile.Friedemann Kleint2015-09-301-114/+170
* Improve messages in tst_qdir/tst_fileinfo/tst_qfiledialog2.Friedemann Kleint2015-09-303-56/+111
* Don't include <windows.h> in the MinGW qplatformdefs.hThiago Macieira2015-09-301-1/+0
* Initialize QFutureWatcherBasePrivate::finished and testEdward Welbourne2015-09-302-3/+17
* MSVC2015: Blacklist tests reading from stdin in buffered/text mode.Friedemann Kleint2015-09-302-0/+8
* Clean unused parameter warning from QItemSelectionModel testJoni Poikelin2015-09-301-1/+1
* Add qt_safe_ftok wrapper for ftokLouai Al-Khanji2015-09-303-2/+16