Albert Astals Cid
d6c1ead1b0
More small adaptations
14 years ago
Albert Astals Cid
e74894ce94
Put duplicate code in a function
14 years ago
Albert Astals Cid
7825e4c545
Fix stuff for a better merge
14 years ago
Jonathan Marten
06326f7311
Allow the page number selector to be added to the toolbar
...
Ok, this is not really the review Jonathan did, i did rewrite the code partially because i did not really
want to have a new observer, but the code is heavily inspired in his patch.
Also the page number selector is not in the toolbar as the review had, it'd be silly to have it in both places
by default, so if you want to have it you have to go, edit the toolbar and add the "Page Number" action to it.
REVIEW: 103427
BUGS: 279128
FIXED-IN: 4.9.0
14 years ago
Script Kiddy
76f96438e7
SVN_SILENT made messages (.desktop file)
14 years ago
Mohammad Mahfuzur Rahman Mamun
92e3c16066
all len-1 are replaced with str.endsWith
14 years ago
Albert Astals Cid
7f519abe78
Increase poppler required version to 0.12.1
...
Released Sun Oct 18, 2009, if you want to build this new Okular with that old poppler version you should really think updating it too, there's been lots of fixes since then
14 years ago
Mohammad Mahfuzur Rahman Mamun
0c02a163ea
Some minor changes and cleanup of Backward textfind
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
Script Kiddy
39f92b5d08
SVN_SILENT made messages (.desktop file)
14 years ago
Dario Freddi
ca1c209ec0
Since KDE 4.8, suppressing screen power management also inhibits the screensaver. Removing relevant now redundant code paths which are no longer needed since 4.8
...
REVIEW:103723
(cherry picked from commit 551d00a972 )
14 years ago
Dario Freddi
551d00a972
Since KDE 4.8, suppressing screen power management also inhibits the screensaver. Removing relevant now redundant code paths which are no longer needed since 4.8
...
REVIEW:103723
14 years ago
Albert Astals Cid
cc3d80dc33
bump devel version to 0.14.80
14 years ago
Albert Astals Cid
81c5c540df
Update versions for KDE 4.8
...
(cherry picked from commit 51a77e6a51 )
14 years ago
Albert Astals Cid
51a77e6a51
Update versions for KDE 4.8
14 years ago
Mohammad Mahfuzur Rahman Mamun
9afba5c75d
Some textfind change
14 years ago
Dario Freddi
bc182d3a00
Make Okular inhibit sleep and screen power management when in Presentation mode
...
REVIEW:103713
(cherry picked from commit 1a31dffca9 )
14 years ago
Dario Freddi
1a31dffca9
Make Okular inhibit sleep and screen power management when in Presentation mode
...
REVIEW:103713
14 years ago
Albert Astals Cid
b2dfb910e8
Small rework of AnnotWindow
...
* We do not keep them around any more time than needed (they are cheap to create)
* AnnotWindow::slotsaveWindowText calls m_document->modifyPageAnnotation so
edition of inline notes happens immediately
14 years ago
Albert Astals Cid
52d118fc4b
Reduce the uses of mAnnotations.first(), less confusing
14 years ago
Albert Astals Cid
948ea54026
Decided i don't want to use a QPair here, just use a struct with two fields
14 years ago
Albert Astals Cid
7884c879a7
Qt decided to start passing invalid indexes to mapFromSource, do not crash on them
...
BUGS: 291278
FIXED-IN: 4.8.0
14 years ago
Albert Astals Cid
2c9122192d
Qt decided to start passing invalid indexes to mapFromSource, do not crash on them
...
BUGS: 291278
FIXED-IN: 4.8.0
14 years ago
Script Kiddy
b9acd7f3d9
SVN_SILENT made messages (.desktop file)
14 years ago
Mohammad Mahfuzur Rahman Mamun
746414b86b
changing the branch name
14 years ago
Mohammad Mahfuzur Rahman Mamun
1dd139736f
both forward and backward find implemented and tested a bit
14 years ago
Mohammad Mahfuzur Rahman Mamun
f6a3ccf8b5
some printinfo and unnecessary comments has been removed
14 years ago
Mohammad Mahfuzur Rahman Mamun
7062308214
textfind with hyphenation working - simple test with pdf and djvu done
14 years ago
Script Kiddy
75c2b9a8cc
SVN_SILENT made messages (.desktop file)
14 years ago
Patrick von Reth
4b70e22a67
fixed windows build, dont export the pure virtual interface
...
(cherry picked from commit 47c036cfe1 )
14 years ago
Patrick von Reth
47c036cfe1
fixed windows build, dont export the pure virtual interface
14 years ago
Script Kiddy
b9de4ea317
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
9138ee336c
SVN_SILENT made messages (.desktop file)
14 years ago
Dirk Mueller
c9242ad8e2
add format string marker for better warnings
14 years ago
Script Kiddy
3ce3cbf070
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
e7fcb7eae1
SVN_SILENT made messages (.desktop file)
14 years ago
Elvis Stansvik
d066fb0004
Remember collapse state of sidebar when file is auto-reloaded
...
BUGS: 289010
REVIEW: 103517
14 years ago
Stephen Anthony
cdc1b0c78d
Several variables aren't 'const' in PageView::slotRelayoutPages when they probably should be
...
REVIEW: 103486
14 years ago
Script Kiddy
92360f704a
SVN_SILENT made messages (.desktop file)
14 years ago
Stephen Anthony
a6dba2434f
Improve facing pages (center first page) mode when document contains only 1 or 2 pages
...
REVIEW: 103424
14 years ago
Script Kiddy
ee684dc516
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
16d92557a0
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
417e8b0359
SVN_SILENT made messages (.desktop file)
14 years ago
Albert Astals Cid
ac79610a8b
Set a focus proxy in case this widget ends up with focus
...
Should never happen, but as it is the "main" widget of the part it might end up there if someone just says part->mainwidget->setfocus or something like that
At least this way the focus does not go down the drain and ends up in the sidebar list, which is not optimal but is better than getting the keyboard focus lost
14 years ago
Albert Astals Cid
6176e29256
Use a queued connection instead of direct call
...
It seems some shells (like konqueror and kile) are too smart and play with the focus and the focus ends up in the wrong place because they "overwrite" our setFocus call, now we workaoround that by using the queuedconnection
BUGS: 214020
BUGS: 240516
FIXED-IN: 4.8.0
14 years ago
Albert Astals Cid
8df96e9e64
ThumbnailListPrivate does not handle keypresses
...
So don't give it the focus while using tab to change focus
14 years ago
Albert Astals Cid
ed052f4fa1
l00p -> loop :D
14 years ago
Albert Astals Cid
73ab9e8e75
make some stuff const
14 years ago
Albert Astals Cid
89e2611f32
Stop playing videos when they are no longer visible
...
This mimics Adobe Reader behaviour
BUGS: 286932
FIXED-IN: 4.8.0
14 years ago