| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
It seems we're going to have to so a syncqt/configure in Qt modules.
|
|
|
|
| |
as it breaks reinstalling the module against existing Qt.
|
| |
|
|
|
|
|
| |
This allows us to delay the QML load until external script files have
been loaded from the network, and to correctly scope these scripts.
|
|
|
|
|
| |
QmlScriptParser now also stores the locations where a specific type
was referenced.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Conflicts:
src/declarative/qml/qmlscriptparser.cpp
src/declarative/qml/qmlscriptparser_p.h
Compiles, but probably next needs a revert/change of module stuff,
since that work seems to have been duplicated.
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
| |
Works same as before for now, but now the variables and methods are
all in the right place. In particular, type resolving is per-component,
not per-engine, even though it is the engine that ultimately has the
ability to find types, because each component will have a different set
of available types.
Designed to be optimizable - QmlEngine could share data between QmlEngine::Import
objects, and the import objects could read types in bulk rather than always searching.
|
| |
|
|
|
|
|
| |
Fix up license headers and private warnings, as well as other general
cleanups.
|
|
|
|
| |
QML script parser.
|
| |
|
| |
|
|
|
|
|
| |
Reviewed-by: erikv
Reviewed-by: Roberto Raggi
|
| |
|
| |
|
| |
|
|
|
|
| |
for real modules. Fix qmlconv, also get rid of the function() for signal properties.
|
| |
|
|
|