Commit Graph

22 Commits

Author SHA1 Message Date
con
e8c0c7895c Use iterator instead of collecting all the files to search beforehand.
Especially for the file system filter, it's better not to block while
collecting all the file names by first iterating over the file system.
Now, the filters return an iterator, and the search thread takes a file
from it, searches it, and takes the next file.

This also unifies the file iterator for the custom locator filters and
the find in files on file system search filter.

Task-number: QTCREATORBUG-1690
2010-06-24 17:52:25 +02:00
con
f232cd4ead Fixes: Multi-file regexp replace didn't replace placeholders e.g. \1 2010-06-11 11:07:48 +02:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
Robert Loehning
62dd493865 Fixed crash. Passing negative values to isalnum compiled with MSVC crashed. 2010-02-11 19:04:19 +01:00
Friedemann Kleint
f672bff338 Fix some code scanning issues.
foreach()-Loops.
2010-02-01 14:00:07 +01:00
Friedemann Kleint
5948e284bb Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor.
2009-10-05 11:06:05 +02:00
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
con
5b2abd8510 Searching in files takes open editors into account now.
Task-number: 258468
2009-08-05 13:29:16 +02:00
dt
3607ad172e Fix opening files from search results didn't get the correct encoding.
Patch based on the analysis by Grigory Zagorodnev.

Task-number: 253974
2009-07-15 15:34:59 +02:00
Jason McDonald
884b7af769 Update license headers and sales contact details.
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
Friedemann Kleint
2f129dfad3 Fixed some translation errors. 2009-04-30 16:09:57 +02:00
Oswald Buddenhagen
9db13e3255 make lupdate see the QApplication::translate() calls 2009-04-20 16:51:10 +02:00
dt
5d14ef86e8 Fixes: Compile fix
Details:  Patch by Kris Wong
2009-03-13 18:31:21 +01:00
con
b315b1dab6 Fixes: - 'Whole words only' search in files bug
Task:     - 246854
RevBy:    - hjk
2009-03-04 17:40:38 +01:00
hjk
8ca887aae2 Fixes: change file license headers to include LGPL 2009-02-25 09:15:00 +01:00
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
hjk
da3cb14483 chancge Nokia GPL exception version from 1.2 to 1.3 2008-12-16 17:20:00 +01:00
Oswald Buddenhagen
01332cfb38 escape backslash => make "whole words only" work with "regular expression" 2008-12-03 22:03:07 +01:00
hjk
ab83dcd87c off-by-one in headers 2008-12-02 14:20:25 +01:00
hjk
8a43d9b9f3 end-of-line whitespace correction of the new headers 2008-12-02 14:17:16 +01:00
hjk
f61e8672db more cosmetic changes 2008-12-02 14:09:21 +01:00
con
05c35356ab Initial import 2008-12-02 12:01:29 +01:00