profile/ivi/qtbase.git
2012-04-09 Giuseppe D... New qHash algorithm for uchar/ushort arrays (QString...
2012-04-08 Giuseppe D... Stop relying on qHash always giving the same results
2012-04-08 Giuseppe D... QHostAddress: improve qHash implementation
2012-04-08 Giuseppe D... QUrl: added two-arguments qHash support
2012-04-07 Giuseppe D... More qHash(T, uint) overloads for Qt types
2012-04-07 Giuseppe D... QFileSystemModel: fix sorting
2012-04-07 Thiago MacieiraRemove -DQT_NO_STL from the bootstrapped builds
2012-04-07 Thiago MacieiraRemove references to QT_NO_STL from QtConcurrent
2012-04-07 Thiago MacieiraRemove references to QT_NO_STL from QtCore
2012-04-06 Giuseppe D... qHash: always use the seed in the catch-all template
2012-04-06 Giuseppe D... Add test for qHash(QByteArray)
2012-04-06 Giuseppe D... Add test for qHash(QString) / qHash(QStringRef)
2012-04-05 Marcel KremsFix compilation with MinGW.
2012-04-05 Giuseppe D... QLatin1String: add qHash overload
2012-04-05 João AbecasisEnable variadic macros for MSVC >= 2005
2012-04-05 David FaureFix unittest for QStandardPaths::enableTestMode
2012-04-05 João AbecasisAdd zero-termination checks to QString and QByteArray...
2012-04-05 João AbecasisRevert "Add tests to verify QByteArray's zero termination"
2012-04-05 Thiago MacieiraMake QLocale::toULongLong return the proper type: qulon...
2012-04-05 Thiago MacieiraGet rid of QKeyEventEx
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 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 Giuseppe D... QHash security fix (1.5/2): qHash two arguments overloa...
2012-04-03 Giuseppe D... Stop relying on QHash ordering
2012-04-03 João AbecasisReorganize unicode string support in QString
2012-04-03 Stephen KellyRemove the sectionAutoResize signal.
2012-04-03 John LaytQLocale: Merge month name data storage to save 50KB...
2012-04-03 Giuseppe D... QHash 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 Jędrzej NowackiRemove duplicated template code.
2012-04-02 João AbecasisDon't use qstrlen if string is not null
2012-04-02 Matt NewellQSqlDriver functions made virtual
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 João AbecasisAdd missing include on 32-bit builds
2012-03-31 Robin BurchellRemove all calls to, and deprecate qMalloc, qRealloc...
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 AbecasisAdd tests to verify QByteArray's zero termination
2012-03-30 João AbecasisUse unsigned variable for size and index
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 MacieiraMove the #include "tst_qurlinternal.moc" up to workarou...
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 Jędrzej NowackiRemove compression support from moc.
2012-03-29 Jędrzej NowackiAdd an assert to QMetaObjectBuilder.
2012-03-29 Jędrzej NowackiCompile QArrayData in bootstrap phase.
2012-03-29 Thiago MacieiraFix operator precedence order.
2012-03-28 Thiago MacieiraMake qsimd.cpp also complain if required features are...
2012-03-28 João AbecasisClean up and make robust the file loading code
2012-03-28 Thiago MacieiraPort QHostAddress to use the new IP utilities in QtCore
2012-03-28 Thiago MacieiraAdd support for IPv6 parsing and reconstructing the...
2012-03-28 Thiago MacieiraAdd a function to parse IPv4 addresses in QtCore
2012-03-28 Thiago MacieiraRemove the -no-stl option from configure
2012-03-28 Thiago MacieiraRemove the old code using MMX registers.
2012-03-28 Debao ZhangRemove WA_PaintOutsidePaintEvent
2012-03-28 Debao ZhangRemove AutoCompatConnection
2012-03-28 David FaureAllow auto tests to stay away from the user's configura...
2012-03-28 João AbecasisEnsure QTypedArrayData is just a shim over QArrayData
2012-03-28 João AbecasisImprove output on test failures
2012-03-28 João AbecasisSilence unused comparison result warnings (clang)
2012-03-28 João AbecasisFix loop conditions, after warnings from clang
2012-03-28 Thiago MacieiraDon't hardcode the order of elements in QHashes
2012-03-28 Thiago MacieiraUnit-test the additional QBasicAtomicXXX expansions
2012-03-28 Stephen KellyRemove workaround for QComboBox not having a USER property.
2012-03-28 Stephen KellyAdd USER properties to QDateEdit and QTimeEdit.
next