aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/fileandtokenactions_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Add type hierarchy infrastructureChristian Kandeler2024-03-121-2/+2
* CppEditor: Move CppHeaderSource implementation and test to same fileshjk2024-01-261-3/+0
* CppEditor: Remove some CppEditorPlugin member functionshjk2024-01-261-4/+7
* CppEditor: Reduce visible CppTypeHierarchy interfacehjk2024-01-241-1/+2
* Fix missing overrides and redundant virtualAlessandro Portale2023-11-141-9/+9
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-4/+4
* CppEditor: Remove WorkingCopy::contains()Christian Kandeler2023-05-031-1/+1
* CppEditor: Use FilePath for ProjectPath::m_sourceFileshjk2023-01-111-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CppEditor: Remove Snapshot::remove(QString) overloadhjk2022-11-291-6/+6
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-1/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Clang/C++: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-291-1/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ClangCodeModel: Make use of clangd's "switchSourceHeader" extensionChristian Kandeler2022-05-191-1/+1
* CppEditor: Remove foreach / Q_FOREACH usage part 3Artem Sokolovskii2022-05-121-7/+9
* CppEditor: Merge the four TestDocument classesChristian Kandeler2021-09-081-1/+1
* CppEditor: Merge two TestCase classesChristian Kandeler2021-09-081-2/+2
* CppEditor: Remove class CppEditorChristian Kandeler2021-09-031-4/+4
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-6/+5
* CppEditor: Use test objects to group related test functionsChristian Kandeler2021-08-271-15/+15
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-2/+2
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-131-9/+6
* Standardize on int for line and column valueshjk2019-07-261-2/+2
* move find usages to TextEditorDavid Schulz2018-11-281-3/+3
* Fix incorrect grammar in 'does not exists'Kai Koehne2018-09-211-2/+2
* TextEditor: Split the global QuickFixFactory listhjk2017-12-181-19/+17
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-22/+19
* CppEditor: split CppEditor and CppEditorWidgetIvan Donchevskii2017-09-121-0/+1
* CppEditor: Use Qt5-style connectsOrgad Shaneh2016-05-301-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CppTools: Remove cpptools/cppprojects.[h|cpp]Marco Bubke2016-01-131-0/+1
* CppEditor: Tests: Revive tests depending on loaded projectsNikolai Kosjar2015-07-291-28/+21
* Update LicenseEike Ziller2015-01-161-6/+6
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-2/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | CppEditor: Simplify CppQuickFixOperation interfacehjk2014-09-301-2/+2
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-3/+3
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-1/+1
* | Cpp{Editor,Tools}: Remove some Qt4-only codeNikolai Kosjar2014-08-281-8/+1
* | CppEditor: Rename CPPEditor{,Document} to CppEditor{,Document}hjk2014-08-271-12/+16
* | CppTools: Move Project{Part,Info} to new cppprojects.{h,cpp}Nikolai Kosjar2014-08-201-2/+2
* | CppTools: Move WorkingCopy to new cppworkingcopy.{h,cpp}Nikolai Kosjar2014-08-201-2/+3
* | TextEditor: Consolidate document access functions.hjk2014-08-041-1/+1
* | Editors: Some renamings to enhance consistencyhjk2014-07-311-22/+22
|/
* Fix compilation.Christian Kandeler2014-07-101-0/+2
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-2/+2