summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Re-organized the Qt Quick page. Changed titles and links.Jerome Pasion2010-12-201-23/+23
|/
* Fix compilation by s/intptr_t/quintptr/Thiago Macieira2010-11-111-2/+2
* Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-041-7/+14
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-2/+2
* CleanupAaron Kennedy2010-08-271-5/+3
* Don't circumvent onDestruction handlers when clearing expression in delegate ...Martin Jones2010-08-251-2/+15
* Fix broken example codeBea Lam2010-08-121-5/+8
* doc improvementsBea Lam2010-07-061-0/+2
* Use custom static scopes to improve QML/JavaScript performanceKent Hansen2010-06-251-7/+5
* Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-101-1/+1
* Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89Aaron Kennedy2010-05-141-2/+2
* Avoid warnings as delegates with bindings to parent are created and destroyed.Martin Jones2010-05-061-6/+11
* docWarwick Allison2010-04-201-0/+6
* Remove Script {} supportAaron Kennedy2010-04-191-33/+0
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-3/+3
* More class documentation fixes for declarative.Michael Brasser2010-04-161-1/+6
* Add Component.onDestruction attached propertyAaron Kennedy2010-04-151-29/+28
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-2/+2
* Reduce warnings at shutdownAaron Kennedy2010-04-141-0/+21
* Fix crash in QML library importsAaron Kennedy2010-04-091-0/+1
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-5/+5
* DocAaron Kennedy2010-03-291-45/+40
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-241-0/+15
|\
| * Add object ids to the metadata provided in debugger classes.Bea Lam2010-03-241-0/+15
* | Revert 95aa8c8fc76e2309a629b05994a2677b0887140b.Warwick Allison2010-03-241-6/+0
|/
* Origin safety testing for imported resources.Warwick Allison2010-03-241-12/+2
* Basic Loader origin safety (for discussion).Warwick Allison2010-03-231-0/+16
* Deprecate inline Script {} blocksAaron Kennedy2010-03-221-0/+69
* Block modifications to internal QDeclarativeContextsAaron Kennedy2010-03-181-1/+19
* Fix test failuresAaron Kennedy2010-03-171-0/+1
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-227/+277
* Reset QDeclarativeDeclarativeData::outerContext when the context is removedAaron Kennedy2010-03-171-0/+1
* Optimization: Use linked list for context childrenAaron Kennedy2010-03-121-20/+39
* Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-111-12/+17
* Unify binding optimizer and QtScript binding signal management logicAaron Kennedy2010-03-101-6/+1
* QDeclarativeContext::contextProperty() should also access idsAaron Kennedy2010-03-041-1/+4
* Move JS global scope to top of the QML scope chainAaron Kennedy2010-03-031-0/+3
* Fix incorrect scope resolution for script in a script block.Michael Brasser2010-03-031-0/+1
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+574