summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add erase operation to QArrayDataOpsJoão Abecasis2012-07-031-0/+63
* QtCore: add member-swap to shared classesMarc Mutz2012-07-032-0/+9
* Make the CPU detection much more efficient in user codeThiago Macieira2012-07-022-43/+67
* Fix warning: returning non void by using Q_UNREACHABLEFrederik Gladhorn2012-06-281-0/+2
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-281-17/+1
* QTBUG-26035: Remove positive sign from start of stringTarja Sundqvist2012-06-261-1/+1
* Wrap QObject usage in qsharedpointer_impl.h with ifndef QT_NO_QOBJECTThiago Macieira2012-06-241-0/+2
* Don't operate on bogus data, assert on preconditions insteadJoão Abecasis2012-06-231-5/+6
* QUnicodeTables: some internal API renamingsKonstantin Ritt2012-06-223-81/+81
* Clean-up the Unicode tables generator code and the generated headerKonstantin Ritt2012-06-221-204/+200
* Record if a metatype is a smart pointer to a QObject derived.Stephen Kelly2012-06-201-0/+2
* Add some internal API for extracting a QSharedPointer<T> from QVariant.Stephen Kelly2012-06-202-1/+39
* Make QDateTime::fromString()/Time::fromString() adhere to ISO 8601.Mitch Curtis2012-06-201-39/+96
* Add leading zeros to years below 1000 in QDate::toString().Mitch Curtis2012-06-201-1/+2
* Fix access to uninitialized pointerTobias Hunger2012-06-201-1/+1
* Improve the code generation by using Q_LIKELY/Q_UNLIKELYKonstantin Ritt2012-06-161-36/+34
* Forward-declare QLatin1String tooThiago Macieira2012-06-151-1/+1
* Add since 5.0 markers to new QCryptographicHash enums/functionsAlbert Astals Cid2012-06-141-4/+5
* Regenerate the Unicode tablesKonstantin Ritt2012-06-142-7140/+5998
* Compile.Morten Sorvig2012-06-141-1/+1
* Remove unneeded #includes and namespace wrappersJoão Abecasis2012-06-141-10/+0
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-9/+0
* Don't use gcc extension for QByteArrayLiteral neitherLars Knoll2012-06-121-16/+0
* Keep the #ifdef for tracking shared pointers in a single functionThiago Macieira2012-06-121-23/+26
* Simple optimisation for the construction of a QSharedPointerThiago Macieira2012-06-121-9/+3
* Use the copy & swap trick to simplify some code in QSharedPointerThiago Macieira2012-06-121-3/+4
* Now merge the QtShared::ExternalRefCount class into QSharedPointerThiago Macieira2012-06-121-157/+133