aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljsfindreferences.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Improve handling of user defined enumsChristian Stenger2024-04-151-0/+11
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-2/+1
* SearchResultItem: Introduce SearchResultItemsJarek Kobus2023-05-081-2/+2
* Utils: Move SearchResultItem/Color into UtilsJarek Kobus2023-05-081-3/+4
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* FutureSynchronizer: Change the default value of cancelOnWait to trueJarek Kobus2023-04-261-1/+0
* QmlJSEditor/QmlDesigner: Use QtConcurrent invocation for async runJarek Kobus2023-03-141-42/+28
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* QmlJSEditor: Convert to using Tr::trAlessandro Portale2022-09-221-2/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* SearchResult: Rename cancelled() into canceled()Jarek Kobus2022-07-201-1/+1
* qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-19/+25
* qmljs: avoid linking to files in the build directoryFawzi Mohamed2022-06-211-5/+20
* QmlJsEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-181-11/+13
* qmljs: correctly handle js string templatesFawzi Mohamed2022-03-211-0/+18
* Updating qmljs parser to latest qtdeclarative parserFawzi Mohamed2021-12-161-7/+4
* Core: use FilePaths to notify files changed internallyDavid Schulz2021-06-231-5/+7
* Fix a possible crash in FindReferences on shutdownJarek Kobus2021-05-121-0/+3
* Fix search result font for symbol searchesEike Ziller2021-03-021-0/+1
* Core: Streamline SearchResultWindow interfaceChristian Kandeler2021-02-181-5/+5
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-2/+2
* Remove unneeded includesJarek Kobus2020-11-121-11/+11
* Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-041-1/+1
* Update qmljs parser to Qt 5.15 parserFawzi Mohamed2020-03-031-5/+20
* Compile fix with recent Qt devhjk2019-07-291-3/+2
* QmlJsEditor: Avoid unneeded exports of constantsEike Ziller2019-07-191-3/+3
* QmlJSEditor: Fix nullptr accessChristian Stenger2019-02-141-4/+6
* QmlJSEditor: ModernizeAlessandro Portale2018-12-101-29/+27
* qmljs: update parserMarco Benelli2018-11-221-10/+11
* Prefer using 'override' instead of 'virtual'Alessandro Portale2018-07-111-31/+31
* Fix compilation issues with C++17Eike Ziller2018-06-051-3/+16
* EditorManager: move all openEditor functions to one placeIvan Donchevskii2017-09-251-12/+3
* QmlJs: sync qmljs parserMarco Benelli2017-03-231-3/+3
* Utils: First step to extend search results for clang query supportMarco Bubke2016-11-231-1/+2
* QmlJS[|Editor|Tools]: Use Qt5-style connectsOrgad Shaneh2016-06-281-9/+9
* runAsync: Remove ResultType template parameter.Eike Ziller2016-02-101-8/+4
* QmlJsEditor: Avoid QtConcurrent::runEike Ziller2016-02-031-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* QmlDesigner: Remove unneeded qualificationsOrgad Shaneh2015-02-181-12/+12
* QmlJSEditor: Adding and exporting helper function for usagesThomas Hartmann2015-02-171-0/+27
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | qmljs: improve handling of qml dialectsFawzi Mohamed2014-07-301-3/+3
|/
* qmljs: split Unknown in NoLanguage and AnyLanguageFawzi Mohamed2014-07-011-0/+4
* DocumentModel: Make interface statichjk2014-05-131-2/+1
* qmljs: better defaults, more uniform handling of pathsFawzi Mohamed2014-05-091-1/+1
* Use more descriptive progress bar titlesEike Ziller2014-04-281-1/+1
* CppTools/QmlJSEditor: Hide "Preserve Case" for Replace Symbol Under CursorNikolai Kosjar2014-03-121-1/+2