aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/findinopenfiles.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Use new setup pattern for the findershjk2024-01-291-2/+24
* Utils, all: Standardize on QtcSettingshjk2023-09-271-5/+5
* BaseFileFind: Some cleanup, also in derived classesJarek Kobus2023-07-071-3/+0
* BaseFileFind: Replace additionalParameters() with searchDir()Jarek Kobus2023-07-061-5/+0
* BaseFileFind: Replace files() with fileContainerProvider()Jarek Kobus2023-07-041-22/+17
* BaseFileFind: Reuse FileContainerJarek Kobus2023-06-231-8/+10
* TextEditor: Tr::trhjk2023-01-181-6/+10
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Core: Rename DocumentModel::fileName() to filePath()hjk2022-11-251-1/+1
* Convert file search API to FilePathEike Ziller2022-09-121-5/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* TextEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-191-2/+2
* Advanced search: Add exclusion patternsEike Ziller2017-02-281-2/+4
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* TextEditor: Use Qt5-style connectsOrgad Shaneh2015-12-181-4/+4
* FileSearch: Move FileIterator to std iterator semantics.Eike Ziller2015-04-161-1/+1
* Core: Use FileName for DocumentModel::Entry::fileNameOrgad Shaneh2015-02-161-1/+1
* 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
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-2/+2
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-1/+1
* | TextEditor: Merge BaseTextEditorDocument into BaseTextDocumenthjk2014-07-281-1/+1
* | TextEditor: Remove itexteditor.{h,cpp}hjk2014-07-251-1/+2
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-1/+1
|/
* Make document model API more consistent with entry vs documentEike Ziller2014-06-131-2/+2
* DocumentModel: Make interface statichjk2014-05-131-2/+2
* TextEditors: Move document related function to documentEike Ziller2014-01-151-1/+2
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-1/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* EditorManager: Use static pattern, adjust surrounding codehjk2013-08-301-3/+3
* Find: Document contents should be retrieved from the documents directlyEike Ziller2013-07-171-1/+1
* FindInOpenFiles: use documentCount instead of openedEditorsEike Ziller2013-07-121-1/+1
* Make document model static and add some document related methodsEike Ziller2013-07-121-1/+1
* OpenEditorsModel API: Use 'document' more where is about documents.Eike Ziller2013-07-121-3/+3
* Editors: Don't use model index outside of model/view.Eike Ziller2013-07-091-2/+2
* Introduce private class for BaseFileFind.Friedemann Kleint2013-03-271-0/+1
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* UI text: use sentence style capitalization for labelsLeena Miettinen2012-10-011-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* Add "Open Documents" find filter.Eike Ziller2012-01-241-0/+125