aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cppfindreferences.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-894/+0
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+2
* Core: use FilePaths to notify files changed internallyDavid Schulz2021-06-231-3/+4
* CppEditor: Add second "Find References" ActionChristian Kandeler2021-06-071-10/+18
* ClangCodeModel: Implement global renaming via clangdChristian Kandeler2021-05-191-47/+48
* Utils: filepathify TextFileFormatDavid Schulz2021-05-181-1/+1
* CppTools: Export some symbol search-related functionalityChristian Kandeler2021-05-031-76/+76
* CppTools: Do not pre-select "external" files in "rename symbol" widgetChristian Kandeler2021-04-081-1/+7
* Fix lupdate issuesEike Ziller2021-03-221-4/+4
* Fix search result font for symbol searchesEike Ziller2021-03-021-0/+2
* Core: Streamline SearchResultWindow interfaceChristian Kandeler2021-02-181-6/+13
* CppTools: Add dedicated filter option for declarationsChristian Kandeler2021-02-051-0/+7
* Core: Add infrastructure to do additional filtering on search resultsChristian Kandeler2021-01-211-1/+56
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-2/+3
* Remove unneeded includesJarek Kobus2020-11-121-0/+1
* CPlusPlus: Differentiate declarations with an initializerChristian Kandeler2020-11-041-0/+1
* Core: Allow different highlight colors in search result windowChristian Kandeler2020-09-181-6/+16
* CPlusPlus: Categorize "Find Usages" resultsChristian Kandeler2020-09-031-2/+3
* Find: Add additional replace widget setterDavid Schulz2020-05-191-0/+6
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-2/+2
* More Utils::toSet/toListhjk2019-07-041-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-12/+12
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-2/+2
* CppTools: modernizeAlessandro Portale2019-01-211-18/+16
* Fix warning: "Don't call QList::last() on temporary"Alessandro Portale2019-01-171-1/+1
* Fix compilation issues with C++17Eike Ziller2018-06-051-3/+11
* Session: Move all functionality related to Nodes into ProjectTreeTobias Hunger2017-12-121-2/+2
* CppTools: remove ambiguity in Usages class nameIvan Donchevskii2017-10-241-86/+89
* EditorManager: move all openEditor functions to one placeIvan Donchevskii2017-09-251-14/+6
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-7/+8
* Fix string messagesJarek Kobus2017-09-111-1/+1
* CppFindReferences: Fix file name case sensitivity on class renamingAndre Hartmann2017-07-271-10/+35
* C++: Remove full stop from check box labelLeena Miettinen2017-07-211-1/+1
* Class Renaming: Offer to rename files that match the symbols nameDaniel Teske2017-05-161-1/+90
* C++: Use Utils::FileName for Usage::pathOrgad Shaneh2017-04-271-2/+2
* Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* Utils: First step to extend search results for clang query supportMarco Bubke2016-11-231-1/+2
* CppFindReferences: Simplify codeEike Ziller2016-11-011-44/+17
* CppTools: Use Qt5-style connectsOrgad Shaneh2016-05-231-17/+17
* CppTools: Use a shared thread poolOrgad Shaneh2016-02-191-2/+4
* CppTools/Editor: Use Utils::runAsyncEike Ziller2016-02-151-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* FileUtils: Replace FileNameList with an aliasTobias Hunger2015-11-041-5/+5
* CppEditor: Move static symbol finder instance to CppToolsNikolai Kosjar2015-10-121-3/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-27/+26
* | C++: Better names for Scope's iteratorsNikolai Kosjar2015-01-141-2/+2
* | C++: handle case-insensitive file names in the CPlusPlus::SnapshotErik Verbruggen2014-12-171-16/+20
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\