Ivan Čukić
09a2fdab8c
Activities support for Okular
...
REVIEW: 106685
14 years ago
Marco Martin
a69ba957c9
remove the copy of tocmodel
14 years ago
Marco Martin
d52118dc7e
use okular settings to decide document title
14 years ago
Marco Martin
cbe00442f5
relicense to gpl as the rest of okular
14 years ago
Marco Martin
0934b778b1
use the version of PagePainter from ui
14 years ago
Marco Martin
475bbe8556
document properties
14 years ago
Marco Martin
21164e2de5
remove the useopengl option
14 years ago
Marco Martin
eeb5bd5950
remove hardcoded graphics system
14 years ago
Marco Martin
03f9bd5581
link to plasma active repo when activeapp not found
14 years ago
Marco Martin
4fe74b2294
add translation catalogs
14 years ago
Marco Martin
5bcf1e8f35
Merge branch 'master' into mart/okularActive
14 years ago
Marco Martin
8741e31b78
include filename in caption
14 years ago
Marco Martin
ece99efc73
make the toolbar appear immediately
14 years ago
Sandro Mani
ec7b2e763d
Make document scroll as necessary when in text selection mode
...
BUGS: 165744
FIXED-IN: 4.10.0
REVIEW: 106579
14 years ago
Tobias Koenig
906b7d5931
Fix behaviour of VideoWidget and SnapshotTaker
...
Stop video player when leaving a page and before deleting the
video widget. Do not leak the video player inside the SnapshotTaker.
14 years ago
Albert Astals Cid
ea08b46308
Remove code i did not want to commit
...
The part with the todo wasn't meant to be commited yet
14 years ago
Jaydeep Solanki
b115232966
D-Bus access to non-first Okular::Part
...
REVIEW: 106531
BUGS: 306313
FIXED-IN: 4.10.0
14 years ago
Albert Astals Cid
ed02ecfb60
Remove the disable threading option
...
It was added ages ago when our threading code was not perfect, but should be top notch now so this makes not any sense
14 years ago
Tobias Koenig
83167d7688
Fix a crash when loading documents with Screen/MediaRendition annotations.
...
To fix this issue the right way we need some more extensions to poppler and
Okular, so disable the code for the moment until this work is done.
14 years ago
Albert Astals Cid
385933205a
Change code so there is no a return inside three ifs
14 years ago
Albert Astals Cid
585223a2ab
This should be previousPage and not m_frameIndex, right?
...
CCMAIL: tokoe@kdab.com
14 years ago
Albert Astals Cid
4befd95ef8
sendGeneratorRequest -> sendGeneratorPixmapRequest
14 years ago
Albert Astals Cid
7a0031870f
Move the plucker generator from canGeneratePixmap()/generatePixmap() to image()
14 years ago
Albert Astals Cid
d917fe1e12
Unify the forward and backward search methods
...
Same functionality 60 lines of duplicated code less to maintain
14 years ago
Albert Astals Cid
4fa1b97d33
Merge remote-tracking branch 'origin/KDE/4.9'
...
Conflicts:
VERSION
core/version.h
14 years ago
Albert Astals Cid
998e322e7a
Version increases for 0.15.2 (4.9.2)
14 years ago
Tobias Koenig
f70dc3c1e1
Fix visibility of VideoWidget on page change events
...
We have to differ between the initialization and the
'page entered' and 'page left' event.
This avoids that all VideoWidgets with poster image show up
on first slide or do no disappear when changing slide.
14 years ago
Tobias Koenig
770e2818bb
Evaluate additional actions of screen and widget annotations
...
This fixes the auto-start feature of PDFs generated with the LaTeX movie
package, which uses the additional action of a widget annotation to start
the movie when entering the page.
BUG: 300051
REVIEW: 106430
FIXED-IN: 4.10
14 years ago
Yuri Chornoivan
b78f6c7fa7
Fix typo
14 years ago
Albert Astals Cid
5c1b8df6f5
Fix typo in my fix of Jaydeep's texts
14 years ago
Albert Astals Cid
081559252f
Remove a few return and add elses
14 years ago
Jaydeep Solanki
8765a06f52
Add warnings about --unique errors
...
BUGS: 306312
REVIEW: 106476
FIXED-IN: 4.10.0
14 years ago
Yuri Chornoivan
f44cd58360
Update docs to 0.15.70.
14 years ago
Albert Astals Cid
5a2fa5265a
Merge remote-tracking branch 'origin/KDE/4.9'
14 years ago
Albert Astals Cid
8b438bf933
Qt needs the missing alpha of QImage::Format_RGB32 to be 0xff
...
BUGS: 306105
FIXED-IN: 4.9.2
14 years ago
Fabio D'Urso
c6f20bd1eb
Killed ZoomFitText, not supported by Okular
...
Commit 02e7c0abfb says that it's "not yet
implemented", but that was KDE 4.0, before the "Trim margin" feature was
introduced.
14 years ago
Fabio D'Urso
7db0647128
Removed zoom_fit_rect action from part.rc and part-viewermode.rc
...
Because it's not used by Okular.
Corresponding KPDF pageview code was removed in 2004 by commit
89cd5a2fa6
14 years ago
Fabio D'Urso
d22ad1c5f7
Do not show the Save changes prompt before the Open file dialog
...
Since 6d6a3bfce5 , files are opened in a
new Shell instance and the current one is unaffected, therefore changes
to the current file do not get lost any more.
14 years ago
Fabio D'Urso
6082396d3b
Poppler 0.22 can save encrypted documents
14 years ago
Fabio D'Urso
081f3e5bcb
Removed generators/poppler/README.Annotations
...
README.Annotations contained info that are no longer useful, as Okular
now relies on Poppler to parse PDF annotations.
14 years ago
Fabio D'Urso
8426ea944f
Don't remove the drawings when changing page in presentation mode
...
In other words, make drawings per-page and don't delete them on page switch.
14 years ago
Albert Astals Cid
ac9c9210f4
Merge remote-tracking branch 'origin/KDE/4.9'
...
Conflicts:
VERSION
core/document.cpp
core/version.h
ui/pageview.h
14 years ago
Albert Astals Cid
aea2ec8f75
Return 0 not false for pointers
14 years ago
Jan Binder
aa6ed8afc0
Replace deprecated QMatrix by QTransform
...
REVIEW: 105737
14 years ago
Sandro Mani
21fd5cfb0d
Add option to show complete file path in window title
...
BUGS: 296870
REVIEW: 106345
FIXED-IN: 4.10.0
14 years ago
Albert Astals Cid
a716b3e4e0
kill all the deprecated functions now that we've change ABI anyway
14 years ago
Albert Astals Cid
23d474e6a9
I'll increase the number myself since tokoe seems to ingore my mails
...
CCMAIL: tokoe@kde.org
14 years ago
Tobias Koenig
d3e0dadcac
Introduce notifyCurrentPageChanged callback DocumentObserver interface
14 years ago
Sandro Mani
636d4e1c75
Allow customization of scroll page keybindings
...
REVIEW: 106293
BUGS: 304291
FIXED-IN: 4.10.0
14 years ago
Jaydeep Solanki
6d6a3bfce5
Open a new Shell when opening a new file
...
BUGS: 166645
FIXED-IN: 4.10.0
REVIEW: 105965
GUI
14 years ago