aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cppcurrentdocumentfilter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* CppTools: modernizeAlessandro Portale2019-01-211-1/+1
* CppTools: Apply 'static' pattern to StringTablehjk2018-02-071-3/+1
* Clang: new empty locator filter classesIvan Donchevskii2018-01-241-2/+3
* Locator: Cleanup and modernize Locator and filtersAndre Hartmann2017-12-301-3/+4
* Locator: De-duplicate highlightInfo generation for camel humpsAndre Hartmann2017-10-051-7/+5
* Locator: De-duplicate RegExp pattern generationAndre Hartmann2017-09-291-3/+1
* Locator: Add camel hump locator filter for C++, QML, and filesAndre Hartmann2017-09-191-16/+17
* Remove 1-1 dependency between locator and locator input widgetEike Ziller2017-06-131-1/+6
* Locator: Add highlighting of the search textSerhii Moroz2017-03-211-13/+21
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* CppTools: Use Qt5-style connectsOrgad Shaneh2016-05-231-6/+6
* 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-1/+2
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-2/+2
* | Locator: Shuffle the priorities a bitEike Ziller2014-12-181-0/+1
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | CppTools: Fix compile with MSVC2010Robert Loehning2014-09-221-1/+1
* | CppTools: Make CppCurrentDocumentFilter thread safeNikolai Kosjar2014-09-221-20/+30
* | C++: IndexItem cleanup: remove a bit of clutter.Erik Verbruggen2014-09-081-2/+1
|/
* C++: Remove class/function/enum extraction from CppLocatorData.Erik Verbruggen2014-06-181-2/+5
* C++: Rename ModelItemInfo to IndexInfo.Erik Verbruggen2014-06-161-8/+8
* C++: Add child items to ModelItemInfo.Erik Verbruggen2014-06-041-1/+3
* C++: pass ModelItemInfo around wrapped in a QSharedPointer.Erik Verbruggen2014-06-021-14/+14
* C++: use a global string table for SearchSymbols.Erik Verbruggen2014-05-281-2/+5
* CppTools: Replace Method with FunctionOrgad Shaneh2014-03-311-2/+2
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-5/+5
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* CppTools: Adapt C++ locator names to realityNikolai Kosjar2013-10-071-1/+1
* CppTools: Show function args in current document filterNikolai Kosjar2013-10-021-2/+4
* CppTools: Fix qualified ids in the symbol searcherNikolai Kosjar2013-09-131-3/+5
* CppTools: Fix qualified ids in the ':' locator filterNikolai Kosjar2013-09-131-2/+6
* EditorManager: Use interface directly instead of going through ICorehjk2013-08-301-3/+3
* CppTools: Get rid of SearchSymbols::setSeparateScope()Nikolai Kosjar2013-08-261-8/+9
* Locator: Case sensitivity of input affects prioritizingNikolai Kosjar2013-08-221-1/+3
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-2/+2
* Switch less often to edit modeEike Ziller2013-06-051-2/+1
* Move openEditorAt from BaseTextEditorWidget to EditorManagerEike Ziller2013-06-031-2/+2
* Clean headers in CppTools.Friedemann Kleint2013-04-101-4/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-0/+3
* 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
* | Core: simplify ILocator interfacehjk2013-01-181-0/+2
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-5/+3
* | Made symbol searching plug-able through indexing support.Erik Verbruggen2012-11-261-4/+4