aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Stop flicking on a full pixel.Martin Jones2012-05-091-2/+26
* Add documentation/links for incubateObjectMartin Jones2012-05-091-1/+4
* Do not send double click when press was not acceptedLaszlo Agocs2012-05-091-1/+1
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-083-4/+4
* Fix qmake logicKai Koehne2012-05-071-1/+1
* Added some documentatio notes on QSGNode::markDirty()Gunnar Sletta2012-05-051-2/+28
* Initial bundle supportAaron Kennedy2012-05-044-9/+12
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-042-3/+3
* Fix tile rendering bug for context2dCharles Yin2012-05-041-2/+3
* Add more warningsCharles Yin2012-05-041-2/+6
* Implement QQuickContext2DRenderThread class for threaded context2d renderingCharles Yin2012-05-042-0/+54
* Change Qt::MiterJoin to Qt::SvgMiterJoin for context2d joinCharles Yin2012-05-041-1/+1
* Keep polishing until there is nothing left to polish.Gunnar Sletta2012-05-031-6/+14
* Remove QSGEngineGunnar Sletta2012-05-0312-259/+1
* Update Screen documentationAlan Alpert2012-05-031-2/+5
* Fix alignment bug in QQuickText with multi-line text and implicit widthYann Bodson2012-05-031-1/+5
* Ensure the cursor rectangle is updated when preedit text changes.Andrew den Exter2012-05-032-3/+3
* Transform the velocity taken from touch eventLaszlo Agocs2012-05-021-1/+3
* Gradient doc fixDamian Jansen2012-05-021-1/+1
* Fix compile warningBea Lam2012-05-011-1/+1
* Fix content pos adjustment when resizing first itemBea Lam2012-05-011-0/+20
* Remove warningYann Bodson2012-05-011-0/+1
* More robust tracking of signal handler expression ownership.Michael Brasser2012-05-012-40/+10
* populate transition for positionersBea Lam2012-05-013-21/+133
* Rename absorb to enabled.Frederik Gladhorn2012-04-304-26/+26
* Improved scene graph docsGunnar Sletta2012-04-304-23/+192
* Ensure external value types are initialized before writeMatthew Vogt2012-04-301-0/+27
* TextEdit to honor input direction on neutral textPekka Vuorela2012-04-272-17/+52
* Fix TextEdit with right aligned text when size changesPekka Vuorela2012-04-272-10/+6
* QQuickTextInput aligment to follow input method on neutral contentPekka Vuorela2012-04-272-14/+40
* Fix typos.Frederik Gladhorn2012-04-271-2/+2
* Fix bounding rects of text items.Andrew den Exter2012-04-277-15/+100
* Don't do a layout for wrapping if there is no width binding.Andrew den Exter2012-04-271-1/+1
* Propagate left key presses to the parent item when TextInput is empty.Andrew den Exter2012-04-271-1/+1
* api: remove references to inputPanel.Girish Ramakrishnan2012-04-263-14/+0
* Typo fixPekka Vuorela2012-04-261-1/+1
* Don't use the QRegExp methods that modify the objectThiago Macieira2012-04-251-1/+2
* Make touch event delivery in the canvas reentrantLaszlo Agocs2012-04-251-3/+8
* Do not use deprecated APIOlivier Goffart2012-04-241-2/+2
* Don't use deprecated QVariant APIOlivier Goffart2012-04-231-11/+11
* Doc: Changed the title for QtQuick articlesJerome Pasion2012-04-233-12/+12
* Doc FixAlan Alpert2012-04-232-0/+14
* qMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecatedOlivier Goffart2012-04-232-2/+2
* Reduce memory usage of QQuickPath for simple paths.Andrew den Exter2012-04-231-11/+24
* Only run populate for items in model at creationBea Lam2012-04-233-5/+7
* QtDeclarative: Fix compiler warnings.Friedemann Kleint2012-04-231-1/+0
* Also check notifier endpoints when checking whether a signal is connected.Michael Brasser2012-04-237-20/+32
* Support and use parameters in QQmlNotifierEndpoint.Michael Brasser2012-04-231-1/+11
* Fix warnings about non-virtual destructorsTobias Hunger2012-04-201-1/+1
* Remove uninitialized variable.Andrew den Exter2012-04-202-5/+1