Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 10 of 10) sorted by relevance

/glogg/glogg/tests/
H A Dtest-results.txt
/glogg/tests/
H A Dtest-results.txt22 - 14:12:30.621 DEBUG: Found 99999 lines.
23 - 14:12:30.639 DEBUG: Found 99999 lines.
24 - 14:12:30.707 DEBUG: Found 99999 lines.
25 - 14:12:30.717 DEBUG: Found 99999 lines.
26 - 14:12:30.728 DEBUG: Found 99999 lines.
30 - 14:12:30.780 DEBUG: Found 99999 lines.
34 - 14:23:21.586 DEBUG: Found 99999 lines.
43 With 9999 lines:
47 - 14:53:26.232 DEBUG: Found 9999 lines.
51 - 14:53:32.713 DEBUG: Found 9999 lines.
/glogg/glogg/src/data/
H A Dlogfiltereddataworkerthread.cpp
/glogg/src/data/
H A Dlogfiltereddataworkerthread.cpp31 qint64* lines) const in getAll()
36 *lines = nbLinesProcessed_; in getAll()
52 const SearchResultArray& matches, LineNumber lines ) in addAll() argument
57 nbLinesProcessed_ = lines; in addAll()
237 const QStringList lines = sourceLogData_->getLines( i, in doSearch() local
240 ", " << lines.size() << " lines read."; in doSearch()
243 for ( ; j < lines.size(); j++ ) { in doSearch()
244 if ( regexp_.match( lines[j] ).hasMatch() ) { in doSearch()
/glogg/glogg/doc/
H A Ddocumentation.markdown
/glogg/doc/
H A Ddocumentation.markdown14 bottom view, displaying the results of the search. The lines matching the
41 display lines with a space and the word `connection` somewhere after `Created a`
45 are showed as small red lines.
49 _Filters_ can colorize some lines of the log being displayed, for example to
50 draw attention to lines indicating an error, or to associate a color with each
52 configuration dialog, each using a regexp against which lines will be matched.
56 ## Marking lines in the log file
63 appears as blue lines in the match overview.
86 lines for the bottom window, and when using QuickFind.
/glogg/glogg/
H A DREADME.md
/glogg/
H A DREADME.md19 * Displays a context view of where in the log the lines of interest are
/glogg/glogg/src/
H A Dabstractlogview.cpp
/glogg/src/
H A Dabstractlogview.cpp1468 const QStringList lines = logData->getExpandedLines( firstLine, nbLines ); in drawTextArea() local
1530 const QString line = lines[i]; in drawTextArea()