summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused QMapData::createData()/node_create() overloads.Robin Burchell2011-12-082-12/+0
* QByteArray: Fix MSVC warning.Friedemann Kleint2011-11-291-2/+2
* Give better error message when using unsupported lookbehinds in QRegExpKjell Rune Skaaraas2011-11-181-0/+4
* adding a getter cubicBezierSpline() to QEasingCurveThomas Hartmann2011-11-182-0/+13
* Windows: Adapt mkspec for MinGW / gcc 4.6.Friedemann Kleint2011-11-181-0/+7
* Fix tst_Moc::oldStyleCastsOlivier Goffart2011-11-171-2/+2
* avoid type aliasingThomas Hartmann2011-11-111-9/+30
* Revert "Use standard spelling for two languages"Lars Knoll2011-11-042-49/+49
* Use standard spelling for two languagesJiang Jiang2011-11-042-49/+49
* Adding custom bezier easing curves to QEasingCurveThomas Hartmann2011-11-022-6/+541
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-272-6/+7
* Add QDataStream operators to QMargins, so it can be streamedSteven Ceuppens2011-10-272-0/+49
* replace 'const QChar &' with 'QChar ' for QChar and QStringRitt Konstantin2011-10-265-50/+50
* Revert "Use memmove in QListData::append(int) as regions overlap."Oswald Buddenhagen2011-10-261-1/+1
* Silence warning from clangBradley T. Hughes2011-10-251-2/+2
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-243-5/+2
* Add Q_DECL_CONSTEXPR to a QChar, QLatin1Char and QLatin1String constructorsThiago Macieira2011-10-222-26/+19
* Fix "may be used uninitialized" compiler warning.Morten Sorvig2011-10-191-1/+1
* make fromWCharArray() and toWCharArray() inlinedKonstantin Ritt2011-10-182-27/+25
* Remove stale documentation.Casper van Donderen2011-10-183-29/+0
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-6/+0
* fix QChar::isSpace() to handle codepoint U+0085Konstantin Ritt2011-10-062-2/+4
* Don't use implicit QAtomic* casts in QFreeListBradley T. Hughes2011-10-051-9/+9
* Don't crash by modifying read-only shared_nullBradley T. Hughes2011-10-045-6/+6