summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/refactoringchanges.cpp
Commit message (Expand)AuthorAgeFilesLines
* EditorManager: Use static pattern, adjust surrounding codehjk2013-08-301-2/+2
* Remove TextEditor::RefactoringChanges::editorForFileEike Ziller2013-07-181-14/+8
* Fix coding style for else statementsOrgad Shaneh2013-07-171-2/+2
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-1/+1
* Switch less often to edit modeEike Ziller2013-06-051-1/+1
* Move openEditorAt from BaseTextEditorWidget to EditorManagerEike Ziller2013-06-031-1/+1
* Editor: Added Dialog for read only files.David Schulz2013-04-081-0/+16
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-5/+0
* Fix some Krazy warnings about non-const ref iterator.Friedemann Kleint2013-03-111-2/+3
* CppEditor: Replace Q_ASSERT with QTC_ASSERT/QTC_CHECKNikolai Kosjar2013-02-141-5/+5
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Fix the rest of the warnings about integer sign change with ICCThiago Macieira2012-05-221-1/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-7/+7
* Long live the king!hjk2012-01-261-1/+1
* Fix crash when doing "Move into file" refacoring action.Erik Verbruggen2012-01-191-34/+28
* Editors: Fix refactoring changes indent ranges selectionsLeandro Melo2012-01-161-23/+28
* C++: Preserve original indentation in extract functionLeandro Melo2012-01-121-18/+49
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-1/+1
|/
* RefactoringFile: Use editor's cursor, if possible.Christian Kamm2011-10-201-1/+1
* RefactoringChanges: Fix problems with encodings.Christian Kamm2011-09-201-13/+27
* RefactoringChanges: Add missing virtual destructor.Christian Kamm2011-08-221-0/+3
* Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-191-117/+130
* C++: Synchronize function decl/def refactoring.Christian Kamm2011-08-161-0/+16
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* add/unify i/o error handlingOswald Buddenhagen2011-04-181-10/+14
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-7/+7
* Text editor: Introduce per project settingsLeandro Melo2011-02-211-2/+2
* Exported header cleanup.Friedemann Kleint2011-01-201-0/+3
* It's 2011 now.con2011-01-121-1/+1
* Start on some cleanup of EditorManager API and usage.con2011-01-051-6/+1
* License headers.con2010-12-171-7/+11
* Fix crash related to 'add definition from declaration' quickfix.Christian Kamm2010-10-071-5/+6
* C++ Editor: fixed cursor positioning after quickfix action.Erik Verbruggen2010-09-241-8/+14
* EditorManager: Change openEditor/activateEditor to not do mode switchingdt2010-09-141-2/+2
* QuickFix: Introduce CppRefactoringFile.Christian Kamm2010-08-131-5/+5
* QuickFix: Add a warning to RefactoringChanges::removeFile.Christian Kamm2010-08-121-2/+2
* QuickFix: Simplify getting a Document for a C++ refactoring.Christian Kamm2010-08-121-0/+5
* QuickFix: Migrate to a nicer API for cross-file quick fixes.Christian Kamm2010-08-121-142/+89
* QuickFix: Clean up RefactoringChanges and add missing functionality.Christian Kamm2010-08-121-113/+276
* Use 1-based locations.Roberto Raggi2010-07-291-10/+8
* Added the InsertionPointLocator.Erik Verbruggen2010-07-271-1/+6
* Quickfix for adding a declaration to a class from a definition.Erik Verbruggen2010-07-121-1/+21
* Added workaround for indentation not working when inserting text at the begin...Roberto Raggi2010-06-221-1/+3