Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 34) sorted by relevance

12

/glogg/glogg/src/
H A Dquickfindwidget.cpp
H A Dsavedsearches.cpp
H A Drecentfiles.cpp
H A Dselection.cpp
H A Dcrawlerwidget.cpp
H A Drecentfiles.h
H A Dsavedsearches.h
H A Dquickfindwidget.h
H A Dfiltersdialog.cpp
/glogg/src/
H A Dquickfindwidget.cpp145 emit patternConfirmed( editQuickFind_->text(), isIgnoreCase() ); in doSearchForward()
158 emit patternConfirmed( editQuickFind_->text(), isIgnoreCase() ); in doSearchBackward()
165 emit patternConfirmed( editQuickFind_->text(), isIgnoreCase() ); in returnHandler()
190 emit patternUpdated( editQuickFind_->text(), isIgnoreCase() ); in textChanged()
197 const QString &text, const QString &icon) in setupToolButton() argument
201 toolButton->setText(text); in setupToolButton()
H A Dsavedsearches.cpp36 void SavedSearches::addRecent( const QString& text ) in addRecent() argument
39 if ( text.isEmpty() ) in addRecent()
43 savedSearches_.removeAll( text ); in addRecent()
46 savedSearches_.push_front( text ); in addRecent()
H A Drecentfiles.cpp35 void RecentFiles::addRecent( const QString& text ) in addRecent() argument
45 recentFiles_.removeAll( text ); in addRecent()
48 recentFiles_.push_front( text ); in addRecent()
H A Dselection.cpp145 QString text; in getSelectedText() local
148 text = logData->getLineString( selectedLine_ ); in getSelectedText()
151 text = logData->getExpandedLineString( selectedPartial_.line ). in getSelectedText()
158 text = list.join( "\n" ); in getSelectedText()
161 return text; in getSelectedText()
H A Dcrawlerwidget.cpp172 const char character = (keyEvent->text())[0].toLatin1(); in keyPressEvent()
507 if ( ! searchInfoLine->text().isEmpty() ) { in fileChangedHandler()
581 QString text = searchLineEdit->currentText(); in addToSearch() local
583 if ( text.isEmpty() ) in addToSearch()
584 text = string; in addToSearch()
587 text += ( '|' + QRegularExpression::escape( string ) ); in addToSearch()
590 searchLineEdit->setEditText( text ); in addToSearch()
930 const QString text = searchLineEdit->lineEdit()->text(); in updateSearchCombo() local
934 searchLineEdit->lineEdit()->setText( text ); in updateSearchCombo()
940 QString text; in printSearchInfoMessage() local
[all …]
H A Drecentfiles.h36 void addRecent( const QString& text );
H A Dsavedsearches.h38 void addRecent( const QString& text );
H A Dquickfindwidget.h92 QToolButton* setupToolButton(const QString &text, const QString &icon);
/glogg/glogg/
H A DTODO
H A Dglogg.desktop
/glogg/
H A DTODO6 - Improved savable search text
15 - Keep colours (partially) of selected text
H A Dglogg.desktop10 MimeType=text/plain;
/glogg/glogg/tests/
H A Dtest_utils.h
H A DlogdataTest.cpp
/glogg/tests/
H A Dtest_utils.h15 TestTimer(const std::string& text) in TestTimer()
17 , text_ {text} {}
H A DlogdataTest.cpp205 const QString text = QString::fromUtf8( u8"DOM JUAN\n\ in generateDataFiles() local
225 file_utf16le.write( codec_utf16le->fromUnicode( text ) ); in generateDataFiles()
235 file_utf16be.write( codec_utf16be->fromUnicode( text ) ); in generateDataFiles()

12