summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix capitalization with newline bugYann Bodson2012-07-032-1/+24
* Forward the CMAKE_PREFIX_PATH to invoked tests.Stephen Kelly2012-07-031-2/+2
* Move the macros for invoking ctest to a shared location.Stephen Kelly2012-07-034-42/+62
* Look for CMake config files in the same prefixes as mkspecs.Stephen Kelly2012-07-031-1/+5
* Simplify logic for paths to CMake modules in tests.Stephen Kelly2012-07-031-5/+1
* Add constexpr template specializations for built in metatypes.Stephen Kelly2012-07-032-5/+46
* Mark qgl autotest as significant for WindowsKalle Juhani Lehtonen2012-07-031-1/+0
* qmake: remove support for X.sources in DEPLOYMENT variablesJoerg Bornemann2012-07-031-3/+2
* shapeTextWithHarfbuzz() minor optimizationKonstantin Ritt2012-07-031-5/+7
* QNX: Enable threaded OpenGL rendering on QNXSean Harmer2012-07-035-29/+68
* android: remove QT_NO_QWS_TRANSFORMED from mkspecsRobin Burchell2012-07-031-1/+1
* android: fix stupid thinko where cflags were set before the common includeRobin Burchell2012-07-033-9/+6
* buildsystem: Remove SXE from the configure and qconfig-*.h filesHolger Hans Peter Freyther2012-07-024-20/+0
* Make the CPU detection much more efficient in user codeThiago Macieira2012-07-025-65/+87
* Fix MinGW-w64 compilationJonathan Liu2012-07-022-4/+4
* Change qglfunctions autotest to insignificant on WindowsKalle Juhani Lehtonen2012-07-021-0/+2
* Implement QVariant conversions for QObject derived pointer metatypes.Stephen Kelly2012-07-012-1/+77
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-018-7/+198
* Don't lower the code generation level options for the compilerThiago Macieira2012-07-011-7/+9
* Make QtNetwork compile with qconfig smallJeremy Katz2012-07-011-0/+15
* Support the showIsFullScreen style hint in widgets.Thomas McGuire2012-06-302-13/+26
* fix bugs surrounding reading super cache when no local cache is presentOswald Buddenhagen2012-06-301-3/+2
* Flag consistently failing tests as expected fail tests.Toby Tomkins2012-06-302-2/+2
* Remove stale qws related mkspecsDonald Carr2012-06-3015-691/+0
* Migrate linux-clang mkspec out of unsupportedDonald Carr2012-06-302-6/+4
* QAbstractProxyModel autotest doesn't need widgetsGiuseppe D'Angelo2012-06-291-1/+1
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-2920-25/+63
* Merge "Merge branch 'buildsystem' (second round)" into refs/staging/masterMark Brand2012-06-2936-943/+584
|\
| * Merge branch 'buildsystem' (second round)Oswald Buddenhagen2012-06-2936-943/+584
| |\
| | * remove abuses of warn_msg()Oswald Buddenhagen2012-06-271-2/+0
| | * remove support for versioning qmake propertiesOswald Buddenhagen2012-06-272-61/+17
| | * use source root also for finding featuresOswald Buddenhagen2012-06-271-0/+2
| | * move cachefile_depth calculation out of project evaluatorOswald Buddenhagen2012-06-273-5/+8
| | * remove possibility to request project recursion from within a pro file againOswald Buddenhagen2012-06-276-25/+11
| | * dispose of Option::host_modeOswald Buddenhagen2012-06-272-21/+4
| | * dispose of Option::shellPathOswald Buddenhagen2012-06-273-4/+1
| | * assume windows shell iff dir separator is backslashOswald Buddenhagen2012-06-273-11/+1
| | * reduce a bit of code dupe while assembling feature search pathOswald Buddenhagen2012-06-271-13/+9
| | * unset QT_MODULE_* after loading the module prisOswald Buddenhagen2012-06-271-0/+5
| | * purge "dumping all variables" debug loopsOswald Buddenhagen2012-06-273-31/+0
| | * repurpose deprecated -E switchOswald Buddenhagen2012-06-274-15/+23
| | * make a bunch of functions constOswald Buddenhagen2012-06-272-7/+9
| | * const correctness for variables()Oswald Buddenhagen2012-06-274-7/+7
| | * don't overuse variables()Oswald Buddenhagen2012-06-276-49/+49
| | * make magicValues() constOswald Buddenhagen2012-06-272-7/+4
| | * const correctness for values() callsOswald Buddenhagen2012-06-2711-99/+103
| | * don't use backwards compat mapping for generator accessesOswald Buddenhagen2012-06-272-16/+7
| | * introduce magicValues() functionOswald Buddenhagen2012-06-272-2/+9
| | * make $$PWD non-magic on readOswald Buddenhagen2012-06-271-4/+3
| | * set $$_DATE_ only on project startupOswald Buddenhagen2012-06-271-3/+1