Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass exceptions where possible, else print. | Warwick Allison | 2010-01-12 | 1 | -29/+42 |
| | | | | Task-number: QTBUG-6507 | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-12 | 13 | -21/+77 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Compile | Aaron Kennedy | 2010-01-12 | 1 | -1/+3 |
| | | |||||
| * | Compile | Aaron Kennedy | 2010-01-12 | 1 | -1/+1 |
| | | |||||
| * | Don't double enter states at startup. | Aaron Kennedy | 2010-01-12 | 2 | -11/+25 |
| | | | | | | | | QT-2697 | ||||
| * | Cached programs and closures must be destroyed at shutdown | Aaron Kennedy | 2010-01-12 | 4 | -6/+21 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2010-01-12 | 3 | -0/+9 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | Doc fixes | Alan Alpert | 2010-01-11 | 3 | -0/+9 |
| | | | | | | | | | | | | Explictly mention that root items in delegates need a size. | ||||
| * | | Crash | Aaron Kennedy | 2010-01-11 | 1 | -1/+1 |
| |/ | |||||
| * | More binding opts | Aaron Kennedy | 2010-01-11 | 1 | -0/+17 |
| | | |||||
| * | Crash | Aaron Kennedy | 2010-01-11 | 1 | -1/+0 |
| | | |||||
* | | Improve efficiency and correctness of qHash(QUrl), and use it in Declarative | Warwick Allison | 2010-01-12 | 7 | -19/+30 |
| | | | | | | | | | | rather than qHash(url.toString()). Similar corelib changes may come from 4.6 too. | ||||
* | | Use 0 for null QHash. | Warwick Allison | 2010-01-12 | 1 | -15/+119 |
|/ | | | | (this change will come via Qt 4.6 too) | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 5 | -18/+36 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Use QMetaObject::disconnectOne() in QML | Aaron Kennedy | 2010-01-11 | 2 | -11/+11 |
| | | | | | | | | QTBUG-6781 | ||||
| * | QMetaObject::disconnectOne() | Aaron Kennedy | 2010-01-11 | 3 | -7/+25 |
| | | | | | | | | | | | | | | Adds a disconnectOne() method that allows a single signal/slot connection to be disconnected, as required by QTBUG-6781. Reviewed-by: Warwick Allison | ||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 1 | -4/+7 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Don't double function'ize dynamic QML functions | Aaron Kennedy | 2010-01-11 | 1 | -4/+7 |
| | | |||||
* | | unwarn | Warwick Allison | 2010-01-11 | 6 | -8/+8 |
| | | |||||
* | | Don't use a virtual signal - moc complains. | Warwick Allison | 2010-01-11 | 4 | -4/+16 |
|/ | |||||
* | Deferred properties are not experimental anymore | Aaron Kennedy | 2010-01-11 | 1 | -3/+0 |
| | |||||
* | Use URI, not modified URL when resolving type names | Aaron Kennedy | 2010-01-11 | 1 | -2/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 16 | -29/+231 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2010-01-11 | 10 | -8/+10 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | Remove extra semicolons. | Michael Brasser | 2010-01-11 | 2 | -2/+2 |
| | | | |||||
| | * | Compile with QT_NO_CURSOR. | Michael Brasser | 2010-01-11 | 1 | -0/+4 |
| | | | |||||
| * | | Update QML to adhere to latest QScriptDeclarativeClass | Aaron Kennedy | 2010-01-11 | 10 | -22/+26 |
| | | | |||||
| * | | Optimization: Add QScriptDeclarativeClass::Value | Aaron Kennedy | 2010-01-11 | 3 | -5/+199 |
| | | | | | | | | | | | | | | | | | | | | | This class is essentially the same as QScriptValue, but it is faster as it doesn't reference objects. Thus, they might be collected if the gc runs. For return values from QScriptDeclarativeClass this isn't a problem, of course. | ||||
* | | | QTBUG-6507 appears fixed (don't know when) | Warwick Allison | 2010-01-11 | 1 | -6/+1 |
| |/ |/| | |||||
* | | Remove unused signal. | Warwick Allison | 2010-01-11 | 1 | -1/+0 |
| | | |||||
* | | Compile outside src/declarative (tests) | Warwick Allison | 2010-01-11 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 13 | -70/+238 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2010-01-11 | 2 | -8/+7 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| * | | Optimization: Passing QScriptEngine to QScriptValue is much faster | Aaron Kennedy | 2010-01-09 | 1 | -7/+7 |
| | | | |||||
| * | | Optimization: Bypass qt_metacall for synthesized methods | Aaron Kennedy | 2010-01-09 | 8 | -29/+163 |
| | | | |||||
| * | | Optimization: Cache compiled dynamic functions | Aaron Kennedy | 2010-01-08 | 8 | -47/+81 |
| | | | |||||
* | | | Move choice of pipelining to the point request. | Warwick Allison | 2010-01-11 | 5 | -4/+3 |
| |/ |/| | | | | | (based on advice from Thiago) | ||||
* | | Compile fix for QMLViewer | Thomas Hartmann | 2010-01-08 | 1 | -2/+2 |
| | | | | | | | | QmlViewer only compiled with -nokia-developer on Windows | ||||
* | | Must always ask factory loader, or else plugins will only load the second time. | Warwick Allison | 2010-01-08 | 1 | -6/+5 |
|/ | |||||
* | Fix painting to pixmap. | Warwick Allison | 2010-01-08 | 1 | -1/+1 |
| | | | | | If we render the graphics view in a pixmap effectiveClip is empty. From Marco | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-08 | 5 | -12/+48 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Optimization: Improve property read speed | Aaron Kennedy | 2010-01-08 | 4 | -10/+46 |
| | | |||||
| * | Basic QML JS benchmark | Aaron Kennedy | 2010-01-08 | 2 | -2/+2 |
| | | |||||
* | | Allow QML types defined in both C++ and QML files to be in the same module. | Warwick Allison | 2010-01-08 | 2 | -46/+54 |
|/ | |||||
* | Add notifier for QmlGraphicsInput | Marco Bubke | 2010-01-07 | 2 | -14/+68 |
| | | | | | | | Bauhaus needs the notifier to track changes in the items. Task-number: BAUHAUS-243 Reviewed-by: Thomas Hartmann | ||||
* | Add notifier for QmlGraphicsTextEdit | Marco Bubke | 2010-01-07 | 2 | -15/+47 |
| | | | | | | | Bauhaus needs the notifier to track changes in the items. Task-number: BAUHAUS-243 Reviewed-by: Thomas Hartmann | ||||
* | Load qmlmodules plugins. | Warwick Allison | 2010-01-07 | 4 | -0/+181 |
| | | | | | | This allows projects which use the declarative module to add QML types through C++ modules, such that qmlviewer (or any QML) can import those types. | ||||
* | opt: move expr out of loop | Warwick Allison | 2010-01-07 | 1 | -2/+2 |
| | |||||
* | Add notifier for QmlGraphicsText | Marco Bubke | 2010-01-06 | 2 | -9/+37 |
| | | | | | | | Bauhaus needs the notifier to track changes in the items. Task-number: BAUHAUS-243 Reviewed-by: Kai Koehne | ||||
* | Allow Bauhaus to reset hasPixelSize | Marco Bubke | 2010-01-06 | 1 | -3/+9 |
| | | | | | | | We want to reset the pixelSize to a pointSize value. Task-number: BAUHAUS-244 Reviewed-by: Kai Koehne |