summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change meaning of offset in QByteArrayDataJoão Abecasis2012-02-213-27/+26
* Have QVectorData::grow, take size of header w/ paddingJoão Abecasis2012-02-203-43/+38
* Add header to .priJoão Abecasis2012-02-181-0/+1
* QVector: always grow exponentiallyJoão Abecasis2012-02-173-13/+8
* qAllocMore: Always grow exponentiallyJoão Abecasis2012-02-172-30/+38
* Remove constructors taking implicit string sizesJoão Abecasis2012-02-145-86/+54
* Fix and simplify QString::midJoão Abecasis2012-02-142-14/+76
* Add support for rvalue-references in QArrayDataPointerJoão Abecasis2012-02-132-0/+60
* Don't expect null d-pointer in destructorsJoão Abecasis2012-02-133-4/+2
* Make QStringBuilder use memcpy for QByteArrayLiteralJoão Abecasis2012-02-071-3/+2
* Remove use of QT_MODULE from QArrayData stackJoão Abecasis2012-02-063-6/+0
* Update license headersJoão Abecasis2012-02-066-18/+18
* QConstStringData -> QStaticStringDataJoão Abecasis2012-02-061-1/+1
* Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-056465-305709/+108760
|\
| * qmake: Work around MSVC compiler bug.Friedemann Kleint2012-02-051-0/+14
| * reduce cost of checking cache for data() and headerData()Mark Brand2012-02-051-22/+27
| * QSqlTableModel::setData(): comment historical idiosyncraciesMark Brand2012-02-051-0/+14
| * refactor QSqlTableModel::setData()Mark Brand2012-02-051-38/+20
| * refactor QSqlTableModel::setRecord()Mark Brand2012-02-051-40/+37
| * merge private and public QSqlTableModel::setRecord()Mark Brand2012-02-052-33/+22
| * ModifiedRow: use for all edit strategiesMark Brand2012-02-053-255/+139
| * SIC: QLocale: Make QSystemLocale a private classJohn Layt2012-02-055-109/+71
| * SIC: QLocale: Remove base argument from conversion to number apiJohn Layt2012-02-056-52/+33
| * QString: Make convert to number methods only use C localeJohn Layt2012-02-054-209/+152
| * Move QtConcurrent into its own moduleLars Knoll2012-02-0591-124/+204
| * Exclude helloconcurrent when QtConcurrent is not configuredSamuli Piippo2012-02-051-1/+2
| * Add movability tests for QByteArray.Jędrzej Nowacki2012-02-051-1/+81
| * Do not crash trying to load or save QModelIndex.Jędrzej Nowacki2012-02-051-0/+2
| * Reimplement QMetaType::destroy.Jędrzej Nowacki2012-02-051-167/+56
| * Fixes QIconvCodec::convertToUnicode()Nick Ratelle2012-02-052-1/+6
| * QDateTime: Remove Julian CalendarJohn Layt2012-02-054-180/+62
| * QDateTime: Store Julian Day as qint64John Layt2012-02-055-144/+334
| * 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