aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/findinfiles.cpp
Commit message (Expand)AuthorAgeFilesLines
* All: Use Utils::SkipEmptyPartshjk2020-06-171-5/+7
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-3/+3
* Utils: Use FilePath for PathChooser::m_baseDirectoryhjk2019-12-191-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-5/+5
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* use initializer listsTim Jenssen2019-01-211-1/+1
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-12-121-1/+1
|\
| * Do not search our own autosave files by defaultEike Ziller2018-12-101-1/+1
* | TextEditor: ModernizeAlessandro Portale2018-11-301-3/+1
|/
* TextEditor: ModernizeOrgad Shaneh2018-09-201-4/+2
* FindInFiles: Support relative path based on the current projectOrgad Shaneh2017-05-191-0/+5
* Advanced search: Add exclusion patternsEike Ziller2017-02-281-11/+12
* BaseFileFind/FindInFiles: Clean up enabled / valid state handlingEike Ziller2016-11-251-8/+20
* FindInFiles: make possible to have more than one extensionPrzemyslaw Gorszkowski2016-11-161-13/+48
* Core: Apply 'static' pattern to Core::FindPluginhjk2016-03-151-1/+1
* Git: Hook grep into Find In File System dialogOrgad Shaneh2016-02-041-7/+30
* TextEditor: Disable Search & Replace buttons when folder doesn't existOrgad Shaneh2016-01-211-0/+5
* TextEditor: Use PathChooser for FindInFilesOrgad Shaneh2016-01-211-42/+20
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* FindInFiles: Use Utils namespaceOrgad Shaneh2016-01-191-12/+12
* TextEditor: Use Qt5-style connectsOrgad Shaneh2015-12-181-3/+3
* TextEditor: rename "Files on File System" as "Files in..."Leena Miettinen2015-11-101-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | TextEditor: Remove unneeded qualificationsOrgad Shaneh2015-02-061-3/+3
* | Use "Browse..." label from PathChooserRobert Loehning2015-01-141-2/+3
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
|/
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-1/+1
* File system search: Support ~/ for the directory that is searchedEike Ziller2014-02-131-14/+15
* Editor: Use native separators in the search/directory inputAlessandro Portale2014-01-241-1/+1
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-4/+4
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* TextEditor: Normalize path on WindowsOrgad Shaneh2013-10-301-5/+11
* EditorManager: Add "Find in this directory..." for open filesOrgad Shaneh2013-09-301-0/+2
* Move findOnFileSystem from FolderNavigation to FindInFilesOrgad Shaneh2013-09-271-1/+14
* EditorManager: Use static pattern, adjust surrounding codehjk2013-08-301-1/+1
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-2/+0
* Introduce private class for BaseFileFind.Friedemann Kleint2013-03-271-0/+7
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* rename QtDebug to QDebughjk2012-08-061-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-8/+8
* Long live the king!hjk2012-01-261-1/+1
* Get native dir separators from "Find in Files" path chooser.Alessandro Portale2012-01-161-1/+1
* TextEditor: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-061-11/+12