summaryrefslogtreecommitdiff
path: root/src/libs/qmljs
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-1261-63/+63
* License headers.con2010-12-1740-280/+440
* Merge remote branch 'origin/2.1.0' into 2.1con2010-10-281-1/+2
|\
| * QmlJS: Fix completion for 'anchors.' and similar properties.Christian Kamm2010-10-271-1/+2
| * Debugger/JS Code model: Set environment for QML tools correctly.Friedemann Kleint2010-10-261-0/+3
* | Debugger/JS Code model: Set environment for QML tools correctly.Friedemann Kleint2010-10-261-0/+3
* | Updated the QML/JS front-end.Roberto Raggi2010-10-262-4/+4
|/
* QuickToolBar: reduce usage of lookup contextThomas Hartmann2010-10-211-2/+2
* QmlJS: Fix a performance problem.Christian Kamm2010-10-201-0/+3
* QmlOutline: Fix reordering of array elementsKai Koehne2010-10-201-3/+3
* QmlJS: Fix false-positive errors reported for ListElement, Connections.Christian Kamm2010-10-201-1/+2
* Updated the QML/JS front-end.Roberto Raggi2010-10-199-220/+197
* QmlJS: Fix completion for enums on the global Qt object.Christian Kamm2010-10-191-0/+5
* QmlJS: Force a semantic check when library information changes.Christian Kamm2010-10-151-0/+1
* QmlJS: Fix several crashes when UiQualifiedId::name is 0.Christian Kamm2010-10-143-3/+6
* QmlJS: Fix plugin dumpers running all the time if dump fails.Christian Kamm2010-10-142-0/+8
* QmlJSObserver: Fix crash when adding an element to some .qml filesKai Koehne2010-10-081-1/+2
* QmlJsDelta: Guard qDebug outputKai Koehne2010-10-081-3/+10
* QmlJS: Always register C++ based components with their C++ name.Christian Kamm2010-10-081-3/+1
* QmlJS: Fix an instance of relying on the Qt package name.Christian Kamm2010-10-011-1/+2
* QmlJS: Prepare qmldump for multiply exported C++ objects.Christian Kamm2010-10-012-70/+137
* QmlJS indenter: Fix incorrect indent after break/continue.Christian Kamm2010-09-302-1/+3
* QML Observer: Build together on runtime with debugging toolsLasse Holmstedt2010-09-291-0/+1
* QmlJS: Fix initializer of property declaration not being visited in BindChristian Kamm2010-09-281-1/+1
* QmlOutline: Show functions in outlineKai Koehne2010-09-284-0/+9
* Revert "Remove the QmlJSEditor dependency from Qt4ProjectManager."dt2010-09-272-5/+2
* QmlJS indenter: Fix break/continue/throw in if statement without braces.Christian Kamm2010-09-272-0/+9
* QmlJS indenter: Fix problem with object literals.Christian Kamm2010-09-272-1/+11
* QmlJS: Fix QmlComponentChain not being exported.Christian Kamm2010-09-241-1/+1
* QmlJS: Add initial 'Find Usages' support.Christian Kamm2010-09-249-102/+124
* QmlJS: Cache some commonly used QML specific objects.Christian Kamm2010-09-242-42/+85
* QmlJS: Synchronize Engine::registerValue.Christian Kamm2010-09-242-0/+4
* QmlJS: Fix segfault during import resolution.Christian Kamm2010-09-241-1/+2
* compilation fix with namespaceshjk2010-09-232-1/+9
* Remove the QmlJSEditor dependency from Qt4ProjectManager.Christian Kamm2010-09-232-2/+5
* QmlObserver: showing a warning when changes cannot be synchronizedChristiaan Janssen2010-09-222-4/+17
* QmlJS: Speed up Link significantly, provide more info on imports.Christian Kamm2010-09-169-196/+417
* Qml: Make import classification in Bind less verbose.Christian Kamm2010-09-162-25/+21
* QmlJS: Add initial documentation for the base classes of the code model.Christian Kamm2010-09-153-0/+70
* Concate strings instead of using the QDir API to speed up the linking phase.Roberto Raggi2010-09-081-5/+4
* QmlJS: Improve performance by avoiding two links in SemanticHighlighter.Christian Kamm2010-08-312-6/+3
* QmlJS: Fix performance problem in Snapshot.Christian Kamm2010-08-312-4/+9
* QmlJS: Make ScopeChain more const-correct.Christian Kamm2010-08-303-12/+13
* QmlJS: Add missing null checks before using scopeChain().qmlTypes.Christian Kamm2010-08-301-1/+2
* qmljsdelta: Fix updating property on UiObjectBindingOlivier Goffart2010-08-272-12/+12
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-273-4/+4
* QmlJS: Fix crash when opening JS files.Christian Kamm2010-08-273-11/+15
* QmlInspector: Added reparenting of items in the Qml Live Preview. Reviewed ...Christiaan Janssen2010-08-262-1/+14
* QmlJS: Fix possible segfaults with null documents.Christian Kamm2010-08-261-0/+4
* QmlJS: Refactor LookupContext creation for speed.Christian Kamm2010-08-267-36/+69