aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljsquickfix.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Split the global QuickFixFactory listhjk2017-12-181-7/+0
* TextEditor: Dissolve QuickFixAssistProcessorhjk2017-12-151-7/+0
* TextEditor: Use more direct access to quick fix factorieshjk2017-12-151-0/+9
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* QmlDesigner: Remove unneeded qualificationsOrgad Shaneh2015-02-181-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* qmljseditor: remove unused qdebug importsFawzi Mohamed2014-06-111-2/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix some include statements.Christian Kandeler2013-09-041-1/+1
* QmlJSEditor: Rename QmlJSEditorEditable into QmlJSEditorhjk2013-06-071-2/+6
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Compile fix for WindowsRobert Loehning2012-11-081-1/+0
* | CppEditor: simplify CppQuickFixOperation interfacehjk2012-11-071-29/+5
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Don't add singleton model manager to object pool.Eike Ziller2012-05-041-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* 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