Limit Bezier curve subdivision to maximum 512 line segments.
[profile/ivi/qtbase.git] / src /
2012-01-06 Kim Motoyoshi KallandLimit Bezier curve subdivision to maximum 512 line...
2012-01-06 Frederik GladhornConstify more accessibility interface functions.
2012-01-06 Frederik GladhornImage interface functions should be const.
2012-01-06 Robin BurchellRemove all non-inline of qMalloc/qFree/qRealloc.
2012-01-06 Frederik GladhornFix documentation.
2012-01-06 Frederik GladhornRemove qdoc for code that no longer exists.
2012-01-06 Frederik GladhornRemove docs for functions that no longer exist.
2012-01-06 Frederik GladhornFix documentation: missing const
2012-01-06 Simon HausmannFix crashing data urls
2012-01-06 Robin BurchellRemove duplicate fnctl() call.
2012-01-06 Martin PeterssonQNetworkAccessManager: check if networksession is set
2012-01-06 Richard MooreAdd a new QT_NO_SSL feature macro.
2012-01-06 Friedemann KleintWindows: Fix compiler warnings in accessibility.
2012-01-06 Frederik GladhornRemove Cursor functions from invokeMethod.
2012-01-06 Frederik GladhornUpdate docs.
2012-01-06 Samuel RødalAdded xrender as a dependency to build glxconvenience.
2012-01-06 Sami RosendahlFix memory leak in QDomDocument DTD entity declaration...
2012-01-06 Sami RosendahlFix memory leak in QDomDocument DTD notation declaratio...
2012-01-05 Stephen KellyAdd the roles to the dataChanged slot.
2012-01-05 Bradley T. HughesDo not always compile in QTimerInfoList::repairTimers()
2012-01-05 Bradley T. HughesUse Qt::TimerType on UNIX when scheduling timers
2012-01-05 Albert Astals CidUse clipboard_timeout instead of hardcoded 5000 (since...
2012-01-05 Jonas M. GastalMake socket descriptors qintptr.
2012-01-05 Bradley T. HughesUse explicit Qt::TimerTypes when starting animation...
2012-01-05 David FaureFix compile error with qWarning() << myDateTime and...
2012-01-05 Albert Astals CidFree the replies
2012-01-05 Albert Astals CidCheck for the clipboard manager when looping due to...
2012-01-05 Robin BurchellRemove OS X FSEvents watcher.
2012-01-05 Pekka VuorelaRemoved QApplication::setInputContext()
2012-01-05 Pekka VuorelaRemoved Qt::ImhMultiLine
2012-01-05 Robin BurchellAvoid redefining the lastWindowClosed() signal.
2012-01-05 Bradley T. HughesQCocoaEventDispatcherPrivate members should not be...
2012-01-05 Caroline ChaoCodeCoverage: Remove releaseCoverageTool() function.
2012-01-05 Bradley T. HughesDocument that QBasicTimer::start(int, QObject*) uses...
2012-01-05 Bradley T. HughesWarn when using QBasicTimer::start() incorrectly
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
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 KleintFix compiler warnings in QtNetwork.
2012-01-05 Friedemann KleintQApplication: 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. HughesDon'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 JørgenExport QOpenGLTextureCache
2012-01-04 Denis DzyubenkoDeinlined QLocale::operator==
2012-01-04 Denis DzyubenkoMarked QUuid as Q_MOVABLE_TYPE in the metatype system.
2012-01-04 Frederik GladhornAdd virtual destructors to accessible interfaces.
2012-01-03 Denis DzyubenkoFixed static assert in qvariant template magic
2012-01-03 Bradley T. HughesMake 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 Holger Hans Peter... directfb: Refer to the right class in the error message
2012-01-03 Yuchen DengBuild fix if using '-no-stl' configure option
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 Peter... 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 Peter... blitter: Base QBlitterPaintEngine on QRasterPaintEngine
2012-01-02 Holger Hans Peter... blitter: Group code by functionality in header and...
2012-01-02 Holger Hans Peter... blitter: Fix the 'solid' detection for the brush in...
2012-01-02 Holger Hans Peter... blitter: Move state updates into new methods
2012-01-02 Holger Hans Peter... blitter: Move the definition out of the class
2012-01-02 Holger Hans Peter... blitter: Kill the isBlitterLocked variable of the QBlit...
2012-01-02 Holger Hans Peter... blitter: Use CapabilitiesToStateMask as a class member
2012-01-02 Holger Hans Peter... blitter: Style changes to the code
2012-01-02 Holger Hans Peter... raster: Fix typo in a function argument
2012-01-02 Bradley T. HughesMake QTimer::singleShot use Qt::PreciseTimer for lower...
2012-01-02 Bradley T. HughesChange QTimerInfo (UNIX) to keep the interval in millis...
2012-01-02 Bradley T. HughesAdd Qt::TimerType argument to QAbstractEventDispatcher...
2012-01-02 Bradley T. HughesAdd Qt::TimerType and the QTimer::timerType property
2012-01-02 David FaureHandle -1 (Invalid Key) and Qt::Key_unknown gracefully...
2012-01-01 Sergio AhumadaUnbreak cross-compilation to ARM.
2011-12-30 Robin BurchellChange event posting to use a QVector.
2011-12-29 Jonas M. GastalMake qDecodeDataUrl return bool.
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-28 Jonas M. GastalClarifying the flow of signals on QNetworkAccessManager.
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...
next