summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppfindreferences.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++: Move the ModelManagerInterface from CppTools to CPlusPlus.Christian Kamm2011-01-041-10/+10
* License headers.con2010-12-171-7/+11
* EditorManager: Change openEditor/activateEditor to not do mode switchingdt2010-09-141-2/+4
* C++: put dependency table calculation into the future.Erik Verbruggen2010-09-101-29/+41
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-2/+2
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-1/+1
* New implementation of CPlusPlus::FindUsagesRoberto Raggi2010-08-101-5/+13
* Use the most recent snapshot when searching for the usages of a symbol.Roberto Raggi2010-08-051-6/+1
* Look at the symbol's visibility.Roberto Raggi2010-08-051-1/+2
* Simplified FindUsages.Roberto Raggi2010-08-051-1/+1
* C++ symbols find filter for advanced find.con2010-07-231-1/+5
* Quickfix: Convert underscore notation to camel case.ck2010-07-201-2/+4
* Add a instance() method to the search result window singleton.con2010-07-121-1/+1
* Compute the dependecy table on demand.Roberto Raggi2010-07-061-12/+1
* Ensure we keep the context around for as long as it is needed.Roberto Raggi2010-05-311-15/+12
* Removed the CppBindings.Roberto Raggi2010-05-251-4/+0
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-0/+1
* Use `Searching' instead of `Sarching...'.Roberto Raggi2010-03-171-2/+2
* Put the DependencyTable calculation into the QFuture.Erik Verbruggen2010-03-171-8/+26
* Put the include depenency table into a separate class, and cache it when poss...Erik Verbruggen2010-03-171-4/+19
* Fixed QTCREATORBUG-745.Erik Verbruggen2010-03-091-8/+11
* Long live the king!hjk2010-03-051-1/+1
* Find macro uses.Christian Kamm2009-12-211-12/+136
* Remove unused code.con2009-12-211-31/+0
* Implement string based search & replace in multiple files.con2009-12-211-56/+5
* Hide the implementation details of CppModelManagerInterface::WorkingCopy.Roberto Raggi2009-12-151-9/+9
* Replaced the hardcoded QHash<QString, QString> with CppModelManagerInterface:...Roberto Raggi2009-12-151-2/+2
* Store the working list in a QHash.Roberto Raggi2009-12-071-5/+5
* Rename MyProcess and MyReduce.Roberto Raggi2009-12-071-37/+41
* Initial work on the new CPlusPlus::Snapshot.Roberto Raggi2009-12-071-1/+1
* Removed unused formal argument.Roberto Raggi2009-12-041-1/+1
* Use mappedReduce when searching for the usages of a symbol.Roberto Raggi2009-12-041-43/+78
* Removed useless argumentsRoberto Raggi2009-12-031-26/+3
* Rename dependsOn() in filesDepedingOn() and introduced Snapshot::dependencyTa...Roberto Raggi2009-12-021-1/+1
* Save the usages.Roberto Raggi2009-12-021-4/+8
* Use resultsReadyAt.Roberto Raggi2009-12-011-8/+10
* Use const literals.Roberto Raggi2009-12-011-6/+6
* Merge commit 'origin/1.3'con2009-11-301-1/+1
|\
| * Some naming adaptions.con2009-11-301-1/+1
* | Add functionality to show progress for the application in task bar/dock.con2009-11-271-2/+1
|/
* Code model: Fix Windows issues (duplicate matches).Friedemann Kleint2009-11-091-4/+0
* Prevent global replace before search is done.con2009-11-041-0/+1
* Set the parent object of CppFindReferences.Roberto Raggi2009-11-041-1/+2
* Paranoia check. Skip the change if we have another change with the same offset.Roberto Raggi2009-11-041-1/+15
* Compile WindowsFriedemann Kleint2009-10-271-1/+0
* Remove duplicates from the working list.Roberto Raggi2009-10-271-0/+2
* Introduced CPlusPlus::FindUsages.Roberto Raggi2009-10-271-446/+11
* Activate the completion only when the canonical symbol has a valid name.Roberto Raggi2009-10-261-0/+3
* Process the names of the formal arguments when searching references in functi...Roberto Raggi2009-10-151-3/+14
* Don't use modality to inform the user about the dangerous world of code refac...Roberto Raggi2009-10-151-0/+2