Use minimal javascript expression for bound signals
[profile/ivi/qtdeclarative.git] / src /
2012-03-28 Chris AdamsUse minimal javascript expression for bound signals
2012-03-28 Matthew VogtRe-order imports statements to import nested imports...
2012-03-28 Thiago MacieiraThe new QUrl has no need for the 0x100 special value.
2012-03-28 Kent HansenDon't qobject_cast an object being destructed
2012-03-28 Simjees AbrahamFixed the crash in Zoomtool when the app is exited...
2012-03-28 Michael BrasserReplace usage of QCursor, and update hoverVisible test.
2012-03-28 Alan AlpertUse pixmapCache in sprite assembly
2012-03-28 Matthew VogtWarn on incompatible v4 binding object type
2012-03-28 Martin JonesSection comparison should be case insensitive.
2012-03-27 Pekka VuorelaTextInput to use password mask delay if platform style...
2012-03-27 Kai KoehneDebugger: Allow enabling of qml debugger without startu...
2012-03-27 Bea LamBuffer changes received during layout()
2012-03-27 Kim Motoyoshi KallandRelease FBOs held by the shader effect source sooner.
2012-03-27 Michael BrasserAdd QQmlBoundSignalNoParams qt-v5.0.0-alpha1
2012-03-27 Alan AlpertUpdate documentation
2012-03-26 Simjees AbrahamInitial checkin for ZoomTool implementation
2012-03-26 Pekka VuorelaRemove tentative commit from editors
2012-03-26 Yann BodsonFix horizontal alignment bug with rich text
2012-03-26 Michael BrasserRemove QObject parenting from QQmlAbstractBoundSignal.
2012-03-26 Michael BrasserUse QQmlAbstractBoundSignal where appropriate.
2012-03-26 Charles YinMake sure window manager wakeup() can always wake up
2012-03-26 Martin JonesPathView was missing the maximumFlickVelocity property
2012-03-26 Chris AdamsAdd templated module api registration function
2012-03-26 Andrew den ExterUpdate item anchors when the baseline offset changes.
2012-03-26 Michael BrasserSupport registered QFlags in QML methods and signal...
2012-03-25 Laszlo AgocsCorrect double, triple click handling in canvas when...
2012-03-24 Frederik GladhornRemove QQuickItem::sendAccessibilityUpdate
2012-03-23 Frederik GladhornMake sure we get a valid accessibleInterface in child_h...
2012-03-23 Frederik GladhornFilter accessible objects.
2012-03-23 Frederik GladhornAdd active and invisible states for accessibility.
2012-03-23 Frederik GladhornAdd accessibility updates.
2012-03-23 Michael BrasserPrevent the root object from being garbage collected.
2012-03-23 Charles YinFix crash issue for path animation and path interpulator
2012-03-23 Alan AlpertFix Sprite Assembly
2012-03-22 Gunnar SlettaChange smooth to be true by default
2012-03-22 Kim Motoyoshi KallandShare depth-stencil buffers between ShaderEffectSources...
2012-03-22 Alan AlpertCheck for null pointer dereference
2012-03-22 Andrew den ExterFix text wrapping and eliding with implicitWidth.
2012-03-21 Frederik GladhornFix doAction with custom functions.
2012-03-21 Kim Motoyoshi KallandFree ShaderEffectSource FBOs when no longer needed.
2012-03-21 Laszlo AgocsAllow flick on press-move-release in Flickable.
2012-03-21 Bea LamFix margins for right-to-left mode
2012-03-21 Andrew den ExterDon't overwrite text selections made in focus handlers.
2012-03-21 Andrew den ExterContent size should not include trailing spaces.
2012-03-21 Chris AdamsAllow literal enum to int property assignments
2012-03-21 Andrew den ExterFix consistency of parsing ISO 8601 date strings.
2012-03-21 Michael BrasserDisable module api object support in v4.
2012-03-21 Michael BrasserSupport unregistered Qt namespace enums in QML methods.
2012-03-21 Michael BrasserSupport (registered) non-local enums for signal/slot...
2012-03-20 Yoann LopesDon't register sub distance field glyph nodes with...
2012-03-20 Andrew den ExterDecouple QSGDistanceFieldGlyphNode from it's cache...
2012-03-20 Gunnar SlettaAllow SG and GL resources to survive a releaseResources.
2012-03-20 Kai KoehneDebugger: Disable debugging for qmlprofiler, qmltest
2012-03-20 Tobias KoenigFix compilation on QNX.
2012-03-20 Bea LamUpdate item focus even if it doesn't have a canvas
2012-03-20 Kent HansenMake QVariant conversion for JS null type symmetric
2012-03-20 Andrew den ExterFix unused variable warning.
2012-03-20 Andrew den ExterMake TextEdit word selection behaviour consistent.
2012-03-20 Andrew den ExterRemove unused functions from QQuickTextControl.
2012-03-20 Andrew den ExterAdd additional key sequence tests.
2012-03-20 Alan AlpertSprite minor fixes
2012-03-20 Charles YinFix FolderListModel path issue on Windows
2012-03-20 Michael BrasserAlways enable value type support in v4.
2012-03-20 Michael BrasserSupport null -> QObject and QObject -> bool conversions...
2012-03-20 Andrew den ExterRemove warning about not explicitly initializing base...
2012-03-20 Bea LamPull out some duplicate focus-related code
2012-03-20 Martin JonesLoader could leak qml contexts if interrupted
2012-03-20 Martin JonesFix bitfield waste in QQmlContextData
2012-03-20 Martin JonesRestore view to sensible position if grab is cancelled.
2012-03-20 Matthew VogtAllow parent to be specified for Qt.createComponent
2012-03-19 Matthew VogtEnsure JS files imported inside modules work correctly
2012-03-19 Kent HansenFix compiler warnings in QQmlType
2012-03-19 Kent HansenFix typo in QQmlXMLHttpRequest::readEncoding()
2012-03-19 Lars KnollRemove refence to declarative in the docs
2012-03-19 Yoann LopesUse a single distance-field cache instance for all...
2012-03-19 Gunnar SlettaClean up dangling pointers in the particle system
2012-03-19 Gunnar SlettaReset all node pointers when item is cleaned up
2012-03-19 Gunnar SlettaSkip warning on perfectly valid usecase
2012-03-19 Yoann LopesFix possible crash in QSGContext::invalidate()
2012-03-19 Kai KoehneDebugger: Optimize message sending in v8 profiler
2012-03-19 Kai KoehneDebugger: Always disable v4 optimizer if v8 debugger...
2012-03-19 Aurindam JanaQmlEngineDebugService: Rename service to QmlDebugger
2012-03-19 Simjees AbrahamDebugger: Add optional 'host' argument to -qmljsdebugger
2012-03-19 Aurindam JanaQmlDebuggingTests: Separate out public and private...
2012-03-19 Kai KoehneQmlProfiler: Make sure there's minimal overhead when...
2012-03-19 Kai KoehneQmlProfiler: Do not log expression for binding
2012-03-19 Charles YinFix qmldevtools library build error on Windows
2012-03-19 Chris AdamsNotify QQJSE::DW of expression deletion during dtor
2012-03-19 Kai KoehneDebugger: Fix compilation with C++11
2012-03-19 Aurindam JanaQmlDebugging: Object Tree and States List
2012-03-19 Martin JonesWhen clearing an incubator also clear incubators it...
2012-03-19 Martin JonesResetting a model can cause a crash in views with heade...
2012-03-19 Martin JonesEnsure section header/footer are cleaned up.
2012-03-19 Martin JonesDon't crash view while changing model.
2012-03-19 Michael BrasserFix grabbing to wait until the image has actually been...
2012-03-15 Michael BrasserFix bug in v4 strict equality.
2012-03-15 Harald FernengelSmall LSB hacks
2012-03-15 Martin JonesAllow threaded compilation in an async Loader
2012-03-15 Yoann LopesSupport for multiple textures in the default distance...
2012-03-15 Alan AlpertDon't assert if focus is already clear.
next