summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make reallocData use QArrayData::AllocationOptionsJoão Abecasis2012-04-162-24/+23
* Drop unnecessary assignmentJoão Abecasis2012-04-161-1/+0
* Migrate QByteArray over QArrayData.Jędrzej Nowacki2012-04-162-60/+40
* Remove explicit checks for shared_null/emptyJoão Abecasis2012-04-161-6/+6
* Make QByteArray and QString keep track of terminating nullJoão Abecasis2012-04-164-46/+49
* Show the type and address of QObjects in debug output.Stephen Kelly2012-04-161-1/+7
* QHash security fix (2/2): enable QHash random seedGiuseppe D'Angelo2012-04-141-1/+1
* QHash: remove optimization for QHash<int, T>Giuseppe D'Angelo2012-04-141-1/+14
* qHash: qHash(T*) two arguments supportGiuseppe D'Angelo2012-04-141-2/+2
* qHash: two arguments support for simple integer types (and QChar)Giuseppe D'Angelo2012-04-141-16/+16
* Removed QXmlStreamReader::readElementText overloadThorbjørn Lindeijer2012-04-142-13/+2
* QSharedPointer: qHash two arguments supportGiuseppe D'Angelo2012-04-131-3/+3
* Style: Don't put an else after a return.Stephen Kelly2012-04-131-2/+1
* Re-add the Qt 4 compatibility methods for QUrl encoded query itemsThiago Macieira2012-04-122-0/+48
* Ensure proper handling of empty-but-present URL componentsThiago Macieira2012-04-121-1/+3
* 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