Flesh out examples documentation
[profile/ivi/qtdeclarative.git] / src /
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 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 MacieiraThe QUrl constructor can be used once again, so use it.
2012-04-24 Roberto RaggiInitialize value type properties.
2012-04-24 Aurindam JanaQmlInspectorPlugin: AbstractViewInspector
2012-04-24 Olivier GoffartDo not use deprecated API
2012-04-23 Matthew VogtAdd support for var properties in V4
2012-04-23 Olivier GoffartDon't use deprecated QVariant API
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 ExterReduce memory usage of QQuickPath for simple paths.
2012-04-23 Bea LamOnly run populate for items in model at creation
2012-04-23 Friedemann KleintQtDeclarative: 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-20 Tobias HungerFix warnings about non-virtual destructors
2012-04-20 Andrew den ExterRemove 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 ExterFix eliding when text width is reset by an implicitWidt...
2012-04-20 Andrew den ExterAdd a virtual destructor to QQuickVisualDataGroupEmitter.
2012-04-20 Bea LamPaint TextInput when it is reparented
2012-04-20 Michael BrasserProvide receivers count from QQmlData.
2012-04-20 Michael BrasserUse QUrl constructor directly.
2012-04-20 Martin JonesDon't initiate delegate incubation in delegate creation...
2012-04-19 Andreas HolzammerCompile fix if QT_NO_CLIPBOARD defined
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 ExterEnsure the cursor delegate position is correct when...
2012-04-19 Charles YinClean up qmltest code
2012-04-19 Andrew den ExterDon't create glyphs for truncated text.
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-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-17 Charles YinSet rootItem'ownership as CppOwnerShip
2012-04-17 Aurindam JanaQV8DebugService: v8::AfterCompile Events
2012-04-17 Andrew den ExterDon't crash when calculating the implicit width of...
2012-04-17 Bea LamUse bit fields
2012-04-17 Bea LamVertical layout direction for ListView and GridView
2012-04-17 Charles YinFine-tune animation's pause()/resume() behaviors
2012-04-16 Andrew den ExterFix Text baselineOffset caclulations.
2012-04-16 Simjees AbrahamDebugger: Code cleanup for Inspect Tool
2012-04-16 Simjees AbrahamQPointer used instead of QWeakPointer
2012-04-16 Friedemann KleintFix exports for the new Particles library.
2012-04-16 Kent HansenAdd QJson support to QV8Engine
2012-04-16 Kai KoehneQmlDebug: Fix qmake warning about declarative_debug
2012-04-16 Martin JonesBe more explicit regarding the Locale object creation.
2012-04-16 Charles YinAdd a new running property to QQuickTransition
2012-04-15 Matthew VogtAdd support for variant properties in V4
2012-04-15 Matthew VogtExtract Particles code to an independent library
2012-04-13 Girish RamakrishnanDon't use QWindow::visible() since it's deprecated
2012-04-13 Simjees AbrahamDebugger: Fix bug in Inspect Tool
2012-04-13 Gunnar SlettaFix broken wakeup() in threaded renderloop.
2012-04-13 Andrew den ExterDon't ignore model changes when the ListView scroll...
2012-04-12 Hannu LyytinenExport all symbols on QSGDefaultRenderer.
2012-04-12 Hannu LyytinenMake device specific projection matrix setter virtual.
2012-04-12 Pekka VuorelaQQuickTextEdit to trigger input method updates on selec...
2012-04-12 Jerome PasionDoc: Fixing the Qt QML module page.
2012-04-12 Thiago MacieiraSilence warning with ICC about change of signal in...
2012-04-12 Thiago MacieiraAdd missing #include <stdlib.h>
2012-04-12 Thiago MacieiraStop stuffing the URL "<Unknown File>" in QML errors
2012-04-11 Simjees AbrahamDebugger: Fix bugs in inspection tool
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-11 Simjees AbrahamDebugger: Inspect tool - changes made to highlight...
2012-04-11 Matthew VogtSimplify date conversion functions
2012-04-10 Frederik GladhornCreate accessible interfaces only for items with attach...
2012-04-10 Aurindam JanaQQmlDebugServer: Use Q_D(const )
2012-04-10 Aurindam JanaQmlDebug: Enable/Disable tool
2012-04-10 Aurindam JanaQmlDebug: Remove Color Tool
2012-04-10 Aurindam JanaQmlDebug: Highlight select items
2012-04-10 Aurindam JanaQmlDebug: Inspect Tool
2012-04-10 Aurindam JanaQmlDebug: Combine Selection and Zoom Tools
2012-04-10 Aurindam JanaQmlDebug: Selection Tool Highlight
2012-04-10 Andrew den ExterUse relative position to when getting line from layout.
2012-04-09 Anselmo L. S. MeloFix compilation on Linux
2012-04-05 Chris AdamsFix erroneous signal emission in Loader
2012-04-05 Pekka VuorelaMultiPointTouchArea documentation not to use deprecated...
2012-04-05 Laszlo AgocsProperly copy all event parameters in deliverMouseEvent()
2012-04-05 Charles YinRewrite QAnimationGroupJob::clear() method
2012-04-05 Matthew VogtCreate plugins for Particles and Window submodules
2012-04-05 Charles YinFix some issues with init_data() for qmltest
2012-04-04 Thiago MacieiraFix access to uninitialised memory that might lead...
2012-04-04 Roberto RaggiRemove sharing of V4 subscriptions
2012-04-04 Roberto RaggiInline the methods of the V4 Register class
next