Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid QString <-> QUrl conversions | Aaron Kennedy | 2009-12-03 | 4 | -3/+15 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-03 | 1 | -1/+1 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | A collection of small optimizations. | Martin Jones | 2009-12-03 | 1 | -1/+1 |
| | | |||||
* | | Optimization | Aaron Kennedy | 2009-12-03 | 7 | -136/+155 |
|/ | |||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 86 | -275/+275 |
| | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | Fix indenting | Aaron Kennedy | 2009-12-02 | 1 | -6/+6 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-02 | 53 | -171/+171 |
|\ | | | | | | | | | | | | | into kinetic-declarativeui Conflicts: src/declarative/qml/qmlvme.cpp | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-12-02 | 20 | -190/+403 |
| |\ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlmetatype.cpp | ||||
| * | | Remove include styles that rely on configure. | Warwick Allison | 2009-12-01 | 53 | -170/+170 |
| | | | | | | | | | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | | | Minor performance tweaks | Aaron Kennedy | 2009-12-02 | 2 | -6/+36 |
| |/ |/| | |||||
* | | Delay the creation of the signal parameter object until needed | Aaron Kennedy | 2009-12-02 | 2 | -12/+14 |
| | | |||||
* | | Run QmlParserStatus::componentComplete() in opposite order | Aaron Kennedy | 2009-12-02 | 1 | -1/+1 |
| | | | | | | | | | | This improves perf when a parent depends on its childrens' size. | ||||
* | | Cleanup cached binding closures | Aaron Kennedy | 2009-12-02 | 4 | -14/+19 |
| | | |||||
* | | Cache binding closures | Aaron Kennedy | 2009-12-02 | 11 | -16/+118 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-02 | 1 | -1/+4 |
|\ \ | | | | | | | | | | into kinetic-declarativeui | ||||
| * | | Get qsTr and friends working again. | Michael Brasser | 2009-12-01 | 1 | -1/+4 |
| |/ | |||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-01 | 1 | -2/+2 |
|\ \ | |/ | | | | | into kinetic-declarativeui | ||||
| * | unwarn | Warwick Allison | 2009-11-30 | 1 | -2/+2 |
| | | |||||
* | | Two way WorkerScript communications | Aaron Kennedy | 2009-11-30 | 7 | -156/+257 |
|/ | |||||
* | Qt.quit() added to qml. | Tapani Mikola | 2009-11-30 | 3 | -0/+20 |
| | |||||
* | Basic WorkerScript functionality | Aaron Kennedy | 2009-11-30 | 5 | -5/+563 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-11-30 | 2 | -0/+24 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-29 | 2 | -7/+9 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | atob and btoa functions (as per JS window functions) | Warwick Allison | 2009-11-29 | 2 | -0/+24 |
| | | | |||||
* | | | Support array-literal Script::source values | Aaron Kennedy | 2009-11-29 | 10 | -42/+115 |
| |/ |/| | |||||
* | | Handle more HTML non-errors | Aaron Kennedy | 2009-11-27 | 1 | -6/+8 |
| | | |||||
* | | Symbian fixes. | Martin Jones | 2009-11-27 | 1 | -1/+1 |
|/ | |||||
* | Small doc fixes. | Martin Jones | 2009-11-25 | 3 | -6/+6 |
| | |||||
* | Doc improvments | Bea Lam | 2009-11-25 | 1 | -13/+18 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-23 | 4 | -119/+59 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Webkit console.log() compatibility. | Warwick Allison | 2009-11-23 | 2 | -1/+27 |
| | | | | | | | | This allows avoiding the more non-standard print(). | ||||
| * | Fixed the start location of an UiArrayBinding to include the qualifiedId. | Erik Verbruggen | 2009-11-20 | 1 | -1/+1 |
| | | | | | | | | Reviewed by: Roberto Raggi. | ||||
| * | Check version for cached DB too. | Warwick Allison | 2009-11-20 | 1 | -0/+2 |
| | | |||||
| * | More SQL tests. | Warwick Allison | 2009-11-20 | 1 | -114/+13 |
| | | | | | | | | Less non-spec functionality in API. | ||||
| * | Clean-up SQL tests to not be order-dependent | Warwick Allison | 2009-11-19 | 1 | -4/+14 |
| | | | | | | | | | | Add tests for new SQL APIs Remove some non-useful SQL API extensions. | ||||
| * | Fix for empty query results. | Warwick Allison | 2009-11-19 | 1 | -2/+5 |
| | | |||||
* | | Remove extra semicolon. | Martin Jones | 2009-11-19 | 1 | -1/+1 |
|/ | |||||
* | Rename QML Object to QtObject | Aaron Kennedy | 2009-11-19 | 1 | -1/+1 |
| | |||||
* | Doc. | Michael Brasser | 2009-11-18 | 1 | -3/+6 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-18 | 7 | -64/+76 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | tests | Aaron Kennedy | 2009-11-17 | 1 | -9/+3 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-11-17 | 2 | -10/+12 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | QMetaObjectBuilder tests | Aaron Kennedy | 2009-11-17 | 1 | -2/+3 |
| | | | |||||
| * | | QmlInstruction autotest | Aaron Kennedy | 2009-11-17 | 5 | -53/+70 |
| | | | |||||
* | | | Don't make assumptions about when SQLITE creates database files. | Warwick Allison | 2009-11-18 | 1 | -2/+2 |
| | | | |||||
* | | | Update SQL database support to current HTML5 specification. | Warwick Allison | 2009-11-18 | 1 | -58/+187 |
| |/ |/| | |||||
* | | Fix binding (it should be resulted to arrays, since SQL and JS are not) | Warwick Allison | 2009-11-17 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-17 | 3 | -36/+46 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-11-16 | 1 | -1/+1 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Tests | Aaron Kennedy | 2009-11-16 | 3 | -36/+46 |
| | | |