aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cpplocatorfilter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppTools: Fix QStringRef and QSharedPointer related issues with Qt6Eike Ziller2020-09-151-1/+1
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-121-1/+6
|\
| * CppLocatorFilter: Fix highlighting in extra info columnAndre Hartmann2019-09-101-1/+6
* | Locator: Extract MatchLevel and use it in several filtersAndre Hartmann2019-08-151-6/+5
* | CppLocatorFilter: Simplify priority handlingAndre Hartmann2019-07-311-22/+14
|/
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* CppTools: modernizeAlessandro Portale2019-01-211-3/+1
* CppLocatorFilter: Fix result sortingAndre Hartmann2018-11-021-4/+15
* Clang: new empty locator filter classesIvan Donchevskii2018-01-241-2/+3
* Locator: Cleanup and modernize Locator and filtersAndre Hartmann2017-12-301-1/+1
* CppTools: Fix highlighting when matching with scopeOrgad Shaneh2017-11-141-4/+14
* CppTools: Match also function arguments in locatorOrgad Shaneh2017-11-021-1/+4
* Locator: De-duplicate highlightInfo generation for camel humpsAndre Hartmann2017-10-051-5/+1
* Locator: De-duplicate RegExp pattern generationAndre Hartmann2017-09-291-2/+1
* Locator: Add camel hump locator filter for C++, QML, and filesAndre Hartmann2017-09-191-23/+29
* Remove 1-1 dependency between locator and locator input widgetEike Ziller2017-06-131-1/+5
* Locator: Add highlighting of the search textSerhii Moroz2017-03-211-19/+22
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* Remove use of deprecated Qt algorithmsOrgad Shaneh2016-08-091-2/+4
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* 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
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-1/+1
|/
* License updateEike Ziller2014-10-091-7/+8
* C++: Remove class/function/enum extraction from CppLocatorData.Erik Verbruggen2014-06-181-18/+14
* C++: Rename ModelItemInfo to IndexInfo.Erik Verbruggen2014-06-161-9/+9
* CppTools: Fix compilation with MSVCTim Jenssen2014-06-021-0/+1
* C++: pass ModelItemInfo around wrapped in a QSharedPointer.Erik Verbruggen2014-06-021-14/+17
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-9/+9
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* CppTools: Adapt C++ locator names to realityNikolai Kosjar2013-10-071-1/+1
* CppTools: Fix qualified ids in the ':' locator filterNikolai Kosjar2013-09-131-1/+1
* CppTools: Remove dead codeTobias Hunger2013-09-121-2/+0
* CppTools: Introduce LocatorDataNikolai Kosjar2013-08-301-80/+17
* CppTools: Fix displaying symbols of CppLocatorFilterNikolai Kosjar2013-08-301-10/+2
* CppTools: Locator: Match also against qualified namesNikolai Kosjar2013-08-261-2/+5
* CppTools: Get rid of SearchSymbols::setSeparateScope()Nikolai Kosjar2013-08-261-16/+22
* Locator: Case sensitivity of input affects prioritizingNikolai Kosjar2013-08-221-1/+2
* CppTools: Fix "! condition" coding styleNikolai Kosjar2013-07-251-1/+1
* 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-3/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-0/+1
* C++: Change the locator filter to queue changed documents.Erik Verbruggen2013-03-071-6/+50
* 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
* | CppTools: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-221-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|