Laurent Montel
db0f477119
Port deprecated QLayout::setMargin
7 years ago
Joao Netto
716b234100
Implemented find function from console
...
Summary:
Implemented feature request to find from console.
BUG: 362038
Reviewers: #okular, aacid
Reviewed By: #okular, aacid
Subscribers: ngraham, aacid, yurchor, okular-devel
Tags: #okular
Differential Revision: https://phabricator.kde.org/D18144
7 years ago
Marco Scarpetta
fa315eb59c
Allow to disable automatic search while typing
...
BUGS: 326522
REVIEW: 129956
9 years ago
Montel Laurent
466eb79615
Use QStringLiteral
11 years ago
Montel Laurent
8e7429ddcc
kdelibs4support--
12 years ago
Montel Laurent
26fc592e7d
Fix includes
12 years ago
Arnold Dumas
50f2ee6951
Use QPushButton instead of KPushButton.
12 years ago
Montel Laurent
378f6847a2
Remove some deprecated kdelibs4support
12 years ago
Nidhi Jain
f62153231b
Move focus to view when closing the find bar with the [x] button
...
BUGS: 314251
REVIEW: 120307
FIXED-IN: 4.14.2
12 years ago
Vishesh Handa
e038950f50
KIcon -> QIcon
12 years ago
Frederik Gladhorn
0ba233788c
Use moc include style dictated by automoc
...
While it's generally not a great idea to include moc files at least this
compiles.
12 years ago
Fabio D'Urso
76b7982f57
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.
14 years ago
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.
14 years ago
Albert Astals Cid
69526f2ee5
Set the correct buddy for the label
...
FIXED-IN: 4.8.1
BUGS: 292209
14 years ago
Albert Astals Cid
2d857f8727
Set the correct buddy for the label
...
FIXED-IN: 4.8.1
BUGS: 292209
14 years ago
Montel Laurent
f9f65979f5
Normalize signals/slots
15 years ago
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
15 years ago
Sascha Peilicke
56163dd1aa
Set the 'close' toolbutton in the findbar to default size (review request 3589).
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1114746
16 years ago
Albert Astals Cid
3e4b406aea
stop the search when pressing the [x] button in the find bar
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1045398
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
Pino Toscano
d54ea7975f
Select all the text when opening the find bar.
...
BUG: 172585
svn path=/trunk/KDE/kdegraphics/okular/; revision=869968
18 years ago
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
18 years ago
Malcolm Hunter
b6124a900b
Typo fixes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=795906
18 years ago
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
18 years ago
Jakob Petsovits
24e03633fc
Icon naming spec compliance (code changes - KDE/):
...
* edit-find-next -> go-down-search
* edit-find-previous -> go-up-search
svn path=/trunk/KDE/kdegraphics/okular/; revision=753922
18 years ago
Pino Toscano
be088ab698
fix icons
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=746279
19 years ago
Pino Toscano
cd62fb8d6a
icon renamings:
...
- find-next -> edit-find-next
- find-previous -> edit-find-previous
svn path=/trunk/KDE/kdegraphics/okular/; revision=727831
19 years ago
Pino Toscano
057d26681a
+i18n comment
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=712883
19 years ago
Pino Toscano
30081b4654
Make the findbar look almost like kate's search bar (line edit buddy, tooltips).
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=712882
19 years ago
Pino Toscano
01ec727681
add a "Find:" text in the find bar
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=703785
19 years ago
Albert Astals Cid
0d47b62715
krazy include order issues
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=655893
19 years ago
Pino Toscano
5d5eb0f2ad
don't leak the menu
...
svn path=/trunk/playground/graphics/okular/; revision=645966
19 years ago
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
19 years ago