aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools/qmljsfunctionfilter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Locator: Extract MatchLevel and use it in several filtersAndre Hartmann2019-08-151-5/+4
* QmlJSTools: Fix compileChristian Stenger2019-07-311-2/+2
* QmljsFunctionFilter: Simplify priority handlingAndre Hartmann2019-07-311-16/+13
* Compile fix with recent Qt devhjk2019-07-291-5/+2
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* QmlJSTools: ModernizeAlessandro Portale2018-12-071-2/+1
* Locator: Cleanup and modernize Locator and filtersAndre Hartmann2017-12-301-2/+3
* 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-14/+21
* 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-18/+15
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-2/+3
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-8/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* CppTools: Adapt C++ locator names to realityNikolai Kosjar2013-10-071-1/+1
* Locator: Case sensitivity of input affects prioritizingNikolai Kosjar2013-08-221-1/+2
* Switch less often to edit modeEike Ziller2013-06-051-2/+1
* Move openEditorAt from BaseTextEditorWidget to EditorManagerEike Ziller2013-06-031-3/+3
* Clean headers in QmlJsTools.Friedemann Kleint2013-04-031-1/+0
* 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
* | QmlJSTools: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-221-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-301-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-1/+1
|/
* 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, part 2con2010-12-171-7/+11
* Compile fix for pedantic C++ compilers.Roberto Raggi2010-12-161-1/+1
* QmlJS: Add a filter for functions to the locator.Christian Kamm2010-11-161-0/+115