profile/ivi/qtdeclarative.git
2012-04-30 Andrew den... Elaborate on drag and drop and model view examples...
2012-04-30 Alan AlpertMention the common usecase for classBegin in QQmlParser...
2012-04-30 Jerome PasionWhitespace fix in the source code.
2012-04-29 Matthew VogtEnsure external value types are initialized before...
2012-04-27 Yann BodsonFix typo in documentation
2012-04-27 Pekka VuorelaTextEdit to honor input direction on neutral text
2012-04-27 Pekka VuorelaFix TextEdit with right aligned text when size changes
2012-04-27 Pekka VuorelaQQuickTextInput aligment to follow input method on...
2012-04-27 Frederik GladhornFix typos.
2012-04-27 Jerome PasionDoc: Fixing errors due to incorrect QDoc commands.
2012-04-27 Jędrzej NowackiAvoid calling gc in QQmlEngine destructor.
2012-04-27 Rohan McGovernRemoved parallel_test from parallel-unsafe autotest.
2012-04-27 Andrew den... Fix bounding rects of text items.
2012-04-27 Andrew den... Don't do a layout for wrapping if there is no width...
2012-04-27 Andrew den... Propagate left key presses to the parent item when...
2012-04-26 Girish Ramakrishnanapi: remove references to inputPanel.
2012-04-26 Aurindam JanaQmlDebugJS: Re-enable autotest on mac
2012-04-26 Kai KoehneDebugger: Re-enable autotest on mac
2012-04-26 Aurindam JanaQmlDebugging: Exchange supported QDataStream versions
2012-04-26 Kent HansenSpecialize for QJson types in the QObject meta-call...
2012-04-26 Jędrzej NowackiUse macro for QByteArrayData initialization.
2012-04-26 Jason McDonaldRe-enable qmltest on non-Mac platforms.
2012-04-26 Pekka VuorelaTypo fix
2012-04-26 Alan AlpertExpound on canvas example documentation
2012-04-26 Alan AlpertMore example docs
2012-04-26 Alan AlpertUse fixed font size in test
2012-04-26 Matthew VogtRemove relative directory elements in import paths
2012-04-26 Alan AlpertFlesh out examples documentation
2012-04-26 Chris AdamsOptimise memory usage of bound signals
2012-04-25 Olivier GoffartAdapt qtdeclarative to the change in QMetaObject
2012-04-25 Thiago MacieiraDon't use the QRegExp methods that modify the object
2012-04-25 Aurindam JanaDebugger: Change name and protocol of QDeclarativeObser...
2012-04-25 Kai KoehneDebugger: Fix race conditions in block mode
2012-04-25 Kai KoehneDebugger: Fix warnings about declarative_debug in autotests
2012-04-25 Kai KoehneDebugger: Improve output of autotests
2012-04-25 Kai KoehneDebugger: Fix race condition in block mode, QQmlDebugServer
2012-04-25 Laszlo AgocsMake touch event delivery in the canvas reentrant
2012-04-24 Kai KoehneDebugger: Fix RAII usage of ReadWriteLocker
2012-04-24 Kai KoehneDebugger: Add asserts for right usage of threads
2012-04-24 Kai KoehneFix usage of QMutexLocker
2012-04-24 Kai KoehneDebugger: Make sure stateChanged is called from debugge...
2012-04-24 Thiago MacieiraMark all Latin 1 strings with QString::fromLatin1 or...
2012-04-24 Thiago MacieiraThe QUrl constructor can be used once again, so use it.
2012-04-24 Roberto RaggiInitialize value type properties.
2012-04-24 Jason McDonaldDisambiguate qmltest example and qmltest autotest.
2012-04-24 vertriesDoc: Fixed tutorial articles' types.
2012-04-24 Aurindam JanaQmlInspectorPlugin: AbstractViewInspector
2012-04-24 Olivier GoffartDo not use deprecated API
2012-04-23 Matthew VogtVerify that QML can reliably receive datetime info...
2012-04-23 Matthew VogtRecord current status of date conversion from QML
2012-04-23 Matthew VogtAdd support for var properties in V4
2012-04-23 Olivier GoffartDon't use deprecated QVariant API
2012-04-23 Frederik GladhornImprove test to use actual double click timeout.
2012-04-23 Jerome PasionDoc: Changed the title for QtQuick articles
2012-04-23 Alan AlpertDoc Fix
2012-04-23 Olivier GoffartqMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecated
2012-04-23 Andrew den... Reduce memory usage of QQuickPath for simple paths.
2012-04-23 Bea LamOnly run populate for items in model at creation
2012-04-23 Friedemann... QtDeclarative: Fix compiler warnings.
2012-04-23 Michael BrasserAlso check notifier endpoints when checking whether...
2012-04-23 Michael BrasserSupport and use parameters in QQmlNotifierEndpoint.
2012-04-23 Chris AdamsAdd some component path canonicalization tests
2012-04-20 Jason McDonaldRe-enable QQuickPixmapCache test on most platforms.
2012-04-20 Lars KnollQtQml doesn't depend on xmlpatterns anymore
2012-04-20 Kai KoehneDebugger: Improve autotest output on failure
2012-04-20 Tobias HungerFix warnings about non-virtual destructors
2012-04-20 Andrew den... Remove uninitialized variable.
2012-04-20 Laszlo AgocsAvoid losing mouse events when the event loop gets...
2012-04-20 Charles YinDisable local storage if the standard data location...
2012-04-20 Andrew den... Fix eliding when text width is reset by an implicitWidt...
2012-04-20 Andrew den... Add a virtual destructor to QQuickVisualDataGroupEmitter.
2012-04-20 Bea LamPaint TextInput when it is reparented
2012-04-20 Yann BodsonImprove examples documentation
2012-04-20 Bea LamClean up test
2012-04-20 Alan AlpertImprove example documentation
2012-04-20 Matthew VogtMove data file to correct location
2012-04-20 Michael BrasserProvide receivers count from QQmlData.
2012-04-20 Girish RamakrishnanUse QInputMethod::isVisible instead of QInputMethod...
2012-04-20 Michael BrasserUse QUrl constructor directly.
2012-04-20 Martin JonesDon't initiate delegate incubation in delegate creation...
2012-04-19 Friedemann... QtDeclarative: No longer use QDeclarative compatibility...
2012-04-19 Andreas HolzammerCompile fix if QT_NO_CLIPBOARD defined
2012-04-19 Girish Ramakrishnaninclude QWindowSystemInterface explicity when needed
2012-04-19 vertriesDoc: Moved article from Qt QML to Qt Quick.
2012-04-19 Jerome PasionDoc: Adding list of JavaScript functions in QML.
2012-04-19 Charles YinCall onreadystatechange() when new data available durin...
2012-04-19 Samuel RødalDelay rendering until canvas is exposed.
2012-04-19 Simjees AbrahamDebugger: Display selected item name in inspector
2012-04-19 Martin JonesMake QML work with the new QUrl implementation.
2012-04-19 Simjees AbrahamDebugger: Changes made for selection using Inspect...
2012-04-19 Adriano RezendeAdd contains method to QQuickItem public API
2012-04-19 Andrew den... Ensure the cursor delegate position is correct when...
2012-04-19 Charles YinClean up qmltest code
2012-04-19 Andrew den... Don't create glyphs for truncated text.
2012-04-19 Chris AdamsImprove QML performance documentation
2012-04-19 Michael BrasserDocument AnchorChanges and ParentChange for QtQuick 2.
2012-04-19 Gunnar SlettaAdd a note in the docs about FBO multisampling
2012-04-18 Aurindam JanaQQmlEngineDebugService: Object creation
2012-04-18 Donald CarrEnabled widget free compilation of QtQuick
2012-04-18 Matthew VogtSplit qquicklistmodel test into two parts
next