summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-1217-23/+115
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Always exit on play script failureAaron Kennedy2010-01-121-1/+1
| |
| * CompileAaron Kennedy2010-01-122-2/+4
| |
| * CompileAaron Kennedy2010-01-121-1/+1
| |
| * Don't double enter states at startup.Aaron Kennedy2010-01-124-11/+61
| | | | | | | | QT-2697
| * Cached programs and closures must be destroyed at shutdownAaron Kennedy2010-01-124-6/+21
| |
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-123-0/+9
| |\ | | | | | | | | | into kinetic-declarativeui
| | * Doc fixesAlan Alpert2010-01-113-0/+9
| | | | | | | | | | | | Explictly mention that root items in delegates need a size.
| * | CrashAaron Kennedy2010-01-111-1/+1
| |/
| * More binding optsAaron Kennedy2010-01-111-0/+17
| |
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-113-7/+11
| |\ | | | | | | | | | into kinetic-declarativeui
| * | CrashAaron Kennedy2010-01-111-1/+0
| | |
* | | Improve efficiency and correctness of qHash(QUrl), and use it in DeclarativeWarwick Allison2010-01-127-19/+30
| | | | | | | | | | | | | | | rather than qHash(url.toString()). Similar corelib changes may come from 4.6 too.
* | | Use 0 for null QHash.Warwick Allison2010-01-121-15/+119
| |/ |/| | | | | (this change will come via Qt 4.6 too)
* | Ignore anchor loop duplicate error.Warwick Allison2010-01-111-0/+1
| |
* | unwarnWarwick Allison2010-01-112-7/+10
|/
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-111-0/+7
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Ignore expected test warningsAaron Kennedy2010-01-111-0/+7
| |
* | missed fileWarwick Allison2010-01-111-0/+7
| |
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-116-19/+44
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Use QMetaObject::disconnectOne() in QMLAaron Kennedy2010-01-113-12/+19
| | | | | | | | QTBUG-6781
| * QMetaObject::disconnectOne()Aaron Kennedy2010-01-113-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 Allison2010-01-112-4/+16
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-111-6/+6
| |\ | | | | | | | | | into kinetic-declarativeui
| * | Don't double function'ize dynamic QML functionsAaron Kennedy2010-01-112-4/+16
| | |
* | | unwarnWarwick Allison2010-01-116-8/+8
| | |
* | | Don't use a virtual signal - moc complains.Warwick Allison2010-01-115-5/+18
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-113-6/+2
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Deferred properties are not experimental anymoreAaron Kennedy2010-01-111-3/+0
| |
| * Use URI, not modified URL when resolving type namesAaron Kennedy2010-01-111-2/+2
| |
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-118-14/+28
| |\ | | | | | | | | | into kinetic-declarativeui
| * | Remove debuggingAaron Kennedy2010-01-111-1/+0
| | |
* | | qmlInfo now gives QML type, not C++ classname.Warwick Allison2010-01-111-6/+6
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-1117-31/+304
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-1139-32/+107
| |\ | | | | | | | | | into kinetic-declarativeui
| | * Remove extra semicolons.Michael Brasser2010-01-112-2/+2
| | |
| | * Compile with QT_NO_CURSOR.Michael Brasser2010-01-111-0/+4
| | |
| | * More text benchmarks.Michael Brasser2010-01-111-2/+73
| | |
| * | Update QML to adhere to latest QScriptDeclarativeClassAaron Kennedy2010-01-1110-22/+26
| | |
| * | Optimization: Add QScriptDeclarativeClass::ValueAaron Kennedy2010-01-113-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.
* | | report error betterWarwick Allison2010-01-111-1/+1
| | |
* | | document test weaknessWarwick Allison2010-01-111-0/+6
| | |
* | | QTBUG-6507 appears fixed (don't know when)Warwick Allison2010-01-113-10/+18
| | |
* | | avoid false passWarwick Allison2010-01-111-1/+0
| | |
* | | Don't put necessary code in Q_ASSERTWarwick Allison2010-01-111-2/+2
| | | | | | | | | | | | (test failed in release mode)
* | | Qt has more stuff in rich text now.Warwick Allison2010-01-111-0/+1
| |/ |/|
* | Compile (will still fail)Warwick Allison2010-01-111-1/+1
| |
* | Remove unused signal.Warwick Allison2010-01-111-1/+0
| |
* | Compile outside src/declarative (tests)Warwick Allison2010-01-111-1/+1
| |
* | Compile.Warwick Allison2010-01-112-3/+9
| |