summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mac: Don't crash if language preferences can't be retrieved.Eike Ziller2012-07-311-1/+1
* Introduce QTypeInfoMerger.Jędrzej Nowacki2012-07-271-12/+1
* Remove references to nonexistent QLocale::setDefaultLocale() in docs.Mitch Curtis2012-07-252-2/+2
* More qHash(T, uint) supportGiuseppe D'Angelo2012-07-232-39/+75
* fix "No such ..." doc error for QString::toHtmlEscapedJeremy Katz2012-07-191-1/+1
* fix "No such ..." in qmarginsJeremy Katz2012-07-191-2/+2
* Write qHash functions for QDate, QTime and QDateTime.Mitch Curtis2012-07-122-0/+41
* Add unary operator+ to QPoint and QPointF.Mitch Curtis2012-07-122-0/+26
* Put the ICU libraries in LIBS_PRIVATEThiago Macieira2012-07-111-2/+2
* Fix some spelling errorsSergio Ahumada2012-07-112-5/+5
* Make the documentation consistent with the header and QVector* classesLaszlo Papp2012-07-101-4/+4
* Use factor and divisor wording to be consistent with the documentation and restLaszlo Papp2012-07-101-27/+27
* Speed up QCoreApplication construction a bitHarald Fernengel2012-07-101-2/+2
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-103-3/+0
* QtCore: mark some classes as sharedMarc Mutz2012-07-102-4/+4
* Make the x() and y() method documentation consistent with the restLaszlo Papp2012-07-101-2/+2
* Add note and references to the operator*=() methods for consistencyLaszlo Papp2012-07-101-0/+12
* QArrayData: Fix gcc warning about parentheses in 'a + b & c'.Friedemann Kleint2012-07-061-1/+1
* Add QChar::SoftHyphen enum valueKonstantin Ritt2012-07-032-1/+2
* Silence clang warning in QVector::reallocData()Kent Hansen2012-07-031-1/+1