summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmljsquickfix.h
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* 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/+1
* | CppEditor: simplify CppQuickFixOperation interfacehjk2012-11-071-25/+12
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+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-2/+2
* Remove unneeded defines.hjk2011-07-141-2/+0
* New code assist APILeandro Melo2011-05-181-61/+14
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-3/+3
* completion: enable multiple completors for different use cases.hjk2011-02-211-1/+2
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-3/+3
* 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-3/+4
* | Exported Header cleanup: QmlJSEditorFriedemann Kleint2010-11-021-2/+2
|/
* QMLEditor: changed quickfix to only activate on the type id.Erik Verbruggen2010-09-301-0/+3
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-271-1/+1
* QuickFix: Move helpers from QuickFixData to RefactoringFile.Christian Kamm2010-08-131-16/+4
* QuickFix: Migrate to a nicer API for cross-file quick fixes.Christian Kamm2010-08-121-4/+4
* Sprinkled a bit of doxymentation over various classes.Erik Verbruggen2010-07-281-1/+40
* remove use of QMLJS_EXPORT from the qmljseditor pluginJoerg Bornemann2010-07-261-3/+3
* Reworked the QuickFix infrastructure.Erik Verbruggen2010-07-261-17/+56
* QmlJS: Remove unused 'using' declarations from quick fix code.Christian Kamm2010-06-181-4/+0
* Removed implicit change set and related utility methods.Erik Verbruggen2010-06-151-7/+1
* Removed implicit change set and related utility methods.Erik Verbruggen2010-06-141-6/+2
* Added infrastructure to change multiple files at once.Erik Verbruggen2010-06-141-0/+7
* Moved qmljsmodelmanagerinterface.hRoberto Raggi2010-06-101-2/+4
* Refactored the quickfix engine.Roberto Raggi2010-06-071-0/+16
* Introduced token-based operations for QML/JS quick-fixes.Roberto Raggi2010-06-041-0/+26
* Introduced quickfix support for QML/JS files.Roberto Raggi2010-06-031-0/+56