aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into animation-refactorwip/animation-refactorMichael Brasser2012-01-25332-1054/+2717
|\
| * 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
| * Don't load embedded images from the current working directory.Andrew den Exter2012-01-197-29/+132
| * Use mediump in distance field shaders for the alpha threshold.Yoann Lopes2012-01-181-12/+12
| * The rendering signals must be direct connections.Gunnar Sletta2012-01-181-2/+2
| * 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
| * Connection was accidentally of the Queued varietyAlan Alpert2012-01-171-1/+1
| * Update copyright year in Nokia copyright headers.Jason McDonald2012-01-17101-101/+101
| * 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
| * QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-163-7/+12
| * Avoid creating unnecessary copies of TextEdit's text data.Andrew den Exter2012-01-164-21/+26
| * Test more of QQuickImageParticleAlan Alpert2012-01-162-4/+3
| * Handle views with negative width/heightMartin Jones2012-01-162-19/+7
* | Fix crash when exiting with running animation.Michael Brasser2012-01-243-3/+10
* | Fix regression in highlight animation.Michael Brasser2012-01-242-5/+15
* | Update PathAnimation API and document.Michael Brasser2012-01-243-26/+136
* | Re-add documentation for AnchorAnimation and ParentAnimation.Michael Brasser2012-01-241-0/+123
* | Fix SpringAnimation regression.Michael Brasser2012-01-201-52/+63
* | Document PathInterpolator.Michael Brasser2012-01-201-0/+42
* | PathInterpolator should report angle in clockwise direction.Michael Brasser2012-01-201-0/+5
* | Delay deletion of previous transition instance.Michael Brasser2012-01-191-6/+5
* | Fix potential crash.Michael Brasser2012-01-195-0/+20
* | Rename animation backend classes.Michael Brasser2012-01-1917-103/+103
* | Update Transition and TransitionManager for animation changesBea Lam2012-01-174-39/+91
* | Correctly clear activeAnimations for smoothed, spring, and path animation.Michael Brasser2012-01-175-16/+52
* | Test fixes.Michael Brasser2012-01-172-9/+9
* | Merge branch 'master' into animation-refactorMichael Brasser2012-01-16271-5489/+7067
|\|