summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Add QmlPalette::darker() and QmlPalette::lighter().Yann Bodson2009-07-162-0/+13
* Do not segfault when index == -1.Yann Bodson2009-07-161-1/+3
* Rewrite QML expressions as closuresRoberto Raggi2009-07-152-34/+143
* Added support for parsing toplevel expressions and statements.Roberto Raggi2009-07-155-1903/+1098
* Remove pointless QmlCompiledComponent classAaron Kennedy2009-07-1519-245/+66
* Missing fileAaron Kennedy2009-07-151-0/+211
* Revert "Use a function object when evaluating bindings"Aaron Kennedy2009-07-152-17/+5
* Fix memory leakAaron Kennedy2009-07-151-0/+4
* Use a function object when evaluating bindingsAaron Kennedy2009-07-152-5/+17
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-1533-1172/+2639
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-07-1529-1170/+2333
| |\
| | * Expose qml import statements in QmlDomKai Koehne2009-07-153-6/+134
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-144-2/+2
| | |\
| | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-1422-1162/+2198
| | | |\
| | | * | Update .pri for QmlTimer move.Martin Jones2009-07-142-2/+2
| | | * | Move QmlTimer to util/Martin Jones2009-07-142-0/+0
| | * | | Remove bogus use of QT3_SUPPORT.Warwick Allison2009-07-141-5/+4
| | | |/ | | |/|
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-1431-1372/+1625
| | |\ \ | | | |/
| | * | Libraries and library versioning.Warwick Allison2009-07-1412-1002/+2078
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-1215-960/+1068
| | |\ \
| | * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-0970-1237/+1787
| | |\ \ \
| | * | | | Allow relative URLsWarwick Allison2009-07-091-3/+2
| | * | | | URL can convert from string or bytearray.Warwick Allison2009-07-091-1/+1
| | * | | | New module handling: allow "import" of built-in types.Warwick Allison2009-07-024-8/+51
| | * | | | First conversion to new module handling.Warwick Allison2009-07-0212-197/+116
| | * | | | Smooth, but never anti-alias the edges of pixmaps that need to stitch..Warwick Allison2009-07-021-5/+5
| * | | | | Make QmlPalette properties notifiable.Yann Bodson2009-07-152-14/+42
| | |_|_|/ | |/| | |
| * | | | Doc (fixed typo)Kai Koehne2009-07-141-1/+1
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-07-1430-1432/+1409
| |\ \ \ \
| | * | | | Compile.Bjørn Erik Nilsen2009-07-141-1/+1
| | * | | | Rename QmlDebugServerPlugin -> QmlDebugServiceAaron Kennedy2009-07-148-53/+53
| | * | | | Rename classesAaron Kennedy2009-07-144-56/+56
| | * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-142-0/+7
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| * | | | | Add access to Qt palettes from QML.Yann Bodson2009-07-143-0/+276
| | |/ / / | |/| | |
* | | | | Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-1516-995/+1128
* | | | | Rename QmlDebugServerPlugin -> QmlDebugServiceAaron Kennedy2009-07-138-53/+53
* | | | | Rename classesAaron Kennedy2009-07-134-56/+56
* | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-132-0/+7
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Set scene rect to avoid updating growing items bounding rect.Bjørn Erik Nilsen2009-07-102-0/+7
* | | | Start moving debugger out of processAaron Kennedy2009-07-1325-1340/+1317
* | | | Don't loop indefinately on library import statementAaron Kennedy2009-07-132-4/+4
|/ / /
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-097-21/+330
|\ \ \
| * | | Fix QFxTextEdit cursorDelegate auto test properlyAlan Alpert2009-07-091-2/+3
| * | | Fix QFxTextEdit cursor delegate for multi-line and font changesAlan Alpert2009-07-091-0/+5
| | |/ | |/|
| * | Tests for QFxTextEdit selection propertiesAlan Alpert2009-07-091-0/+4
| * | selectionStart/End now work properlyAlan Alpert2009-07-091-19/+13
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-082-5/+56
| |\ \
| | * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-0815-56/+236
| | |\ \
| | * | | Add a modulus property to Follow to allow "wrapping".Martin Jones2009-07-082-5/+56
| * | | | Implement selectedText, selectionStart and selectionEnd properties.Alan Alpert2009-07-083-4/+140