summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* Remove #ifdef for platforms where QChar was packed -- there aren't anyThiago Macieira2011-07-111-4/+0
* Replace try/catch blocks in favour of destructors in the event loop.Thiago Macieira2011-07-113-141/+156
* Remove Qt 4.3 binary compatibility for MSVCThiago Macieira2011-07-115-49/+0
* Remove the definition of QT_NO_FPU based on the processor or WSThiago Macieira2011-07-111-4/+0
* Use lambdas for generating static data for QStringLiteralThiago Macieira2011-07-111-26/+33
* Remove the qs() macro.Olivier Goffart2011-07-081-4/+0
* Use memmove in QListData::append(int) as regions overlap.Thiago Macieira2011-07-081-1/+1
* Add support for QStringLiterals in QStringBuilderThiago Macieira2011-07-081-0/+17
* Make the new QStringLiteral produce a non-temporaryThiago Macieira2011-07-081-10/+33
* Bugfix the QConstString implementation.Thiago Macieira2011-07-081-2/+2
* Unify QLatin1String and QLatin1LiteralLars Knoll2011-07-074-123/+57
* Support for compile time generated QStringsLars Knoll2011-07-072-282/+287
* Add an internal QRefCount class to QtCoreLars Knoll2011-07-073-0/+145
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-07-072-34/+34
* Use Q_DECL_CONSTEXPR in QFlagsOlivier Goffart2011-07-061-15/+15
* Add Q_DECL_CONSTEXPROlivier Goffart2011-07-061-11/+22
* Unicode strings are supported from gcc 4.4 onwardsLars Knoll2011-07-061-1/+2
* Remove references to QT_INSTALL_DEMOS & DemosPath.Casper van Donderen2011-07-062-10/+0
* Fix compilation with c++0x modeLars Knoll2011-07-061-1/+1
* Make use of deleted members in Q_DISABLE_COPYOlivier Goffart2011-07-051-0/+6
* Fix QScopedPointerarray default constructorOlivier Goffart2011-07-051-1/+3
* Doc: Fixing typoSergio Ahumada2011-07-051-2/+2
* Finish removal of QT3_SUPPORT from corelib/codecsShane Kearns2011-07-051-16/+0
* make argument quoting code on windows less arcaneOswald Buddenhagen2011-07-041-7/+4
* fix argument quoting on windowsOswald Buddenhagen2011-07-041-4/+3
* Add QScreenOrientationChangeEvent and rotation support to wayland clientLasse Holmstedt2011-07-041-0/+2
* Doc: Fixed qdoc warnings.David Boddie2011-07-013-7/+11
* Remove the remaining QT3_SUPPORT code in corelibLars Knoll2011-06-2920-301/+2
* remove QT3_SUPPORT in corelib/ioLars Knoll2011-06-2917-1278/+0
* Remove QT3_SUPPORT from corelib/codecsLars Knoll2011-06-292-56/+0
* remove QT3_SUPPORT from corelib/toolsLars Knoll2011-06-2911-346/+0
* Remove QT3_SUPPORT in src/corelib/globalLars Knoll2011-06-294-520/+0
* Remove Qt3 support functionality from parts of QtCoreLars Knoll2011-06-299-724/+17
* Remove QPainter::UniteClipGunnar Sletta2011-06-281-2/+1
* Fix invalid read in QUrl::removeAllEncodedQueryItemsOlivier Goffart2011-06-281-0/+1
* QStringBuilder: do not crash with null char*Olivier Goffart2011-06-272-0/+4
* Fix event delevery orderOlivier Goffart2011-06-273-16/+24
* Make QPoint have the same layout on all platformsGunnar Sletta2011-06-201-6/+0
* Fix QProcess emitting two started signals on X11Christian Strømme2011-06-201-7/+4
* fix an incorrect OpenMode flags handling in QBuffer::open()Ritt Konstantin2011-06-101-11/+6
* Fix modules to load(qt_module) firstMarius Storm-Olsen2011-06-081-0/+2
* Moved common module profiles to be feature profiles.axis2011-06-051-1/+1
* Install some headers that were previously missing from install.axis2011-06-031-0/+4
* Add QUuid::toRfc4122() and fromRfc4122()Liang Qi2011-05-272-0/+94
* Add QUuid::toByteArray() and relevantLiang Qi2011-05-272-0/+81
* QDataStream: speedup steaming of QUuid.Liang Qi2011-05-271-17/+47
* Optimize QUuid::QUuid(const char *)Liang Qi2011-05-271-1/+9
* Fix the build for QUuidLiang Qi2011-05-272-2/+6
* Fix a regression in QList::mid()Liang Qi2011-05-271-0/+2
* Optimize QUuid::toString() and relevantLiang Qi2011-05-272-55/+100