summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use $CFG_ARCH even if src/corelib/arch/$CFG_ARCH does not existBradley T. Hughes2012-02-041-23/+0
* MinGW: Fix warnings.Friedemann Kleint2012-02-045-8/+7
* Improve sysroot handling with regards to configure tests.Simon Hausmann2012-02-033-3/+3
* Bring qmetaobjectbuilder in sync with mocKent Hansen2012-02-034-15/+360
* Adapt QtDBus to QVariant property type changeKent Hansen2012-02-032-3/+3
* Bring QtDBus meta-object generator in sync with mocKent Hansen2012-02-031-94/+54
* Fix compilation on MinGW.Friedemann Kleint2012-02-034-19/+15
* Handle the 'real' datatype correctly in the SQLite driverAndy Shaw2012-02-033-1/+32
* Fix a typo TypeDefiniton -> TypeDefinition.Jędrzej Nowacki2012-02-033-49/+49
* Include qatomic_cxx11.h for C++11 compilersBradley T. Hughes2012-02-031-1/+1
* Remove empty src/corelib/arch subdirectoriesBradley T. Hughes2012-02-034-12/+0
* Remove src/corelib/arch/nacl/* and qatomic_nacl.hBradley T. Hughes2012-02-034-258/+0
* Remove src/corelib/arch/ia64/*Bradley T. Hughes2012-02-032-78/+0
* Remove src/corelib/arch/i386/* and src/corelib/arch/x86_64/*Bradley T. Hughes2012-02-036-303/+2
* Remove src/corelib/arch/avr32/* and qatomic_avr32.hBradley T. Hughes2012-02-034-258/+0
* Remove src/corelib/arch/mips/*Bradley T. Hughes2012-02-033-296/+0
* Remove src/corelib/arch/arm/*Bradley T. Hughes2012-02-032-76/+0
* Remove #include "qatomic_macosx.h"Bradley T. Hughes2012-02-031-2/+0
* Fix QAbstractItemModel documentationGiuseppe D'Angelo2012-02-031-0/+1
* Add support for QNX iconv implementationRafael Roquetto2012-02-034-3/+9
* Remove QInputContextPekka Vuorela2012-02-0316-864/+10
* Rename qatomic_windows.h to qatomic_msvc.hBradley T. Hughes2012-02-036-76/+9
* Update .gitignore to ignore qmake/qmake_pch.pchBradley T. Hughes2012-02-031-0/+1
* Make Clang the default makespec on Mac OS 10.7 (Lion) if Clang >= 3.0Tor Arne Vestbø2012-02-031-2/+15
* Fixed qsharedpointer unittest on windowsKurt Korbatits2012-02-031-1/+5
* processEvents(WaitForMoreEvents) should return after delivering eventsBradley T. Hughes2012-02-032-11/+28
* Un-guard a QRawFont autotest.Pierre Rossi2012-02-031-4/+0
* Don't include config.tests/unix/openssl/openssl.pri (again)Bradley T. Hughes2012-02-031-1/+0
* Reimplement QIdentityProxyModel::headerData().Sergio Martins2012-02-032-0/+10
* Make QAbstractItemView::itemOptions properly initialize a V4 optionGiuseppe D'Angelo2012-02-031-16/+15
* Fix the chart itemview exampleGiuseppe D'Angelo2012-02-032-2/+3
* Build with -pedanticStephen Kelly2012-02-031-2/+2
* Add typedef for source compatibility.Stephen Kelly2012-02-021-0/+4
* Merge QStyleOption*V{2,3,4} classes togetherGiuseppe D'Angelo2012-02-025-1578/+309
* Improve QSurface / QWindow API a bit and use that to avoid errorsGunnar Sletta2012-02-028-15/+90
* Update wrong docs for TouchPoint::id().Laszlo Agocs2012-02-021-3/+2
* Build with QT_NO_CAST_FROM_BYTEARRAYStephen Kelly2012-02-021-2/+2
* Windows QPA: Compile with QT_NO_CAST_FROM_ASCII, warnings.Friedemann Kleint2012-02-024-9/+13
* Fix unintended source compatiblity break in QSslSocketShane Kearns2012-02-021-0/+1
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-025-5/+10
* Reimplement QAbstractSocket::setReadBufferSize() properlyBradley T. Hughes2012-02-022-2/+2
* Move QString <-> NSString conversion to QtCoreMorten Johan Sorvig2012-02-0213-80/+130
* Call start() even when bearer is not compiled.Xizhi Zhu2012-02-021-7/+5
* Remove one un-used variant.Xizhi Zhu2012-02-021-1/+0
* Fix qmlscene segfault on startup on Mac OS 10.6.Morten Johan Sørvig2012-02-021-2/+4
* speed up font enumeration in windows platformjian liang2012-02-021-8/+31
* Fix QString::operator=(QLatin1String) for substringsKent Hansen2012-02-022-1/+24
* Fix QTextStream and QDebug operator<< for QLatin1StringKent Hansen2012-02-025-1/+45
* Fix QString(QLatin1String) constructor for substringsKent Hansen2012-02-022-1/+10
* Fix operator==(QLatin1String, QLatin1String) and friends for substringsKent Hansen2012-02-022-6/+93