summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Q_DECL_NOTHROW to some qHash functionsThiago Macieira2012-08-205-34/+39
* Fix a couple of qdoc errorsLars Knoll2012-08-182-4/+3
* Fix most qdoc errors for QMapLars Knoll2012-08-181-18/+10
* Doc: Fix spelling errorsSergio Ahumada2012-08-171-1/+1
* Remove trailing comma in enumThiago Macieira2012-08-151-1/+1
* Disable CPUID checking with GCC 4.2 or olderThiago Macieira2012-08-151-0/+22
* Mark QCollator as internal.Lars Knoll2012-08-151-0/+2
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-155-10/+25
* Fix declaration of qt_gettime for Q_DECL_NOTHROWThiago Macieira2012-08-132-0/+3
* fix some QElapsedTimer doc grammar issuesJeremy Katz2012-08-131-3/+3
* Make QElapsedTimer always store nanoseconds in t2Thiago Macieira2012-08-131-18/+15
* Use an include guard for qelapsedtimer.h that matches the file nameThiago Macieira2012-08-101-3/+3
* Use Q_LIKELY instead of doing an #ifdef for GCCThiago Macieira2012-08-101-7/+2
* Mark QElapsedTimer functions as Q_DECL_NOTHROWThiago Macieira2012-08-098-63/+63
* Add Q_DECL_NOTHROW to QRefCount.Thiago Macieira2012-08-091-8/+8
* Rename QMapData::free to destroyThiago Macieira2012-08-091-3/+3
* Rename QLinkedList::free to freeData for consistencyThiago Macieira2012-08-091-6/+6
* Rename QContiguousCache allocate and free functions to say "Data"Thiago Macieira2012-08-092-20/+20
* Remove use of ::free from qlist.hThiago Macieira2012-08-092-5/+13
* Clarify how days are counted in QDateTime::daysTo documentation.Mitch Curtis2012-08-081-1/+9
* Fix typos in qdatetime.cpp.Mitch Curtis2012-08-061-8/+8
* qdatetime: micro optimization in fmtDateTimehjk2012-08-051-36/+36
* fix a few qdoc command typosJeremy Katz2012-08-011-1/+1
* Doc: QVarLengthArray::length is new in 5.0Christian Kamm2012-08-011-0/+1
* Fix compilation: Move qHash(const T &t, uint seed) up.Friedemann Kleint2012-08-011-2/+2