Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Check if the property is cached in QmlGraphicsVisualDataModel::stringValue | Marco Bubke | 2010-01-06 | 1 | -8/+12 |
| | | | | | | | This fixes a Bauhaus crash. Task-number: BAUHAUS-227 Reviewed-by: Kai Koehne | ||||
* | Improve documentation | Alan Alpert | 2010-01-05 | 1 | -3/+32 |
| | | | | | Extend documentation on dynamically created objects and on integrating with existing applications. And make those pages more discoverable. | ||||
* | Mark function contexts as temporary | Aaron Kennedy | 2010-01-05 | 6 | -5/+18 |
| | | | | QTBUG-5690 | ||||
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeui | Aaron Kennedy | 2010-01-05 | 100 | -1331/+3244 |
|\ | |||||
| * | Remove the need to know the service owner when adding/removing signal rules. | Thiago Macieira | 2010-01-02 | 4 | -34/+21 |
| | | | | | | | | | | Task-number: QTBUG-5979 Reviewed-By: TrustMe | ||||
| * | Use the watched service name list in matching incoming signals too. | Thiago Macieira | 2010-01-02 | 1 | -2/+8 |
| | | | | | | | | | | Task-number: QTBUG-5979 Reviewed-By: TrustMe | ||||
| * | Change the QtDBus watched service list to a map to its owner. | Thiago Macieira | 2010-01-02 | 2 | -17/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of simply counting how many times we're watching a service, also map a service to its owner. This allows us to provide a faster, cached GetNameOwner too. Technically, this could mean that a service that is started in-between event loops could remain invalid for a longer period of time. I'm not sure this is an issue -- will need some testing in KDE. Task-number: QTBUG-5979 Reviewed-By: TrustMe | ||||
| * | Update debug output to show the connection's ptr and thread | Thiago Macieira | 2010-01-02 | 1 | -10/+10 |
| | | |||||
| * | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ↵ | Simon Hausmann | 2009-12-30 | 6 | -4/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ( 70b5989bdeea2f73bd950099fc0f0e954550ef54 ) Changes in WebKit/qt since the last update: ++ b/WebKit/qt/ChangeLog 2009-12-30 Janne Koskinen <janne.p.koskinen@digia.com> Reviewed by Simon Hausmann. Upstream Symbian def files from Qt 4.6. These files define the ABI of QtWebKit on Symbian. * symbian/bwins/QtWebKitu.def: Added. * symbian/eabi/QtWebKitu.def: Added. | ||||
| * | Symbian build fix | Simon Hausmann | 2009-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Disable bearer management support in WebKit for builds inside Qt. We can't depend on an external module that depends on what we're building right now :) This is just a stop-gap fix. Reviewed-by: Trust me | ||||
| * | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ↵ | Simon Hausmann | 2009-12-30 | 4 | -7/+17 |
| | | | | | | | | | | | | | | | | | | ( c07df5686b431aa5d11643d00308d8f8f59d88b1 ) Changes in WebKit/qt since the last update: * Disable HTML5 Datagrid * Fix RVCT build | ||||
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵ | Qt Continuous Integration System | 2009-12-30 | 12 | -15/+255 |
| |\ | | | | | | | | | | | | | | | | | | | 4.6-integration * '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ( eb1c86da9f5fa43a0e126ef58ab11cbd4d200af7 ) | ||||
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵ | Qt Continuous Integration System | 2009-12-29 | 12 | -15/+255 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | 4.6-integration * '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ( eb1c86da9f5fa43a0e126ef58ab11cbd4d200af7 ) |