summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor
Commit message (Expand)AuthorAgeFilesLines
* Export QmlJSEditorEditable.Christian Kamm2010-11-254-8/+5
* QmlJS: Fix binding and scoping function expressions.Christian Kamm2010-11-251-2/+15
* QmlJS: Make evaluator understand expression statements.Christian Kamm2010-11-251-10/+8
* QmlJS: Implement context help and tooltips for properties.Christian Kamm2010-11-172-31/+96
* QmlJS: Return owning object from lookupMember.Christian Kamm2010-11-171-21/+4
* overhaul process argument handlingOswald Buddenhagen2010-11-171-2/+3
* QmlJS: Make follow symbol work with member properties.Christian Kamm2010-11-161-1/+3
* Merge remote branch 'origin/2.1'Oswald Buddenhagen2010-11-153-2/+11
|\
| * QmlWizards: Unify templatesKai Koehne2010-11-121-2/+3
| * QuickToolBar: critical bugfixThomas Hartmann2010-11-112-0/+8
| * QmlOutline: Only show first line of annotationKai Koehne2010-11-111-1/+9
* | Windows: Fix some warningsTobias Hunger2010-11-151-1/+1
* | QmlJS: Add wizard for creating new js files.Christian Kamm2010-11-154-9/+220
* | QmlJS: Avoid infinite loop with recursive prototypes.Christian Kamm2010-11-154-22/+32
* | QmlJS: Enable file name completion in imports.Christian Kamm2010-11-122-13/+29
* | Don't show GLSL or QML tools menus while they don't offer anythingcon2010-11-121-1/+1
* | QmlJS: Add missing null check for completion in string literals.Christian Kamm2010-11-121-1/+3
* | QmlJS: Don't autoinsert ' in string literals.Christian Kamm2010-11-121-0/+4
* | QmlJS: Complete '{' instad of ':' at the end of 'A on b' bindings.Christian Kamm2010-11-122-6/+10
* | QmlJS: Local-file completion for url properties.Christian Kamm2010-11-122-27/+99
* | Retain id when creating a component from an object.Erik Verbruggen2010-11-111-4/+10
* | Move shared code to a new QmlJSTools plugin.Christian Kamm2010-11-1120-1403/+26
* | Merge remote branch 'origin/2.1'dt2010-11-101-1/+0
|\ \ | |/
| * Plain text editor: Make sure user setting about folding markers is usedLeandro Melo2010-11-101-1/+0
| * Version bump.con2010-11-021-4/+4
* | QmlJS: Highlighter now marks capitalized identifiers as types.Christian Kamm2010-11-101-10/+17
* | QmlJS: Fix code model update when project filelist changes.Christian Kamm2010-11-091-0/+23
* | Editors: Refactor auto-complete code out of the editors for better reusability.Leandro Melo2010-11-095-236/+344
* | Editors: Refactor indenters out of the editors for better reusability.Leandro Melo2010-11-055-26/+135
* | dynamically replace creator version during buildOswald Buddenhagen2010-11-031-4/+4
* | centralize addition of pluginspecs to OTHER_FILESOswald Buddenhagen2010-11-031-1/+1
* | Fix spelling in commentsTobias Hunger2010-11-031-1/+1
* | Coreplugin: Header cleanup.Friedemann Kleint2010-11-021-0/+1
* | Exported Header cleanup: QmlJSEditorFriedemann Kleint2010-11-0214-285/+463
* | Fix exported headers in Core and TextEditor.Friedemann Kleint2010-11-013-11/+11
* | Make tests compile on Mac. Use qtLibraryName instead of qtLibraryTarget.con2010-11-011-1/+1
* | Merge remote branch 'origin/2.1'Oswald Buddenhagen2010-11-011-2/+2
|\ \ | |/
| * QmlJS: Fix member completion at the end of a nested object definition.Christian Kamm2010-10-271-2/+2
| * Debugger/JS Code model: Set environment for QML tools correctly.Friedemann Kleint2010-10-261-0/+1
* | TextEditor: Some exported header cleanup.Friedemann Kleint2010-10-291-0/+1
* | QmlOutline: Speed up updatesKai Koehne2010-10-291-0/+6
* | Merge remote branch 'origin/2.1'Friedemann Kleint2010-10-271-0/+1
|\ \
| * | Debugger/JS Code model: Set environment for QML tools correctly.Friedemann Kleint2010-10-261-0/+1
| |/
* | Merge remote branch 'origin/2.1'Oswald Buddenhagen2010-10-256-127/+58
|\ \ | |/
| * QmlOutline: Don't use LookupContext due to performance issuesKai Koehne2010-10-222-26/+10
| * fix warningsThomas Hartmann2010-10-211-1/+1
| * QmlJsEditor: fixes warningThomas Hartmann2010-10-211-3/+0
| * QuickToolBar: reduce usage of lookup contextThomas Hartmann2010-10-213-53/+47
| * QuickToolBar: do not show QuickToolBar as tooltip anymore.Thomas Hartmann2010-10-212-45/+0
| * QmlJS: Fix newly parsed document not being added to the snapshot copy.Christian Kamm2010-10-191-0/+1