summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmljsquickfix.cpp
Commit message (Expand)AuthorAgeFilesLines
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-191-3/+2
* New code assist APILeandro Melo2011-05-181-82/+13
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-5/+5
* completion: enable multiple completors for different use cases.hjk2011-02-211-1/+6
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Move shared code to a new QmlJSTools plugin.Christian Kamm2010-11-111-1/+1
|/
* QMLEditor: changed quickfix to only activate on the type id.Erik Verbruggen2010-09-301-0/+11
* Introduced SemanticInfo::isValid().Roberto Raggi2010-09-081-1/+1
* QuickFix: Move helpers from QuickFixData to RefactoringFile.Christian Kamm2010-08-131-3/+3
* QuickFix: Migrate to a nicer API for cross-file quick fixes.Christian Kamm2010-08-121-7/+9
* Put the quickfix implementations into a separate file.Erik Verbruggen2010-07-271-82/+0
* Reworked the QuickFix infrastructure.Erik Verbruggen2010-07-261-93/+109
* Removed implicit change set and related utility methods.Erik Verbruggen2010-06-151-25/+7
* Removed implicit change set and related utility methods.Erik Verbruggen2010-06-141-5/+13
* Added refactoring action to create component from object definition.Erik Verbruggen2010-06-141-0/+2
* Added infrastructure to change multiple files at once.Erik Verbruggen2010-06-141-8/+31
* Fixed a typo in the check() method.Roberto Raggi2010-06-081-9/+6
* Introduced a quickfix refactoring operation to split QML initializers.Roberto Raggi2010-06-071-0/+71
* Refactored the quickfix engine.Roberto Raggi2010-06-071-4/+49
* Introduced token-based operations for QML/JS quick-fixes.Roberto Raggi2010-06-041-0/+29
* Introduced quickfix support for QML/JS files.Roberto Raggi2010-06-031-0/+67