aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge master <-> api_changesMatthew Vogt2012-03-051107-4207/+51141
|\
| * More documentation about importing LocalStorage module from JavascriptCharles Yin2012-03-051-1/+16
| * Profiler: Use RAII helper structs for rangesKai Koehne2012-03-028-92/+180
| * Fix when animating items that are already movingBea Lam2012-03-026-15/+121
| * Use view transitions in drag'n'drop exampleBea Lam2012-03-021-1/+5
| * Use velocity from touch events only when they are validLaszlo Agocs2012-03-023-8/+27
| * Treat parentless items as focus scopesAlan Alpert2012-03-021-1/+1
| * Add QColor support to v4.Michael Brasser2012-03-0210-1/+151
| * Return correct propertyIndex for v4 bindings.Michael Brasser2012-03-022-1/+4
| * Improved transitions for Row, Column, Grid, FlowBea Lam2012-03-029-183/+908
| * Fix if transitioner is deleted before transition job finishesBea Lam2012-03-022-62/+111
| * Correct QDeclarativeInspectorInterface iidMartin Jones2012-03-021-1/+1
| * V4 handles a maximum of 32 temporary registers.Martin Jones2012-03-022-2/+4
| * Reenable value type binding auto removal tests.Michael Brasser2012-03-021-2/+2
| * More verbose compiler stats.Michael Brasser2012-03-022-3/+26
| * Pin to a working qtbase SHA1Alan Alpert2012-03-021-1/+1
| * Profiler: Avoid QString->QUrl->QString conversionKai Koehne2012-03-011-1/+1
| * Profiler: Remove unused methodKai Koehne2012-03-012-6/+0
| * Set bind options before uploading to give hints to the driverGunnar Sletta2012-03-011-1/+2
| * Avoid unnecessary updates when using in-process cacheEskil Abrahamsen Blomfeldt2012-03-012-5/+36
| * No double click event in QML_TRANSLATE_TOUCH_TO_MOUSE modeMartin Jones2012-03-011-5/+13
| * Fix material compare for distance field glyph nodes.Glenn Watson2012-03-011-1/+5
| * Allow styled text to be elided.Andrew den Exter2012-03-014-283/+314
| * Update item position in parent change atomically.Andrew den Exter2012-03-011-2/+1
| * Check item before notifying transition has finishedBea Lam2012-03-011-4/+5
| * Fix crash when transition finishes after view is deletedBea Lam2012-03-011-0/+2
| * Update ImageElement examplesAlan Alpert2012-03-0110-46/+214
| * Reduce size of QQuickTextPrivateYann Bodson2012-03-013-106/+137
| * Fix QQuickDropArea test compilation.Andrew den Exter2012-03-012-37/+40
| * Add autotest for QML meta-objectsKent Hansen2012-02-2927-0/+506
| * FolderListModel: remove widget and QDirModel useMartin Petersson2012-02-297-193/+855
| * QFastMetaBuilder: Generate revision 6 meta-objectsKent Hansen2012-02-291-60/+4
| * Fix particle system on windowsAlan Alpert2012-02-291-0/+4
| * Make sure positioners remove change listeners for invisible items.Martin Jones2012-02-291-0/+5
| * Don't round Text dimensions.Andrew den Exter2012-02-295-29/+26
| * Avoid unneccessary duplication of string data.Andrew den Exter2012-02-291-3/+11
| * Add and use a method for querying whether a property is revisioned.Michael Brasser2012-02-293-5/+6
| * Add generic "displaced" transition propertyBea Lam2012-02-2918-72/+887
| * Add missing includeStephen Kelly2012-02-281-0/+2
| * Properly cleanup cancelled incubation.Martin Jones2012-02-281-2/+22
| * Separate view transition functionality into new fileBea Lam2012-02-289-921/+1159
| * Examples guidelines have changes slightlyAlan Alpert2012-02-281-3/+3
| * Move some toys back to examplesAlan Alpert2012-02-2822-1/+4
| * Update drag and drop examples to new guidelinesAlan Alpert2012-02-289-27/+157
| * Rename SpriteImage to SpriteSequenceAlan Alpert2012-02-2824-104/+118
| * Add AnimatedSpriteAlan Alpert2012-02-2811-7/+1170
| * Move distance field util functions to QtGuiJiang Jiang2012-02-287-2481/+2
| * Fix crash in QDeclarativePixmapStore global static dtorChris Adams2012-02-282-5/+7
| * Incubators are not async with the threaded renderer.Martin Jones2012-02-2810-28/+66
| * Correctly set duration and easing for AnchorAnimation.Michael Brasser2012-02-282-0/+17