aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/symbolsfindfilter.cpp
Commit message (Expand)AuthorAgeFilesLines
* More Utils::toSet/toListhjk2019-07-041-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* CppTools: Fix some clazy level0 warningsNikolai Kosjar2019-02-081-3/+3
* CppTools: modernizeAlessandro Portale2019-01-211-10/+8
* CppTools: Fix clang warnings about old-style castsChristian Kandeler2018-10-081-6/+8
* ClangRefactoring: Fix compile with Qt5.6/gcc4.9Christian Stenger2018-01-251-1/+1
* Clang: new empty locator filter classesIvan Donchevskii2018-01-241-2/+2
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-1/+2
* Extend search paneMarco Bubke2017-07-041-5/+0
* SessionManager: Clean up methods around projectsTim Jenssen2017-03-021-1/+1
* CppTools: Use Qt5-style connectsOrgad Shaneh2016-05-231-26/+31
* CppTools: Use a shared thread poolOrgad Shaneh2016-02-191-1/+2
* CppTools/Editor: Use Utils::runAsyncEike Ziller2016-02-151-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Clean exported headers of the CppTools plugin.Friedemann Kleint2015-03-051-0/+2
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-24/+24
|/
* License updateEike Ziller2014-10-091-7/+8
* 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