aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Doc: Removed reference to QTDIR and did some language editsVenugopal Shivashankar2012-10-291-104/+115
* Remove stale QT_MODULE() usage casesSergio Ahumada2012-10-294-8/+0
* Change qml list interfaceMarco Bubke2012-10-233-22/+36
* Make Rectangle border be inner instead of centered on the outline.Samuel Rødal2012-10-226-127/+10
* Change Q_ASSERTs in qquick[threaded]windowmanager.cpp to qWarning().Friedemann Kleint2012-10-202-11/+22
* Add polishItems to the designer supportMarco Bubke2012-10-192-0/+7
* Fix QQuickTextInput::moveCursorSelection()Konstantin Ritt2012-10-191-5/+4
* Fix list functions for the data propertyMarco Bubke2012-10-181-11/+27
* QQuickItem: handle QEvent::StyleAnimationUpdateJ-P Nurmi2012-10-171-0/+3
* Doc: Cleaned up \module and \qmlmodule page for Qt Quick and Qt QML.Jerome Pasion2012-10-173-5/+6
* QQuickScreen attached obj handles screenChanged and geometryChangedShawn Rutledge2012-10-162-7/+22
* Doc: Changed the title to fix broken linksVenugopal Shivashankar2012-10-161-1/+1
* Remove interim compatibility measuresAlan Alpert2012-10-168-109/+46
* Fix crash in the qmlpuppet at finishingMarco Bubke2012-10-151-1/+2
* Adding DesignerWindowManager for Qt Quick DesignerMarco Bubke2012-10-157-10/+277
* 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