summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Don't use QT_NO_MIMETYPE in mimetypes.priLars Knoll2016-08-192-3/+7
| * iconv-related cleanup in codecs.priLars Knoll2016-08-192-15/+12
| * Use qtConfig throughout in qtbaseLars Knoll2016-08-19192-449/+461
| * Clean up xkbcommon.priLars Knoll2016-08-194-15/+11
| * fix xcb-render nestingOswald Buddenhagen2016-08-192-11/+9
| * Rework privateFeatureLars Knoll2016-08-1915-49/+53
| * Add support for safe feature checking at compile timeLars Knoll2016-08-193-1/+35
| * Improve library version handlingLars Knoll2016-08-199-13/+35
| * make bootstrapped build work entirely without generated headersOswald Buddenhagen2016-08-195-14/+12
| * sync timestamps also for forwarding headers to generated onesOswald Buddenhagen2016-08-191-0/+2
| * fix relative paths in forwarding headers to generated privatesOswald Buddenhagen2016-08-191-1/+2
| * employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-1929-104/+39
| * employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-1923-93/+31
| * Add method to encapsulate dependencies to external librariesLars Knoll2016-08-191-0/+23
| * Don't disable examples on iOS and tvOSJake Petroules2016-08-181-1/+0
| * Don't disable QtWidgets on tvOSJake Petroules2016-08-181-1/+1
| * don't exclude headers which ceased to exist in the first placeOswald Buddenhagen2016-08-181-1/+1
| * automatically exclude generated headers from syncqt checksOswald Buddenhagen2016-08-182-1/+5
| * make it possible to exclude private headers from syncqt include checkOswald Buddenhagen2016-08-181-1/+1
| * Make the ICO image format a configurable featureLars Knoll2016-08-183-2/+8
| * rewrite makespec verification with qmake based systemOswald Buddenhagen2016-08-185-18/+20
| * Use the qmake based configuration system also on WindowsLars Knoll2016-08-189-2813/+257
| * make the windows configure also use config_help.txtOswald Buddenhagen2016-08-185-437/+53
| * Handle windows line endings and tabs in json config filesLars Knoll2016-08-181-0/+2
| * unify configure command line saving with configure.exeOswald Buddenhagen2016-08-182-10/+44
| * replace mechanism to override variables from the mkspecsOswald Buddenhagen2016-08-185-72/+46
| * Add configure.exe-like FOO_LIBS=bar style command line optionsLars Knoll2016-08-183-6/+87
| * Revamp configure system for widget stylesLars Knoll2016-08-184-31/+23
| * Add support for locating headers and libs in qt_configureLars Knoll2016-08-181-3/+28
| * Implement proper dependencies for configuration testsLars Knoll2016-08-182-32/+81
| * rewrite library handling in configureOswald Buddenhagen2016-08-1875-886/+907
| * fix name of stack-protector-strong featureOswald Buddenhagen2016-08-181-1/+1
| * don't implicitly test for kms in egldevice test any moreOswald Buddenhagen2016-08-184-19/+7
| * improve handling of test commands which produce outputOswald Buddenhagen2016-08-183-19/+24
| * remove the [-no]-native-gestures options from configure.exeOswald Buddenhagen2016-08-181-11/+0
| * Remove the [-no]-qmake command line argument in configure.exeLars Knoll2016-08-181-9/+1
| * Remove some dead code from the configuresLars Knoll2016-08-186-194/+0
| * remove spurious QT_CONFIG -= openglOswald Buddenhagen2016-08-181-1/+0
| * Darwin: Fix clang LTO buildsErik Verbruggen2016-08-181-0/+1
| * Android selection handlesOlivier Goffart2016-08-187-25/+464
| * Blacklisting tst_QWidget::saveRestoreGeometry test on Ubuntu 16.04Milla Pohjanheimo2016-08-181-0/+1
| * Remove declaration of QMacNativeWidgetPrivateJędrzej Nowacki2016-08-181-4/+0
| * HTTP/2 - fix invalid read (auto-test)Timur Pocheptsov2016-08-171-1/+1
| * HTTP/2 - do not set END_HEADERS if we have CONTINUATIONsTimur Pocheptsov2016-08-172-1/+2
| * QCocoaFileIconEngine: Add icon size 256Friedemann Kleint2016-08-171-1/+2
| * xcodebuild.mk: forward INSTALL_ROOT from make to xcodebuildJake Petroules2016-08-161-1/+1
| * Don't build the tests which require helpers on UIKit platformsJake Petroules2016-08-162-1/+3
| * Don't build the complexpingpong example on UIKit platformsJake Petroules2016-08-161-2/+3
| * xcodebuild.mk: explicitly specify the Xcode project to buildJake Petroules2016-08-161-1/+1
| * Use QStringRef() more, exploiting its new ::chop()Anton Kudryavtsev2016-08-164-20/+34