aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/locator/locatorwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-2/+2
* Add option to display locate results using relative paths to project rootXavier BESSON2024-03-131-2/+7
* ExtensionSystem/Core: Use more std::chronoEike Ziller2024-01-221-1/+2
* Utils: Make TreeViews use setUniformRowHeights by defaulthjk2023-09-051-1/+0
* Make showing tool tips for menu items more widely availableEike Ziller2023-07-121-5/+4
* LocatorWidget: Drop Utils namespace qualifierJarek Kobus2023-05-161-27/+25
* Locator: Fix style and reuse LocatorFilterEntriesJarek Kobus2023-05-161-25/+25
* LocatorWidget: Further simplificationsJarek Kobus2023-05-111-65/+30
* LocatorWidget: Dismantle the old matchesFor implementationJarek Kobus2023-05-101-148/+3
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* LocatorWidget: Turn the new LocatorMatcher implementation on by defaultJarek Kobus2023-05-031-5/+11
* LocatorWidget: Reuse LocatorMatcher in LocatorWidgetJarek Kobus2023-04-241-1/+76
* Locator: Fix opening of remote filesEike Ziller2023-04-211-3/+10
* ILocatorFilter: Get rid of accept() methodJarek Kobus2023-04-201-8/+2
* Show locator filter descriptions more prominentlyEike Ziller2023-04-181-2/+15
* LocatorFilterEntry: Add Acceptor fieldJarek Kobus2023-04-181-7/+12
* RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-0/+1
* Fix vanishing search term from locator popupEike Ziller2023-03-091-1/+0
* Core: Tr::trhjk2023-01-171-10/+9
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CorePlugin: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* LocatorWidget: Don't leak m_centeredPopupActionJarek Kobus2022-11-021-1/+1
* Locator: Show actions shortcuts in locator widgetDavid Schulz2022-10-061-0/+10
* Core: Go to pattern start when pressing home in locatorDavid Schulz2022-09-291-0/+33
* Locator: highlight pattern simultaneously in text and extra infoDavid Schulz2022-09-141-7/+8
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Optionally show locator popup centeredEike Ziller2022-08-241-11/+35
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-1/+1
* Drop Qt5: Core: Get rid of QOverloadJarek Kobus2022-07-201-1/+2
* Fix locator popup on WindowsEike Ziller2021-11-181-4/+24
* Locator: elide middle of long textTasuku Suzuki2021-08-101-0/+1
* Core: filepathify FileIconProviderDavid Schulz2021-06-091-1/+1
* Core: filepathify LocatorFilterEntryDavid Schulz2021-06-081-2/+2
* Locator: Add descriptions to "locator filters" filter's tooltipEike Ziller2021-03-231-7/+9
* Locator: Cancel running search when closingEike Ziller2021-02-111-0/+7
* Locator: Do not block main event loopEike Ziller2021-02-111-7/+17
* Prevent locator widgets from running in parallelEike Ziller2021-02-111-6/+22
* Stop executing locator's threads when about to shutdown occurredJarek Kobus2021-02-091-0/+10
* Use invokeMethod instead of single shot timer with 0 timeoutJarek Kobus2021-02-021-7/+5
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-251-1/+1
|\
| * Fix build with newest Qt 6Eike Ziller2020-11-201-1/+1
* | Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-201-16/+18
|\|
| * Don't call virtual method from LocatorPopup's c'torJarek Kobus2020-11-201-16/+18
* | Don't access static functions/fields via instanceAlessandro Portale2020-11-191-1/+1
|/
* Core: Fix compilation issues with Qt 6Eike Ziller2020-09-071-2/+1
* Qt6: Port some uses of QApplication::desktop()->availableGeometry()hjk2020-07-301-7/+6
* Some Qt6 portinghjk2020-07-221-2/+3
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Locator: Remove default argument and default behavior for refreshEike Ziller2019-05-131-2/+3