aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix warnings in stocqt-example.Friedemann Kleint2013-05-142-12/+12
* Changelog entry for ListView behavioural changeAlan Alpert2013-05-141-0/+4
* Doc: fixed some WS issues.Jerome Pasion2013-05-141-9/+9
* Fix crash in QQmlApplicationEngine when loading finishesJosh Faust2013-05-141-1/+2
* Fix sorting of QSGTextMaskMaterial (native glyph drawing).Gunnar Sletta2013-05-141-1/+1
* Fix typos in QQuickDrag documentation.Sérgio Martins2013-05-141-5/+5
* Mac: respect the system settings in Full Keyboard AccessLiang Qi2013-05-144-1/+319
* Fix assertion in qt_create_image_data().Mitch Curtis2013-05-101-1/+1
* Don't fix up x/y while initializingAlan Alpert2013-05-101-0/+4
* Make QQmlInstantiatorPrivate bools more space efficientAlan Alpert2013-05-091-5/+5
* Fix MSVC-warning about inconsistent DLL-linkage.Friedemann Kleint2013-05-091-2/+2
* Revert "Mac: respect the system settings in Full Keyboard Access"Liang Qi2013-05-084-313/+1
* ChangeLog: Document behavior change for resource propertyThomas Hartmann2013-05-081-0/+3
* qmlplugindump: Add explanation why it needs to be an app bundleKai Koehne2013-05-081-0/+7
* The resources property should be independent from QObjectThomas Hartmann2013-05-085-28/+81
* adjust to new "configure -nomake tools" semanticsOswald Buddenhagen2013-05-083-0/+16
* fix debug/release library name mixup on mac/winOswald Buddenhagen2013-05-081-2/+5
* Add QQuickWindow::closing signal, and ability to ignore the eventShawn Rutledge2013-05-086-0/+138
* Mac: respect the system settings in Full Keyboard AccessLiang Qi2013-05-084-1/+313
* Move xmlrole.qml to the correct locationJan Arve Saether2013-05-081-0/+0
* Fix Instantiator response to model changev5.1.0-beta1Alan Alpert2013-05-082-3/+8
* Add qmlClearRegisteredTypes FunctionAlan Alpert2013-05-0720-3/+467
* Add a URL interceptor to the QML engineAlan Alpert2013-05-0732-20/+456
* Doc: Make Qt Quick demos accessible from Qt documentationSze Howe Koh2013-05-0718-1/+252
* Fix canvas transformation.Leonard Lee2013-05-070-0/+0
* pixelIndex -> pixel since image is now 32-bitGunnar Sletta2013-05-071-1/+1
* Doc: Fix some broken snippet pathsSze Howe Koh2013-05-0626-194/+194
* Doc: Make the titles of example pages consistentSze Howe Koh2013-05-065-6/+6
* QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-0611-120/+418
* Doc: Move full apps from "qtquickexamples" to "qtquickdemos"Sze Howe Koh2013-05-064-10/+8
* Add new Item.Screen properties to screenInfo exampleShawn Rutledge2013-05-041-34/+35
* mouse synthesis: don't say the left button is pressed during a releaseShawn Rutledge2013-05-041-1/+1
* Tests: add qmlCreateWindow in tst_qqmlcomponentLiang Qi2013-05-042-0/+39
* Make sure correct files are bundled on AndroidEskil Abrahamsen Blomfeldt2013-05-041-0/+4
* Only use emitCap when we run into infinite particlesAlan Alpert2013-05-041-1/+3
* Avoid rare crashAlan Alpert2013-05-041-10/+12
* Doc: Move example docs related to QtQml under the correct moduleTopi Reinio2013-05-0341-64/+64
* Better handle GL errors in EtcTexture::bind().Michael Brasser2013-05-031-0/+6
* Fix crash in QQmlDelegateModelAlbert Astals Cid2013-05-031-3/+23
* Made Canvas blur better match the one in HTML 5 Canvas.Samuel Rødal2013-05-032-34/+70
* Fixed wrong rendering offset / clipping with shadowBlur in Canvas.Samuel Rødal2013-05-031-74/+125
* Canvas: Do not apply transform to text twiceFrederik Gladhorn2013-05-032-4/+2
* Enable touch events on Mac for MultiPointTouchAreaMorten Johan Sørvig2013-05-032-0/+30
* Enable touch events on Mac for PinchAreaShawn Rutledge2013-05-032-0/+30
* Remove from hover list on destructionAlan Alpert2013-05-031-2/+1
* Document percieved memory leakAlan Alpert2013-05-012-0/+6
* Elaborate on versioning docsAlan Alpert2013-05-011-0/+5
* Fix VS2010 compile warningAlan Alpert2013-05-011-1/+1
* Protect against null item at QQuickItemView::destroyingItemAlbert Astals Cid2013-04-303-3/+120
* Added doc and test for active and requestActivate in QQuickWindowLiang Qi2013-04-304-0/+98