Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.
[profile/ivi/qtbase.git] / src / corelib /
2012-04-11 Robin BurchellDeprecate qMemCopy/qMemSet in favour of their stdlib...
2012-04-11 Olivier GoffartMark QObject::disconnect overload const
2012-04-11 João AbecasisMake reallocData() take (unsigned) size, including...
2012-04-10 Thiago MacieiraAdjust a double leading slash in the path for FTP to...
2012-04-10 Thiago MacieiraAdd early-clobbers to the output variables in CPUID
2012-04-10 Oswald BuddenhagenMerge remote-tracking branch 'origin/master' into api_c...
2012-04-09 Giuseppe D'AngeloNew qHash algorithm for uchar/ushort arrays (QString...
2012-04-08 Giuseppe D'AngeloStop relying on qHash always giving the same results
2012-04-08 Giuseppe D'AngeloQUrl: added two-arguments qHash support
2012-04-07 Giuseppe D'AngeloMore qHash(T, uint) overloads for Qt types
2012-04-07 Thiago MacieiraRemove references to QT_NO_STL from QtCore
2012-04-06 Giuseppe D'AngeloqHash: always use the seed in the catch-all template
2012-04-05 Marcel KremsFix compilation with MinGW.
2012-04-05 Giuseppe D'AngeloQLatin1String: add qHash overload
2012-04-05 João AbecasisEnable variadic macros for MSVC >= 2005
2012-04-05 Pekka VuorelaInclude with qt module to avoid configure warning
2012-04-05 João AbecasisAdd zero-termination checks to QString and QByteArray...
2012-04-05 Thiago MacieiraMake QLocale::toULongLong return the proper type: qulon...
2012-04-05 Debao ZhangRemove macro _POSIX_ from Win32 special file
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 Stephen KellyChange the parameter name of the mutex in a QWaitCondition.
2012-04-04 Stephen KellyRevert "Make the CONFIG and QT_CONFIG contents availabl...
2012-04-04 Thiago MacieiraUpdate the documentation about the sign in QElapsedTime...
2012-04-04 Stephen KellyDocument that the order of results from QAIM::match...
2012-04-04 Thiago MacieiraMerge one static function into another
2012-04-04 Thiago MacieiraAdd missing #include <stdio.h> for _fileno
2012-04-04 Jason McDonaldRemove/update Qt 5 to-do's that won't be done for Qt 5.
2012-04-04 Giuseppe D'AngeloQHash security fix (1.5/2): qHash two arguments overloa...
2012-04-03 João AbecasisReorganize unicode string support in QString
2012-04-03 Friedemann KleintFix warnings about signed/unsigned comparisons in QtJson.
2012-04-03 Friedemann KleintFix warnings about truncations in constants.
2012-04-03 John LaytQLocale: Merge month name data storage to save 50KB...
2012-04-03 Giuseppe D'AngeloQHash security fix (1/2): add global QHash seed
2012-04-03 Thiago MacieiraRemove old comment restored by mistake
2012-04-03 Laszlo PappAdd a remainingTime() method to the public interface...
2012-04-03 Friedemann KleintFix release mode warnings about unused variables.
2012-04-03 Wolfgang BeckPrepare category logging for Qt integration
2012-04-03 Vincent ADocument QFile::rename and QDir::rename's copy operation
2012-04-03 Jędrzej NowackiRemove duplicated template code.
2012-04-02 João AbecasisDon't use qstrlen if string is not null
2012-04-02 Laszlo PappUse the relevant "\since 5.0" entry (proposed to public...
2012-04-02 Stephen KellyDeprecate QItemSelectionModel::intersect().
2012-04-02 Marc MutzQUuid: mark as Q_PRIMITIVE_TYPE
2012-04-02 João AbecasisIntroduce QArrayDataPointer::needsDetach
2012-04-02 João AbecasisIntroduce QArrayDataOps::truncate
2012-04-02 João AbecasisIntroduce QArrayData::detachCapacity
2012-04-02 João AbecasisIntroduce QArrayDataOps::appendInitialize
2012-04-02 Jason McDonaldRemove qdoc for obsolete methods of QSet.
2012-04-02 João AbecasisAdd missing include on 32-bit builds
2012-04-02 Kai KoehneLogging: Make sure documentation shows up
2012-04-02 Kai KoehneImprove documentation for QMessageLogger
2012-04-01 ABBAPOHRemove extra lines in mimetypes
2012-04-01 ABBAPOHRemove QMimeTypeParserBase from doc
2012-04-01 ABBAPOHFix wrong method signature in documentation
2012-03-31 Giuseppe D'AngeloQRegularExpression: operator<<(QDebug, PatternOptions...
2012-03-31 Robin BurchellRemove all calls to, and deprecate qMalloc, qRealloc...
2012-03-30 Stephen KellyEnsure that the variable for the installation prefix...
2012-03-30 Rafael RoquettoFix QFileSystemEngine::tempPath on Blackberry OS
2012-03-30 João AbecasisMake numerus unsigned
2012-03-30 João AbecasisPre-validate numerus rules: fail early, fail gracefully
2012-03-30 João AbecasisVerify presence of "magic cookie" before more expensive...
2012-03-30 João AbecasisUse unsigned variable for size and index
2012-03-30 Morten SorvigAdd Mac OS 10.8 define.
2012-03-30 Morten SorvigFix "unused variable" warning in QVariant header.
2012-03-30 João AbecasisFix comments out of touch with reality
2012-03-29 Thiago MacieiraRevert to Qt4 behaviour that QUrl().isValid() == false
2012-03-29 Thiago MacieiraFix the license headers for the files in the new-qurl...
2012-03-29 Thiago MacieiraDe-inline qHash(const QUrl&) and improve
2012-03-29 Thiago MacieiraFix QUrl operator== and operator<
2012-03-29 Thiago MacieiraDisallow spaces in URLs when parsing in StrictMode.
2012-03-29 Thiago MacieiraReimplement the StrictMode URL parsing
2012-03-29 Thiago MacieiraRe-introduce support for QUrl::errorString()
2012-03-29 Thiago MacieiraPort to the new QUrl API
2012-03-29 Thiago MacieiraAdd QUrl::setQuery overload with QUrlQuery
2012-03-29 Thiago MacieiraQUrl: optimise setHost for the common case
2012-03-29 Thiago MacieiraQUrl: Always lowercase the scheme
2012-03-29 Thiago MacieiraLong live the new QUrl implementation.
2012-03-29 Thiago MacieiraMove some of qurl.cpp into other files for ease of...
2012-03-29 Thiago MacieiraForward the methods dealing with the break down of...
2012-03-29 Thiago MacieiraLong live QUrlQuery
2012-03-29 Thiago MacieiraRefactor the URL recoder a little
2012-03-29 Thiago MacieiraRemove the tolerant parsing function and make the recod...
2012-03-29 Thiago MacieiraAdd the code that recodes URLs.
2012-03-29 Thiago MacieiraMark QUrl::{to,from}Punycode as deprecated since 5.0
2012-03-29 Thiago MacieiraMove the QByteArray-based percent-encoding activities...
2012-03-29 Jędrzej NowackiMake QArrayData::shared_null zero terminated.
2012-03-29 Denis DzyubenkoDon't copy the whole binary input into QJsonDocument
2012-03-29 Denis DzyubenkoValidate size of the input in QJsonDocument::fromBinaryData
2012-03-29 Lars KnollProperly detach when the modified object is a sub object
2012-03-29 Jonas RabbeFix a crash in QFactoryLoader
2012-03-29 Jędrzej NowackiAdd an assert to QMetaObjectBuilder.
2012-03-29 Thiago MacieiraFix operator precedence order.
2012-03-28 Thiago MacieiraMake qsimd.cpp also complain if required features are...
2012-03-28 Harald FernengelCompile fix for Linux Standard Base
next