summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-141-1/+1
* Fix QByteArray documentation errors.Mitch Curtis2012-09-131-0/+7
* Don't manipulate immutable dataJoão Abecasis2012-09-111-1/+2
* compile without CamelCase headersOswald Buddenhagen2012-09-112-4/+3
* Doc: Remove references to the deprecated QGraphicsItemAnimationGeir Vattekar2012-09-111-6/+1
* [Qt5 Docs] Fix typos and style of qdatetime.cppDavid Gil2012-09-101-21/+21
* Fix missing or improper include guard in headersSergio Ahumada2012-09-093-8/+8
* Fix performance regression when appending one vector to anotherLars Knoll2012-09-071-2/+6
* Fix QDateEdit displaying day as a number for short and long day formatsMitch Curtis2012-09-052-20/+41
* Fix 3 digit day being displayed by QDateEdit.Mitch Curtis2012-09-052-9/+32
* Clarify QDateTime::secsTo and QDateTime::msecsTo documentation.Mitch Curtis2012-09-041-2/+2
* Clarify QDateTime documentation re timeSpec conversion.Mitch Curtis2012-09-031-1/+16
* QStringList::join: add an overload taking a single QCharMarc Mutz2012-09-032-5/+17
* fix docsFrederik Gladhorn2012-09-032-9/+11
* Document the purpose of QDateTimeParser::cachedDay.Mitch Curtis2012-08-311-0/+13
* Fixes possible memory leak in QContiguousCacheFabian Bumberger2012-08-301-2/+4
* QVarLengthArray: C++11-ify insert/erase signaturesMarc Mutz2012-08-302-10/+10
* QString::append: add (const QChar*, int len) overloadMarc Mutz2012-08-302-0/+19
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-281-2/+2
* Handle invalid dates properly for QDataStream versions < 5.Mitch Curtis2012-08-281-1/+2
* Use nanosleep instead of pthread_cond_timedwait for thread sleepingThiago Macieira2012-08-252-0/+27
* Add qiterator.h to tools.priThiago Macieira2012-08-251-0/+1
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-2340-1/+72
* Simple optimisation in toLocal8Bit(): call codecForLocale once onlyThiago Macieira2012-08-231-6/+9
* Disregard milliseconds in QTime::secsTo().Mitch Curtis2012-08-211-1/+4
* Serialise QDateTime as UTC and timeSpec() instead of private spec.Mitch Curtis2012-08-211-6/+27
* doc: Added \relates command to some function qdoc commentsMartin Smith2012-08-211-1/+1