summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* omit unassigned (and too recent) codepoints from the text Normalization processRitt Konstantin2011-09-012-6/+14
* Rename the private helper function QList::free() to QList::dealloc()Bradley T. Hughes2011-09-011-7/+6
* Remove declarations for QListData functions removed by 36c29abBradley T. Hughes2011-09-012-6/+2
* Add QLocale::toUpper/LowerLars Knoll2011-08-313-22/+49
* optimize parsing of templates like p{IsArabic}, etcRitt Konstantin2011-08-261-161/+160
* optimize parsing of templates like p{L}, p{Lu}, etcRitt Konstantin2011-08-261-98/+124
* don't build code related to CClass if QT_NO_REGEXP_CCLASS is definedRitt Konstantin2011-08-261-0/+6
* Remove all non-const operator==Harald Fernengel2011-08-091-2/+2
* Fix QString/QByteArray literals for MSVC2010 (compilation of tests).Friedemann Kleint2011-08-022-9/+16
* Fix compilation with namespaced buildsBradley T. Hughes2011-07-291-0/+5
* Added meta type info for Q[Explicitly]SharedDataPointerDenis Dzyubenko2011-07-281-0/+3
* Get rid of compiler warnings with MSVCOlivier Goffart2011-07-283-21/+22
* Add QFreeList as an internal classBradley T. Hughes2011-07-263-0/+358
* Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-251-1/+1
* QAbstractConcatenable::convertFromAscii: make len the actual lengthOlivier Goffart2011-07-222-10/+7
* remove Qt3 leftoversRitt Konstantin2011-07-221-11/+2
* Add unit tests to QStringLiteral and QByteArrayLiteral with operator %Thiago Macieira2011-07-211-0/+21
* Make the N parameter to the QXXXLiterals be the actual string lengthThiago Macieira2011-07-212-16/+16
* minor improvements to QChar documentationRitt Konstantin2011-07-211-68/+42
* Fix more use of C style cast.Olivier Goffart2011-07-211-3/+3
* Doc: Removed documentation for deleted code.David Boddie2011-07-2110-896/+0
* Fix use of C style cast.Olivier Goffart2011-07-191-1/+1
* "Fix" the crash at startup on MSVCOlivier Goffart2011-07-151-2/+2
* fixup for d17c76feee9eece4f7d9d1c5cec254842bb0a639Ritt Konstantin2011-07-151-50/+151
* Revert "make QChar::Unicode_Unassigned a constantly big value"Olivier Goffart2011-07-151-2/+2
* Regenerate unicode tablesOlivier Goffart2011-07-151-880/+880
* make QChar::Unicode_Unassigned a constantly big valueRitt Konstantin2011-07-131-2/+2
* drop a dead QChar::Punctuation_Dask enum valueRitt Konstantin2011-07-132-5/+1
* drop an obsolete QChar::NoCategory enum valueRitt Konstantin2011-07-132-5/+1
* Fix compilation on MSVCLars Knoll2011-07-132-17/+51
* Refactor QByteArray to allow for const dataLars Knoll2011-07-122-186/+257
* Cleanup reference counting in QDateTimePrivate class.Jedrzej Nowacki2011-07-121-3/+2
* remove unneeded cast operator on QConstStringDataLars Knoll2011-07-121-3/+0
* Remove #ifdef for platforms where QChar was packed -- there aren't anyThiago Macieira2011-07-111-4/+0
* Remove Qt 4.3 binary compatibility for MSVCThiago Macieira2011-07-115-49/+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
* Fix compilation with c++0x modeLars Knoll2011-07-061-1/+1
* Fix QScopedPointerarray default constructorOlivier Goffart2011-07-051-1/+3
* remove QT3_SUPPORT from corelib/toolsLars Knoll2011-06-2911-346/+0
* Remove Qt3 support functionality from parts of QtCoreLars Knoll2011-06-292-211/+14
* QStringBuilder: do not crash with null char*Olivier Goffart2011-06-272-0/+4
* Make QPoint have the same layout on all platformsGunnar Sletta2011-06-201-6/+0