summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove "property var" supportAaron Kennedy2010-04-191-6/+0
* Renamed mousePosChanged signal to mousePositionChangedLeonardo Sobral Cunha2010-04-192-6/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-191-5/+14
|\
| * List properties for dynamic meta objects.Warwick Allison2010-04-191-5/+14
* | Remove Script {} supportAaron Kennedy2010-04-1912-252/+23
|/
* Don't crash on deleted objects assigned to variant propertiesAaron Kennedy2010-04-192-6/+22
* Fiddle with the overshoot correction curve.Martin Jones2010-04-191-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-1940-156/+317
|\
| * Documentation fixes.Yann Bodson2010-04-192-8/+11
| * Reference count ObjectData's to correctly delete objects with no parentAaron Kennedy2010-04-192-3/+9
| * QDeclarativeImage should stretch in one direction when tiling in the other.Yann Bodson2010-04-191-5/+20
| * CompileAaron Kennedy2010-04-191-0/+2
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-1947-159/+349
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-195-23/+29
| | |\
| | * | Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-1933-133/+273
| * | | Partial revert of 348d1f6d421a6e23b769af99608fa6d81631a6c3Warwick Allison2010-04-193-7/+2
* | | | Avoid painfully slow flicking to snap positions in GridViewMartin Jones2010-04-191-1/+10
* | | | Avoid painfully slow flicking to snap positions.Martin Jones2010-04-191-1/+10
| |_|/ |/| |
* | | Add some padding to Rectangles with border to avoid qDrawBorderPixmap() bug.Martin Jones2010-04-191-1/+3
* | | Speed up Rectangle creation with pen or gradient slightlyMartin Jones2010-04-192-3/+16
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-199-3/+47
|\ \ \ | | |/ | |/|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-1956-336/+619
| |\ \
| | * | Update mouse area coordinates automatically when changing positionLeonardo Sobral Cunha2010-04-194-3/+35
| | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-04-185-0/+12
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-04-175-0/+12
| | |\ \
| | | * | Fixed compile of JavaScriptCore for Symbian^3.Rohan McGovern2010-04-161-0/+2
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-04-164-0/+10
| | | |\ \
| | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-04-154-0/+10
| | | | |\ \
| | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-04-154-0/+10
| | | | | |\ \
| | | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-04-144-0/+10
| | | | | | |\ \
| | | | | | | * | Fix compilation: StringImpl has no public, default constructorThiago Macieira2010-04-142-0/+3
| | | | | | | * | JavaScriptCore doesn't need QtGuiThiago Macieira2010-04-141-0/+1
| | | | | | | * | Disable C++0x mode for QtWebKit and QtScript since WebKit will not compile an...Thiago Macieira2010-04-142-0/+6
* | | | | | | | | Always allow view position to be fixed.Martin Jones2010-04-193-19/+10
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-1852-333/+584
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-1752-333/+584
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Recognize identifiers containing unicode escape sequences.Roberto Raggi2010-04-161-1/+41
| | * | | | | | Fixed parsing of inner labelled statements.Roberto Raggi2010-04-162-4/+4
| | * | | | | | More QML doc consistency.Martin Jones2010-04-164-22/+22
| | * | | | | | Doc: in QML use "real" and "enumeration", not "qreal" and "enum"Martin Jones2010-04-1611-22/+22
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-1621-252/+387
| | |\ \ \ \ \ \
| | | * | | | | | Wait for debug clients asynchronously instead of blocking creation ofBea Lam2010-04-163-85/+57
| | | * | | | | | ResizeMode support for QGraphicsWidgets created with QDeclarativeViewJoona Petrell2010-04-162-88/+180
| | | * | | | | | More class documentation fixes for declarative.Michael Brasser2010-04-167-32/+77
| | | * | | | | | Simplify QML import plugin deployment linesJoona Petrell2010-04-165-10/+5
| | | * | | | | | Add QML imports to s60installs.proJoona Petrell2010-04-161-0/+19
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-168-11/+43
| | | |\ \ \ \ \ \
| | | * | | | | | | Throw exceptions on programming errors for global functions.Warwick Allison2010-04-164-37/+49
| | * | | | | | | | Doc: make note about using clip: true in views slightly more prominent.Martin Jones2010-04-163-3/+3
| | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-161-3/+3
| | |\ \ \ \ \ \ \