summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-05113-2122/+824
|\
| * 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
* | Make clear() use the shared null inlineJoão Abecasis2012-02-011-1/+1
* | Introducing Q_ARRAY_LITERALJoão Abecasis2012-01-251-0/+79
* | Enable use of QArrayDataPointer as a return typeJoão Abecasis2012-01-252-0/+12
* | Removed remaining int operations from RefCountJoão Abecasis2012-01-241-9/+0
* | Don't use RefCount int operatorsJoão Abecasis2012-01-239-51/+53
* | Remove obsolete functionJoão Abecasis2012-01-192-12/+0
* | Move Q_CHECK_PTR to inline codeJoão Abecasis2012-01-182-1/+1
* | Don't use qMalloc/qFree in non-inline codeJoão Abecasis2012-01-171-2/+4
* | Don't use RefCount int operationsJoão Abecasis2012-01-171-2/+2
* | Don't check reference count in QLinkedList<T>::freeJoão Abecasis2012-01-171-7/+7
* | Rename QArrayData::AllocateOption to AllocationOptionJoão Abecasis2012-01-163-12/+13
* | Enable QArrayData to reference external array dataJoão Abecasis2012-01-163-4/+32
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-16112-385/+406
|\|
| * 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