summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* CompileAaron Kennedy2009-09-231-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-09-2353-1098/+2143
|\
| * vector -> Qt.vector3dAaron Kennedy2009-09-231-2/+0
| * Use a bitmask to track bound propertiesAaron Kennedy2009-09-238-26/+95
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-232-3/+7
| |\
| | * Fix crash in ~QmlEngine when using QmlDomKai Koehne2009-09-221-2/+6
| | * Replace begin()/end() with constBegin()/constEnd() to avoid detach inMarco Bubke2009-09-221-1/+1
| * | Add plumbing for more advanced signal property controlAaron Kennedy2009-09-226-68/+198
| |/
| * Slight simplification of parameterized signalsAaron Kennedy2009-09-224-23/+40
| * Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-2215-917/+1185
| * Ensure absolute path for qmldir URL.Warwick Allison2009-09-221-2/+3
| * XMLHttpRequest status and statusText were not set in finished or error.Tapani Mikola2009-09-181-0/+10
| * Added \r\n between the headers in getAllResponseHeadersTapani Mikola2009-09-181-1/+1
| * Implementations of getAllResponseHeaders () and getResponseHeader ().Tapani Mikola2009-09-181-4/+69
| * Fix Windows compile.Warwick Allison2009-09-182-6/+6
| * Make SqlDatabase testable and add a basic test.Warwick Allison2009-09-184-40/+72
| * Fixed an include.Erik Verbruggen2009-09-171-1/+1
| * Fixed the QML parser files to play nice when included in Creator,Erik Verbruggen2009-09-176-14/+16
| * Fixed the QML parser files to play nice when included in Creator, whenErik Verbruggen2009-09-1716-521/+550
| * Compile on windowsYann Bodson2009-09-171-0/+1
| * Changed the use of QString::utf8() to QString::toUtf8() to make itErik Verbruggen2009-09-161-2/+2
| * Added a virtual destructor to suppress warnings.Erik Verbruggen2009-09-162-0/+5
| * Fix compilation on LinuxKai Koehne2009-09-161-1/+0
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-165-6/+49
| |\
| | * Do not crash in QmlInfo if debugging information is missingKai Koehne2009-09-152-2/+7
| | * Ensure that relative urls are made absolute in all casesKai Koehne2009-09-151-2/+6
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-1518-37/+136
| | |\
| | * | Build on S60.Martin Jones2009-09-152-2/+36
| * | | Better SQL database performance / memory usage.Warwick Allison2009-09-163-13/+93
| * | | Remove unnecessary use of QObjectsWarwick Allison2009-09-161-106/+75
| * | | Basic first-working SQL database interface.Warwick Allison2009-09-164-0/+323
| | |/ | |/|
* | | Add some of the functionality from the old debugger (e.g. dynamic updating of...Bea Lam2009-09-235-5/+367
|/ /
* | Don't crash.Warwick Allison2009-09-141-1/+6
* | Fix that empty string "resolves" to empty URL.Warwick Allison2009-09-111-4/+3
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-104-19/+71
|\ \
| * | Report custom parse errors verbosely.Warwick Allison2009-09-104-19/+71
* | | Support URL resolution from within script blocksAaron Kennedy2009-09-102-4/+25
|/ /
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-092-6/+3
|\ \
| * | Remove debug.Michael Brasser2009-09-091-4/+1
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-087-10/+32
| |\ \
| * | | Don't add newlines in rewriter as it messes up error reporting.Michael Brasser2009-09-081-2/+2
* | | | Move ComponentInstance functionality into LoaderMartin Jones2009-09-091-2/+3
| |/ / |/| |
* | | Added an option to the lexer to tell the engine of all comments in a QMLErik Verbruggen2009-09-086-6/+28
* | | Compilefix for win32Thomas Hartmann2009-09-081-4/+4
|/ /
* | Fix leaks.Michael Brasser2009-09-082-0/+2
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-077-5/+49
|\
| * Add status and progress properties to Loader.Martin Jones2009-09-076-5/+45
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-073-2/+2864
| |\
| * | Resolve qualified type even if not localfile.Warwick Allison2009-09-071-0/+4
* | | Fix leak.Michael Brasser2009-09-073-0/+11