aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljslink.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* qmljs:reduce warnings for private pluginsFawzi Mohamed2014-11-251-1/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-031-6/+12
|\|
| * QmlJS: Use canonical paths for matching of import directoriesKai Koehne2014-09-031-5/+11
| * QmlJS: Don't use QDir::separator() for internal pathsKai Koehne2014-09-031-1/+1
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
* | qmljs: improve handling of qml dialectsFawzi Mohamed2014-07-301-1/+1
|/
* qmljs: track origin of ObjectValuesFawzi Mohamed2014-07-171-9/+13
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-011-1/+0
* QmlJSEditor: Move semantic info updating to documentEike Ziller2014-01-291-1/+1
* qmljs: generalize language treatementFawzi Mohamed2014-01-281-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: new import/dep trackingFawzi Mohamed2013-11-201-5/+8
* Braces cleanupOrgad Shaneh2013-11-141-2/+1
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-14/+14
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+1
* qmljs: adding qrc supportFawzi Mohamed2013-06-031-2/+33
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-1/+0
* 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
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-7/+4
* | QmlJS: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-281-3/+3
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* QmlJS: Speed up ValueOwner construction.Christian Kamm2011-11-251-8/+4
* QmlJS: Add documentation for QmlJS::Value.Christian Kamm2011-11-151-1/+1
* 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-7/+5
* | QmlJS: Fix build.Christian Kamm2011-10-211-2/+2
* | QmlJS: Support module apis defined by QML modules.Christian Kamm2011-10-211-0/+38
* | QmlJS: Introduce UnknownValue.Christian Kamm2011-10-181-1/+1
* | QmlJS: Rename QmlObjectValue -> CppComponentValue.Christian Kamm2011-10-121-3/+3
* | QmlJS checks: Disable some checks when imports failed.Christian Kamm2011-10-121-0/+7
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-13/+1
|/
* QmlJS: Support .import directives in js files.Christian Kamm2011-09-281-13/+11
* QmlJS: Separate metaObjectRevision from minor version number.Christian Kamm2011-09-261-14/+12
* QmlJS: Rework exported C++ type registry.Christian Kamm2011-09-191-20/+18
* QmlJS: Change from QMap to QHash for QString keys.Christian Kamm2011-09-191-1/+1
* QmlJS: Cleanup Link.Christian Kamm2011-09-141-82/+90
* QmlJS: Improve import error messages.Christian Kamm2011-09-141-2/+7
* QmlJS: Find setContextProperty calls in C++ and expose to QML.Christian Kamm2011-09-081-3/+21
* QmlJS: Move the exported-C++-type detection out of C++ code.Christian Kamm2011-08-241-1/+3
* QmlJS: Move 'file not found' error message from Bind to Link.Christian Kamm2011-08-101-0/+4
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-5/+4
* QmlJS: Share Context.Christian Kamm2011-08-081-4/+4