aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30145-145/+145
* Enhance editors notifying input panel for input method changesPekka Vuorela2012-01-274-20/+26
* Rename QSGTexture::textureSubRect to normalizedTextureSubRect()Gunnar Sletta2012-01-274-4/+4
* 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
* Prevent PathAnimation from hanging when jumping backwards to beginning.Michael Brasser2012-01-271-0/+1
* Implement reverse mode for spritesAlan Alpert2012-01-274-29/+85
* 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
* Adapted QQuickScreenAttached to orientation API changes in QScreen.Samuel Rødal2012-01-242-16/+21
* Add support for shared glyph cacheEskil Abrahamsen Blomfeldt2012-01-2411-10/+102
* 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-231-0/+28
* Per-frame Sprites patch threeAlan Alpert2012-01-233-31/+113
* Remove unecessary assertsAlan Alpert2012-01-231-2/+0
* Per-frame Sprites patch twoAlan Alpert2012-01-232-65/+76
* Per-frame Sprites patch oneAlan Alpert2012-01-233-65/+63
* Update obsolete contact address.Jason McDonald2012-01-23145-145/+145
* Avoid anchor/positioning loopsAlan Alpert2012-01-231-7/+11
* Added a few material flagsGunnar Sletta2012-01-201-1/+1
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-204-4/+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
* Don't load embedded images from the current working directory.Andrew den Exter2012-01-197-29/+132
* Insertions were calculating wrong insertion posBea Lam2012-01-184-87/+102
* Made QQuickTextInput follow input direction changesPekka Vuorela2012-01-173-7/+32
* QQuickTextEdit to follow input method direction changesPekka Vuorela2012-01-172-0/+19
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-1738-38/+38
* Added log and status properties to ShaderEffect.Kim Motoyoshi Kalland2012-01-166-36/+221
* Fix preedit text visibility for TextEditJiang Jiang2012-01-161-30/+55
* Avoid creating unnecessary copies of TextEdit's text data.Andrew den Exter2012-01-164-21/+26
* Handle views with negative width/heightMartin Jones2012-01-162-19/+7
* QTouchEvent::TouchPoint::isPrimary() is gone.Samuel Rødal2012-01-131-1/+1
* Fix preedit text visibility when TextInput is emptyJiang Jiang2012-01-121-1/+1
* initialize variableGunnar Sletta2012-01-121-0/+1
* Remove out-of-line uses of qMalloc/qFree/qRealloc.Robin Burchell2012-01-122-3/+3
* Adapt to QInputPanel::inputDirection() APIPekka Vuorela2012-01-124-4/+6
* Fix validators not allowing backspace or delete.Andrew den Exter2012-01-122-4/+6