Merge remote-tracking branch 'origin/master' into api_changes
[profile/ivi/qtbase.git] / src / corelib / tools / qstring.cpp
2012-04-10 Oswald BuddenhagenMerge remote-tracking branch 'origin/master' into api_c...
2012-04-07 Thiago MacieiraRemove references to QT_NO_STL from QtCore
2012-04-05 João AbecasisAdd zero-termination checks to QString and QByteArray...
2012-04-04 João AbecasisDon't allocate space for null when using fromRawData
2012-04-04 João AbecasisSimplify conditionals
2012-04-04 João AbecasisRename realloc -> reallocData
2012-04-04 João AbecasisMove growth computation to re-allocation function
2012-04-04 João AbecasisDrop nullary overload of private QString::realloc
2012-04-04 João AbecasisIntroduce initializer macros for QString- and QByteArra...
2012-04-04 João AbecasisClean up constructors for "statics" in QString and...
2012-04-04 Jason McDonaldRemove/update Qt 5 to-do's that won't be done for Qt 5.
2012-03-27 Kent HansenMerge master into api_changes
2012-03-23 Kent HansenMerge "Merge master into api_changes" into refs/staging...
2012-03-23 Kent HansenMerge master into api_changes
2012-03-22 Thiago MacieiraWhitespace fix for brace in qstring.cpp
2012-03-22 Thiago MacieiraQuick optimisations to QString: no const-ref for QLatin1XXX
2012-03-19 Kent HansenMerge master into api_changes
2012-03-17 Marc Mutzcontainers: add C++11-style c{begin,end}() as alias...
2012-03-16 Kent HansenMerge master into api_changes
2012-03-14 Giuseppe D'AngeloQRegularExpression: support for QString overloads
2012-03-14 Stephen KellyAdd QByteArray overload for the QLatin1String ctor.
2012-03-12 João AbecasisMerge "Merge remote-tracking branch 'origin/master...
2012-03-12 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-12 João AbecasisFix QString:mid and midRef, again
2012-03-09 Friedemann KleintMerge "Merge remote-tracking branch 'origin/containers...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/containers' into...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/api_changes' into...
2012-03-05 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-05 Rohan McGovernMerge "Merge remote-tracking branch 'origin/api_changes...
2012-03-04 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-03-02 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-02-28 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-28 Rohan McGovernMerge master -> api_changes
2012-02-27 Olivier GoffartMove the QString comparison operator as non member...
2012-02-26 Marc MutzQByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protect...
2012-02-22 Robin BurchellRemove custom text codec for C strings.
2012-02-22 João AbecasisChange meaning of offset in QStringData
2012-02-21 Konstantin Rittoptimize QString::toLower()/toUpper() for special cases...
2012-02-21 Konstantin Rittoptimize QString::toLower()/toUpper() for special cases...
2012-02-21 Konstantin Rittoptimize QString::toCaseFolded()
2012-02-21 Konstantin Rittoptimize handling of surrogate pairs in toLower()/toUpper()
2012-02-21 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-17 Simon A. EugsterMention QT_NO_STL in the QString documentation
2012-02-14 João AbecasisRemove constructors taking implicit string sizes
2012-02-14 João AbecasisFix and simplify QString::mid
2012-02-05 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-05 John LaytQString: Make convert to number methods only use C...
2012-02-01 Friedemann KleintWindows: Fix inclusion of <windows.h>
2012-01-30 Lars KnollFix bugs when using a non 0 terminated QLatin1String
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-26 Denis DzyubenkoFixed QString::operator<(QLatin1String)
2012-01-24 Giuseppe D'AngeloMake mid() and midRef() properly return empty, non...
2012-01-24 Xizhi ZhuRemove Symbian code from QtCore.
2012-01-23 João AbecasisDon't use RefCount int operators
2012-01-23 Jason McDonaldUpdate contact information in license headers.
2012-01-18 Lars KnollAdd a constructor that explicitly takes a size to QLati...
2012-01-16 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-01-16 Olivier GoffartImprove the documentation of QStringLiteral
2012-01-06 Robin BurchellRemove all non-inline of qMalloc/qFree/qRealloc.
2012-01-05 João AbecasisEnsure shared_null(s) are statically initialized on...
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2012-01-04 João AbecasisRetire the generic Q_REFCOUNT_INITIALIZER macro
2012-01-04 João AbecasisGet rid of assignment operators in RefCount
2011-12-22 Harald FernengelUse strlen() inline whenever possible
2011-12-20 Harald Fernengelmake QString::fromLatin1 partially inline
2011-10-26 Ritt Konstantinreplace 'const QChar &' with 'QChar ' for QChar and...
2011-10-24 Friedemann Kleintcorelib: Remove Q_WS-macros.
2011-10-18 Konstantin Rittmake fromWCharArray() and toWCharArray() inlined
2011-09-29 David FaureRename Qt::escape to QString::toHtmlEscaped, add compat...
2011-09-29 David FaureMove Qt::escape to QtCore
2011-09-12 Gunnar SlettaMerge branch 'master' into refactor
2011-09-08 Thiago MacieiraAdd an SSE4.2 even simpler version of toLatin1
2011-09-08 Thiago MacieiraCreate a function that merges the SSE common code
2011-09-08 Thiago MacieiraImprove toLatin1 x86 SIMD by using a new SSE4.1 instruction
2011-09-06 Paul Olav TveteMerge "Merge remote branch 'gerrit/master' into HEAD...
2011-09-06 Samuel RødalMerge remote branch 'gerrit/master' into HEAD
2011-09-01 Ritt Konstantinomit unassigned (and too recent) codepoints from the...
2011-08-31 Lars KnollAdd QLocale::toUpper/Lower
2011-08-04 Jørgen LindMerge "Merge remote branch 'gerrit/master' into refacto...
2011-08-03 Samuel RødalMerge remote branch 'gerrit/master' into refactor
2011-07-28 Olivier GoffartGet rid of compiler warnings with MSVC
2011-07-21 Samuel RødalMerge remote branch 'gerrit/master' into refactor
2011-07-21 David BoddieDoc: Removed documentation for deleted code.
2011-07-13 Lars KnollMerge remote-tracking branch 'origin/master' into refactor
2011-07-13 Lars KnollFix compilation on MSVC
2011-07-12 Lars KnollMerge "Merge remote branch 'gerrit/master' into refacto...
2011-07-12 Samuel RødalMerge remote branch 'gerrit/master' into refactor
2011-07-11 Thiago MacieiraRemove Qt 4.3 binary compatibility for MSVC
2011-07-08 Thiago MacieiraBugfix the QConstString implementation.
2011-07-07 Lars KnollUnify QLatin1String and QLatin1Literal
2011-07-07 Lars KnollSupport for compile time generated QStrings
2011-07-06 Lars KnollMerge branch 'refactor' of scm.dev.nokia.troll.no:qt...
2011-07-06 Lars KnollMerge remote branch 'gerrit/master' into refactor
2011-06-29 Lars KnollRemove Qt3 support functionality from parts of QtCore
2011-05-24 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-24 Paul Olav TveteMerge remote branch 'staging/master' into refactor
2011-05-24 Jyri TahtelaUpdate licenseheader text in source files for qtbase...
2011-05-23 David BoddieDoc: Applied pending fixes to API documentation.
2011-05-20 Samuel RødalMerge remote branch 'staging/master' into refactor
2011-05-20 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
next