profile/ivi/qtbase.git
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...
2011-07-06 Martin PeterssonQAbstractSocket: Always clear old QHostAddress list...
2011-07-05 Casper van... Update the documentation after moving examples.
2011-07-05 Casper van... Move some other examples around in the docs.
2011-07-05 Casper van... Remove references to demos from docs.
2011-07-05 Olivier GoffartMake use of deleted members in Q_DISABLE_COPY
2011-07-05 Martin PeterssonQHostAddress: fix compile on Windows
2011-07-05 Olivier GoffartFix QScopedPointerarray default constructor
2011-07-05 Markus GoetzQNAM HTTP: Fix canReadLine() for zerocopy
2011-07-05 Shane KearnsRemove QT3_SUPPORT from network
2011-07-05 Sergio AhumadaDoc: Fixing typo
2011-07-05 Shane KearnsFinish removal of QT3_SUPPORT from corelib/codecs
2011-07-05 Eskil Abrahamsen... Don't issue GL calls when the geometry is empty
2011-07-05 Rohan McGovernFixed compile of QtOpenGL on Mac & QPA.
2011-07-05 Rohan McGovernFixed opengldesktop configure test for mac.
2011-07-04 Matthew Cattellfixed typo in .pro file
2011-07-04 Markus GoetzRemove config.tests/unix/ipv6
2011-07-04 Martin PeterssonQNam remove compile warnings for QNetworkReplyHttpImpl
2011-07-04 Oswald Buddenhagenmake argument quoting code on windows less arcane
2011-07-04 Oswald Buddenhagenfix argument quoting on windows
2011-07-04 Lasse HolmstedtAdd QScreenOrientationChangeEvent and rotation support...
2011-07-04 Markus GoetzAlways assume IPv6 support
2011-07-04 Martin PeterssonAdd Happy-Eyeballs style IPv6 connection establishing.
2011-07-01 Casper van... Move the composition example in the docs.
2011-07-01 David BoddieDoc: Fixed qdoc warnings.
2011-07-01 Martin ZielinskiImplemented on-screen visibility handling via wayland
2011-07-01 Eskil Abrahamsen... Fix resource leak in QFontEngineDirectWrite
2011-07-01 Eskil Abrahamsen... Fix transformations on DirectWrite rasterized text
2011-06-30 Laszlo AgocsAdd a touchscreen generic qpa plugin.
2011-06-30 Eskil Abrahamsen... Fix text color in some cases of QML and QStaticText
2011-06-30 Frederik GladhornAdd HB_LineBreakType to qharfbuzz_copy_p.h.
2011-06-30 Jiang JiangMove glyph run merging logic to QTextLayout level
2011-06-30 Lars Knollmake QHoverEvent inherit from QInputEvent
2011-06-30 Laszlo AgocsAdd touch event support to wayland plugin.
next