summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppfindreferences.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed module names from #include directives.Erik Verbruggen2012-02-151-6/+6
* Move QtConcurrent library into Utils.Friedemann Kleint2012-02-091-1/+1
* Move repeated searches to top.Eike Ziller2012-02-071-1/+1
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-2/+2
* Implement "search again" for find usages (C++)Eike Ziller2012-01-241-23/+199
* C++: Replace non-absolute-critical asserts for soft onesLeandro Melo2012-01-241-1/+1
* Fix warning.Eike Ziller2011-12-201-1/+1
* Fix cancelling search for usages.Eike Ziller2011-12-201-7/+26
* Fix starting a usage search while another one is running.Eike Ziller2011-12-201-45/+55
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-2/+2
|/
* Keep multiple search results in history.Eike Ziller2011-09-141-10/+21
* Move advanced search dialog into search result pane.Eike Ziller2011-09-131-1/+7
* Show more info about a search and move UI for replacingEike Ziller2011-09-131-1/+5
* Move and cleanup search specific API to SearchResult classEike Ziller2011-09-061-17/+18
* C++ editor: Normalize line endings for find usagesLeandro Melo2011-05-311-1/+1
* move the "cannot undo" warning to the search result paneOswald Buddenhagen2011-05-121-5/+2
* rewrite editor info bar handlingOswald Buddenhagen2011-05-121-1/+4
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* add/unify i/o error handlingOswald Buddenhagen2011-04-181-3/+4
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-1/+1
* Fixed the line retreival for find-usages.Erik Verbruggen2011-01-171-2/+3
* It's 2011 now.con2011-01-121-1/+1
* 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