summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cpprefactoringchanges.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Remove WorkingCopy::contains()Christian Kandeler2023-05-031-2/+2
* CppEditor: Use FilePath for ProjectPath::m_sourceFileshjk2023-01-111-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CppEditor: More migration to FilePathhjk2022-12-141-1/+1
* CppEditor: Remove WorkingCopy::{revision,source}(QString) overloadshjk2022-11-251-16/+15
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: filepathify actualTabSettingsDavid Schulz2022-02-041-4/+2
* LanguageClient: Indent code coming from the serverChristian Kandeler2022-02-031-58/+47
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-0/+286
* C++: added quickfix to insert a method definition.Erik Verbruggen2010-09-301-217/+0
* C++ indenter: Separate indent into logical indent and padding.Christian Kamm2010-09-131-1/+4
* C++: fixed completion in braceless statements following a control statement.Erik Verbruggen2010-09-091-4/+3
* CppEditor: Simplify CppRefactoringChanges classKai Koehne2010-08-161-14/+2
* QuickFix: Move helpers from QuickFixData to RefactoringFile.Christian Kamm2010-08-131-0/+8
* QuickFix: Introduce CppRefactoringFile.Christian Kamm2010-08-131-9/+128
* QuickFix: Simplify getting a Document for a C++ refactoring.Christian Kamm2010-08-121-23/+3
* Indenters: Move style setup into the QtStyleCodeFormatter constructors.Christian Kamm2010-08-121-1/+1
* QuickFix: Migrate to a nicer API for cross-file quick fixes.Christian Kamm2010-08-121-7/+5
* QuickFix: Clean up RefactoringChanges and add missing functionality.Christian Kamm2010-08-121-0/+25
* Share the LookupContext.Roberto Raggi2010-07-191-6/+15
* Store the time stamp if necessary.Roberto Raggi2010-06-221-1/+15
* Renamed CppRefactoringChanges::parsedDocumentForFile().Roberto Raggi2010-06-221-14/+11
* Moved CppRefactoringChanges.Roberto Raggi2010-06-221-0/+77