summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor
Commit message (Expand)AuthorAgeFilesLines
* Make C++ code style configurable.Christian Kamm2011-05-248-148/+15
* QmlJS: Refactor ObjectValue members.Christian Kamm2011-05-242-3/+3
* QmlJS: Make the Scanner recognize regular expression literals.Christian Kamm2011-05-232-2/+7
* New code assist APILeandro Melo2011-05-1819-1495/+1515
* add auto-saving of modified editorsOswald Buddenhagen2011-05-122-3/+3
* rewrite editor info bar handlingOswald Buddenhagen2011-05-122-25/+11
* QmlJS: Add tooltips to imports.Christian Kamm2011-05-122-3/+36
* QmlJS: Update to new QmlJS parser.Christian Kamm2011-05-122-4/+4
* QmlJS: Disable collection of semantic messages in 'Build Issues'.Christian Kamm2011-05-121-8/+10
* Fix/add copyright headersTobias Hunger2011-05-0655-55/+55
* QmlJS: Stop doing significant work in constructors.Christian Kamm2011-05-064-3/+9
* QmlJS: Fix type detection for alias properties.Christian Kamm2011-05-043-80/+8
* QmlJS: Complete trailing / in file name completion.Christian Kamm2011-04-281-1/+15
* QmlJS: Add semantic errors to task window.Christian Kamm2011-04-215-22/+137
* Fix more krazy warnings.Friedemann Kleint2011-04-191-2/+2
* add errorString output argument to IFile::reload() & IEditor::open()Oswald Buddenhagen2011-04-182-3/+3
* Merge branch '2.2'Oswald Buddenhagen2011-04-1455-770/+715
|\
| * Update license.hjk2011-04-1355-770/+715
* | Remove unused constants, fix lacking virtual destructorJarek Kobus2011-04-141-1/+0
* | core: make context and widget IContext data membershjk2011-04-142-10/+0
|/
* QmlJS find usages: Don't pop up a result window if we don't search.Christian Kamm2011-03-171-13/+20
* QmlJS: Fix find usages if id and property name conflict.Christian Kamm2011-03-171-26/+57
* QtQuickToolBar: disable gradient editing in PropertyChangesThomas Hartmann2011-03-171-1/+6
* QmlJsEditor: hide context pane if last document is closedThomas Hartmann2011-03-171-0/+1
* Still changes to our options dialogLeandro Melo2011-02-281-8/+8
* Revert "Make our options dialog a bit more uniform"Leandro Melo2011-02-281-8/+8
* Make our options dialog a bit more uniformLeandro Melo2011-02-251-8/+8
* Fixed layout issues in some editor toolbarsThorbjørn Lindeijer2011-02-251-5/+2
* Fix Krazy code scanning tool warnings (QString, loops, spelling).Friedemann Kleint2011-02-252-3/+3
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-2224-159/+159
* QmlJS: Remove the strict separation of types and attached types.Christian Kamm2011-02-211-1/+1
* completion: call directly from base text editorhjk2011-02-211-6/+0
* completion: fix two connection broken with previous commithjk2011-02-211-1/+1
* completion: enable multiple completors for different use cases.hjk2011-02-215-12/+23
* QmlJsEditor: Add copyright headerKai Koehne2011-02-188-0/+264
* QmlJS: Completion for attached properties.Christian Kamm2011-02-102-5/+16
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-045-9/+9
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-248-17/+8
* QmlJsInspector: implemented Property InspectorChristiaan Janssen2011-01-201-17/+1
* 10n: Fix tr() issues.Friedemann Kleint2011-01-191-1/+2
* QmlJS: Fix completion of locally defined properties.Christian Kamm2011-01-121-2/+15
* QmlJS: Avoid frequent libraryInfoUpdated emissions.Christian Kamm2011-01-122-1/+9
* It's 2011 now.con2011-01-1248-48/+48
* QuickFix: Add comments to undocumented fixes.Christian Kamm2011-01-071-0/+10
* QmlJS indenter: Add '{' as an electric character.Christian Kamm2011-01-041-1/+2
* QmlJS indenter: Only auto-reindent if indent was unchanged.Christian Kamm2011-01-041-1/+9
* Fix QML to UTF-8, unless changed in editormae2010-12-203-0/+10
* Sort the completion items when searching for common prefixes.Roberto Raggi2010-12-202-1/+7
* Outline: Double click should jump to text even in non-sync modeKai Koehne2010-12-202-18/+27
* Outline: Add context menu for collapsing/expanding treeKai Koehne2010-12-202-0/+32