summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix type punning warnings from gccAaron Kennedy2010-11-262-31/+35
| | | | Also clean up some code uglyness in the process
* Allow javascript date and regexp objects in WorkerScript messagesBea Lam2010-11-241-0/+13
| | | | | Task-number: QTBUG-14666 Reviewed-by: Aaron Kennedy
* Don't leak QML compiled data objectsAaron Kennedy2010-11-193-7/+3
| | | | Task-number: QTBUG-14761
* Fix compilation by s/intptr_t/quintptr/Thiago Macieira2010-11-113-4/+4
| | | | | | | | | intptr_t is defined in some C header that we don't include. I don't know which one it is, but without it, it fails to compile with: declarative/qml/qdeclarativecontext.cpp:477: error: 'intptr_t' was not declared in this scope Reviewed-By: Trust Me
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-111-1/+2
|\ | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: QDeclarativeDebug: Keep source information when changing an expression Flickable does not reposition its content when it is resized.
| * QDeclarativeDebug: Keep source information when changing an expressionChristiaan Janssen2010-11-101-1/+2
| | | | | | | | | | | | | | | | | | Copy over the source code location of an expression when it is changed throu the debugging facilities. This enables JavaScript breakpoints to be hit even after the source code of the function has changed. Task-number: QTCREATORBUG-2824 Reviewed-by: Kai Koehne
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-11-101-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (21 commits) Fixed tst_qpixmap::grabWidget autotest failure on QWS. Doc: Fixing typo Doc: Fixing typo Doc: Fixing typo Fixed tst_qwidget::testContentsPropagation auto-test failure. Fixed text rendering bug in raster engine when opacity != 1.0. Prevented race condition on texture destruction. More fix for QTBUG-14640:oci performance problem with qlonglong Doc: Fixing typo Fixed grabWidget sometimes returning uninitialized memory. Fix Malayalam Rendering - 'Ra' is PreBase Update .def files for QtGui and QtOpenVG Use 32bit textures for alpha textures after all. One more fix for dithering. Doc: Fixing typo Fix QTBUG-14640:oci performance problem with qlonglong 32bit => 16bit conversion has 4byte-aligned output. Fix gcc bug in qReallocAligned Prevented threading related crash in OpenGL module. Fix possible crash in QStaticText and QDeclarativeTextLayout ...
| * Doc: Fixing typoSergio Ahumada2010-11-091-1/+1
| |
* | Don't use stdint.h in our headers since it is a C99 header.Martin Jones2010-11-082-12/+5
| | | | | | | | | | | | | | | | | | | | | | This caused problems in user applications depending upon the order of inlcusion and/or defining __STDC_LIMIT_MACROS. stdint.h is also not present in msvc, but is present in mingw. Switch to using quintptr. Task-number: QTBUG-14691 Task-number: QTBUG-13953 Reviewed-by: Bea Lam
* | Add documentation about script evaluation context and allowed typesBea Lam2010-11-041-2/+28
| | | | | | | | Task-number: QTBUG-14919
* | Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-042-7/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | now has an overview of different approaches to QML/C++ integration and demonstrates how to pass data between QML and C++ through properties/functions/signals. The part in the old docs that focused on QDeclarativeContext has been merged into the QDeclarativeContext class docs (although most of the info was largely covered in there already) and the part that covered Network Components has been moved to the QDeclarativeComponent class docs. The custom enum types example previously in extending-tutorial.qdoc has been moved to these new docs. Task-number: QTBUG-14923
* | Qml Debugging: Only enable if explicitly requestedKai Koehne2010-11-022-0/+3
|/ | | | | | | | | | | | | Enable the remote debugging of QDeclarativeEngines only after QDeclarativeDebugHelper::enableDebugging() has been called. Approved by 4.7 Program Team. Reviewed-by: Alessandro Portale Task-number: QTBUG-13762
* Doc: Fixed typoThorbjørn Lindeijer2010-11-011-1/+1
|
* Set the location of the closing brace.Roberto Raggi2010-10-262-4/+4
| | | | Reviewed-by: Christian Kamm
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-10-251-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/doc-staging: Fixed case of a library file name to enable MinGW builds on Fedora. Doc: Made Qt::TextLongestVariant internal again. Doc: Fixed minor documentation issues. Doc: Reorganized the platform and compiler notes pages. Doc: Removed non-ASCII characters and reformatted the text. Doc: Fixed documentation style and qdoc warnings. Doc: Fixed qdoc warnings. Doc: Fixed qdoc warnings. Doc: Fixed snippet reference for the Getting Started QML guide. Doc: Fixed warnings caused by an earlier change. Made docs consistent. Doc: Fixed warnings caused by an earlier change. Made docs consistent. Doc: Renamed an external reference to work around an auto-linking issue. Doc: Fixed qdoc warnings. Doc: Fixed links to the online BSD license information. Doc: Fixed qdoc warnings. Doc: Re-added a link to the Qt site related to testing tools. Doc: Marked some new properties as internal for now. Doc: Renamed a project file. Doc: Added missing examples and snippets.
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-2013-77/+94
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-2012-144/+397
| |\ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-1411-24/+207
| |\ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-0813-42/+147
| |\ \ \ \
| * | | | | Doc: Fixed qdoc warnings.David Boddie2010-10-071-1/+2
| | | | | |
* | | | | | Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
| |_|_|_|/ |/| | | |
* | | | | Fix position of synthesized semicolon tokens.Aaron Kennedy2010-10-201-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | Authored-by: Roberto Raggi Reviewed-by: Aaron Kennedy
* | | | | Don't export QtDeclarative symbols needed by QtCreator on SymbianJoona Petrell2010-10-1910-41/+55
| | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-14041 Reviewed-by: Aaron Kennedy
* | | | | Call the correct vme meta object when connecting alias signalsAaron Kennedy2010-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | Task-number: QTCREATORBUG-2769
* | | | | Properties should have precedence over methods.Michael Brasser2010-10-181-29/+29
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Fixes regression introduced by recent changes to the property cache. Task-Number: QTBUG-14500 Reviewed-by: Aaron Kennedy
* | | | Allow overloaded methods, and methods with default params, to be called in QMLAaron Kennedy2010-10-153-21/+317
| | | | | | | | | | | | | | | | Task-number: QTBUG-11604
* | | | Fix potential memory corruption in QDeclarativePropertyCacheAaron Kennedy2010-10-141-4/+7
| | | | | | | | | | | | | | | | Task-number: QTBUG-14449
* | | | Correctly splice properties from derived metaobjects togetherAaron Kennedy2010-10-142-58/+28
| | | | | | | | | | | | | | | | Task-number: QTBUG-14449
* | | | Optimization: Don't generate intermediate QDeclarativeComponent'sAaron Kennedy2010-10-148-64/+48
| |_|/ |/| |
* | | Fix autotest on windowsAaron Kennedy2010-10-131-1/+3
| | |
* | | Compile on WinCEAaron Kennedy2010-10-131-2/+2
| | |
* | | Compile on MSVC2008Aaron Kennedy2010-10-121-3/+2
| | |
* | | Fix autotest on windowsAaron Kennedy2010-10-111-0/+12
| | |
* | | Allow objectName to be used in QML bindingsAaron Kennedy2010-10-114-13/+66
| | | | | | | | | | | | Task-number: QTBUG-13999
* | | Install the declarative objectNameChanged callbackAaron Kennedy2010-10-112-0/+6
| | | | | | | | | | | | Task-number: QTBUG-13999
* | | Allow aliases to value type propertiesAaron Kennedy2010-10-083-9/+62
| | | | | | | | | | | | Task-number: QTBUG-14254
* | | Check plugin and QML file case on Mac and WindowsAaron Kennedy2010-10-084-1/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | This test should prevent the case where a QML app that is developed on a case insensitive filesystem (like on Mac or Windows) and then run on a case sensitive filesystem (like on Linux) fails to find module plugins, imports and QML files. Task-number: QTBUG-13517
* | | Remove some unnecessary includes in cpp filesAaron Kennedy2010-10-081-1/+0
| | |
* | | Don't allow multiple values to be assigned to a singular propertyAaron Kennedy2010-10-081-0/+3
| |/ |/| | | | | Task-number: QTBUG-14005
* | Connect property alias change signals on useAaron Kennedy2010-10-0713-42/+147
|/ | | | Task-number: QTBUG-14089
* Remove unused, unexported class.Michael Brasser2010-10-043-260/+0
|
* Qt.openUrlExternally should resolve relative URLs.Michael Brasser2010-10-011-9/+7
| | | | Reviewed-by: Aaron Kennedy
* Documentation: input to Qt.rgba should be from 0-1, not 0-255.Michael Brasser2010-10-011-1/+1
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-291-146/+3
|\
| * Remove unused AST node destructors.Michael Brasser2010-09-281-146/+3
| | | | | | | | | | | | NodePool does a block free on the memory, so the (empty) destructors are never called, and add lots of noise to code coverage analysis. Added a note in the source about the block freeing.
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-295-6/+6
| | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* | Register QtQuick 1.0 module.Aaron Kennedy2010-09-292-7/+17
|/ | | | | | | Qt 4.7 is still supported, but deprecated. Reviewed-by: Martin Jones Task-number: QTBUG-13799
* If a type is registered under several names, share the attached property objectAaron Kennedy2010-09-286-10/+34
| | | | Task-number: QTBUG-13799
* Fix assert when placing a .qml file inside $QTDIR/importsKai Koehne2010-09-271-0/+1
| | | | | | | | | | The assert "Internal error: Plugin imported previously with different uri" happens on Windows. $QTDIR\imports, which is prefixed to the search path, is still written with backslashes. Unify this to forward slashes for all paths. Task-number:QTBUG-13994 Reviewed-by: mae
* Fix test.Michael Brasser2010-09-271-0/+4
|