summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in note on symlink behavior of QFileInfo::existshjk2013-09-131-2/+2
* Remove Q_PACKED from structures that do not need to be packedThiago Macieira2013-09-131-1/+1
* Remove the empty definition of Q_PACKEDThiago Macieira2013-09-131-3/+0
* Remove Q_NO_PACKED_REFERENCEThiago Macieira2013-09-131-2/+0
* Remove redundant checks in some tools classesJędrzej Nowacki2013-09-134-23/+23
* Add assert if a global static is used after deletion.Jędrzej Nowacki2013-09-131-2/+10
* Fix new warnings under Clang 3.3Thiago Macieira2013-09-131-34/+36
* Make QCollator more flexible to use in different platformsAleix Pol2013-09-138-214/+838
* Refactor QCollator to be able to use it in different platformsAleix Pol2013-09-132-256/+144
* Make the QCollator class publicLars Knoll2013-09-134-19/+26
* Remove qCopy from QCoreApplicationGiuseppe D'Angelo2013-09-121-1/+3
* Add a convenient way to get a type-erased smart pointer from a QVariant.Stephen Kelly2013-09-113-0/+89
* Remove qSort from QVariantAnimationGiuseppe D'Angelo2013-09-111-1/+1
* Remove qSort usages from statemachinesGiuseppe D'Angelo2013-09-111-2/+4
* Remove qCopy from QLinkedList / QVectorGiuseppe D'Angelo2013-09-112-4/+6
* New QStringRef methods.Jędrzej Nowacki2013-09-112-1/+76
* QUrl: ensure that setPath("//path") doesn't lead to scheme://pathDavid Faure2013-09-111-1/+3
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-104-6/+13
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-074-6/+13
| |\
| | * Compile in strict-iterator mode under MSVCThiago Macieira2013-09-061-1/+1
| | * Remove the size limit of QByteArray information.Leonard Lee2013-09-021-2/+0
| | * QMetaMethod::invoke: compare the QMetaType id of the return typesOlivier Goffart2013-08-291-2/+7
| | * Windows: Fix compilation with MinGW-64, gcc 4.8.1Friedemann Kleint2013-08-291-1/+5
* | | QCommandLineParser: improve implementationDavid Faure2013-09-102-20/+21
* | | QCommandLineParser: improve documentationDavid Faure2013-09-104-70/+171
* | | QCommandLineOption: improve runtime warningsDavid Faure2013-09-101-5/+5
* | | Fix escape handling in qWinCmdArgsDavid Faure2013-09-101-3/+4
* | | Add missing interpolator for unsigned int.Jan Arve Saether2013-09-101-0/+3
* | | Deprecate QFontDatabase::supportsThreadedFontRendering()Konstantin Ritt2013-09-101-5/+0
* | | Add detection for C++11 explicit conversion operators.Marcel Krems2013-09-091-0/+5
* | | Normalise and deduplicate paths for XDG_DATA_DIRSMartin Klapetek2013-09-091-0/+11
* | | Remove qCopy usages from QListGiuseppe D'Angelo2013-09-091-3/+4
* | | Metatype: Remove the need for runtime-registration of 3rd party containers.Stephen Kelly2013-09-093-100/+98
* | | Windows logging: Fix check for console applications.Friedemann Kleint2013-09-092-15/+32
* | | QDateTime - Split QDateTimeParser into a separate fileJohn Layt2013-09-096-1923/+2045
* | | QMetaMethod and QDBusMetaObject: Give public access to signal methodsCaroline Chao2013-09-091-3/+2
* | | Remove qSort usage from QSettingsGiuseppe D'Angelo2013-09-091-1/+2
* | | Remove qSort usages from QStringListGiuseppe D'Angelo2013-09-091-6/+6
* | | Constify QDirSortItemComparator::operator() (used for sorting)Giuseppe D'Angelo2013-09-091-2/+2
* | | Fix cross-compiling V4 for Android on WindowsEskil Abrahamsen Blomfeldt2013-09-091-0/+2
* | | Android: Fix unused variable/argument warningsEskil Abrahamsen Blomfeldt2013-09-092-0/+7
* | | Fix unused static function randTLS() warningEskil Abrahamsen Blomfeldt2013-09-091-1/+1
* | | Android: Fix QString(char*) warnings in qlogging.cppEskil Abrahamsen Blomfeldt2013-09-091-2/+3
* | | Add first/last accessors to QMapMathias Hasselmann2013-09-082-27/+77
* | | Change template parameter name of qt_check_for_QOBJECT_macroOlivier Goffart2013-09-071-1/+1
|/ /
* | Reimplement qBinaryFind in terms of std::lower_boundGiuseppe D'Angelo2013-09-071-2/+3
* | QDateTime - Change debug output to ISO FormatJohn Layt2013-09-062-3/+22
* | Move the preprocessor iterator for Qt smart pointers with the others.Stephen Kelly2013-09-061-8/+10
* | Make the automatic 1arg and 2arg metatype macros work with namespaced Qt.Stephen Kelly2013-09-061-4/+13
* | Fix the automatic declaration of smart pointer types.Stephen Kelly2013-09-061-6/+34