summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove _qpa from cpp filenamesGirish Ramakrishnan2012-07-0340-32/+32
* Fixed warnings in qnetworkreply unit testKurt Korbatits2012-07-031-0/+2
* MIPS DSP composition functions optimizations.Damir Tatalovic2012-07-036-159/+1770
* Silence clang warning in QVector::reallocData()Kent Hansen2012-07-031-1/+1
* Add erase operation to QArrayDataOpsJoão Abecasis2012-07-033-0/+142
* Make QWindowSystemInterface part of QPA APIGirish Ramakrishnan2012-07-0310-16/+39
* fixed compile for mouse button handling on winceBjoern Breitmeyer2012-07-031-0/+4
* remove unused variable from QPlainTextEdit::paintEventJoerg Bornemann2012-07-031-1/+0
* Move DirectFB tests into qpaGirish Ramakrishnan2012-07-033-1/+1
* QtGui: add member-swap to shared classesMarc Mutz2012-07-0316-0/+101
* QSslCertificate::fromPath fix wildcard handlingMartin Petersson2012-07-032-23/+34
* Add null httpReply checks to QHttpThreadDelegateShane Kearns2012-07-031-6/+25
* Optimize QWindowsFontEngineDirectWrite::initFontInfo() a bitKonstantin Ritt2012-07-031-17/+17
* configure: properly quote glesv2 flagsRobin Burchell2012-07-031-4/+19
* QtCore: add member-swap to shared classesMarc Mutz2012-07-0313-0/+67
* DirectWrite font engine: don't leak the font table bufferKonstantin Ritt2012-07-032-26/+22
* qmake: improve the .pc files generatorKonstantin Ritt2012-07-032-3/+6
* 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