summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlvme_p.h
Commit message (Collapse)AuthorAgeFilesLines
* fix includesOswald Buddenhagen2009-12-031-2/+3
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-1/+1
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Fix indentingAaron Kennedy2009-12-021-6/+6
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-021-1/+1
|\ | | | | | | | | | | | | into kinetic-declarativeui Conflicts: src/declarative/qml/qmlvme.cpp
| * Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
| | | | | | | | May help modularization (syncqt and configure are Qt-specific).
* | Minor performance tweaksAaron Kennedy2009-12-021-1/+29
|/
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
| | | | as it breaks reinstalling the module against existing Qt.
* fix headersWarwick Allison2009-10-291-16/+16
|
* Make more qmlecmascript tests passAaron Kennedy2009-09-231-2/+6
| | | | | Test cases constantsOverrideBindings, outerBindingOverridesInnerBinding and aliasPropertyAndBinding now pass.
* Remove pointless QmlCompiledComponent classAaron Kennedy2009-07-151-3/+3
|
* CleanupMichael Brasser2009-06-301-0/+13
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Deferred properties mostly work.Aaron Kennedy2009-06-161-1/+3
| | | | However, they still don't honour the presence of an id property.
* Unify the store instructions into the main VME switchAaron Kennedy2009-05-261-3/+0
|
* Fixed #includesRoberto Raggi2009-05-181-4/+4
|
* Improve error handlingAaron Kennedy2009-05-061-2/+0
| | | | If a sub-component causes an error during creation we propagate those errors to the instantiating component.
* Improve error handling consistencyAaron Kennedy2009-05-051-2/+3
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+75