summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with MinGW-w64Jonathan Liu2012-02-082-1/+5
* Compile MSVC2008Jan-Arve Saether2012-02-061-1/+1
* SIC: QLocale: Make QSystemLocale a private classJohn Layt2012-02-053-69/+69
* SIC: QLocale: Remove base argument from conversion to number apiJohn Layt2012-02-053-49/+25
* QString: Make convert to number methods only use C localeJohn Layt2012-02-051-50/+53
* QDateTime: Remove Julian CalendarJohn Layt2012-02-051-129/+36
* QDateTime: Store Julian Day as qint64John Layt2012-02-052-69/+112
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-022-2/+2
* Fix QString::operator=(QLatin1String) for substringsKent Hansen2012-02-021-1/+1
* Fix QString(QLatin1String) constructor for substringsKent Hansen2012-02-021-1/+1
* Fix operator==(QLatin1String, QLatin1String) and friends for substringsKent Hansen2012-02-021-6/+10
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-011-3/+3
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-017-39/+31
* Remove many deprecated methodsLars Knoll2012-01-312-9/+1
* Windows: Fix compilation with -qtnamespaceKai Koehne2012-01-311-3/+3
* QDateTime: Add validity checksJohn Layt2012-01-311-32/+144
* QDateTime: Deprecate setYMD()John Layt2012-01-312-9/+8
* Fix bugs when using a non 0 terminated QLatin1StringLars Knoll2012-01-301-20/+41
* Fix compilation of Qt apps with -Wshadow -WerrorDavid Faure2012-01-301-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30110-110/+110
* Fixed QString::operator<(QLatin1String)Denis Dzyubenko2012-01-261-3/+3
* Fix a couple of edge cases for WildcardUnix matchingAndy Shaw2012-01-261-1/+1
* Mark QStringList as movable.Stephen Kelly2012-01-251-0/+2
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2546-47/+0
* Make mid() and midRef() properly return empty, non-null objectsGiuseppe D'Angelo2012-01-242-4/+4
* Remove Symbian code from QtCore.Xizhi Zhu2012-01-2410-1299/+4
* Update contact information in license headers.Jason McDonald2012-01-23112-112/+112
* Remove QBool and use bool instead.David Faure2012-01-207-48/+48
* Remove Q_CC_MWERKS.Robin Burchell2012-01-191-7/+0
* Remove Q_CC_NOKIAX86.Robin Burchell2012-01-192-15/+1
* Add a constructor that explicitly takes a size to QLatin1StringLars Knoll2012-01-182-0/+14
* Remove unused variableLars Knoll2012-01-161-2/+1
* Fix ###'es in qrect.hLars Knoll2012-01-161-37/+14
* Fix ### comments in QSetLars Knoll2012-01-161-14/+2
* Improve the documentation of QStringLiteralOlivier Goffart2012-01-161-3/+27
* Build fix for WINCE to qlocale_tools.cppJanne Anttila2012-01-131-0/+4
* Update year in Nokia copyright headers.Jason McDonald2012-01-106-6/+6
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-106-0/+50
* Clean-up the interface for QDate.Xizhi Zhu2012-01-092-94/+4
* Remove the Q_TYPENAME define.Stephen Kelly2012-01-081-2/+2
* Move keyboard locale and input direction to QInputPanelPekka Vuorela2012-01-071-2/+2
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-066-42/+46
* Update copyright year in license headers.Jason McDonald2012-01-05106-106/+106
* Deinlined QLocale::operator==Denis Dzyubenko2012-01-042-6/+12
* Implement (and unit test) simple QVarLengthArray::first()/last().Robin Burchell2012-01-022-0/+34
* QCryptographicHash: allow to hash the content of a QIODeviceSune Vuorela2011-12-222-0/+25
* Remove QT_NO_STL_WCHAR hackHarald Fernengel2011-12-221-18/+3
* Use strlen() inline whenever possibleHarald Fernengel2011-12-222-48/+55
* make QString::fromLatin1 partially inlineHarald Fernengel2011-12-202-6/+6
* Add QVarLengthArray::length().Robin Burchell2011-12-122-0/+8