aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/locator/spotlightlocatorfilter.h
Commit message (Collapse)AuthorAgeFilesLines
* Locator: Cleanup and modernize Locator and filtersAndre Hartmann2017-12-301-1/+1
| | | | | | | | | | | | * Omit QLatin1{Char|String} * Use member initialization * Use range-based-for (and fixed the cases with non-const Qt container) * Sort includes to common style Change-Id: Ibc33a732bb153862efd6d5febfac758229cb61d4 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: André Hartmann <aha_1980@gmx.de>
* Locator filters: Add overridesEike Ziller2017-06-021-2/+2
| | | | | Change-Id: I20f93d6bcb22a342d9f662d8190f97798ca3e423 Reviewed-by: David Schulz <david.schulz@qt.io>
* OS X: SpotlightLocatorFilter: Fix messageTakumi ASAKI2016-04-291-1/+8
| | | | | | | lupdate doesn't parse .mm file. Change-Id: If969452bd1700757ed82db4d9ca53e62ea95d866 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Wholesale conversion to #pragma oncehjk2016-03-301-5/+1
| | | | | | | Kudos to cgmb and https://github.com/cgmb/guardonce Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+12
| | | | | | | * Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* OS X: Add spotlight based locator filter for files on diskEike Ziller2015-03-251-0/+53
Change-Id: Ib373a92dd506d4aafa5f7057f0693bf6ecf7b1c5 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>