profile/ivi/qtbase.git
2011-07-19 Joerg Bornemannfix QFileInfo::isSymLink() for NTFS mount points
2011-07-19 Olivier GoffartAdd a qHash for QUuid
2011-07-19 Olivier GoffartUpdate the documentation of QUuid::operator QString
2011-07-19 Olivier GoffartFix use of C style cast.
2011-07-19 Laszlo AgocsImplement todos in touchscreen generic plug-in.
2011-07-19 Martin PeterssonQNetworkAccessFileBackend: Do not accept file url witho...
2011-07-19 Rohan McGoverntests: do not run the testlib selftest helpers during...
2011-07-19 Rohan McGoverntests: do not run benchmarks by default in 'make check'
2011-07-19 Sergio Ahumadatests: Mark failing autotests as "insignificant" for now
2011-07-15 Olivier Goffart"Fix" the crash at startup on MSVC
2011-07-15 Kim Motoyoshi... Moved red-black tree from qtriangulator.cpp into its...
2011-07-15 Oswald Buddenhagenfix access to free()d memory
2011-07-15 Thiago MacieiraFix the timeout calculation for futexes in QMutex.
2011-07-15 Olivier GoffartDeprecated QUuid::toString
2011-07-15 Ritt Konstantinfixup for d17c76feee9eece4f7d9d1c5cec254842bb0a639
2011-07-15 Olivier GoffartRevert "make QChar::Unicode_Unassigned a constantly...
2011-07-15 Olivier GoffartRegenerate unicode tables
2011-07-14 Samuel RødalDeprecate some QPixmap functions (marked as obsolete...
2011-07-14 Samuel RødalDeprecate some functions in QImage (that have been...
2011-07-14 Jiang JiangFix warning for uninitialized variable
2011-07-14 Peter HartmannSSL internals: certificate verification: use mutex...
2011-07-14 Jiang JiangFix editable combobox style on Mac
2011-07-14 Jiang JiangSkip boundry neutral characters in bidi itemization
2011-07-14 Jiang JiangFix crash when app font is added
2011-07-14 Jiang JiangApply 57993ba7 properly to 4.8
2011-07-14 Jiang JiangAvoid buffer overrun in QMacPixmapData resizing
2011-07-13 Eskil Abrahamsen... Fix potential crash when clicking in a text edit
2011-07-13 Ritt Konstantinmake QChar::Unicode_Unassigned a constantly big value
2011-07-13 Ritt Konstantindrop a dead QChar::Punctuation_Dask enum value
2011-07-13 Ritt Konstantindrop an obsolete QChar::NoCategory enum value
2011-07-13 Markus GoetzQNAM: Introduce clearAccessCache()
2011-07-13 Lars KnollFix compilation on MSVC
2011-07-12 Pierre RossiFix a crash with QGraphicsScene.
2011-07-12 Thiago MacieiraFix uses of qRound on non-floating-point types.
2011-07-12 Olivier GoffartFix compilation with icc 11
2011-07-12 Markus GoetzQNAM HTTP: Re-write compression code
2011-07-12 Thiago MacieiraAdd the #defines for C++0x features in GCC 4.6
2011-07-12 Markus GoetzQNAM HTTP: Do zero-copy for small HTTP replies by default
2011-07-12 Peter HartmannQSslCertificate: extend documentation for new verify...
2011-07-12 Richard MooreAdd the ability to verify a chain of certificates
2011-07-12 Lars KnollRefactor QByteArray to allow for const data
2011-07-12 Jedrzej NowackiCleanup reference counting in QDateTimePrivate class.
2011-07-12 Christian StrømmeAdded macro to check if the malloc hooks should be...
2011-07-12 Lars Knollremove unneeded cast operator on QConstStringData
2011-07-12 Olivier GoffartIntroduce QT_DEPRECATED_SINCE
2011-07-12 Lars KnollAdd autotest for QStringLiteral
2011-07-12 Lars KnollCompile with C++0x enabled
2011-07-12 Peter HartmannQSslCertificate: rename "tag" to "attribute", as in...
2011-07-11 Oswald Buddenhagenfix $$resolve_depends()
2011-07-11 Oswald Buddenhageninline resoveDepends()
2011-07-11 Oswald Buddenhagenfix misnomer: $$resolve_depends() => $$sort_depends()
2011-07-11 Oswald Buddenhageninvert the output order of $$resolve_depends()
2011-07-11 Oswald Buddenhagenmake 1st argument of $$resolve_depends a variable
2011-07-11 Jedrzej NowackiCleanup reference counting in internal::Base class...
2011-07-11 Jedrzej NowackiCleanup reference counting in QIcon class
2011-07-11 Richard MooreSSL: Move the code for extracting the name of an ASN1_O...
2011-07-11 Richard MooreSSL: Add methods to access the tags of the subject...
2011-07-11 Richard MooreSSL: Make the internals of certificate name info match...
2011-07-11 Richard MooreSSL: Store x509 name entries that have no short name...
2011-07-11 Peter HartmannSSL internals: rename methods in the SSL backend to...
2011-07-11 Oswald Buddenhagenmake the non-bootstrapped build work again
2011-07-11 Thiago MacieiraRemove #ifdef for platforms where QChar was packed...
2011-07-11 Markus GoetzQNAM: Remove QNetworkAccessHttpBackend
2011-07-11 Thiago MacieiraReplace try/catch blocks in favour of destructors in...
2011-07-11 Jiang JiangRemove some metrics parsing code from Core Text
2011-07-11 Jiang JiangAdd font related changes in 4.8 into changes
2011-07-11 Richard MooreQSslSocket: Add accessors for SSL version
2011-07-11 Thiago MacieiraRemove Qt 4.3 binary compatibility for MSVC
2011-07-11 Thiago MacieiraRemove the definition of QT_NO_FPU based on the process...
2011-07-11 Thiago MacieiraUse lambdas for generating static data for QStringLiteral
2011-07-08 Casper van... Remove more references to demos.
2011-07-08 Shane KearnsFix memory leak in QHostInfo
2011-07-08 Olivier GoffartRemove the qs() macro.
2011-07-08 Thiago MacieiraUse memmove in QListData::append(int) as regions overlap.
2011-07-08 Markus GoetzQNAM: Add support for more KnownHeaders
2011-07-08 Martin ZielinskiFixed wayland windowmanager-protocol authorization
2011-07-08 Thiago MacieiraAdd support for QStringLiterals in QStringBuilder
2011-07-08 Thiago MacieiraMake the new QStringLiteral produce a non-temporary
2011-07-08 Thiago MacieiraBugfix the QConstString implementation.
2011-07-07 Lars KnollDon't cast a string from ascii
2011-07-07 Harald FernengelDon't keep a static instance of QDBusConnection
2011-07-07 Harald FernengelFix a crash when D-Bus library can't be loaded
2011-07-07 Lars KnollUnify QLatin1String and QLatin1Literal
2011-07-07 Lars KnollSupport for compile time generated QStrings
2011-07-07 Lars KnollAdd an internal QRefCount class to QtCore
2011-07-07 Alan AlpertUpdate sync.profile dependencies to new syntax
2011-07-07 Jyri TahtelaUpdate licenseheader text in source files for qtbase...
2011-07-07 Sergio AhumadaDoc: Fixing typo
2011-07-07 Jiang JiangFix regressions in previous QFontDatabase patch
2011-07-06 Olivier GoffartUse Q_DECL_CONSTEXPR in QFlags
2011-07-06 Olivier GoffartAdd Q_DECL_CONSTEXPR
2011-07-06 Sergio AhumadaMake qtextlayout autotests to compile
2011-07-06 Eskil Abrahamsen... Fix bidi reordering when part of text is rendered by...
2011-07-06 Lars KnollUnicode strings are supported from gcc 4.4 onwards
2011-07-06 Casper van... Remove references to QT_INSTALL_DEMOS & DemosPath.
2011-07-06 Lars KnollFix compilation with c++0x mode
2011-07-06 Gabriel de... Remove QT3_SUPPORT from qsql, qxml
2011-07-06 Markus GoetzQNetworkReply benchmark: Benchmark a chain of SSL requests
2011-07-06 Jørgen LindWe need to let the currentContext be in the same state...
2011-07-06 Jørgen LindFix the wayland windowsurface so that we have stencil...
next