aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/searchsymbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++: show signal declarations when searching for functionsErik Verbruggen2013-06-181-2/+5
* C++: show function declarations in the locator.Erik Verbruggen2013-05-151-3/+12
* Clean headers in CppTools.Friedemann Kleint2013-04-101-3/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-3/+4
* C++: Change the locator filter to queue changed documents.Erik Verbruggen2013-03-071-1/+2
* 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
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-4/+3
* | Made symbol searching plug-able through indexing support.Erik Verbruggen2012-11-261-9/+9
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Long live the king!hjk2012-01-261-1/+1
* C++: Add basic 'insert #include' quick fix.Christian Kamm2011-12-021-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Skip uninteresting symbols.Roberto Raggi2010-09-081-0/+85
* Reuse the stringsRoberto Raggi2010-09-071-4/+8
* Keep the locator database in sync with the current snapshot.Roberto Raggi2010-09-061-1/+9
* Renamed Symbol::identity() to Symbol::unqualifiedName().Roberto Raggi2010-08-261-2/+2
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-9/+6
* C++ symbols find filter for advanced find.con2010-07-231-1/+12
* Locator Cpp filters can jump to a column too.con2010-07-231-0/+1
* Recursive definition of CPlusPlus::QualifiedNameId.Roberto Raggi2010-07-121-4/+3
* Long live the king!hjk2010-03-051-1/+1
* Fix some code scanning issues.Friedemann Kleint2010-02-011-1/+1
* Merge remote branch 'origin/1.3'con2009-12-031-6/+5
|\
| * Fixed inline implemented methods not showing up in the methods filterThorbjørn Lindeijer2009-12-031-6/+5
* | Use const names.Roberto Raggi2009-12-011-2/+2
|/
* long live the kinghjk2009-08-141-1/+1
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Implement CppCurrentDocumentFilter for symbols in current documentChristian Hoenig2009-05-301-7/+10
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
* Added the CppFunctionsFilter to QuickOpenThorbjørn Lindeijer2008-12-091-2/+15
* Exclude anonymous symbols from the QuickOpenThorbjørn Lindeijer2008-12-091-1/+4
* Slight optimization in Session::projectForFileThorbjørn Lindeijer2008-12-081-1/+1
* Separate scope in classes quickopen filterThorbjørn Lindeijer2008-12-051-28/+51
* Use QFlags for indicating symbols to search forThorbjørn Lindeijer2008-12-051-5/+8
* First incarnation of classes quickopen filterThorbjørn Lindeijer2008-12-041-0/+178