aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Update docs after modularization of docsTor Arne Vestbø2012-10-122-6/+4
* Fix performance bottleneck in QQuickWindow::mouseMoveEvent().Sérgio Martins2012-10-113-8/+42
* crash fix in designersupportThomas Hartmann2012-10-091-1/+4
* Doc: Cleaned up Qt Quick module's titles and added them to groupJerome Pasion2012-10-041-4/+4
* Fix emitting originYChanged signals even when originY wouldn't changeGabriel de Dietrich2012-10-032-2/+12
* Allow grabbing windows rendered without showing for testing.Balazs Kelemen2012-09-285-21/+24
* Fix potential crash when using text and more than 1 QQuickViewEskil Abrahamsen Blomfeldt2012-09-282-7/+20
* Doc: Removed the verbs from the page and section titlesVenugopal Shivashankar2012-09-261-15/+13
* Work around mis-optimisation on QNX/SGX in AA vertex shaderSean Harmer2012-09-262-8/+24
* Android also needs <ctype.h> for isspace() to be found.Samuel Rødal2012-09-251-1/+1
* Fixed missing virtual destructors in qtdeclarative.Samuel Rødal2012-09-242-0/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-23498-8861/+8861
* Add QT_{BEGIN,END}_{NAMESPACE,HEADER} to qtquickglobal.hThiago Macieira2012-09-221-0/+6
* Avoid hanging if glGetIntegerv() fails.Jason Barron2012-09-211-1/+1
* Qt Quick: modified sources into documentation buildJerome Pasion2012-09-211-1/+5
* Qt Quick: Updated qtquick.qdocconfJerome Pasion2012-09-211-10/+8
* Fix Flickable movementEnded() signal emissionAndras Becsi2012-09-181-11/+15
* Qt Quick docs: Added link to the submodules' pages.Jerome Pasion2012-09-122-2/+29
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-2/+0
* Fix calculation of QML_RENDER_TIMING valuesThomas McGuire2012-09-102-4/+4
* QML_RENDER_TIMING: Add time since last frame to outputThomas McGuire2012-09-102-2/+10
* Add QML_RENDER_TIMING output for the single-threaded caseThomas McGuire2012-09-101-0/+22
* Use DEFINE_BOOL_CONFIG_OPTION for QML_RENDER_TIMINGThomas McGuire2012-09-101-5/+5
* doc: fix some more typosSergio Ahumada2012-09-103-3/+3
* Compile following qreal -> float change in QtGui/math3d classesSean Harmer2012-09-071-2/+2
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-0717-21/+21
* Doc: Fix documentation issues.Kim Motoyoshi Kalland2012-09-077-27/+104
* Fix typo in documentation.Sérgio Martins2012-09-061-1/+1
* Doc: Use settings from global qdocconf.Casper van Donderen2012-09-051-49/+2
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-09-055-31/+22
* Remove windowmanager hacks form the incubation controller.Gunnar Sletta2012-09-045-60/+54
* Fix compiler warnings from MSVC2010Kai Koehne2012-08-282-2/+6
* Docs - add missing images and code, clean up sectionsBea Lam2012-08-2821-228/+151
* Fix various doc errorsBea Lam2012-08-285-21/+33
* Add cacheItemCount property to PathViewMartin Jones2012-08-285-60/+132
* Update usage of smooth and antialiasing.Michael Brasser2012-08-2811-41/+22
* Improve docs related to visual parent conceptBea Lam2012-08-283-11/+65
* Use the new antialiasing property for canvas paintingCharles Yin2012-08-289-29/+53
* Document QSGTexture.Jason Barron2012-08-271-0/+41
* Fix potential memory leak in AnchorChanges.Michael Brasser2012-08-271-1/+42
* Move the Property Modifier Type documentationChris Adams2012-08-271-0/+25
* Remove unreachable code paths from QQuickChangeSet.Andrew den Exter2012-08-271-9/+4
* Add docs for "animation on property" syntax and fix topic pageBea Lam2012-08-272-32/+62
* Fix doc linksBea Lam2012-08-242-7/+8
* Improvements for coding conventions docsBea Lam2012-08-242-63/+3
* Link to Coding Conventions pageBea Lam2012-08-242-3/+4
* Fix assert when a VisualDataModels context has been invalidated.Andrew den Exter2012-08-241-2/+9
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-242-3/+8
* Doc: Tidied links, titles, and HTML pages.Jerome Pasion2012-08-236-35/+24
* Fixes a reference in the Animation docs.Alan Alpert2012-08-231-1/+1