summaryrefslogtreecommitdiff
path: root/src/libs/utils/filesearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QRegExp with QRegularExpression in FileSearch.Marcel Krems2015-05-151-10/+22
* FileSearch: Avoid copy of function object.Eike Ziller2015-05-151-6/+10
* FileSearch: Search in parallel.Eike Ziller2015-04-161-90/+150
* FileSearch: Move FileIterator to std iterator semantics.Eike Ziller2015-04-161-46/+78
* FileSearch: Fix wrong line number for RegExp search.Eike Ziller2015-04-081-1/+1
* FileSearch: Remove duplicated code between regexp and non-regexp searchEike Ziller2015-04-021-153/+196
* 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
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-4/+2
|/
* Utils: Add missing cast to qrealOrgad Shaneh2014-05-201-1/+1
* Utils: Fix replace with preserve case.David Schulz2014-03-031-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Utils: Remove dead codeTobias Hunger2013-09-131-8/+0
* Fix searching for repeated characters in files.Eike Ziller2013-06-251-0/+1
* Clean headers in Utils.Friedemann Kleint2013-03-191-3/+0
* Fix crash on case-preserving replaceNuno Sucena Almeida2013-02-261-2/+5
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
* | Support preserving case when replacing.Francois Ferrand2012-12-141-0/+66
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Show warning with continue/cancel in case of many search resultsEike Ziller2012-06-051-0/+4
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-301-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-6/+6
* Move QtConcurrent library into Utils.Friedemann Kleint2012-02-091-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Limit the length of shown search result line.Eike Ziller2011-10-311-2/+13
* Utils/Coreplugin: Clean headers.Friedemann Kleint2011-08-171-2/+1
* Global regexp search would eat all memory for matched empty lines.con2011-06-231-0/+5
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Fix progress bar for searching in files.con2011-03-281-2/+4
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
| * Yet another missing utf8 encoding for file search.con2010-10-181-1/+1
* | Support \n for regexp replace string.con2010-11-031-1/+3
* | Fix compiler warnings, constify.Friedemann Kleint2010-10-191-9/+7
* | Avoid endless loop in multi-file search.con2010-10-141-40/+12
* | Use the encoding settings when doing multi-file searches.con2010-10-111-61/+103
* | Merge remote branch 'origin/2.1'Christian Kamm2010-10-111-1/+1
|\ \ | |/
| * File search wasn't showing non-latin1 chars correctly in results.con2010-10-081-1/+1
* | Insert tabs for \t when doing regexp replace.con2010-10-061-0/+3
|/
* Work around stupid bug in QtConcurrent.con2010-06-251-18/+34
* Add multiple search results to the tree at once.con2010-06-251-10/+16
* Use iterator instead of collecting all the files to search beforehand.con2010-06-241-16/+154