profile/ivi/qtbase.git
2012-01-02 Robin BurchellRemove Symbian support from src/corelib/io/.
2012-01-02 Denis DzyubenkoDo not unconditionally define QT_BEGIN_MOC_NAMESPACE
2012-01-02 Robin BurchellInline some methods in qgrayraster.
2012-01-02 Frederik GladhornRemove env var to enable accessibility on linux.
2012-01-02 Holger Hans... blitter: Base QBlitterPaintEngine on QRasterPaintEngine
2012-01-02 Holger Hans... blitter: Group code by functionality in header and...
2012-01-02 Holger Hans... blitter: Fix the 'solid' detection for the brush in...
2012-01-02 Holger Hans... blitter: Move state updates into new methods
2012-01-02 Holger Hans... blitter: Move the definition out of the class
2012-01-02 Holger Hans... blitter: Kill the isBlitterLocked variable of the QBlit...
2012-01-02 Holger Hans... blitter: Use CapabilitiesToStateMask as a class member
2012-01-02 Holger Hans... blitter: Style changes to the code
2012-01-02 Holger Hans... raster: Fix typo in a function argument
2012-01-02 Bradley T.... Make QTimer::singleShot use Qt::PreciseTimer for lower...
2012-01-02 Bradley T.... Change QTimerInfo (UNIX) to keep the interval in millis...
2012-01-02 Bradley T.... Add Qt::TimerType argument to QAbstractEventDispatcher...
2012-01-02 Bradley T.... Add Qt::TimerType and the QTimer::timerType property
2012-01-02 David FaureHandle -1 (Invalid Key) and Qt::Key_unknown gracefully...
2012-01-02 Sergio Ahumadatests: use contains(QT_CONFIG,private_tests) consistently
2012-01-01 Sergio AhumadaUnbreak cross-compilation to ARM.
2011-12-30 Robin BurchellChange event posting to use a QVector.
2011-12-30 Toby TomkinsFlag udpTest as insignificant, fails on Ubuntu 11.10...
2011-12-30 Pekka VuorelaAdapt QGraphicsView test to QPlatformInputContext
2011-12-30 Pekka VuorelaAdapt QGraphicsScene test to use QPlatformInputContext
2011-12-30 Jason McDonaldPrevent qDebug test bypassing the testlib message handler.
2011-12-30 Jason McDonaldUse QVERIFY2 to output verbose failure messages.
2011-12-30 Jason McDonaldCorrect misspelt function names in QFutureWatcher test.
2011-12-30 Jason McDonaldCorrect misspelt function name in qtconcurrentmap test.
2011-12-30 Jason McDonaldCorrect misspelt function name in qtconcurrentfilter...
2011-12-29 Robin BurchellChange test to use new QTRY_COMPARE/QTRY_VERIFY macros.
2011-12-29 Jonas M. GastalMake qDecodeDataUrl return bool.
2011-12-29 Jason McDonaldImprove QTextCodec::codecForLocale() test.
2011-12-29 Sergio AhumadaFix printerPaperSize and some tst_qprinter test failures
2011-12-29 Stephen KellyEnable variadic macros if building in c++0x mode.
2011-12-29 Jason McDonaldDon't allow QThreadPool test to hang on failure.
2011-12-28 Jonas M. GastalClarifying the flow of signals on QNetworkAccessManager.
2011-12-28 Jason McDonaldAvoid repeatedly registering the same meta-type
2011-12-28 Jason McDonaldImprove qtconcurrentthreadengine autotest.
2011-12-28 Jason McDonaldCleanup itemmodel autotests.
2011-12-28 Jason McDonaldRemove old debug code from itemmodel tests.
2011-12-28 Jason McDonaldReinstate commented test data in QItemSelectionModel...
2011-12-28 Jason McDonaldCleanup itemmodel autotests.
2011-12-28 Jason McDonaldRemove empty functions from itemmodels tests.
2011-12-28 Jason McDonaldCleanup corelib autotests.
2011-12-28 Jason McDonaldRemove mention of Trolltech in qlibrary autotest.
2011-12-28 Jason McDonaldRemove mention of Trolltech from QGraphicsScene autotest.
2011-12-28 Jason McDonaldRemove mentions of Trolltech from QRegExp autotest.
2011-12-28 Jason McDonaldRemove mention of trolltech from QThreadStorage test.
2011-12-28 Jason McDonaldRemove mention of Trolltech in QHttp autotest.
2011-12-27 Robin BurchellRemove non-const getters marked for elimination.
2011-12-27 Robin BurchellMerge QTextDocumentFragment::toHtml() overload per...
2011-12-27 Stephen KellyFix typos parametter -> parameter.
2011-12-27 Stephen KellyIncrease the value of the UserRole for the ItemDataRole...
2011-12-27 Stephen KellyReplace a pseudo-virtual slot with a virtual method.
2011-12-27 Jonas M. GastalQLocalSocket shouldn't emit disconnected if it isn...
2011-12-25 Konstantin... add tests and benchmarks for QString::toLower()/toUpper...
2011-12-25 Peter Hartmannnetwork auto tests: add QNetworkReply test for pipelining
2011-12-25 Sami RosendahlFix crashes and non-portable functionality in QDBusDema...
2011-12-25 Sami RosendahlFix crash in QDBusDemarshaller QStringList extraction
2011-12-25 Sami RosendahlFix crash in QDBusDemarshaller basic string-like type...
2011-12-25 Jason McDonaldImprove QSettings autotest
2011-12-25 Jason McDonaldRemove empty functions from QSet autotest.
2011-12-25 Jędrzej NowackiBuild fix for tst_qprinter with c++11
2011-12-23 Holger Hans... v8: Build V8 for FreeBSD
2011-12-23 Holger Hans... v8: Change the selection of Operating System
2011-12-23 Giuseppe D... Remove unused -DQT_NO_PCRE from qmake makefiles
2011-12-23 Stephen KellyFix cmake files for static builds.
2011-12-23 Jørgen LindLink to X and Xrender libs in glxconvenience
2011-12-23 Jan-Arve SaetherFix regression, make sure hit testing work on windows...
2011-12-23 Bradley T.... Finish removing Qt3 support
2011-12-22 Sune VuorelaQCryptographicHash: allow to hash the content of a...
2011-12-22 David FaureFix for -Werror -Wshadow
2011-12-22 Jędrzej NowackiRemove redundant template parameter from QMetaType...
2011-12-22 Shane KearnsFix http authentication to a different realm on the...
2011-12-22 Jędrzej NowackiFix movablity of QVariant.
2011-12-22 Shane KearnsFix race in http connection channel
2011-12-22 Shane KearnsDon't fetch credentials from cache following a failed...
2011-12-22 Shane KearnsHandle plain socket write errors in SSL
2011-12-22 Shane KearnsFix for assertion failure
2011-12-22 Shane KearnsFix faulty logic in http connection pipelining
2011-12-22 Friedemann... QTestLib-selftest: Unblock on Windows.
2011-12-22 Jędrzej NowackiAllow QMetaType to register information about movability
2011-12-22 Harald FernengelRemove QT_NO_STL_WCHAR hack
2011-12-22 David FaureFix handling of invalid modifiers in QKeySequence.
2011-12-22 Harald FernengelUse strlen() inline whenever possible
2011-12-22 Morten Johan... Enable Mac style on Mac OS X.
2011-12-22 Martin PeterssonQNetworkAccessManager: fixed foreach copy of host address
2011-12-22 Jonas M. GastalAdd ToS option to sockets.
2011-12-22 Peter HartmannSSL: fix build with -openssl-linked for OpenSSL 0.9.8*
2011-12-22 Jørgen LindDisable logging in xcb
2011-12-22 Shane KearnsTest case for QTBUG-22875
2011-12-22 Shane KearnsFix compile error when configured with -no-exceptions
2011-12-22 Morten Johan... Mac: Add temporary solution to fix app deployment.
2011-12-21 Morten Johan... Fix up the accessibility inspector.
2011-12-21 Jan-Arve SaetherDo not crash in the windows accessibility bridge
2011-12-21 Martin PeterssonQNetworkAccessManager: delay IPv4 or IPv6 based on...
2011-12-21 Friedemann... QTestlib: Make QImage comparison more verbose.
2011-12-21 Friedemann... QTestLib: Fix QFINDTESTDATA for Windows.
2011-12-21 Friedemann... Rebuild configure.exe.
2011-12-21 Rohan McGovernconfigure[.exe]: use create_prl, link_prl for all modules
next