aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools/qmljsfindexportedcpptypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* qml: moving most of ModelManager logic to ModelManageInterfaceFawzi Mohamed2014-02-191-772/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: fingerprints for documents, libraries and FakeMetaObjectsFawzi Mohamed2013-11-201-3/+3
* Fix coding style for else statementsOrgad Shaneh2013-07-171-2/+1
* C++ Detach the CppEditor from code-model internals.Erik Verbruggen2013-04-261-3/+3
* CppTools: Rename files to comply with coding standardTobias Hunger2013-04-101-1/+1
* CppTools: Use namespace CppTools consistentlyTobias Hunger2013-04-081-2/+2
* Clean headers in QmlJsTools.Friedemann Kleint2013-04-031-11/+0
* C++: use argumentCount in loops in initializer.Erik Verbruggen2013-03-151-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
* | QmlJSTools: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-221-3/+3
* | CppEditor: remove operator() overloads from OverViewhjk2012-10-171-9/+9
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* FindExportsVisitor: qmlRegisterTypeAurindam Jana2012-05-071-3/+14
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-301-1/+1
* Qml/C++: Add finding C++ qmlRegisterUncreatableType calls.Takumi ASAKI2012-04-021-5/+20
* Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-141-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* C++: Rename source/setSource to utf8Source/setUtf8SourceLeandro Melo2012-01-131-5/+5
* C++: Accept UTF-8 byte arrays in type of expressionLeandro Melo2012-01-131-3/+3
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* QmlJS: Fix bug in context property extraction.Christian Kamm2011-10-101-4/+7
* tr()-Fixes for 2.4.Friedemann Kleint2011-09-271-3/+3
* QmlJS: Change from QMap to QHash for QString keys.Christian Kamm2011-09-191-2/+2
* QmlJS: Find setContextProperty calls in C++ and expose to QML.Christian Kamm2011-09-081-47/+257
* QmlJS: Ensure the C++ model manager is available before using it.Christian Kamm2011-08-311-3/+5
* C++/QmlJS: Warnings if C++ based QML type detection fails.Christian Kamm2011-08-301-12/+35
* QmlJS: Scan for '// @uri Foo' annotations next to qmlRegisterType.Christian Kamm2011-08-301-8/+45
* QmlJS: Move the exported-C++-type detection out of C++ code.Christian Kamm2011-08-241-0/+486