summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/symbolsfindfilter.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++: Rename ModelItemInfo to IndexInfo.Erik Verbruggen2014-06-161-2/+2
* C++: pass ModelItemInfo around wrapped in a QSharedPointer.Erik Verbruggen2014-06-021-3/+3
* Use more descriptive progress bar titlesEike Ziller2014-04-281-1/+1
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-26/+26
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-2/+2
* SessionManager: Apply 'static' patternhjk2013-09-051-3/+1
* ProjectManager: Use Core::Id for progress typeshjk2013-09-041-9/+9
* Core: Static pattern for ProgressManager, clean up all usershjk2013-09-021-15/+15
* Move openEditorAt from BaseTextEditorWidget to EditorManagerEike Ziller2013-06-031-3/+3
* C++: moved the CppPreprocessor into its own file.Erik Verbruggen2013-04-261-1/+1
* Clean headers in CppTools.Friedemann Kleint2013-04-101-4/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-4/+5
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Made symbol searching plug-able through indexing support.Erik Verbruggen2012-11-261-80/+27
* | CppTools: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-221-7/+7
|/
* Adjust license headershjk2012-10-051-21/+20
* Make IOutputPane behaviour more granularDaniel Teske2012-09-131-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Show warning with continue/cancel in case of many search resultsEike Ziller2012-06-051-2/+21
* Mark canceled searches as such.Eike Ziller2012-05-221-1/+1
* Normalized connect()sRobert Loehning2012-03-061-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* 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-3/+3
* Implement "Search Again" for symbol search.Eike Ziller2011-12-201-13/+39
* Disable "Search Again" if file filter is disabled.Eike Ziller2011-12-201-2/+2
* Allow multiple simultaneous C++ symbol searches.Eike Ziller2011-12-191-30/+40
* 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-4/+7
* Move advanced search dialog into search result pane.Eike Ziller2011-09-131-5/+1
* Show more info about a search and move UI for replacingEike Ziller2011-09-131-0/+23
* Move and cleanup search specific API to SearchResult classEike Ziller2011-09-061-10/+10
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-1/+1
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Doc - using advanced find to search for C++ symbolsLeena Miettinen2010-10-051-2/+2
* Search Dialog: Make canceling possibledt2010-09-021-0/+10
* C++ symbols find filter for advanced find.con2010-07-231-0/+317