summaryrefslogtreecommitdiff
path: root/src/libs/qmljs
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Add error message for invalid root item in the designerThomas Hartmann2014-09-103-0/+25
* qmljs: always add environment paths to the qml vContextsFawzi Mohamed2014-09-081-0/+7
* QmlJS: Use canonical paths for matching of import directoriesKai Koehne2014-09-033-7/+16
* QmlJS: Remove undefined methodKai Koehne2014-09-031-2/+0
* QmlJS: Don't use QDir::separator() for internal pathsKai Koehne2014-09-035-6/+6
* qmljs: fixing used importsFawzi Mohamed2014-08-282-3/+5
* qmljs: adding getDay and getUTCDay to date objectFawzi Mohamed2014-08-211-0/+2
* qmljs: do not try to dump without uriFawzi Mohamed2014-08-011-12/+7
* qmljs: disable console warnings for failed dumpingFawzi Mohamed2014-07-231-2/+2
* qmljs: fix import search paths collectingFawzi Mohamed2014-07-221-9/+5
* Compile fix for Qt 4.8.6Robert Loehning2014-07-172-3/+3
* qmljs: avoid shortened namesFawzi Mohamed2014-07-174-6/+6
* qmljs: track origin of ObjectValuesFawzi Mohamed2014-07-174-29/+73
* qmljs: add libPath utility methodFawzi Mohamed2014-07-172-0/+9
* qmljs: make Context::vContext publicly accessibleFawzi Mohamed2014-07-172-0/+6
* qmljs: remove absolute path library importsFawzi Mohamed2014-07-151-8/+7
* qmljs: avoid reset if C++ types did not really changeFawzi Mohamed2014-07-151-2/+14
* qmljs: avoid adding the full path without required pathFawzi Mohamed2014-07-071-2/+2
* qmljs: put file specific logs in anonymous namespaceFawzi Mohamed2014-07-074-7/+16
* qmljs: improve handling of default values for AnyLanguageFawzi Mohamed2014-07-071-3/+7
* Fix Qt4 compilationOrgad Shaneh2014-07-061-4/+4
* qmljs: add explicit typeName to exportsFawzi Mohamed2014-07-043-14/+20
* qmljs: add possible exports given by its path if no other exports foundFawzi Mohamed2014-07-041-0/+26
* qmljs: improve handling of relocatable dumpsFawzi Mohamed2014-07-041-3/+22
* qmljs: eagerly import library typeinfoFawzi Mohamed2014-07-041-0/+2
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-0117-88/+87
* qmljs: split Unknown in NoLanguage and AnyLanguageFawzi Mohamed2014-07-015-16/+29
* qmljs: fix race condition in defaultVContextFawzi Mohamed2014-06-302-10/+32
* Utils: Remove function wrapperhjk2014-06-304-17/+16
* QmlJS: Move ensuredGetDocumentForPath to ModelManagerInterfaceThomas Hartmann2014-06-262-0/+16
* qmljs: fix qml scan sequence and progressFawzi Mohamed2014-06-241-2/+2
* qmljs/qmljsdescribevalue: try to use context to resolve prototypesFawzi Mohamed2014-06-232-8/+21
* qmlj/qmljsdescribevalue: fix dump of ASTObjectValuesFawzi Mohamed2014-06-021-6/+8
* qmljs/qmljsmodelmanager: fix spacingFawzi Mohamed2014-06-021-1/+1
* C++: Use Token::utf16chars{Begin,End} where appropriateNikolai Kosjar2014-05-231-2/+2
* qmljs: codestyle fixesFawzi Mohamed2014-05-232-379/+377
* qmljs: adding dumper for value typesFawzi Mohamed2014-05-234-2/+487
* qmljs: exposing a bit more the existence of private value typesFawzi Mohamed2014-05-233-10/+148
* qmljs: adding missing Qt attributes/functionsFawzi Mohamed2014-05-221-2/+24
* qmljs: fixing font type nameFawzi Mohamed2014-05-221-1/+1
* QmlJS: Cleanup whitespaceOrgad Shaneh2014-05-221-3/+3
* Fix warnings in release mode (unused variables)Thiago Macieira2014-05-201-1/+1
* QmlJS: Fix wrong conditionsOrgad Shaneh2014-05-191-3/+3
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-05-162-0/+9
|\
| * Revert "qmljs: better defaults, more uniform handling of paths"Fawzi Mohamed2014-05-074-208/+72
| * Revert "qmljs: fix compilation for Qt4"Fawzi Mohamed2014-05-071-2/+0
| * qmljs: fix compilation for Qt4Fawzi Mohamed2014-05-071-0/+2
| * qmljs: ensure that opening an editor always updates the modelmanagerFawzi Mohamed2014-05-062-0/+9
| * qmljs: better defaults, more uniform handling of pathsFawzi Mohamed2014-05-064-72/+208
* | C++: Clarify units of a TokenNikolai Kosjar2014-05-151-4/+9