summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Expand QtObject docBea Lam2010-07-211-7/+40
|
* various doc improvements for animation elementsBea Lam2010-07-201-4/+11
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-07-141-7/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (83 commits) Crash while runnig tst_QMdiSubWindow::emittingOfSignals test on Cocoa fix qconfig.h aliased header creation fix warning directive on gnuc qdoc: Removed navigation arrow that was causing display problems. Silence warning when building with MSVC 2005 Fix an Assert in QTextTable Revert "Fix an Assert in QTextTable" Attempt to fix build failure with msvc200{5,8} on Windows XP. fix macx not having UNICODE in DEFINES any more doc: Fixed several qdoc warnings. Fix an Assert in QTextTable doc: Fixed several qdoc warnings. QSslSocket: Improve error handling qdoc: Fixed several <div> elements that had the "/>" ending. QSslSocket: fix documentation for QSslSocket::setPeerVerifyMode() qdoc: Fixed breadcrumbs for QML examples. remove redundand translations project files make projects lupdate-friendly Timing fix for slow devices. QNAM: Add future enum attribute for Zerocopy QNAM ...
| * Fixing merge conflicts.Martin Smith2010-07-131-28/+42
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch '4.7-upstream' into 4.7 Conflicts: doc/src/declarative/advtutorial.qdoc src/declarative/graphicsitems/qdeclarativeloader.cpp src/declarative/graphicsitems/qdeclarativetextedit.cpp src/declarative/qml/qdeclarativeengine.cpp src/declarative/util/qdeclarativexmllistmodel.cpp
| * | qdoc: Marked some missing declarative properties and functions as \internal.Martin Smith2010-07-091-2/+2
| | |
| * | qdoc: Fixed a few links to QtObject (QML:QtObject)Martin Smith2010-07-071-3/+3
| | |
* | | Split responsibilities in QDeclarativeExpression more cleanlyAaron Kennedy2010-07-141-1/+1
| |/ |/|
* | doc improvementsBea Lam2010-07-091-0/+4
| |
* | Extend QDeclarativeImageProvider to support QPixmap loading andBea Lam2010-07-081-14/+25
| | | | | | | | | | | | | | | | | | | | synchronous loading of QImages. (QPixmaps can only be created in the main thread so they will always be loaded synchronously). This changes request() to requestImage() and adds requestPixmap() for pixmap support. Task-number: QTBUG-11989
* | Micro optimization in QML date/time formatting functions.Michael Brasser2010-07-081-12/+15
| |
* | fix doc linksBea Lam2010-07-021-2/+3
| |
* | Fix docs to link to the new QML Viewer page instead of the Runtime pageBea Lam2010-07-021-2/+1
|/ | | | | where applicable, and remove or rename references to 'qml' tool. Also improve QML Viewer docs.
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-291-5/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (46 commits) Ensure Loader item change listener is removed when Loader is destroyed Adapt all qmlviewer testcases to the code changes in the actual viewer. Stop QMLLauncher from crashing on exit on Mac when quitting app via the VisualDataModel hasModelChildren role shadowed user roles. Allow positioning of ListView items width sub-pixel precision. Examples clean up Docs Improve appearance when scaling Tweak Qt Demo Behaviour forget to rename the moc include when renaming deviceorientation_maemo.cpp fix namespace macros fix QML Viewer resize modes forgot to cleanup the code a bit after adding Maemo5 support Make the QML viewer usable on the N900 Test QTBUG-11222 Test ListElement type via type system, not string comparison. Test only on X11, not only on Linux (which includes embedded). Handle enums in method arguments in the same way as QtScript Allow custom parsers to handle attached properties Allow components to be created from .pragma library JS files ...
| * Allow components to be created from .pragma library JS filesAaron Kennedy2010-06-251-5/+19
| | | | | | | | QTBUG-11507
* | Doc: Changed links to explicitly refer to QML objects.David Boddie2010-06-181-11/+11
|/ | | | Reviewed-by: Trust Me
* Move knowledge of QGraphicsObject out of qml engineAaron Kennedy2010-06-161-5/+6
|
* Move some example code into snippets/ and add other doc fixesBea Lam2010-06-091-5/+6
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-011-10/+24
|\ | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fix example code and image Fix doc Fix some bugs in the QML Web Browser buttons Fix zoom bug in QML Web Browser demo Fix Typo Various doc fixes and improvements Document issues with rectangle border width of 1 where clipping is used Simplify selection setting. Make TextInput more like TextEdit.
| * Various doc fixes and improvementsBea Lam2010-05-311-10/+24
| |
* | Fix QT_NO_TEXTDATE compilation errors.Andreas Aardal Hanssen2010-05-311-0/+4
|\ \ | |/ |/| | | | | Merge-request: 649 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
| * Fix QT_NO_TEXTDATETasuku Suzuki2010-05-251-0/+4
| |
* | Doc fixes, improvementsBea Lam2010-05-261-58/+44
| |
* | Added autotest for Component.createObject() without Qt.createComponent()Alan Alpert2010-05-241-2/+2
| | | | | | | | | | | | Also augmented the docs for both functions a little. Task-number: QTBUG-10926
* | Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivateBea Lam2010-05-241-0/+11
| |
* | Ensure QML Global Qt object functions appear in the documentation indexWarwick Allison2010-05-211-2/+304
|/ | | | | | | | Also moves documentation of Qt global object to alongside code. Docs are slightly misleading because they say "Qt::argb" etc. when "Qt.argb" would be clearer. Downgrades QTBUG-7725 from P2 to P4 as remaining functions are standard webJS. Task-number: QTBUG-7725
* Stop warnings.Warwick Allison2010-05-201-10/+10
|
* Search for QML import libraries also in application directoryKai Koehne2010-05-191-4/+6
| | | | | | | | Add QCoreApplication::applicationLibraryPath again to the list of directories to search for possible QML plugins. Task-number: QTBUG-10771 Reviewed-by: mae
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-2/+2
| | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).
* Qt.include() support in worker scriptsAaron Kennedy2010-05-141-0/+3
|
* Only add "include" property in non-workerscript threadsAaron Kennedy2010-05-141-1/+2
|
* Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89Aaron Kennedy2010-05-141-0/+2
| | | | Grrr
* Fix broken benchmarks.Michael Brasser2010-05-131-5/+6
|
* Avoid warnings as delegates with bindings to parent are created and destroyed.Martin Jones2010-05-061-1/+3
| | | | Task-number: QTBUG-10359
* Fix some compiler warnings.Martin Jones2010-05-051-23/+23
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-051-1/+1
|\
| * Fix qdoc errorsBea Lam2010-05-051-1/+1
| |
* | Allow dynamic deletion of objects created with createQmlObjectAlan Alpert2010-05-041-1/+4
|/ | | | Task-number: QTBUG-10328
* Add Qt.fontFamilies() methodAaron Kennedy2010-04-301-0/+12
| | | | QTBUG-10239
* Fix assignment of value types to javascript var.Michael Brasser2010-04-301-4/+4
| | | | | | | Make sure the scriptclass is used. Task-number: QTBUG-10329 Reviewed-by: Aaron Kennedy
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-301-8/+4
|\
| * Simplify QDeclarativeGuard logicAaron Kennedy2010-04-291-8/+4
| |
* | Allow factor parameter to be passed to Qt.lighter() and Qt.darker()Martin Jones2010-04-291-4/+10
|/
* Don't call qRegisterMetaType() in global scopeBea Lam2010-04-291-0/+1
|
* Cleanup: Move import stuff out of the QDeclarativeEngineAaron Kennedy2010-04-291-815/+9
|
* Bunch of doc fixes.Alexis Menard2010-04-281-1/+5
| | | | | | Warnings --. Reviewed-by:TrustMe
* Code cleanupAaron Kennedy2010-04-281-235/+238
|
* AutotestsAaron Kennedy2010-04-271-9/+8
|
* Improved error messages for type resolving, new debug optionmae2010-04-261-52/+127
| | | | | | | | | | The patch improves the error messages when type resolving fails and introduces a new debug utility QML_CHECK_TYPES. If the environment variable is defined, type shadowing will be reported as error. Reviewed-by: Warwick Allison
* Autotests and docAaron Kennedy2010-04-221-34/+36
|
* Give error on attempt to import types from too-early version number.Warwick Allison2010-04-221-1/+1
| | | | eg. "import Qt 4.6" not valid.