summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure micro focus is updated in TextEdit and TextInputMartin Jones2010-06-294-9/+14
* Ensure Loader item change listener is removed when Loader is destroyedMartin Jones2010-06-292-6/+13
* Adapt all qmlviewer testcases to the code changes in the actual viewer.Robert Griebl2010-06-284-25/+22
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-28114-671/+2269
|\
| * Stop QMLLauncher from crashing on exit on Mac when quitting app via theBea Lam2010-06-282-0/+14
| * VisualDataModel hasModelChildren role shadowed user roles.Martin Jones2010-06-281-1/+1
| * Allow positioning of ListView items width sub-pixel precision.Martin Jones2010-06-281-7/+10
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-2811-19/+33
| |\
| | * Examples clean upBea Lam2010-06-288-13/+15
| | * DocsBea Lam2010-06-282-0/+7
| | * Improve appearance when scalingBea Lam2010-06-281-6/+11
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-06-2838-578/+1113
| |\ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-28114-758/+2621
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-06-2585-380/+1446
| | |\ \
| | | * | forget to rename the moc include when renaming deviceorientation_maemo.cppRobert Griebl2010-06-251-1/+1
| | | * | fix namespace macrosRobert Griebl2010-06-251-1/+3
| | | * | fix QML Viewer resize modesRobert Griebl2010-06-252-5/+8
| | | * | forgot to cleanup the code a bit after adding Maemo5 supportRobert Griebl2010-06-253-19/+10
| | | * | Make the QML viewer usable on the N900Robert Griebl2010-06-2513-199/+909
| | | * | Test QTBUG-11222Warwick Allison2010-06-251-0/+12
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-06-2523-21/+157
| | | |\ \
| | | | * | Handle enums in method arguments in the same way as QtScriptAaron Kennedy2010-06-254-1/+36
| | | | * | Allow custom parsers to handle attached propertiesAaron Kennedy2010-06-254-6/+23
| | | | * | Allow components to be created from .pragma library JS filesAaron Kennedy2010-06-256-10/+31
| | | | * | Fix assertAaron Kennedy2010-06-254-2/+22
| | | | * | Disallow global object properties as property namesAaron Kennedy2010-06-257-2/+23
| | | | * | Reading a property that doesn't exist throws a ReferenceError testAaron Kennedy2010-06-252-0/+22
| | | * | | Test ListElement type via type system, not string comparison.Warwick Allison2010-06-256-3/+35
| | | * | | Test only on X11, not only on Linux (which includes embedded).Warwick Allison2010-06-252-4/+4
| | | |/ /
| | | * | Force font selection (and so ensure visual test passes).Warwick Allison2010-06-2522-4/+14
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-2459-411/+1040
| | | |\ \
| | * | | | Tweak Qt Demo BehaviourAlan Alpert2010-06-251-0/+1
| | * | | | Stop other mouse buttons propagatingAlan Alpert2010-06-241-0/+1
| | * | | | Expand on warning messageAlan Alpert2010-06-241-1/+1
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-06-241675-46144/+35320
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Fix import path in cppextensions declarative example.Christian Kamm2010-06-241-1/+1
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-2458-410/+1039
| | | |\ \ \
| | * | \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-06-22159-673/+1282
| | |\ \ \ \ \
| | * | | | | | Check for main.qml firstAlan Alpert2010-06-221-3/+3
| * | | | | | | Restore neutral movement state if a view is manually positioned.Martin Jones2010-06-245-6/+46
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-247-5/+79
| |\ \ \ \ \ \
| | * | | | | | Prevent value source animations from being registered to start twice.Michael Brasser2010-06-243-0/+47
| | * | | | | | Make compile.Michael Brasser2010-06-241-1/+1
| | * | | | | | More script benchmarking.Michael Brasser2010-06-243-4/+31
| * | | | | | | Update tests following QDeclarativeFlickable::viewport() -> contentIem()Martin Jones2010-06-243-214/+214
| |/ / / / / /
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-2424-53/+291
| |\ \ \ \ \ \
| | * | | | | | Script benchmarking.Michael Brasser2010-06-244-4/+157
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-2445-154/+527
| | |\ \ \ \ \ \
| | | * | | | | | Update lupdate to recognize concatenated text in QML files.Michael Brasser2010-06-241-16/+56
| * | | | | | | | Expose the Flickable's internal contentItemMartin Jones2010-06-247-41/+70
| | |/ / / / / / | |/| | | | | |