summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Collapse)AuthorAgeFilesLines
* Protect the QML front-end using the namespace JavaScript.Roberto Raggi2009-05-149-208/+222
|
* Removed javascriptvalue.hRoberto Raggi2009-05-146-18/+9
|
* Array expressions testAaron Kennedy2009-05-141-3/+1
|
* Remove AssignSignal instructionAaron Kennedy2009-05-135-69/+58
|
* Remove left over debuggingAaron Kennedy2009-05-131-1/+0
|
* Fix qmlparser test failureAaron Kennedy2009-05-133-6/+10
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-131-0/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-126-74/+15
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | More robust error handling (in ListView) and reporting (in VisualModel).Martin Jones2009-05-121-0/+1
| | |
* | | Disable code that triggers a crash at exit.Aaron Kennedy2009-05-121-3/+5
| | | | | | | | | | | | This is a hack. We should fix it properly.
* | | Remove QWidget hackAaron Kennedy2009-05-121-5/+1
| | | | | | | | | | | | We no longer have any QWidget bindings, so we don't need this hack. Will have to solve the problem properly when we reintroduce QWidget support.
* | | More testsAaron Kennedy2009-05-125-26/+15
| |/ |/|
* | More QML testsAaron Kennedy2009-05-126-74/+15
|/
* Clean up qmlparser testAaron Kennedy2009-05-124-3/+26
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-1111-743/+820
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Automatic semicolon insertion for property and signal definitions.Roberto Raggi2009-05-116-740/+728
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-1115-943/+1073
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Erik Verbruggen2009-05-115-873/+853
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Added positioning information to the dom as position+length.Erik Verbruggen2009-05-114-0/+91
| | | | | | | | | | | | | | | | Reviewed-by: Roberto Raggi
| * | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-111-3/+1
| | | |
* | | | Use sub-component metaobjects to improve performanceAaron Kennedy2009-05-115-16/+33
| | | | | | | | | | | | | | | | This reduces the number of runtime-resolved AssignConstant instructions that need to be generated.
* | | | Remove outdated commentAaron Kennedy2009-05-111-2/+0
| | | |
* | | | Ensure negative numeric literals are not treated as bindingsAaron Kennedy2009-05-111-10/+13
| | | |
* | | | Remove some XML'isms from the parser/compiler interfaceAaron Kennedy2009-05-117-82/+183
| |_|/ |/| |
* | | Fixed the conflicts introduced by UiArrayLiteralRoberto Raggi2009-05-115-873/+853
| |/ |/|
* | Reevaluate expressions when context properties changeAaron Kennedy2009-05-116-70/+129
|/
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-113-88/+100
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-116-6/+75
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-111-0/+1
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * CompileYann Bodson2009-05-111-0/+1
| | | |
| | * | d-pointerize QmlOpenMetaObjectMartin Jones2009-05-111-0/+1
| | |/
| * | Detect binding loops.Michael Brasser2009-05-112-88/+98
| | | | | | | | | | | | | | | Don't crash when a looping binding has been established. Instead, print a warning and stop looping.
* | | Fix crashAaron Kennedy2009-05-111-0/+3
| |/ |/| | | | | Component {} would crash the compiler.
* | Clean up QmlContext's and QmlExpression's when a context gets deletedAaron Kennedy2009-05-114-3/+49
| |
* | When a QmlContext is destroyed, associated objects must be disassociatedAaron Kennedy2009-05-115-4/+25
|/
* Handle QmlParserStatus's and QmlBindableValeus being deleted during ↵Aaron Kennedy2009-05-1111-31/+164
| | | | component creation
* CompileAaron Kennedy2009-05-111-2/+2
|
* Fixed possible crash when processing Ui object definitions.Roberto Raggi2009-05-081-3/+6
|
* Expose import statements in QmlDomDocumentKai Koehne2009-05-085-8/+48
| | | | | Reviewed-by: erikv Reviewed-by: Roberto Raggi
* Only print error on an actual errorAaron Kennedy2009-05-081-1/+3
|
* Tweak debugger watchesAaron Kennedy2009-05-082-0/+12
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-082-4/+3
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fix loading of components containing sub components through QmlDomKai Koehne2009-05-072-4/+3
| | | | | | | | | | Pass a (optional) url to QmlDomDocument::load so that the compiler can find referenced components
* | Warn when dereferencing a non-existant nameAaron Kennedy2009-05-082-0/+2
|/
* Add "watchers" to debuggerAaron Kennedy2009-05-074-8/+52
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-077-880/+891
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Use source locations in the diagnostic messages.Roberto Raggi2009-05-064-54/+34
| |
| * Add some support for QWidget (again)Thomas Hartmann2009-05-061-1/+6
| | | | | | | | | | | | | | QObject::setParent is not allowed for QWidgets using QWidget::setParent instead if QObject::isWidgetType() Reviewed-by: Kai Koehne
| * Reject multiple top-level object members.Roberto Raggi2009-05-065-825/+851
| |
* | Shift QmlBindableValue data into d-ptrAaron Kennedy2009-05-064-25/+106
| |