summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-9/+0
* Don't use gcc extension for QByteArrayLiteral neitherLars Knoll2012-06-121-16/+0
* Keep the #ifdef for tracking shared pointers in a single functionThiago Macieira2012-06-121-23/+26
* Simple optimisation for the construction of a QSharedPointerThiago Macieira2012-06-121-9/+3
* Use the copy & swap trick to simplify some code in QSharedPointerThiago Macieira2012-06-121-3/+4
* Now merge the QtShared::ExternalRefCount class into QSharedPointerThiago Macieira2012-06-121-157/+133
* Merge QtSharedPointer::Basic into QtSharedPointer::ExternalRefCountThiago Macieira2012-06-121-54/+27
* Merge two internal classes of QSharedPointer and de-virtualise themThiago Macieira2012-06-122-116/+69
* Remove "delete value" from QSharedPointerThiago Macieira2012-06-121-26/+8
* Remove unused static functions from qlogging.cpp, qstring.cpp.Friedemann Kleint2012-06-122-10/+1
* Export qMemSet and qMemCopy properlyThiago Macieira2012-06-122-2/+5
* Make sure you can link against more than one static pluginLars Knoll2012-06-121-3/+3
* Fix automatic declaration of QSharedPointer<T> metatypes.Stephen Kelly2012-06-121-1/+30
* Windows/ICU: Compile fix.Friedemann Kleint2012-06-121-1/+1
* Fix compilation of tests/auto/corelib/tools with QT_STRICT_ITERATORSThiago Macieira2012-06-121-1/+1
* Change internal QDeclarativeData hooks to use signal index rangeKent Hansen2012-06-122-9/+5
* Don't use the gcc extension for QStringLiteral & Q_ARRAY_LITERALLars Knoll2012-06-122-24/+0
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-122-6/+7
* Avoid a type name normalization during auto-registration.Jędrzej Nowacki2012-06-121-6/+38
* update QStandardPaths::standardLocations() documentationJeremy Katz2012-06-111-2/+5
* Use QCollator in QString and remove it from qlocale_icuLars Knoll2012-06-103-33/+4
* Add proper collation support to QtLars Knoll2012-06-104-0/+712
* Refactor the ICU code for QLocaleLars Knoll2012-06-106-238/+99
* Regenerate the Unicode tables with UCD 6.1.0Konstantin Ritt2012-06-102-6417/+8518
* Line Breaking Algorithm: handle the Object Replacement CharacterKonstantin Ritt2012-06-101-30/+31
* Line Breaking Algorithm: don't break inside numeric expressionsKonstantin Ritt2012-06-101-6/+107
* Update the Unicode Text Breaking Algorithm implementationKonstantin Ritt2012-06-102-286/+336
* Update the qunicodetables generator to deal with UCD 6.1 filesKonstantin Ritt2012-06-102-2/+10
* Logging: Remove outdated QMessageHandlerKai Koehne2012-06-102-24/+0
* Add support for the x86intrin.h header on GCC systems.Thiago Macieira2012-06-091-0/+6
* Allow ISODate string without seconds in QTime::fromString().Mitch Curtis2012-06-081-0/+4
* Shift positions for lineBreakTypeKonstantin Ritt2012-06-072-6/+8
* QTextBoundaryFinder: Consider soft hyphen as line breaking opportunityKonstantin Ritt2012-06-072-5/+11
* Set the whiteSpace flag outside the grapheme and the line breaking loopKonstantin Ritt2012-06-071-7/+21
* Deprecate the use of QWeakPointer to track QObjects.Stephen Kelly2012-06-073-52/+28
* Expand the 'existing target guard' in generated CMake files.Stephen Kelly2012-06-071-4/+1
* get rid of "uninitialized member" gcc warningKonstantin Ritt2012-06-071-2/+1
* Rename QSystemLocale::fallbackLocale() to QSystemLocale::fallbackUiLocale()Mike FABIAN2012-06-066-8/+8
* Check LANGUAGE as well in QSystemLocale::fallbackLocaleMike FABIAN2012-06-061-0/+13
* Use LC_MESSAGES instead of LC_NUMERIC in QSystemLocale::fallbackLocale()Mike FABIAN2012-06-061-3/+1
* statemachine: Make delayed event posting work from secondary threadKent Hansen2012-06-063-17/+101
* Fixed QJsonObject::find()Denis Dzyubenko2012-06-061-0/+1
* normalize the process arguments to Normalization Form D on macKonstantin Ritt2012-06-061-18/+6
* Remove support for Qt 4 style pluginsLars Knoll2012-06-067-374/+26
* Update of the plugin documentationLars Knoll2012-06-062-27/+15
* Remove references to QtSharedPointer::InternalRefCountThiago Macieira2012-06-061-4/+0
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-055-5/+5
* Make QIODevice::seek() return false for sequential files.Mitch Curtis2012-06-051-7/+9
* Expose the plugins meta data in the plugin loaderLars Knoll2012-06-052-0/+19
* Fix QTemporaryFile::open() failing after remove().Mitch Curtis2012-06-051-1/+9