aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix lockup in views due to endless polish loop.Martin Jones2012-01-207-124/+157
| * Assigning empty object to Q_PROPERTY(QVariantMap)Matthew Vogt2012-01-194-8/+132
| * Extend the documentation on DoubleValidator.Andrew den Exter2012-01-191-0/+17
| * Add a baseUrl property to Text and TextEdit.Andrew den Exter2012-01-1912-3/+190
| * Don't load embedded images from the current working directory.Andrew den Exter2012-01-1914-29/+203
| * Fix range checking in AbstractItemModel examplesMatthew Vogt2012-01-192-2/+2
| * Change testlib skipAll function to failure.Jason McDonald2012-01-191-5/+3
| * 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
| * Compile since recent API changesGunnar Sletta2012-01-181-1/+0
| * Move accessibility test to QtQuick 2.Frederik Gladhorn2012-01-189-126/+28
| * Allow QML URLs to contain pre-encoded octetsMatthew Vogt2012-01-1810-16/+245
| * Insertions were calculating wrong insertion posBea Lam2012-01-186-87/+143
| * Made QQuickTextInput follow input direction changesPekka Vuorela2012-01-175-24/+89
| * QQuickTextEdit to follow input method direction changesPekka Vuorela2012-01-173-15/+62
| * Debugger: Simplify protocol of QDebugMessageServiceKai Koehne2012-01-172-14/+4
| * Fix crash when using namespaces for JS module APIs.Glenn Watson2012-01-171-1/+1
| * Doc: fix QML Examples linkMartin Jones2012-01-171-1/+1
| * Connection was accidentally of the Queued varietyAlan Alpert2012-01-171-1/+1
| * Update Screen exampleAlan Alpert2012-01-171-38/+5
| * Update copyright year in Nokia copyright headers.Jason McDonald2012-01-17193-193/+193
| * Match QRect changeAlan Alpert2012-01-171-7/+0
| * Added log and status properties to ShaderEffect.Kim Motoyoshi Kalland2012-01-167-87/+227
| * Console API: Add console.infoKai Koehne2012-01-165-3/+8
| * Console API: Autotest reshufflingKai Koehne2012-01-169-149/+277
| * Remove all reimplementations of relationTo() returning Unrelated.Jan-Arve Saether2012-01-162-6/+0
| * Fix preedit text visibility for TextEditJiang Jiang2012-01-161-30/+55
| * QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-1626-61/+89
| * Avoid creating unnecessary copies of TextEdit's text data.Andrew den Exter2012-01-165-24/+29
| * Test more of QQuickImageParticleAlan Alpert2012-01-164-4/+128
| * Wait for polish at the start of addOrRemoveBeforeVisibleAlan Alpert2012-01-161-0/+1
| * Handle views with negative width/heightMartin Jones2012-01-164-19/+77
| * lower case QML components are accepted when used with 'as' importMatthew Vogt2012-01-1619-6/+66
* | Add and fix animation autotests.Michael Brasser2012-01-255-3/+281
* | Animations may be deleted while changing stateBea Lam2012-01-251-5/+6
* | 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-244-26/+243
* | 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-203-0/+230
* | PathInterpolator should report angle in clockwise direction.Michael Brasser2012-01-202-4/+9
* | 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-1941-1114/+1115
* | Port autotests for basic animation classes and make them pass.Michael Brasser2012-01-1816-6/+3598
* | 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-175-17/+27
* | Fix regressions.Michael Brasser2012-01-174-4/+14