aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into animation-refactorwip/animation-refactorMichael Brasser2012-01-25254-591/+1160
|\
| * Allow JS API in modulesMatthew Vogt2012-01-2411-73/+266
| * Console API: Add console.exceptionAurindam Jana2012-01-243-0/+12
| * Console API: Add console.assertAurindam Jana2012-01-243-13/+41
| * Don't hang the worker script engineCharles Yin2012-01-243-1/+12
| * Console API: Add console.countKai Koehne2012-01-244-13/+58
| * Update obsolete contact address.Jason McDonald2012-01-23254-275/+275
| * Mark deprecated functions in QJSEngine and QJSValueKent Hansen2012-01-204-38/+142
| * Add QJSValue::callAsConstructor() functionKent Hansen2012-01-204-27/+38
| * Add QJSValue::callWithInstance() functionKent Hansen2012-01-202-4/+17
| * Add QJSValue::call() overloadKent Hansen2012-01-202-0/+23
| * Add QJSValue::isCallable() functionKent Hansen2012-01-202-3/+16
| * Add QJSValue::toInt() and toUInt()Kent Hansen2012-01-203-5/+31
| * Add QJSValue::deleteProperty() functionKent Hansen2012-01-202-1/+30
| * Add QJSValue::hasProperty() and hasOwnProperty() functionsKent Hansen2012-01-204-1/+52
| * Build fix.Jędrzej Nowacki2012-01-201-1/+0
| * Doc: Improve Qt.locale docs.Martin Jones2012-01-201-2/+2
| * Remove the use of QT_MODULE()Gunnar Sletta2012-01-2050-50/+0
| * Assigning empty object to Q_PROPERTY(QVariantMap)Matthew Vogt2012-01-191-7/+8
| * Allow QML URLs to contain pre-encoded octetsMatthew Vogt2012-01-184-14/+44
| * Debugger: Simplify protocol of QDebugMessageServiceKai Koehne2012-01-171-6/+2
| * Fix crash when using namespaces for JS module APIs.Glenn Watson2012-01-171-1/+1
| * Update copyright year in Nokia copyright headers.Jason McDonald2012-01-175-5/+5
| * Match QRect changeAlan Alpert2012-01-171-7/+0
| * Console API: Add console.infoKai Koehne2012-01-162-2/+5
| * QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-1619-48/+71
| * lower case QML components are accepted when used with 'as' importMatthew Vogt2012-01-161-5/+20
* | Animations may be deleted while changing stateBea Lam2012-01-251-5/+6
* | Rename animation backend classes.Michael Brasser2012-01-1911-234/+234
* | Port autotests for basic animation classes and make them pass.Michael Brasser2012-01-185-6/+9
* | Fix regressions.Michael Brasser2012-01-173-2/+12
* | Merge branch 'master' into animation-refactorMichael Brasser2012-01-16254-1113/+2161
|\|
| * Remove out-of-line uses of qMalloc/qFree/qRealloc.Robin Burchell2012-01-125-22/+22
| * Remove obsolete toBoolean() and isBoolean() QJSValue gettersSimon Hausmann2012-01-112-28/+0
| * QDeclarativeDebug: Add a debug message service.Aurindam Jana2012-01-094-2/+217
| * Fix importing of files on Windows.Friedemann Kleint2012-01-071-1/+1
| * QDeclarativeEngine: Polish code for file name case check.Friedemann Kleint2012-01-061-9/+8
| * Improve QML error messagesAaron Kennedy2012-01-063-11/+25
| * Update copyright year in license headers.Jason McDonald2012-01-05249-251/+251
| * Added a link to Number::toLocaleCurrencyString in the doc.Denis Dzyubenko2012-01-041-0/+1
| * Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-291-0/+12
| * Fix crash in var property setterChris Adams2011-12-231-0/+1
| * Reserve enough space in the QDeclarativePropertyCache hashAaron Kennedy2011-12-224-11/+56
| * Detect and optimize qsTr() and qsTrId() bindingsAaron Kennedy2011-12-217-40/+210
| * Debugger: Allow transmissions of network packets in one goKai Koehne2011-12-217-18/+31
| * Debugger: Fix livelock on exit (Windows)Kai Koehne2011-12-202-14/+32
| * Remove hardcoded assumptions about methods in QObjectChris Adams2011-12-201-4/+7
| * Qt.locale() always returns the 'C' locale.Martin Jones2011-12-201-1/+4
| * Fix QDeclarativePropertyCache crash.Andrew den Exter2011-12-202-13/+34
| * Correctly resolve elements of QList<QUrl> propertiesChris Adams2011-12-191-25/+40