aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsvalueowner.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner: Add missing font and text properties for Qt 5.10Thomas Hartmann2018-01-101-0/+2
* QmlJs: Remove unused membersRobert Loehning2017-06-071-6/+0
* QmlJS: Adding missing properties to Font value propertyThomas Hartmann2017-01-021-0/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* QmlJs: Add missing override modifier.Christian Kandeler2015-08-211-1/+1
* libs/qmljs: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-041-1/+1
* QmlDesigner: Remove unneeded qualificationsOrgad Shaneh2015-02-181-4/+4
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-251-1/+1
|/
* qmljs: adding getDay and getUTCDay to date objectFawzi Mohamed2014-08-211-0/+2
* qmljs: exposing a bit more the existence of private value typesFawzi Mohamed2014-05-231-4/+9
* qmljs: adding missing Qt attributes/functionsFawzi Mohamed2014-05-221-2/+24
* qmljs: fixing font type nameFawzi Mohamed2014-05-221-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: add vector*d, quaternion, and matrix4x4 to code modelFawzi Mohamed2013-08-221-0/+89
* qmljs: add console.warn,...Fawzi Mohamed2013-07-101-5/+32
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | QmlJS: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-281-285/+285
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Long live the king!hjk2012-01-261-1/+1
* QmlJS: Speed up ValueOwner construction.Christian Kamm2011-11-251-498/+340
* QmlJS check: Extend "don't use var" performance warning.Christian Kamm2011-11-221-41/+41
* QmlJS: Improve completion and hints for functions.Christian Kamm2011-11-161-36/+50
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | QmlJS: Documentation.Christian Kamm2011-11-071-0/+11
* | QmlJS: Introduce UnknownValue.Christian Kamm2011-10-181-10/+17
* | QmlJS: Set correct scope in signal handlers.Christian Kamm2011-10-121-0/+1
* | QmlJS: Allow 'var' property type.Christian Kamm2011-10-061-1/+1
|/
* QmlJS: Fix threading issue in QmlObjectValue.Christian Kamm2011-09-271-0/+1
* QmlJS: Rework exported C++ type registry.Christian Kamm2011-09-191-1/+2
* QmlJS: Improve completion of signals.Christian Kamm2011-09-141-12/+15
* QmlJS: Add XMLHttpRequest, DB API and JSON completion.Christian Kamm2011-08-091-2/+68
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-1/+0
* QmlJS: Dump builtins per Qt version.Christian Kamm2011-07-111-7/+0
* QmlJS: Rename Interpreter::Engine -> ValueOwnerChristian Kamm2011-07-051-0/+890