summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix for compiling with clang with c++11.Erik Verbruggen2012-11-071-1/+1
* Improve QByteDataBuffer::read() performance with partial readsAntti Harju2012-11-031-22/+48
* Fix the gregorian date <-> julian day calculations in QDateJon Severinsson2012-11-022-54/+56
* Improve QDateTime test coverage.Mitch Curtis2012-11-021-1/+2
* Fix warnings when using QImage as QtConcurrent::mapped return typeLiang Qi2012-11-021-3/+3
* Check for both A and P when converting QDateTime to string.Mitch Curtis2012-10-301-1/+2
* QMap - improve QMap stl-map ctorThorbjørn Lund Martsum2012-10-291-1/+1
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-3/+0
* QMap 5.0 - keep track of leftmost node (BIC)Thorbjørn Lund Martsum2012-10-272-3/+23
* QMap - use hint on insert in QMap::toStdMapThorbjørn Lund Martsum2012-10-271-1/+1
* Change one int to qint64 in QDateTime::setMSecsSinceEpoch(qint64)Jon Severinsson2012-10-261-1/+1
* Quieten warning about uninitialized use of d pointerTobias Hunger2012-10-241-1/+1
* Return invalid datetime when calling addMSecs with invalid QDateTime.Mitch Curtis2012-10-241-0/+7
* Improve QTime test coverage.Mitch Curtis2012-10-241-1/+1
* Improve QDate test coverage.Mitch Curtis2012-10-241-5/+4
* Output leading zeroes for yyyy date formats in QLocale::toString().Mitch Curtis2012-10-241-1/+1
* detach() safely in QVector::erase(), and update callers to not detach.Andreas Hartmetz2012-10-191-4/+6
* Make QContiguousCache with zero capacity not crashThiago Macieira2012-10-192-2/+15
* Make sure functions returning iterators have an iterator as parameterThiago Macieira2012-10-192-6/+17
* Doc fix in return value of QDate::setYMDFrederik Gladhorn2012-10-191-0/+1
* Add new error strings to QRegularExpressionGiuseppe D'Angelo2012-10-181-1/+3
* Add documentation for ucs4 overloads.Frederik Gladhorn2012-10-161-11/+43
* Review of documentation.Michele Caini2012-10-122-3/+9
* QTextBoundaryFinder: Fix handling of break opportunitiesKonstantin Ritt2012-10-122-59/+99
* QVarLengthArray: use memory on stack if possiblePeter Kümmel2012-10-111-5/+10
* Make QVarLengthArray exception safe in case of OOMPeter Kümmel2012-10-111-26/+22
* Fix a "warning: 'operator+=' is deprecated" when building with clangJocelyn Turcotte2012-10-111-2/+1
* QTextBoundaryFinder: Introduce BoundaryReason::MandatoryBreak flagKonstantin Ritt2012-10-104-8/+14
* Optimise the deletion of a QSharedPointer with no custom deleterThiago Macieira2012-10-102-18/+40
* QElapsedTimer: Instead of two ints, store only the clock typeThiago Macieira2012-10-101-46/+82
* Simplify QDate::addDays() impementationJon Severinsson2012-10-101-14/+3
* Change QDateTime::addSecs() and QDateTime::secsTo() to use qint64.Jon Severinsson2012-10-102-5/+5
* Update the Unicode Data and Algorithms up to Unicode 6.2Konstantin Ritt2012-10-095-3150/+3170
* QMap - remove unused maximumNode() functionsThorbjørn Lund Martsum2012-10-081-4/+0
* Removed the "tst_QVector::outOfMemory" test.Christian Strømme2012-10-081-1/+1
* Fix for integer overflow in QString::replaceChristian Strømme2012-10-031-1/+5
* Fix QTextBoundaryFinder assignment operatorKonstantin Ritt2012-10-031-6/+15
* Prevent an overflow warning in assertions.Christian Kandeler2012-09-293-7/+7
* Doc: update QMap's description following 5cb036851Pierre Rossi2012-09-271-1/+1
* Core: Silence gcc warnings about unitinialized members in qarraydata.cppKai Koehne2012-09-261-0/+9
* QCharAttributes: add wordStart/wordEnd flagsKonstantin Ritt2012-09-263-42/+68
* Fix potential breakage in QString.Jędrzej Nowacki2012-09-241-3/+3
* QStringList: adapt documentation to cover new join(QChar) overloadMarc Mutz2012-09-221-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22120-2810/+2810
* A step out from Harfbuzz (reduce dependency)Konstantin Ritt2012-09-224-64/+101
* Document that date/time formats without separators are unsupported.Mitch Curtis2012-09-211-3/+3
* QVarLengthArray: provide STL-compatible member function namesMarc Mutz2012-09-192-0/+50
* Remove qUpperBound usages from qtbaseGiuseppe D'Angelo2012-09-191-1/+1
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-191-1/+1
* QElapsedTimer: Fix typo in restart() documentationJonathan Liu2012-09-181-1/+1