aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* Add a persistentSelection property to TextInput.Andrew den Exter2012-02-026-3/+35
* Handle a null source item being provided to ShaderEffectMartin Jones2012-02-021-0/+2
* Export on QQuickImageBaseGunnar Sletta2012-02-011-1/+2
* Accessibility: Use new updateAccessibility() API in declarative.Friedemann Kleint2012-02-014-7/+7
* Fix outdated license headers.Jason McDonald2012-02-012-4/+4
* Guard against event recursion in QQuickDrag.Andrew den Exter2012-02-012-9/+40
* Document the limitations of AutoText's rich text detection.Andrew den Exter2012-02-011-1/+5
* Fixes for removing before visibleBea Lam2012-02-012-7/+12
* Update item focus when the enabled property is changed.Andrew den Exter2012-02-014-12/+29
* Flickable should be controllable programaticallyAndras Becsi2012-02-012-1/+21
* Document that Item inherits QtObjectAlan Alpert2012-02-011-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30331-331/+331
* Enhance editors notifying input panel for input method changesPekka Vuorela2012-01-274-20/+26
* Rename QSGTexture::textureSubRect to normalizedTextureSubRect()Gunnar Sletta2012-01-277-8/+8
* Output a friendly warning when makeCurrent failsGunnar Sletta2012-01-271-2/+4
* Update PathAnimation API and document.Michael Brasser2012-01-273-26/+137
* Re-add documentation for AnchorAnimation and ParentAnimation.Michael Brasser2012-01-271-0/+123
* Document PathInterpolator.Michael Brasser2012-01-271-0/+42
* PathInterpolator should report angle in clockwise direction.Michael Brasser2012-01-271-0/+5
* Prevent PathAnimation from hanging when jumping backwards to beginning.Michael Brasser2012-01-273-2/+12
* Implement reverse mode for spritesAlan Alpert2012-01-275-35/+97
* Extend QQuickSprite docsAlan Alpert2012-01-271-0/+14
* Implement randomStart for spritesAlan Alpert2012-01-273-1/+52
* Implement proper sprite sheet functionalityAlan Alpert2012-01-273-2/+5
* Update Sprite APIAlan Alpert2012-01-274-71/+315
* Fix updating of QML Text elementEskil Abrahamsen Blomfeldt2012-01-261-1/+1
* reimplement QWindow::focusObject() on QQuickCanvasPekka Vuorela2012-01-252-0/+11
* Add a locale property to IntValidator and DoubleValidator.Andrew den Exter2012-01-253-8/+112
* Fix docs: wrong types of Positioner attached propertiesLeonardo Sobral Cunha2012-01-251-3/+3
* Fixed crash in QDeclarativeGridViewMartin Jones2012-01-241-1/+1
* Update for glyphMargin() migration in qtbaseJiang Jiang2012-01-241-1/+1
* Adapted QQuickScreenAttached to orientation API changes in QScreen.Samuel Rødal2012-01-242-16/+21
* Add support for shared glyph cacheEskil Abrahamsen Blomfeldt2012-01-2420-21/+913
* Remove Symbian specific code.Xizhi Zhu (Steven)2012-01-241-1/+1
* TextInput documentation fixDamian Jansen2012-01-241-6/+6
* Avoid compiler warningsPekka Vuorela2012-01-241-1/+2
* QQuickCanvas::event should return true if the touch event was acceptedAndras Becsi2012-01-241-3/+2
* Add some internal docs for the particle system and sprite engineAlan Alpert2012-01-232-0/+70
* Per-frame Sprites patch threeAlan Alpert2012-01-234-36/+120
* Remove unecessary assertsAlan Alpert2012-01-231-2/+0
* Per-frame Sprites patch twoAlan Alpert2012-01-233-66/+77
* Per-frame Sprites patch oneAlan Alpert2012-01-238-125/+163
* Update obsolete contact address.Jason McDonald2012-01-23329-329/+329
* Avoid anchor/positioning loopsAlan Alpert2012-01-231-7/+11
* Added a few material flagsGunnar Sletta2012-01-204-3/+11
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-205-5/+0
* Update TextInput.acceptableInput on component complete.Andrew den Exter2012-01-202-22/+57
* Fix lockup in views due to endless polish loop.Martin Jones2012-01-205-84/+120
* Extend the documentation on DoubleValidator.Andrew den Exter2012-01-191-0/+17
* Add a baseUrl property to Text and TextEdit.Andrew den Exter2012-01-196-3/+104