summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-232-9/+9
|\
| * Fix cast-from-ascii warningThiago Macieira2010-03-201-1/+1
| * Fix compilation on LinuxThiago Macieira2010-03-201-5/+5
| * Fix compilation with WINSCW: #include doesn't find files in the same dirThiago Macieira2010-03-201-3/+3
* | This file does not existThomas Zander2010-03-221-2/+1
|/
* Remove warningsYann Bodson2010-03-182-29/+31
* Add missing semicolons. moc was confused and positionViewAtIndex not invokable.Yann Bodson2010-03-182-2/+2
* Use the correct base URL in resolveUriMartin Jones2010-03-181-3/+2
* Optimize id checking.Warwick Allison2010-03-181-10/+0
* Don't use QScriptValueIterator to iterate over arrays.Bea Lam2010-03-181-4/+3
* Only release the binding once we're finished with its memoryAaron Kennedy2010-03-181-1/+1
* Make it harder to accidentally delete a bindingAaron Kennedy2010-03-181-5/+7
* Block modifications to internal QDeclarativeContextsAaron Kennedy2010-03-181-1/+19
* Another fix to findmae2010-03-171-3/+5
* Improve implicit "." importmae2010-03-172-16/+28
* Fix auto testmae2010-03-171-8/+8
* Fix type lookup with urlmae2010-03-171-8/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-03-173-5/+14
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-164-9/+17
| |\
| | * Don't use QScriptValueIterator to iterate over an arrayKent Hansen2010-03-161-3/+9
| | * doc: Fixed three new qdoc errors.Martin Smith2010-03-111-0/+3
| | * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-03-112-5/+4
| | |\
| | | * Use index-based approach for iterating over JS array propertiesKent Hansen2010-03-101-4/+3
| | * | qdoc: Fixed lookup of QML property nodes.Martin Smith2010-03-111-2/+2
* | | | Fix default values on TextinputAlan Alpert2010-03-171-0/+3
* | | | Add an implicit import "." to types loaded from a local urlmae2010-03-172-4/+28
* | | | Fix crashAaron Kennedy2010-03-173-8/+9
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-171-14/+16
|\ \ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-172-9/+19
| |\ \ \ \
| * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-175-4/+60
| |\ \ \ \ \
| * | | | | | Emits itemsRemoved() in QDeclarativeListModel::remove.Yann Bodson2010-03-171-14/+16
* | | | | | | Don't use Qt3 support methods.Martin Jones2010-03-171-1/+1
| |_|/ / / / |/| | | | |
* | | | | | CrashAaron Kennedy2010-03-172-9/+19
| |/ / / / |/| | | |
* | | | | Allow enum constants as list element properties.Warwick Allison2010-03-175-4/+60
|/ / / /
* | | | Really fix warning.Martin Jones2010-03-171-2/+2
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-173-6/+7
|\ \ \ \
| * | | | MouseArea works now with any QGraphicsObjectAlexis Menard2010-03-172-6/+6
| * | | | Register QGraphicsWidget type.Alexis Menard2010-03-171-0/+1
* | | | | Fix warnings.Martin Jones2010-03-172-2/+2
|/ / / /
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-1735-566/+808
|\ \ \ \
| * \ \ \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-1733-559/+806
| |\ \ \ \
| | * | | | One url for an *unqualilfied* import is not special.Warwick Allison2010-03-171-1/+2
| | * | | | Fix test failuresAaron Kennedy2010-03-176-6/+11
| | * | | | Optimization: Don't unnecessarily run VMEStack element constructorsAaron Kennedy2010-03-171-4/+4
| | * | | | Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-1731-550/+740
| | * | | | Reset QDeclarativeDeclarativeData::outerContext when the context is removedAaron Kennedy2010-03-171-0/+1
| | * | | | Simplify QDeclarativeComponent::creationContext() logicAaron Kennedy2010-03-171-5/+2
| | * | | | Optimization: Use id notifier for QtScript bindingsAaron Kennedy2010-03-173-5/+33
| | * | | | Optimization: Combine QDeclarativeDeclarativeData and QObject allocationsAaron Kennedy2010-03-175-5/+30
| * | | | | Tests for default count(), get() values should be run on the workerBea Lam2010-03-172-7/+2
| |/ / / /