summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Move QFlags to qflags.hThiago Macieira2012-04-133-86/+142
* Add OS version detection for windows 8Shane Kearns2012-04-122-0/+6
* QRegularExpression: optimize global matchGiuseppe D'Angelo2012-04-121-1/+12
* Suppress warnings caused by ignoring chdir retvalGirish Ramakrishnan2012-04-121-7/+14
* fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef]Konstantin Ritt2012-04-113-3/+3
* Don't crash when comparing values containing empty arrays/objectsLars Knoll2012-04-112-0/+10
* QChar: optimize some methods a bit for general caseKonstantin Ritt2012-04-112-18/+22
* Modified project files to be iOS compatible.Qt4iOS2012-04-111-1/+5
* minor improvement for NormalizationCorrectionsKonstantin Ritt2012-04-112-2/+3
* fix digitValue() returned 0 instead of -1 for invalid ucs4 charactersKonstantin Ritt2012-04-111-1/+1
* Fix crash with evaluation licenseSamuli Piippo2012-04-111-7/+2
* Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-107-8/+8
* remove CODEC_FOR_C_STRINGS leftoversKonstantin Ritt2012-04-101-9/+1
* Document QEvent::ThreadChangeOlivier Goffart2012-04-101-1/+1
* Blackberry OS implementation of QStandardPathsRafael Roquetto2012-04-102-0/+105
* QTypeInfo: document Q_PRIMITIVE_TYPE existing practiceMarc Mutz2012-04-091-1/+8
* Include with qt module to avoid configure warningPekka Vuorela2012-04-051-2/+1
* Change the parameter name of the mutex in a QWaitCondition.Stephen Kelly2012-04-042-16/+16
* Revert "Make the CONFIG and QT_CONFIG contents available downstream."Stephen Kelly2012-04-041-3/+0
* Update the documentation about the sign in QElapsedTimer::(m)secsToThiago Macieira2012-04-041-3/+3
* Remove/update Qt 5 to-do's that won't be done for Qt 5.Jason McDonald2012-04-043-3/+1
* Fix warnings about signed/unsigned comparisons in QtJson.Friedemann Kleint2012-04-032-5/+5
* Fix warnings about truncations in constants.Friedemann Kleint2012-04-034-5/+5
* Fix release mode warnings about unused variables.Friedemann Kleint2012-04-031-0/+1
* Prepare category logging for Qt integrationWolfgang Beck2012-04-032-15/+25
* Document QFile::rename and QDir::rename's copy operationVincent A2012-04-032-2/+12
* Use the relevant "\since 5.0" entry (proposed to public since 5.0)Laszlo Papp2012-04-021-0/+1
* Remove qdoc for obsolete methods of QSet.Jason McDonald2012-04-021-10/+0
* Logging: Make sure documentation shows upKai Koehne2012-04-022-195/+199
* Improve documentation for QMessageLoggerKai Koehne2012-04-021-3/+3
* Remove extra lines in mimetypesABBAPOH2012-04-019-10/+0
* Remove QMimeTypeParserBase from docABBAPOH2012-04-011-0/+1
* Fix wrong method signature in documentationABBAPOH2012-04-011-1/+0
* QRegularExpression: operator<<(QDebug, PatternOptions) improvementsGiuseppe D'Angelo2012-03-311-12/+12
* Ensure that the variable for the installation prefix is unique.Stephen Kelly2012-03-311-2/+2
* Fix QFileSystemEngine::tempPath on Blackberry OSRafael Roquetto2012-03-301-0/+7
* Add Mac OS 10.8 define.Morten Sorvig2012-03-301-1/+4
* Fix "unused variable" warning in QVariant header.Morten Sorvig2012-03-301-0/+1
* Don't copy the whole binary input into QJsonDocumentDenis Dzyubenko2012-03-291-3/+4
* Validate size of the input in QJsonDocument::fromBinaryDataDenis Dzyubenko2012-03-291-2/+4
* Properly detach when the modified object is a sub objectLars Knoll2012-03-291-1/+1
* Fix a crash in QFactoryLoaderJonas Rabbe2012-03-291-1/+2
* Compile fix for Linux Standard BaseHarald Fernengel2012-03-281-3/+4
* Fix warning introduced in Intel CC 12.1Thiago Macieira2012-03-281-1/+8
* Make QCoreApplication::applicationName() default to argv[0]David Faure2012-03-281-1/+12
* Prefix the variables for debug and release types properly.Stephen Kelly2012-03-281-2/+2
* Fix scopes on iconv related pro/pri filesRafael Roquetto2012-03-271-1/+1
* Update documentation for QAbstractEventDispatcher::TimerInfoBradley T. Hughes2012-03-271-4/+27
* QUuid: mark constructors constexprMarc Mutz2012-03-271-0/+16
* Add a Q_NORETURN macro to mark a function that never returnsThiago Macieira2012-03-271-0/+6