summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppfindreferences.h
Commit message (Expand)AuthorAgeFilesLines
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Implemented Rename Macro UsagesAndre Hartmann2012-06-061-0/+3
* Show warning with continue/cancel in case of many search resultsEike Ziller2012-06-051-0/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-6/+6
* Long live the king!hjk2012-01-261-1/+1
* Windows build fix.Eike Ziller2012-01-241-0/+1
* Implement "search again" for find usages (C++)Eike Ziller2012-01-241-2/+15
* Fix starting a usage search while another one is running.Eike Ziller2011-12-201-6/+4
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Keep multiple search results in history.Eike Ziller2011-09-141-1/+1
* Move advanced search dialog into search result pane.Eike Ziller2011-09-131-0/+1
* Show more info about a search and move UI for replacingEike Ziller2011-09-131-4/+5
* Move and cleanup search specific API to SearchResult classEike Ziller2011-09-061-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-3/+3
* It's 2011 now.con2011-01-121-1/+1
* C++: Move the ModelManagerInterface from CppTools to CPlusPlus.Christian Kamm2011-01-041-3/+5
* License headers.con2010-12-171-7/+11
* C++: put dependency table calculation into the future.Erik Verbruggen2010-09-101-1/+7
* Quickfix: Convert underscore notation to camel case.ck2010-07-201-1/+2
* Compute the dependecy table on demand.Roberto Raggi2010-07-061-2/+0
* Ensure we keep the context around for as long as it is needed.Roberto Raggi2010-05-311-6/+4
* Put the DependencyTable calculation into the QFuture.Erik Verbruggen2010-03-171-1/+5
* Put the include depenency table into a separate class, and cache it when poss...Erik Verbruggen2010-03-171-0/+3
* Fixed QTCREATORBUG-745.Erik Verbruggen2010-03-091-3/+3
* Long live the king!hjk2010-03-051-1/+1
* Find macro uses.Christian Kamm2009-12-211-0/+2
* Use resultsReadyAt.Roberto Raggi2009-12-011-1/+1
* Some naming adaptions.con2009-11-301-1/+1
* Compile WindowsFriedemann Kleint2009-10-271-4/+1
* Introduced CPlusPlus::FindUsages.Roberto Raggi2009-10-271-1/+5
* Expose CppModelManagerInterface::workingCopy()Roberto Raggi2009-10-121-4/+4
* Perform renaming.Roberto Raggi2009-10-051-0/+1
* Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3con2009-10-051-2/+6
|\
| * Added `Find Usages' of a Symbol.Roberto Raggi2009-10-051-1/+5
| * Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-1/+1
* | Refactor search result window for use of many items and checked state.con2009-10-051-1/+2
|/
* Make the symbols used in the current editors.Roberto Raggi2009-09-301-5/+5
* Look at the working copy when searching for references.Roberto Raggi2009-09-291-1/+1
* Changed the signature of findReferences()Roberto Raggi2009-09-241-2/+7
* Forward declaration is not enough, so include the header.dt2009-09-231-6/+1
* Find referencesRoberto Raggi2009-09-231-0/+81