Fix QQuickTextInput::moveCursorSelection()
[profile/ivi/qtdeclarative.git] / src / quick / util /
2012-09-23 Iikka EklundChange copyrights from Nokia to Digia
2012-09-10 Sergio Ahumadadoc: fix some more typos
2012-09-07 Sean HarmerCompile following qreal -> float change in QtGui/math3d...
2012-09-07 Sergio Ahumadadoc: fix some typos in .cpp files
2012-09-05 Kim Motoyoshi KallandDoc: Fix some documentation issues.
2012-08-28 Kai KoehneFix compiler warnings from MSVC2010
2012-08-28 Bea LamDocs - add missing images and code, clean up sections
2012-08-27 Michael BrasserUpdate usage of smooth and antialiasing.
2012-08-27 Andrew den ExterRemove unreachable code paths from QQuickChangeSet.
2012-08-23 Michael BrasserAvoid dynamic lookup of signal handler arguments
2012-08-23 Alan AlpertFixes a reference in the Animation docs.
2012-08-20 Andrew den ExterAdd internal documentation and comments to QQuickListCo...
2012-08-09 Kent HansenRemove remnants of QQmlImageProvider
2012-08-09 Chris AdamsAllow invokable functions of value-type classes to...
2012-08-09 Bea LamVarious small doc fixes and improvements
2012-08-08 Bea LamFix uses of \inmodule, \inqqmlmodule and \since
2012-08-03 Bea LamFix various broken links in documentation
2012-08-03 Andrew den ExterRefactor and document QQuickChangeSet.
2012-08-03 Michael BrasserMake QQmlScriptString opaque.
2012-07-31 Bea LamDocs - fix referenced class names
2012-07-30 Jerome PasionDoc: Changed \qmlclass to \qmltype and added \instantiates.
2012-07-27 Martin JonesPixmap loader adds images to unreferenced list when...
2012-07-26 Stephen KellyRemove obsolete Q_WS_QWS.
2012-07-17 Alan AlpertQQuickCanvas renames
2012-07-17 Yann BodsonFix 'Unknown commands' in qtdeclarative documentation.
2012-07-16 Martin JonesChange Quick docs to refer to "types" rather than ...
2012-07-11 Michael BrasserFix, test and document animation started/stopped signals.
2012-07-10 Chris AdamsFix broken value-type support by allowing property...
2012-07-05 Andrew den ExterUse enumeration in preference to enum when referring...
2012-07-03 Andrew den ExterRemove unused private API.
2012-06-21 Chris AdamsCreate new documentation structure
2012-06-21 Chris AdamsPut basic language types into QtQml import
2012-06-21 Chris AdamsFix crash in QQuickPixmapData::release()
2012-06-12 Kent HansenAdapt to connection-related changes in qtbase
2012-06-06 Jerome PasionDoc: Grouped Qt Quick types into several groups
2012-06-01 Kent HansenAvoid string-based lookup of signals
2012-05-31 Bea LamFix doc snippets paths and parsing errors
2012-05-30 Martin JonesRemove unused data member in QQuickPixmapCache
2012-05-30 Michael BrasserChange animation grouping and ownership model.
2012-05-29 Andrew den ExterFix scaling of svgz images.
2012-05-29 Charles YinDon't use deleted QQuickPathAnimationAnimator
2012-05-29 Charles YinAdd missing uninitialized members
2012-05-29 Yann BodsonRemove unnecessary temporary variable
2012-05-28 Andrew den ExterDon't parent (QObject) delegate items to views.
2012-05-24 Nico VertriestDoc: Sanitized QML types
2012-05-24 Aaron KennedyLazily create QMetaObjects
2012-05-24 Andrew den ExterFix crash in VisualDataModel drag selection example.
2012-05-23 Charles YinAdd completeToBeginning()/completeToEnd() to animation...
2012-05-22 Friedemann KleintQuick/QQuickFontLoader: Output warning on failure.
2012-05-21 Jędrzej NowackiSimplify QVariant::convert and QVariant::canConvert...
2012-05-18 Michael BrasserImprove memory usage of Connections and signal handlers.
2012-05-18 Matthew VogtRemove unnecessary exports
2012-05-14 Friedemann KleintQtQuick: Fix string related warnings, single character...
2012-05-11 Aaron KennedyPermit signals to be emitted in a different thread
2012-05-11 Tor Arne VestbøAllow image providers to force their loading to be...
2012-05-10 Marius Storm-OlsenDoc: Fix \sa usage
2012-05-09 Michael BrasserFix potential crash and leak in Binding.
2012-05-09 Michael BrasserScriptAction without scriptName shouldn't match a State...
2012-05-09 Charles YinEmit runningChanged() signal after running count updated
2012-05-08 Geir VattekarDoc: Moving Qt Quick docs for new doc structure
2012-05-04 Aaron KennedyInitial bundle support
2012-05-04 Thiago MacieiraChange uses of {to,from}Ascii to {to,from}Latin1
2012-05-01 Michael BrasserMore robust tracking of signal handler expression owner...
2012-04-29 Matthew VogtEnsure external value types are initialized before...
2012-04-26 Girish Ramakrishnanapi: remove references to inputPanel.
2012-04-23 Jerome PasionDoc: Changed the title for QtQuick articles
2012-04-23 Andrew den ExterReduce memory usage of QQuickPath for simple paths.
2012-04-23 Michael BrasserSupport and use parameters in QQmlNotifierEndpoint.
2012-04-20 Tobias HungerFix warnings about non-virtual destructors
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-17 Charles YinFine-tune animation's pause()/resume() behaviors
2012-04-16 Charles YinAdd a new running property to QQuickTransition
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-03 Michael BrasserUse scope, not owner to look up enums in QQmlBoundSignal.
2012-03-28 Chris AdamsUse minimal javascript expression for bound signals
2012-03-27 Kent HansenMerge master into api_changes
2012-03-26 Michael BrasserRemove QObject parenting from QQmlAbstractBoundSignal.
2012-03-23 Kent HansenMerge master into api_changes
2012-03-23 Charles YinFix crash issue for path animation and path interpulator
2012-03-21 Matthew VogtProvide imageType() from QQmlImageProviderBase
2012-03-20 Matthew VogtMigrate gui dependencies from QtQml to QtQuick.
2012-03-19 Kent HansenMerge master into api_changes
2012-03-15 Aaron KennedyRemove binding dependency on QQmlExpression
2012-03-14 Gunnar SlettaRemove use of redundante nullPixmap image reference
2012-03-13 Charles YinMore refactoring on animation controller
2012-03-13 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-03-13 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-13 Andrew den ExterDeclare change set and compositor structs as movable...
2012-03-11 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-07 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-07 Matthew VogtRemove uses of QtGui symbols in QQmlEngine.
2012-03-05 Gunnar SlettaDo not store an explicit QImage in the declarative...
2012-03-05 Matthew VogtMerge remote branch 'gerrit/api_changes' into merge...
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-02-28 Chris AdamsFix crash in QDeclarativePixmapStore global static...
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml
2012-02-23 Yann BodsonFix font size calculation in headings in StyledText.
2012-02-21 Martin JonesFlicking a pathview with large delegate spacing is...
2012-02-21 Charles Yinfix typo error in documentation
2012-02-21 Charles YinRenames QAnimation2ChangeListener to QAnimationJobChang...
next