summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-06-122-32/+27
|\
| * refactor some codeThierry Bastian2009-06-121-31/+26
| * Set qreal to float for Symbian.Martin Jones2009-06-121-1/+1
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-111-0/+7
|\ \
| * | Help people find poor uses of QString -> QUrl conversion.Warwick Allison2009-06-111-0/+7
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-06-1110-56/+84
|\ \ \ | |/ / |/| / | |/
| * UTF-8 text codec should be able to convert data when fed one by one byte.Denis Dzyubenko2009-06-111-1/+10
| * Skip the byte order mark when converting the utf16 and utf32 dataDenis Dzyubenko2009-06-111-2/+2
| * Use the old codec if there is one available when reading data in qtextstream.Denis Dzyubenko2009-06-111-1/+1
| * Compile the qsettins autotestOlivier Goffart2009-06-111-1/+1
| * Use the original order if two files are equivalent for the sort of QDirBenjamin Poulain2009-06-111-1/+2
| * Sort QDir with qSort instead of qStableSortBenjamin Poulain2009-06-111-2/+1
| * remove q->layout() and q->parentWidget() code where unnecessaryThierry Bastian2009-06-113-10/+5
| * doc: Fixed several qdoc warnings.Martin Smith2009-06-112-12/+5
| * Improve QDirPrivate::sortFileList by leaving right avway isRitt Konstantin2009-06-101-19/+23
| * Optimize QDirPrivate::sortFileList by using a QFileInfoListRitt Konstantin2009-06-101-13/+28
| * Adding support in QVariant for conversions between QUrl and QStringThierry Bastian2009-06-101-2/+14
* | Merge commit 'qt/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-06-1017-139/+264
|\ \ | |/
| * Internal documentation for QAbstractItemModelPrivate::canConvertToDoubleOlivier Goffart2009-06-101-1/+15
| * Added QAbstractItemModelPrivate::canConvertToDouble().J-P Nurmi2009-06-102-0/+18
| * Compile with debug enabledOlivier Goffart2009-06-101-1/+1
| * Avoid locking and search on the global hash if there is no QPointerOlivier Goffart2009-06-102-4/+21
| * Use a linked list for the senders list inside QObjectOlivier Goffart2009-06-102-32/+40
| * Move declaration of QFileInfoPrivate in a separate file _p andAlexis Menard2009-06-103-64/+128
| * Fix license headers for QStringBuilder.Jason McDonald2009-06-102-12/+12
| * removed foreach usage from animation APIThierry Bastian2009-06-091-14/+19
| * qdoc: The gray version.Martin Smith2009-06-091-1/+1
| * small change to reduce static data sizeThierry Bastian2009-06-091-1/+1
| * small refactoring to reduce memory usage of static dataThierry Bastian2009-06-094-11/+10
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-06-0958-130/+284
|\ \ | |/
| * Reduce binary size by using 16bits integers in static data over 32 bits.Thierry Bastian2009-06-081-23/+18
| * Reduce the members in QLocale to 16bit integer instea of 32 bits.Thierry Bastian2009-06-081-19/+19
| * Small simplification on codeThierry Bastian2009-06-085-40/+31
| * Small fix to exported symbolThierry Bastian2009-06-081-1/+1
| * Fix QT_NO_DATASTREAM macro checks and improve readabilityRitt Konstantin2009-06-0810-13/+18
| * Make QCharRef known to QStringBuilder.hjk2009-06-082-4/+14
| * handle qreal properties correctly in the meta-object systemKent Hansen2009-06-055-1/+17
| * Make QStringBuilder work out-of-the-box if QT_NO_CAST_FROM_ASCII is definedhjk2009-06-051-0/+24
| * Fix for Qt issue #218037 - Add support for the WM_MOUSEHWHEEL message on Windowsminiak2009-06-053-1/+9
| * Merge commit 'origin/4.5'Olivier Goffart2009-06-045-5/+18
| |\
| | * Don't use inactivatable timers to calculate time to wait for next timer.Thomas Sondergaard2009-06-041-3/+11
| | * fix catalan plural rulesOswald Buddenhagen2009-06-032-0/+4
| | * Fix BOM for UTF-32 codecMarius Storm-Olsen2009-06-031-1/+1
| | * Add a note about what happens when passing 0 to qobject_cast in the docAndy Shaw2009-06-031-1/+2
| * | regeneration of qfeatures.hThierry Bastian2009-06-041-0/+5
| * | add QT_NO_STATEMACHINE define so state machine can be compiled outKent Hansen2009-06-0419-0/+87
| * | move the QT_NO_ANIMATION macro to the right place (ie after otherThierry Bastian2009-06-047-15/+15
| * | Fixed build error with Sun CC 5.5..jasplin2009-06-041-10/+10
* | | Merge commit 'mainline/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-06-0430-96/+117
|\ \ \ | |/ /
| * | Fixed build error with Sun CC 5.5.jasplin2009-06-041-1/+8