summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppfindreferences.cpp
Commit message (Collapse)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
|
* License headers.con2010-12-171-7/+11
|
* EditorManager: Change openEditor/activateEditor to not do mode switchingdt2010-09-141-2/+4
| | | | | | | | | | | Also introduce a indirection, modes have now types, edit and debug have the same type, and editors do have a prefered type of modes instead of a prefered mode. That fixes the bug that if the prefered qml editing mode was set to design, then in switching between qml editors would - in Edit Mode: stay in edit mode - in Debug Mode: switch to debug mode
* C++: put dependency table calculation into the future.Erik Verbruggen2010-09-101-29/+41
| | | | Task-number: QTCREATORBUG-2300
* 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
| | | | | | | | Required refactoring of the search result window to show real trees of search results. The backend is the backend from the Locator filter, which is a bit outdated now.
* Quickfix: Convert underscore notation to camel case.ck2010-07-201-2/+4
| | | | Reviewed-by: Roberto Raggi
* 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
| | | | Done-with: Roberto Raggi
* Put the include depenency table into a separate class, and cache it when ↵Erik Verbruggen2010-03-171-4/+19
| | | | possible.
* Fixed QTCREATORBUG-745.Erik Verbruggen2010-03-091-8/+11
| | | | | Fixed crash in FindUsages on a dirty file in a large project, which is saved while the FindUsages is still running.
* Long live the king!hjk2010-03-051-1/+1
|
* Find macro uses.Christian Kamm2009-12-211-12/+136
| | | | Reviewed-by: Erik Verbruggen
* Remove unused code.con2009-12-211-31/+0
|
* Implement string based search & replace in multiple files.con2009-12-211-56/+5
| | | | | | | | | | | This uses the same UI as "Rename Symbol". Moves the actual rename implementation to a static method in BaseFileFind and uses it for rename symbol and search & replace. Moves the signal notification for the code model from VCSManager to the more general FileManager. Note that as for rename symbol, there's no undo yet. Task-number: QTCREATORBUG-73
* Hide the implementation details of CppModelManagerInterface::WorkingCopy.Roberto Raggi2009-12-151-9/+9
|
* Replaced the hardcoded QHash<QString, QString> with ↵Roberto Raggi2009-12-151-2/+2
| | | | CppModelManagerInterface::WorkingCopy.
* 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
| | | | Encapsulate the details.
* 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 ↵Roberto Raggi2009-12-021-1/+1
| | | | Snapshot::dependencyTable().
* 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
|/ | | | | | Move the API to the progress manager. Added a first Mac implementation, other platforms are pending.
* Code model: Fix Windows issues (duplicate matches).Friedemann Kleint2009-11-091-4/+0
| | | | | | | | | Ensure the code model receives file names with clean paths ('/') and fix paths in the relevant places of the code model. Pass on clean paths from Cpp reference find and display them correctly in the search window tooltip. Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
* Prevent global replace before search is done.con2009-11-041-0/+1
| | | | | | Also fix focusing issues of the replace line edit. Reviewed-by: Roberto Raggi
* 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 ↵Roberto Raggi2009-10-151-3/+14
| | | | function definitions.
* Don't use modality to inform the user about the dangerous world of code ↵Roberto Raggi2009-10-151-0/+2
| | | | refactoring.