Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'
[profile/ivi/qtbase.git] / src /
2011-09-12 suzuki toshiyaReplace 'i < len-1 && func(i+1)' by 'i+1 < len && func...
2011-09-12 Holger Hans Peter... directfb: Include directfbgl.h directly
2011-09-12 Ritt Konstantindon't detach until the list is going to be modified
2011-09-12 Ritt Konstantinoptimize QList::removeAll()
2011-09-12 Viktor KolesnykMissed break of switch-case added
2011-09-12 Bernhard RosenkraenzerFix building the OpenVG graphicssystem on Linux with...
2011-09-12 Michał ZającRetain ABI and API compatibility when Qt is built with...
2011-09-12 Bernhard RosenkraenzerFix -no-gui
2011-09-12 Tasuku SuzukiFix compilation with QT_NO_*
2011-09-12 Oswald Buddenhagendon't crash when destroying codec list
2011-09-09 Jiang JiangFix a few memory leaks for QFontconfigDatabase
2011-09-09 Aaron KennedyUpdate V8
2011-09-08 Thiago MacieiraAdd an SSE4.2 even simpler version of toLatin1
2011-09-08 Thiago MacieiraCreate a function that merges the SSE common code
2011-09-08 Thiago MacieiraImprove toLatin1 x86 SIMD by using a new SSE4.1 instruction
2011-09-08 Jiang JiangAvoid double initialize of platform font database
2011-09-07 Keno Fischeradded -b<file> option to moc to support additional...
2011-09-07 Peter HartmannQSslCertificate: block all DigiNotar (intermediate...
2011-09-07 Aaron KennedyUpdate V8
2011-09-06 Andrew den ExterFix TextInput test failures.
2011-09-05 Bradley T. HughesDon't use QSettings to "cache" plugin information
2011-09-05 Lasse HolmstedtGeneric property support for platform windows
2011-09-05 Jason McDonaldPass log file name when constructing loggers.
2011-09-05 Jason McDonaldBeautify testlib's usage message
2011-09-05 Andrew den ExterMake it easier to select words at the start of a line.
2011-09-05 Andrew den ExterFix delayed password masking mid-string.
2011-09-05 Andrew den ExterMove cursorDelegate with the mouse selection of read...
2011-09-02 Shane KearnsRestore Qt4.7 behaviour of QFileInfo::absolute(File...
2011-09-02 Peter HartmannQSslCertificate: also check common name for blacklisted...
2011-09-02 Corentin Charyqssl: use reinterpret_cast instead of C-style casts
2011-09-02 Kent HansenUpdate our V8
2011-09-02 Bradley T. HughesRemove the build-key from the plugin verification data
2011-09-02 Shane KearnsFix comparison of absolute, unclean paths in QDir
2011-09-02 Corentin Charyqssl: add auto test to QSsl::Opaque QSslKeys
2011-09-02 Jason McDonaldRemove circular dependency in testlib logging
2011-09-01 Kent HansenTry to ensure that QT_ARCH is always set when configuri...
2011-09-01 Ritt Konstantinomit unassigned (and too recent) codepoints from the...
2011-09-01 Kent HansenDon't build v8 when -no-v8 is passed to configure
2011-09-01 Bradley T. HughesRename the private helper function QList::free() to...
2011-09-01 Bradley T. HughesRemove declarations for QListData functions removed...
2011-09-01 Gabriel de DietrichUpdate license headers
2011-09-01 Jason McDonaldFix various trivial formatting issues.
2011-09-01 Jason McDonaldRemove QXmlTestLogger constructor default param
2011-09-01 Jason McDonaldSimplify qtestlib logging code, part 3
2011-09-01 Jason McDonaldSimplify qtestlib logging code, part 2
2011-09-01 Jason McDonaldSimplify qtestlib logging code, part 1
2011-08-31 Corentin Charyqssl: add support for QSsl::Opaque key
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...
next