profile/ivi/qtbase.git
2012-01-05 Jason McDonaldPrevent QFileInfo test from leaving temporary files...
2012-01-05 Kurt KorbatitsChanged tests: qmake,selftest and lancelot to use QFIND...
2012-01-05 Pekka VuorelaAdded flag operators for Qt::InputMethodQueries
2012-01-05 Denis DzyubenkoRegistered QUuid in the metatype system as a builtin...
2012-01-05 Pekka VuorelaQTextLayout::lineAt() to return invalid line if index...
2012-01-05 Jiang JiangSupport RTL text with merge font engines
2012-01-05 Samuel RødalIntroduced QOpenGLContext::aboutToBeDestroyed() signal.
2012-01-05 Friedemann... Fix compiler warnings in QtNetwork.
2012-01-05 Friedemann... QApplication: Remove unused variable causing a compiler...
2012-01-05 Denis DzyubenkoRemoved obsolete function QUuid::operator QString()
2012-01-04 Frederik GladhornRemove old accessible itemviews code.
2012-01-04 Robin BurchellSplit polling watcher out to its own seperate files.
2012-01-04 Simon HausmannFix QPainter::drawText with complex brushes
2012-01-04 Robin BurchellPass notification of failure of watches onto the caller.
2012-01-04 Jonas M. GastalEmit error if trying to connect while socket is connect...
2012-01-04 Bradley T.... Don't release timer ids in event dispatcher code
2012-01-04 Simon HausmannFix rare crashes in fontconfig fontdb due to uninitiali...
2012-01-04 Jędrzej NowackiRefactor QVariant handlers.
2012-01-04 Kai Koehneconfigure: Remove -nokia-developer option
2012-01-04 JørgenExport QOpenGLTextureCache
2012-01-04 Joerg Bornemannfix invalid connection in tst_QProcess::lockupsInStartD...
2012-01-04 Denis DzyubenkoDeinlined QLocale::operator==
2012-01-04 Denis DzyubenkoMarked QUuid as Q_MOVABLE_TYPE in the metatype system.
2012-01-04 Jason McDonaldAvoid QCOMPARE outside test function in QSettings test.
2012-01-04 Jason McDonaldRemove redundant debug code from QFileSystemWatcher...
2012-01-04 Frederik GladhornAdd virtual destructors to accessible interfaces.
2012-01-04 Frederik GladhornAccessibility: extend listview unit test.
2012-01-03 Denis DzyubenkoFixed static assert in qvariant template magic
2012-01-03 Bradley T.... Make QCocoaEventDispatcher inherit from QAbstractEventD...
2012-01-03 Frederik GladhornUse meta object to get string rep of QAccessible::Role.
2012-01-03 Richard MooreAlways load the openssl configuration.
2012-01-03 David FaureQStandardPaths: add GenericCacheLocation.
2012-01-03 Pekka VuorelaQLineEdit to use Qt::ImhSensitiveData input hint on...
2012-01-03 Bradley T.... Make sure tst_QThreadStorage finds its subprocess
2012-01-03 Holger Hans... directfb: Refer to the right class in the error message
2012-01-03 Yuchen DengBuild fix if using '-no-stl' configure option
2012-01-03 Jason McDonaldUse true and false in preference to TRUE and FALSE...
2012-01-02 Stephen KellyClose bracket in documentation.
2012-01-02 Robin BurchellRemove support for dnotify QFileSystemWatcher.
2012-01-02 Robin BurchellMerge integrity support into unix.
2012-01-02 Jiang JiangFix crash in positionInLigature
2012-01-02 Stephen KellyChange the default value of QSortFilterProxyModel:...
2012-01-02 Samuel RødalSend ApplicationActivate and ApplicationDeactivate...
2012-01-02 Holger Hans... corelib: Introduce Q_ALLOC_SIZE and use it on qMalloc...
2012-01-02 Robin BurchellImplement (and unit test) simple QVarLengthArray::first...
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...
next