aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: remove some debugging and use QQuickTextNode::addImageYann Bodson2012-02-061-17/+2
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-038-26/+12
* Started implementation of offscreen canvas FBO rendering APIGunnar Sletta2012-02-023-9/+76
* Do not start timers in QDeclarativePixmapStore teardownLaszlo Agocs2012-02-021-2/+5
* Adapt to QGuiApplication::focusObject() for notifying input methodPekka Vuorela2012-02-023-21/+8
* Support inline images with <img> tag in StyledTextYann Bodson2012-02-025-29/+276
* Incorrect initial pos after resizing view with margins.Martin Jones2012-02-022-20/+27
* Fix unhandled touch events not being ignored.Simon Hausmann2012-02-021-1/+6
* Must update columns when GridView geometry changesBea Lam2012-02-025-15/+23
* Multiple fast flicks with large content moves fasterMartin Jones2012-02-022-16/+75
* Compress consective StyledText whitespaces into a single space.Andrew den Exter2012-02-021-17/+52
* Clear Text formatting when setting plain text content.Andrew den Exter2012-02-021-0/+1
* 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