summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppfindreferences.h
Commit message (Collapse)AuthorAgeFilesLines
* Adjust license headershjk2012-10-051-21/+20
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Implemented Rename Macro UsagesAndre Hartmann2012-06-061-0/+3
| | | | | | | | | | | Works the same way as Rename Usages for C++ Symbols. For now, no Search Again as this requieres further work. Task-number: QTCREATORBUG-413 Change-Id: I09e85ea1e8c247f5ce0b6bc566aba8018c1569e4 Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
* Show warning with continue/cancel in case of many search resultsEike Ziller2012-06-051-0/+1
| | | | | | | Task-number: QTCREATORBUG-6116 Change-Id: I57a66b8989f1cc4137b02df370704dfe43d392ac Reviewed-by: Robert Löhning <robert.loehning@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-6/+6
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Windows build fix.Eike Ziller2012-01-241-0/+1
| | | | | Change-Id: If5389209dad8dbd4c78d9faff41323ae3218cd78 Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
* Implement "search again" for find usages (C++)Eike Ziller2012-01-241-2/+15
| | | | | Change-Id: Ia3dc174c64da9194401883a1a989a712cb7aaed8 Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
* Fix starting a usage search while another one is running.Eike Ziller2011-12-201-6/+4
| | | | | | | | | | | Theoretically it could now run multiple searches in parallel, but since a single search grabs all available threads from the pool, any search request afterwards is queued for execution when the previous one finished. Task-number: QTCREATORBUG-6101 Change-Id: Ifada0ccdd1ce7cfb4aaaaa4de2db070025f91a3a Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Keep multiple search results in history.Eike Ziller2011-09-141-1/+1
| | | | | | | Change-Id: I7350c78479343e85b1ca4957e08bccefb5756d20 Reviewed-on: http://codereview.qt-project.org/4556 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
* Move advanced search dialog into search result pane.Eike Ziller2011-09-131-0/+1
| | | | | | | | | | And move the cancel button into the specific search result widget. Change-Id: Ide8173e1ec5de091e1c1332a2b0c47d9a30a4c87 Reviewed-on: http://codereview.qt-project.org/4555 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Show more info about a search and move UI for replacingEike Ziller2011-09-131-4/+5
| | | | | | | | Change-Id: I6e024583c0d778a65007eb4590118c4329b2118a Reviewed-on: http://codereview.qt-project.org/4554 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Move and cleanup search specific API to SearchResult classEike Ziller2011-09-061-2/+2
| | | | | | | Change-Id: I7e64701e8833ad38b9ac01d316bd00302602a390 Rubber-stamped-by: Daniel Teske Reviewed-on: http://codereview.qt.nokia.com/4179 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-3/+3
| | | | We use the latter style everywhere else to signify the end of a namespace block.
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* 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
| | | | Task-number: QTCREATORBUG-2300
* Quickfix: Convert underscore notation to camel case.ck2010-07-201-1/+2
| | | | Reviewed-by: Roberto Raggi
* 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
| | | | Done-with: Roberto Raggi
* Put the include depenency table into a separate class, and cache it when ↵Erik Verbruggen2010-03-171-0/+3
| | | | possible.
* Fixed QTCREATORBUG-745.Erik Verbruggen2010-03-091-3/+3
| | | | | 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-0/+2
| | | | Reviewed-by: Erik Verbruggen
* 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
|\ | | | | | | | | | | | | Conflicts: src/plugins/cpptools/cppfindreferences.cpp src/plugins/cpptools/cpptoolsplugin.cpp src/plugins/texteditor/basefilefind.cpp
| * Added `Find Usages' of a Symbol.Roberto Raggi2009-10-051-1/+5
| |
| * Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-1/+1
| | | | | | | | | | Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
* | 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