summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* make QStringList::sort() to take a Qt::CaseSensitivity paramKonstantin Ritt2012-04-122-8/+19
* Fix warning introduced in "Adjust a double leading slash..."Thiago Macieira2012-04-121-1/+1
* Change the component formatting enum values so the default is zeroThiago Macieira2012-04-114-47/+77
* Allow {} to remain decoded in URLs in the path and queryThiago Macieira2012-04-112-9/+13
* Introduce QUrl::DecodeReserved and reorder the enumsThiago Macieira2012-04-112-4/+126
* Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-114-23/+18
* Fix the handling of ambiguous delimiters in the query part of a URLThiago Macieira2012-04-113-43/+60
* Make QUrl handle ambiguous delimiters correctlyThiago Macieira2012-04-112-84/+130
* unite QString::normalized() overloadsKonstantin Ritt2012-04-112-26/+12
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-1110-29/+14
* Mark QObject::disconnect overload constOlivier Goffart2012-04-112-4/+4
* Make reallocData() take (unsigned) size, including nullJoão Abecasis2012-04-114-38/+38
* Adjust a double leading slash in the path for FTP to /%2FThiago Macieira2012-04-101-2/+12
* Add early-clobbers to the output variables in CPUIDThiago Macieira2012-04-101-3/+3
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1046-318/+476
|\
| * 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
| * QJsonParseError improvementsAlexei Rousskikh2012-03-272-11/+90