summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* 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.7Aaron Kennedy2010-04-195-23/+29
|\
| * 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-194-3/+35
| |\
| * | Always allow view position to be fixed.Martin Jones2010-04-193-19/+10
* | | Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-1933-133/+273
| |/ |/|
* | 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-qml into 4.7-integrationQt Continuous Integration System2010-04-1837-299/+520
|\
| * Recognize identifiers containing unicode escape sequences.Roberto Raggi2010-04-161-1/+41
| * Fixed parsing of inner labelled statements.Roberto Raggi2010-04-162-4/+4
| * 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-1612-240/+356
| |\
| | * 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
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-166-11/+32
| | |\
| | * | Throw exceptions on programming errors for global functions.Warwick Allison2010-04-161-35/+42
| * | | 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
| |\ \
| | * | Do not set a font pixel size of 0.Yann Bodson2010-04-161-3/+3
| * | | Add parent property to TimerMartin Jones2010-04-161-0/+1
| |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-169-26/+72
| |\ \
| | * | CleanupAaron Kennedy2010-04-162-3/+3
| | |/
| | * Class documentation fixes for declarative.Michael Brasser2010-04-165-18/+62
| * | Avoid calling QGraphicsItem::setTransformOriginPoint() until neededMartin Jones2010-04-162-5/+25
* | | Further RVCT4 fixes for SymbianIain2010-04-161-1/+1
| |/ |/|
* | Correctly support translation in QDeclarativePixmapCacheWarwick Allison2010-04-162-5/+7
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-1622-180/+316
|\
| * Correctly support translation in QDeclarativeCompilerAaron Kennedy2010-04-152-8/+2
| * Support valuetypes as method return valuesAaron Kennedy2010-04-155-40/+99
| * Compile without Qt3 support.Yann Bodson2010-04-151-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-151-0/+20
| |\
| | * DocAaron Kennedy2010-04-151-0/+20
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-1512-99/+126
| |\ \ | | |/
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-153-10/+104
| | |\
| | * | Add Component.onDestruction attached propertyAaron Kennedy2010-04-1511-94/+119
| | * | CommentsAaron Kennedy2010-04-151-1/+3
| | * | Remove unused parameterAaron Kennedy2010-04-153-4/+4
| * | | Simplify dynamic resource loading to avoid cluttering Text API.Warwick Allison2010-04-152-12/+5
| * | | Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-155-22/+65
| | |/ | |/|
* | | Improve warning for non-Item delegates.Martin Jones2010-04-161-2/+12
|/ /
* | Correctly resolve, and load, IMG tags in Text element.Warwick Allison2010-04-153-10/+104
|/
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-1521-80/+80
* Rename QDeclarativeData -> QAbstractDeclarativeDataAaron Kennedy2010-04-152-7/+7
* Add flow property to Grid, adding TopToBottom mode.Martin Jones2010-04-152-43/+112
* Add QML object destruction hookAaron Kennedy2010-04-152-2/+13