Fix build with Clang for libpng versions 1.4.0 to 1.5.2
[profile/ivi/qtbase.git] / src /
2011-08-31 Tor Arne VestbøFix build with Clang for libpng versions 1.4.0 to 1.5.2
2011-08-31 Aurélien GâteauIntroduce menubar plugin system
2011-08-31 Aurélien GâteauIntroduce QAbstractPlatformMenuBar
2011-08-31 Aurelien GateauHide Q<Platform>MenuAction
2011-08-31 Aurélien GâteauFix warning about initialization order
2011-08-31 Lars KnollAdd QLocale::toUpper/Lower
2011-08-31 Lars KnollCorrectly position aliased lines with flat caps
2011-08-31 Jason McDonaldFix errors in lightxml test logger
2011-08-31 Jason McDonaldMake lightxml and xml log formatting consistent
2011-08-31 Jason McDonaldRemove ability to run tests in random order.
2011-08-30 Peter HartmannQSslCertificate: blacklist fraudulent *.google.com
2011-08-30 Martin PeterssonQHttpNetworkConnection : Fix the case when we only...
2011-08-30 Martin PeterssonQHttpNetworkReply: Change dataReadProgress to qint64.
2011-08-30 Aaron KennedyAdd a signal emitted callback to QAbstractDeclarativeData
2011-08-29 Kent HansenAdd QtV8 library to QtBase
2011-08-29 Kim Motoyoshi KallandOptimized QMatrix4x4 by improving how 'flagBits' are...
2011-08-29 Jason McDonaldRemove the QTEST_NOEXITCODE define.
2011-08-29 Jason McDonaldRename COMPARE_IMPL2 to TO_STRING_IMPL.
2011-08-29 Jason McDonaldRemove unused function
2011-08-29 Jason McDonaldRemove literal tabs
2011-08-29 Jason McDonaldRemove default params from QTestData constructor
2011-08-29 Jason McDonaldRemove obsolete ifdef.
2011-08-29 Jason McDonaldRemove debugging printf.
2011-08-29 Jason McDonaldRemove obsolete autotest command-line flag.
2011-08-29 Jason McDonaldSend error messages to stderr rather than stdout
2011-08-29 Jason McDonaldRemove unused members and methods from QTestLogger.
2011-08-29 Jason McDonaldRemove unused methods from QTestLogger.
2011-08-29 Jason McDonaldRemove QTestLog constructor/destructor definitions
2011-08-29 Jason McDonaldAdd missing assertions.
2011-08-29 Jason McDonaldBe more consistent when including private headers.
2011-08-29 Jason McDonaldRemove mode parameter from QTestLog::addSkip().
2011-08-29 Jason McDonaldFix broken header file guard.
2011-08-29 Jason McDonaldFix typo in enum name.
2011-08-29 Jason McDonaldFix minor formatting issues.
2011-08-29 Jason McDonaldRemove QTestFileLogger class.
2011-08-29 Jason McDonaldRemove ability to change XML logger during a test.
2011-08-29 Jason McDonaldEnable multiple instances of QAbstractTestLogger.
2011-08-29 Jason McDonaldRemove color logging feature from qtestlib.
2011-08-29 Jason McDonaldRemove circular dependency in testlib logging code
2011-08-26 Frederik GladhornFix typo for ifdef QT_NO_ACCESSIBILITY
2011-08-26 José Millán SotoCall QAccessible::updateAccessibility when a widget...
2011-08-26 José Millán SotoCall QAccessible::updateAccessibility when setText...
2011-08-26 José Millán SotoIncorrect property name in QAccessibleAbstractSpinBox...
2011-08-26 Frederik GladhornCheck if bridge plugin vector is still valid.
2011-08-26 Eskil Abrahamsen... Fix crash when fallback font is not #0 in multi font...
2011-08-26 Ritt Konstantinoptimize parsing of templates like p{IsArabic}, etc
2011-08-26 Ritt Konstantinoptimize parsing of templates like p{L}, p{Lu}, etc
2011-08-26 Ritt Konstantindon't build code related to CClass if QT_NO_REGEXP_CCLA...
2011-08-26 Jason McDonaldRemove duplicated code from QTestBasicStreamer.
2011-08-25 Eskil Abrahamsen... Fix justification of RTL text
2011-08-25 Frederik GladhornAdd constants to QAccessible::Event enum.
2011-08-25 David FaureAdd a QApplication::queryKeyboardModifiers() method.
2011-08-25 David FaureMake the DBus timeout configurable in QDBusAbstractInte...
2011-08-24 Antonis TsiapaliokasAdd operator== and operator!= to qsqlerror class
2011-08-23 José Millán SotoDo not expose text when echo mode is not Normal.
2011-08-23 José Millán SotoCheck validator when changing text using accessibility...
2011-08-23 Frederik GladhornImplemented QAccessibleTextEdit::attributes()
2011-08-22 Frederik GladhornAdd IAccessible2 table2 implementation.
2011-08-19 Eskil Abrahamsen... Enablers for using QGlyphRun in SceneGraph
2011-08-18 Rohan McGovernFixed broken lookup of fallback fonts on qpa
2011-08-18 Frederik GladhornUse name for combobox on Unix.
2011-08-18 Frederik GladhornRename textBeforeOffsetFromString to start with q.
2011-08-18 Frederik GladhornImplement text interface for QLineEdit.
2011-08-18 Eike ZillerFix compilation with thumb2.
2011-08-18 Eskil Abrahamsen... Fix bidi reordering of RTL text with embedded images
2011-08-18 Ritt KonstantinMinor optimizations for QTextEngine
2011-08-18 Frederik GladhornAdd DBus VirtualObject to handle multiple paths.
2011-08-18 Frederik GladhornFix a11y crash: dock doesn't always have a widget.
2011-08-18 Frederik GladhornFix typo in comment.
2011-08-18 Frederik GladhornAvoid bogus accessibility focus events from menus.
2011-08-18 Rohan McGovernStabilize autotests using QTest::qWaitForWindowShown...
2011-08-17 Frederik GladhornWhen asking for relations, don't crash on children...
2011-08-16 Frederik GladhornRemove more inconsistencies with invisible.
2011-08-16 Frederik GladhornQAccessibleToolButton::text should return accessibleNam...
2011-08-16 Frederik GladhornRemove stray semicolon.
2011-08-16 José Millán SotoChanging cursor position in all boundaries
2011-08-15 Robert HoganHTTP internals: send password even if no username is set
2011-08-15 David FaureMake QThread::sleep/msleep/usleep public.
2011-08-15 David FaureAdd flag for non-recursive lookup of child qobject(s)
2011-08-15 Alan AlpertFocusScope's focusItem must always be a descendent
2011-08-15 Alan AlpertDon't endless loop
2011-08-15 Alan AlpertDon't leak MouseEvents
2011-08-12 Friedemann KleintSubmit ui4.cpp/h as generated by corresponding change...
2011-08-12 Laszlo AgocsHandle EINTR gracefully in Wayland clipboard.
2011-08-11 Lars KnollQXmlStream lives in QtCore
2011-08-10 Peter HartmannQLabel documentation: add warning about sanitizing...
2011-08-09 Harald FernengelRemove all non-const operator==
2011-08-08 Laszlo AgocsChange mouse and wheel QPA events to use QPointF.
2011-08-08 Charles Yinadd qml related usage help message
2011-08-05 Jiang JiangFix fallbacksForFamily in QBasicUnixFontDatabase
2011-08-05 Jiang JiangFix weight parsing in QBasicUnixFontDatabase
2011-08-05 Oswald Buddenhagensupport xcb-icccm 3.8
2011-08-05 Alan AlpertUse more numerically robust algorithm to compute QBezie...
2011-08-04 Peter HartmannQSslCertificate: deprecate alternateSubjectNames()
2011-08-04 Laszlo AgocsSupport QImage and others in Wayland clipboard.
2011-08-02 Friedemann KleintFix QString/QByteArray literals for MSVC2010 (compilati...
2011-07-29 Bradley T. HughesFix compilation with namespaced builds
2011-07-29 Jiang JiangSwitch to use floating point pixelSize in QRawFont...
2011-07-29 Olivier GoffartSimplify the mutexpool used in QObject.
2011-07-29 Olivier GoffartQMutex is now just a pointer
next