Commit graph

10 commits

Author SHA1 Message Date
Fabio D'Urso
a72fbc6a8c Keep the find bar working after ESC is pressed in PageView
Instead of directly killing the search in the core, emit a signal
caught by FindBar to tell its SearchLineEdit to reset the search
operation.
In this way, SearchLineEdit can set m_changed, and next time a new
search operation will be started, instead of attempting to use the
old one.
2012-07-12 22:53:53 +02:00
Christopher Reichert
0213afca46 Page up and Page down buttons now work while focus is in the search bar
or in the page number line edit in the minibar.

CCBUG: 270524
CCBUG: 274887
2011-06-10 00:34:44 -05:00
Albert Astals Cid
3e4b406aea stop the search when pressing the [x] button in the find bar
svn path=/trunk/KDE/kdegraphics/okular/; revision=1045398
2009-11-05 23:21:56 +00:00
Pino Toscano
a84db251c4 Instead of directly closing the find bar with Esc, check whether a search is running from it.
In case it is, then cancel it, otherwise just close the find bar.
This make it possible to cancel a running search in the find bar without waiting for it to find some match and stop.

svn path=/trunk/KDE/kdegraphics/okular/; revision=965461
2009-05-08 23:19:37 +00:00
Pino Toscano
23f93e3a71 Save & restore the value of "case sensitivity" and "from current page" options of the find bar.
svn path=/trunk/KDE/kdegraphics/okular/; revision=965341
2009-05-08 16:26:02 +00:00
Pino Toscano
04b09d0662 replace the search line edit with the search "widget"
this way, we get a small animation while the search is in progress
CCBUG: 155858

svn path=/trunk/KDE/kdegraphics/okular/; revision=926300
2009-02-15 00:36:35 +00:00
Pino Toscano
9b8d15bab3 Add a search option for start searching from the current page instead of the first page.
BUG: 163149

svn path=/trunk/KDE/kdegraphics/okular/; revision=845858
2008-08-12 14:10:49 +00:00
Pino Toscano
354ff8b38e Make the find bar able to change the search direction;
adding a "Previous" button next to the "Next" one.

This (and the previous commits) should implements (mostly) KPDF wish #117045.

svn path=/trunk/KDE/kdegraphics/okular/; revision=785631
2008-03-14 14:19:25 +00:00
Albert Astals Cid
b0339a4e40 fix some easy krazy issues
svn path=/trunk/KDE/kdegraphics/okular/; revision=654317
2007-04-15 19:11:10 +00:00
Pino Toscano
f55c401b20 Refactor the document search interfaces, as discussed on the mailing list.
Merge the search in normal mode and the type-ahead in a search bar that appears on the bottom of the page view. This should work nicely.
In presentation mode, add a small floating search toolbar that takes care of searching during the presentation mode, on document request. This is not working yet, but basically most of the work is done.

Please test and report any problems you find.

CCMAIL: okular-devel@kde.org

svn path=/trunk/playground/graphics/okular/; revision=643607
2007-03-17 22:58:41 +00:00