aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove relative directory elements in import pathsMatthew Vogt2012-04-261-7/+34
* Optimise memory usage of bound signalsChris Adams2012-04-262-11/+19
* Adapt qtdeclarative to the change in QMetaObjectOlivier Goffart2012-04-252-0/+4
* Debugger: Change name and protocol of QDeclarativeObserverModeAurindam Jana2012-04-251-1/+1
* Debugger: Fix race conditions in block modeKai Koehne2012-04-259-71/+89
* Debugger: Fix race condition in block mode, QQmlDebugServerKai Koehne2012-04-251-5/+4
* Debugger: Fix RAII usage of ReadWriteLockerKai Koehne2012-04-241-10/+10
* Debugger: Add asserts for right usage of threadsKai Koehne2012-04-241-0/+14
* Fix usage of QMutexLockerKai Koehne2012-04-241-2/+2
* Debugger: Make sure stateChanged is called from debugger threadKai Koehne2012-04-243-23/+67
* The QUrl constructor can be used once again, so use it.Thiago Macieira2012-04-241-1/+1
* Initialize value type properties.Roberto Raggi2012-04-241-0/+2
* Do not use deprecated APIOlivier Goffart2012-04-241-1/+1
* Add support for var properties in V4Matthew Vogt2012-04-246-13/+258
* qMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecatedOlivier Goffart2012-04-235-11/+11
* QtDeclarative: Fix compiler warnings.Friedemann Kleint2012-04-233-6/+3
* Also check notifier endpoints when checking whether a signal is connected.Michael Brasser2012-04-233-1/+32
* Support and use parameters in QQmlNotifierEndpoint.Michael Brasser2012-04-2311-69/+70
* Fix warnings about non-virtual destructorsTobias Hunger2012-04-201-1/+1
* Disable local storage if the standard data location is emptyCharles Yin2012-04-201-3/+4
* Provide receivers count from QQmlData.Michael Brasser2012-04-202-0/+22
* Use QUrl constructor directly.Michael Brasser2012-04-204-38/+10
* Call onreadystatechange() when new data available during loadingCharles Yin2012-04-191-5/+4
* Make QML work with the new QUrl implementation.Martin Jones2012-04-191-0/+3
* QQmlEngineDebugService: Object creationAurindam Jana2012-04-191-1/+2
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1746-2189/+1704
|\
| * Add QJson support to QV8EngineKent Hansen2012-04-166-0/+357
| * Stop stuffing the URL "<Unknown File>" in QML errorsThiago Macieira2012-04-123-7/+2
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1145-867/+997
| |\
| * \ Merge master into api_changesKent Hansen2012-03-2723-134/+352
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-2343-859/+336
| |\ \ \
| * | | | Adapt to QMetaMethod::typeName() behavioral change for "void"Kent Hansen2012-03-221-2/+3
| * | | | Provide imageType() from QQmlImageProviderBaseMatthew Vogt2012-03-212-1/+46
| * | | | Migrate gui dependencies from QtQml to QtQuick.Matthew Vogt2012-03-2020-1362/+830
| * | | | Remove include of QStringBuilder headerMatthew Vogt2012-03-201-2/+0
| * | | | Merge master into api_changesKent Hansen2012-03-1961-1500/+2313
| |\ \ \ \
| * | | | | Crash fix after QMetaType change.Jędrzej Nowacki2012-03-135-9/+22
| * | | | | Make QFastMetaBuilder generate revision 7 meta-objectsKent Hansen2012-03-136-240/+263
| * | | | | Adapt to Qt5 meta-object changesKent Hansen2012-03-139-79/+57
| * | | | | Declare QQmlError and QQmlProperty as movable types.Andrew den Exter2012-03-132-0/+4
| * | | | | Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into merge-masterMatthew Vogt2012-03-1310-11/+130
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into api_changesMatthew Vogt2012-03-1215-2134/+80
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-0715-193/+38
| |\ \ \ \ \ \ \
| * | | | | | | | Remove uses of QtGui symbols in QQmlEngine.Matthew Vogt2012-03-076-498/+25
| * | | | | | | | Allow function assignment to cause binding for non-var propsChris Adams2012-03-051-4/+25
| * | | | | | | | Improve support for var propertiesChris Adams2012-03-057-23/+131
* | | | | | | | | QV8DebugService: v8::AfterCompile EventsAurindam Jana2012-04-172-16/+10
* | | | | | | | | Be more explicit regarding the Locale object creation.Martin Jones2012-04-161-2/+2
* | | | | | | | | Add a new running property to QQuickTransitionCharles Yin2012-04-162-2/+0
* | | | | | | | | Add support for variant properties in V4Matthew Vogt2012-04-167-4/+193