Switch to unified view

a/dirbrowser/dirbrowser.cpp b/dirbrowser/dirbrowser.cpp
...
...
390
    qDebug() << "DirBrowser::onSortprefs()";
390
    qDebug() << "DirBrowser::onSortprefs()";
391
    currentBrowser()->refresh();
391
    currentBrowser()->refresh();
392
}
392
}
393
393
394
// Perform text search in current tab. 
394
// Perform text search in current tab. 
395
// @param next if true, we look for the next match of the
396
// current search, trying to advance and possibly wrapping around. Else is
397
// false, the search string has been modified, we search for the new string, 
398
// starting from the current position
399
void DirBrowser::doSearch(const QString& text, bool reverse)
395
void DirBrowser::doSearch(const QString& text, bool reverse)
400
{
396
{
401
    qDebug() << "DirBrowser::doSearch: text " << text << " reverse " << reverse;
397
    qDebug() << "DirBrowser::doSearch: text " << text << " reverse " << reverse;
402
398
403
    CDBrowser *cdb = currentBrowser();
399
    CDBrowser *cdb = currentBrowser();