profile/ivi/qtdeclarative.git
2012-03-14 Gunnar Slettafix gl under example to work also on trivial render...
2012-03-14 Kai KoehneDebugger: Fix autotests on Windows
2012-03-14 Frederik GladhornRemove all accessibility updates to allow changes in...
2012-03-14 Caroline ChaoCodeCoverage: Skip headersclean test.
2012-03-14 Luis Gabriel... Fix AND expression in v4
2012-03-14 Andrew den... Fix memory leak with the shared distance field glyph...
2012-03-14 Chris AdamsDisable particle-related examples from tst_examples
2012-03-14 Gunnar SlettaFix wrap modes not being set.
2012-03-14 Gunnar SlettaRemove use of redundante nullPixmap image reference
2012-03-14 Martin JonesReuse a QQuickCanvas in examples auto test.
2012-03-14 Charles YinRefactor canvas examples by following the new example...
2012-03-14 Michael BrasserSupport module api objects in v4.
2012-03-14 Martin JonesReuse QQuickView in GridView table driven tests
2012-03-13 Charles YinMore refactoring on animation controller
2012-03-13 Casper van... Remove the usage of deprecated qdoc macros.
2012-03-13 Charles YinImplement mouseDrag
2012-03-13 Frederik GladhornSend accessibility updates for the right item.
2012-03-13 Thomas HartmannAdding a custom easing curve editor to declarative...
2012-03-13 Andrew den... Remove unused init function.
2012-03-13 Aurindam JanaQmlDebugging: Modify test JSDebug test cases
2012-03-13 Kai KoehneDebugger: Use QStringLiteral where appropriate
2012-03-13 Martin JonesReuse QQuickView in ListView table driven tests
2012-03-13 Christiaan... QmlProfiler: updated standalone app
2012-03-13 Toby TomkinsDefault image scaling behaviour has changed; fix autotest.
2012-03-13 Chris AdamsFix crash when writing property after engine deletion
2012-03-13 Aaron McCarthyOnly attempt to load QML test cases from source directo...
2012-03-13 Charles YinRefactor XMLHttpRequest example.
2012-03-13 Charles YinRefactor localstorage example
2012-03-13 Aaron KennedyMove binding and expression classes to separate files
2012-03-13 Martin JonesSpeed up view flick tests.
2012-03-13 Jason McDonaldtestlib: Improve verbose and XPASS output
2012-03-13 Martin JonesListView.contentHeight does not include header and...
2012-03-13 Chris AdamsFix leak in tst_qquicklistmodel unit test
2012-03-13 Bea LamDisplaced items were moving unnecessarily
2012-03-13 Martin JonesImprove interaction of nested Flickables and PathView
2012-03-13 Andrew den... Declare change set and compositor structs as movable...
2012-03-13 Glenn WatsonChange repeater item to handle model being deleted.
2012-03-13 Charles YinFix SignalSpy disconnect issue
2012-03-13 Charles YinRemove the rest of qtquick 1.0 code from qmltest
2012-03-13 Charles Yininclude header correctly
2012-03-12 Gatis PaeglisFix for QTBUG-22777. Removed unnecessary check.
2012-03-12 Michael BrasserFix v4 nested object access bug.
2012-03-12 Michael BrasserAdd additional v4 tests.
2012-03-12 Michael BrasserAdd two argument Math.min and Math.max support to v4.
2012-03-12 Michael BrasserAdd Math.ceil and Math.abs support to v4.
2012-03-12 Frederik GladhornCheck that canvas is valid.
2012-03-12 Matthew VogtPrefer \b word boundary markers
2012-03-12 Rohan McGoverntests: enable headersclean also for cross_compile builds
2012-03-12 Morten Johan... Accessibility: childAt_helper descends too far.
2012-03-12 Lars KnollRemove unneeded dependencies to QtWidgets and QtOpenGL
2012-03-12 Laszlo AgocsFix MouseArea autotest.
2012-03-12 Michael BrasserFix tst_qquicktextedit.
2012-03-12 Laszlo AgocsFix double click handler in QQuickItem.
2012-03-12 Sergio AhumadaRemove pin of qtbase for qtdeclarative.
2012-03-12 Kent HansenSkip test that accesses deleted QML engine
2012-03-12 Kent HansenFix flakiness in qquicklistmodel autotest
2012-03-12 Lars KnollMark presumed unstable test as insignificant.
2012-03-11 Charles YinReturn early if animationjob was deleted in all callbac...
2012-03-11 Stephen KellyRemove undefined method.
2012-03-11 Rohan McGovernMake headersclean in qtdeclarative enforce correct...
2012-03-10 Bea Lamrefilled items should be moved immediately
2012-03-10 Bea LamClean up transition objects for positioners
2012-03-10 Luis Gabriel... Add mouse wheel events handler to MouseArea
2012-03-09 Bea LamAvoid using QQuickViewItem as base class
2012-03-09 João AbecasisDon't grow container when desired size is known
2012-03-09 Michael BrasserFix typo.
2012-03-09 Michael BrasserAdd autotest for v4 nested object bug.
2012-03-09 Bea LamReset transitioner pointer when transition job finishes
2012-03-09 Alan AlpertUpdate righttoleft examples to new form factor
2012-03-09 Alan AlpertUpdate text examples to new guidelines
2012-03-09 Alan AlpertUpdate shadereffects example to new guidelines
2012-03-09 Alan AlpertUpdate positioners examples to new guidelines
2012-03-09 Glenn WatsonFix crash in listmodel when data is assigned incorrectly.
2012-03-09 Martin JonesHandle QEvent::TouchCancel in QML_TRANSLATE_TOUCH_TO_MO...
2012-03-09 Roberto RaggiKeep high-level intermediate representation for IR...
2012-03-09 Roberto RaggiRemove non explicitly typed IR::CONST() nodes.
2012-03-09 Aurindam JanaQmlDebugging: Remove QQmlDebugClient
2012-03-09 Kai KoehneQmlProfiler: Avoid overhead if profiling is not enabled
2012-03-09 Matthew VogtRemove unused QTextCursor code from rewriter.
2012-03-09 Matthew VogtPin qtbase at known-good change ID.
2012-03-07 Andrew den... Fix selected text highlight in TextEdit.
2012-03-07 Morten Johan... Improve accessibility action support for Qt Quick
2012-03-07 Kai KoehneQML Debugger: Change prefix of warnings
2012-03-07 Alexis MenardQQuickView with the default constructor doesn't show...
2012-03-07 Jørgen LindInstall compat into the correct dir
2012-03-07 Aurindam JanaQmlDebugging: Remove deprecated classes
2012-03-07 Aurindam JanaQmlDebugging: Revert the names of services
2012-03-07 Gunnar SlettaCompile after API changes in QCoreApplication
2012-03-07 Kent HansenUse StringRef::load() to initialize DefaultProperty...
2012-03-07 Kent HansenDon't needlessly create alias property names in the...
2012-03-07 Kent HansenMake sure QML type "real" always maps to C++ type ...
2012-03-07 Michael BrasserCorrectly place '.' when building name for call express...
2012-03-07 Lars KnollDon't link against QtWidgets and QtOpenGL
2012-03-07 Martin JonesListView can freeze if flicked beyond its bounds.
2012-03-07 Bea LamFix setting of target lists when target Transition...
2012-03-07 Kurt KorbatitsChanged particles tests to work from install directory
2012-03-07 Kurt KorbatitsChanged quick tests to work from install directory
2012-03-07 Kurt KorbatitsChanged qml tests to work from install directory
2012-03-07 Charles YinChange the default renderTarget and renderStrategy
2012-03-07 Charles YinRepaint the canvas item properly when canvas resized
next