summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Collapse)AuthorAgeFilesLines
* doc: Fixed several qdoc errors.Martin Smith2010-03-095-17/+23
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-082-31/+57
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (64 commits) Carbon: usage of menu bars can cause exceptions to be thrown Mac: compile fix Fix build JPEG plugin: Use switch() instead of if() don't try to build corewlan plugin when corewlan was not found at configure Avoid conversion to/from QChar in the cn codec to unicode Avoid memory allocations in conversion from Gb2312/Gb18030 to unicode fix corewlan detection error when building for 10.5 when 10.6 is also fixed treatment of zlib on Mac when crossbuilding Partial overloading support for qdbus cli tool. Allow empty authority in QUrl::setAuthority as per docs. Added test for QTBUG-6962: Empty authority ignored by QUrl::setAuthority. fixed case of GL include directory check in MAC_APPLICATION_MENU translations Re-generate the Unicode tables after updates to the program that generates them Fix the code after merge: DerivedNormalizationProps has two or more columns add some usefull definitions to qunicodetables_p.h qchar.cpp: fix identation finish last commit prefer DerivedNormalizationProps.txt over CompositionExclusions.txt ...
| * doc: Fixed some QML qdoc errors.Martin Smith2010-03-051-4/+2
| |
| * doc: Fixed some QML qdoc errors.Martin Smith2010-03-051-27/+55
| |
* | Fix Qt.tint() algorithmAaron Kennedy2010-03-081-10/+6
| | | | | | | | QT-2424
* | Disallow upper case property, signal and method names in QMLAaron Kennedy2010-03-081-0/+6
| | | | | | | | QT-2976
* | Add support for QtScript connect/disconnect syntax in QMLAaron Kennedy2010-03-052-0/+93
| | | | | | | | | | | | | | This support was accidentally removed as a consequence of 4a665ff5da05860f5eb46e3982ef3d8163a6cf59. QTBUG-8001
* | Minor perf improvement when running QML script blocksAaron Kennedy2010-03-051-2/+3
| | | | | | | | | | There is no need to capture a property access if a binding is not being evaluated.
* | Don't assume documents are in UTF-8.Bea Lam2010-03-051-3/+16
| | | | | | | | Task-number: QTBUG-7719
* | Fix compiler warning on RVCTAaron Kennedy2010-03-051-148/+173
| | | | | | | | | | Anonymous structures in unions cause warnings on this compiler. QTBUG-8738
* | Allow unquoted enum syntax for value typesAaron Kennedy2010-03-056-4/+50
|/ | | | QTBUG-5424
* Compile fix for winceThierry Bastian2010-03-041-3/+3
| | | | Reviewed-by: Leo Cunha
* Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-044-8/+15
| | | | QTBUG-8677
* Fix grammar stringifying "on" as "readonly"Aaron Kennedy2010-03-044-5/+5
| | | | QTBUG-8676
* Improve grouped property error messagesAaron Kennedy2010-03-044-8/+22
| | | | QT-2579
* Remove Qt.playSound()Michael Brasser2010-03-042-26/+0
| | | | Use SoundEffect instead.
* Add formatting functions to QML's global Qt object.Michael Brasser2010-03-042-0/+69
| | | | The plan is for these to replace DateTimeFormatter.
* Signal handler requires exactly one value.Michael Brasser2010-03-041-1/+1
| | | | Don't crash on invalid "PropertyAnimation on onClicked"
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-046-8/+56
|\
| * Compile without QVariant::EasingCurve in Qt 4.6.2.Warwick Allison2010-03-046-8/+56
| |
* | QDeclarativeContext::contextProperty() should also access idsAaron Kennedy2010-03-041-1/+4
|/ | | | QT-2800
* Fix visibility of classes in private headers upon which Bauhaus/Creator relies.Warwick Allison2010-03-032-3/+3
| | | | Author: Erik Verbruggen
* system import path not supported with Qt 4.6.Warwick Allison2010-03-031-0/+4
|
* Save secondary scope inside the expression's scope objectAaron Kennedy2010-03-034-20/+57
| | | | | | | This prevents the secondary scope from contaminating scopes outside itself when used as a signal expression. QTBUG-8641
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-037-40/+65
|\
| * QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject ↵Aaron Kennedy2010-03-031-2/+9
| | | | | | | | | | | | property QT-2793
| * Move JS global scope to top of the QML scope chainAaron Kennedy2010-03-036-38/+56
| | | | | | | | QT-2787
* | 'on' syntax fixesYann Bodson2010-03-031-4/+4
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-031-0/+1
|\
| * Fix incorrect scope resolution for script in a script block.Michael Brasser2010-03-031-0/+1
| | | | | | | | | | | | | | Make sure global variables in a script file are searched before component properties. Task-number: QTBUG-8641
* | QDeclarativeGuard should handle objects being deletedAaron Kennedy2010-03-031-0/+5
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-037-13/+38
|\
| * Compile fix on WindowsAlan Alpert2010-03-021-1/+1
| |
| * Build fix on windowsTobias Hunger2010-03-021-1/+1
| |
| * Fix qml import modules loading on Windowsmae2010-03-021-8/+20
| | | | | | | | | | | | On windows, when importing a declarative plugin by name, extend with "d.dll" in the debug case, then with ".dll". This is in sync with qmake's behaviour for libraries.
| * Don't return QDeclarativeDeclarativeData for a deleting objectAaron Kennedy2010-03-022-2/+6
| | | | | | | | This was causing crashes in the qmldesigner.
| * Empty URL testAaron Kennedy2010-03-021-0/+7
| |
| * Merge branch 'master' into 4.7Warwick Allison2010-03-021-0/+2
| |\ | | | | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativegridview/tst_qdeclarativegridview.cpp
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-03-026-105/+201
| | |\
| | * | Export QDeclarativeWorkerScript and QDeclarativeWorkerListModel andBea Lam2010-03-011-2/+8
| | | | | | | | | | | | | | | | call other usual macros.
| * | | Optimization.Michael Brasser2010-03-021-2/+2
| | | |
* | | | Add WorkerScript docs and tests.Bea Lam2010-03-031-1/+82
|/ / / | | | | | | | | | Task-number: QT-2807
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-026-105/+201
|\ \ \
| * \ \ Merge branch 'master' into 4.7Aaron Kennedy2010-03-026-105/+201
| |\ \ \ | | | |/ | | |/|
| | * | Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-026-105/+201
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
* | | Add docs and tests for WorkerListModel.Bea Lam2010-03-022-3/+143
|/ / | | | | | | Task-number: QT-2807
* | compile fix with namespaceshjk2010-03-011-1/+2
|/
* Rename QDeclarativeGraphics_setParent_noEvent QDeclarative_setParent_noEventMartin Jones2010-03-014-5/+5
|
* Fixed private header include style to work when headers are installed.Rohan McGovern2010-03-011-1/+1
| | | | | | | | | | Private headers should include other private headers by: #include <private/qfoo_p.h> Using a relative path works during the build, but does not work when building other projects which attempt to use the installed private headers (e.g. unit tests for private classes).
* Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-27156-10083/+11063
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/kernel/qmetatype.cpp src/declarative/graphicsitems/qdeclarativeevents.cpp src/declarative/graphicsitems/qdeclarativeflickable.cpp src/declarative/graphicsitems/qdeclarativegridview.cpp src/declarative/qml/qdeclarativescript.cpp src/declarative/util/qdeclarativeanimation.cpp src/declarative/util/qdeclarativebehavior.cpp src/declarative/util/qdeclarativeeasefollow.cpp src/declarative/util/qdeclarativefontloader.cpp src/declarative/util/qdeclarativelistmodel.cpp src/declarative/util/qdeclarativespringfollow.cpp src/declarative/util/qdeclarativestategroup.cpp src/declarative/util/qdeclarativesystempalette.cpp src/declarative/util/qdeclarativetimer.cpp src/declarative/util/qmlstateoperations.cpp src/multimedia/qml/qdeclarativeaudio.cpp src/multimedia/qml/qdeclarativevideo.cpp