summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved the QML Observer Service and related functionality into QtThorbjørn Lindeijer2011-05-041-1/+4
* Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-04-031-6/+6
|\
| * Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-311-6/+6
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-03-221-0/+7
| | |\
| | * | Doc: Fixed links and whitespace.David Boddie2011-02-171-1/+1
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2011-02-071-12/+14
| | |\ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2011-01-171-1/+1
| | |\ \ \
| | * | | | Re-organized the Qt Quick page. Changed titles and links.Jerome Pasion2010-12-201-6/+6
* | | | | | Remove Font Smoothing hack for OS XJiang Jiang2011-03-311-8/+0
|/ / / / /
* | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-171-0/+7
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | QDeclarativeView flickers when composited on MeeGoMartin Jones2011-03-171-0/+7
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-041-11/+13
|\ \ \ \ | |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-071-3/+4
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Yann Bodson2010-11-121-0/+8
| |\ \ \
| * | | | Make it possible to add your own graphics scene to QDeclarativeViewJoona Petrell2010-11-031-11/+13
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | |_|/ | |/| |
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-231-3/+4
|\ \ \ \ | |/ / /
| * | | Doc: Fixed broken link by referring to the errors() method instead.David Boddie2010-11-221-3/+4
| | |/ | |/|
* | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-291-0/+8
|\ \ \ | |/ /
| * | Regression: QML fonts look bad on Mac with font smoothing onYann Bodson2010-10-291-0/+8
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-1/+1
|\ \ | |/
| * Various declarative autotest additions.Michael Brasser2010-09-231-1/+1
* | Add average frame timing to QDeclarativeView, ifdef'ed out.Gunnar Sletta2010-09-081-0/+17
|/
* Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-291-2/+2
* Make rootContext and engine pointers in QDeclarativeView API constJoona Petrell2010-07-221-9/+10
* doc improvementsBea Lam2010-07-061-22/+23
* fix doc linksBea Lam2010-07-021-1/+1
* Fix drawing flicker on Qml Viewer startupJoona Petrell2010-06-091-4/+16
* Rename QDeclarativeDebugTiming -> QDeclarativeDebugTraceAaron Kennedy2010-05-271-9/+9
* Improve QML framerate debuggingAaron Kennedy2010-05-271-47/+51
* Replace QTime with QElapsedTimerAaron Kennedy2010-05-261-2/+2
* QDeclarativeViewPrivate should subclass QGraphicsViewPrivateBea Lam2010-05-111-13/+32
* Resize qmlruntime window to new dimensions when orientation changesJoona Petrell2010-05-071-10/+6
* docWarwick Allison2010-04-201-0/+1
* ResizeMode support for QGraphicsWidgets created with QDeclarativeViewJoona Petrell2010-04-161-87/+179
* Class documentation fixes for declarative.Michael Brasser2010-04-161-3/+3
* Doc: more mention of using QUrl::fromLocalFile() for URLs on local filesystemMartin Jones2010-04-141-1/+7
* Fix viewer resizing on reload and File->openMartin Jones2010-03-301-0/+1
* Remove total wrongness.Warwick Allison2010-03-291-1/+0
* Build Fix and port to new width and height propertiesAlexis Menard2010-03-251-2/+2
* Fix leak.Michael Brasser2010-03-241-1/+2
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-12/+0
* Fixes for the module importmae2010-03-161-0/+1
* Merge remote branch 'qt/4.7' into qml-4.7Qt Continuous Integration System2010-03-101-4/+15
|\
| * doc: Fixed some QML qdoc errors.Martin Smith2010-03-051-4/+15
* | Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-091-2/+2
|/
* Set StrongFocus on QDeclarativeView so that elements can get focus.Martin Jones2010-03-041-0/+2
* Replace remaining QGuard usage with QDeclarativeGuard.Michael Brasser2010-03-011-2/+3