Pino Toscano
085bdae8a3
specify better file names for TIFFClientOpen
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=855852
18 years ago
Pino Toscano
3709ecd71e
Consider the orientation of TIFF documents.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=855846
18 years ago
Pino Toscano
355eef2da6
correct place the bracket out of the #ifdef
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=855781
18 years ago
Brad Hards
cfb62ab4d5
Add support for export to OpenDocument text and HTML
...
for TextDocumentGenerator-based generators:
- EPub format
- Fictionbook format
- OOO.
This depends on Qt 4.5. Thanks to Qt Software (or wherever Thomas Z.
works) for QTextDocumentWriter!
It wouldn't be too hard to make this work for plucker (.pdb)
format, but that format doesn't work for me. It would be very
hard to make it work for other formats.
svn path=/trunk/KDE/kdegraphics/okular/; revision=855771
18 years ago
Rafael Fernández López
269ef9b51a
setupGUI goes before createGUI. Actions weren't properly updated (and for instance, the configure shortcuts menu entry wasn't shown, even with Keys
...
flag passed to setupGUI)
svn path=/trunk/KDE/kdegraphics/okular/; revision=855382
18 years ago
Tobias Koenig
a46ba69aa9
Feature: Inhibit screen saver during presentation mode
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=854939
18 years ago
Pino Toscano
04d242b2ee
leave the seek slider in the popup as horizontal
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=853924
18 years ago
Patrick Spendrin
9c368e7567
forward port r853349 and r853404
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=853595
18 years ago
Rafael Fernández López
3bf585defb
The save flag will try to load the state of the mainwindow when setupGUI is called. We always
...
need to call to createGUI before that (if no Create flag is passed to setupGUI, that isn't in
this case).
CCMAIL: pino@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=853433
18 years ago
Pino Toscano
7f4d879f77
few improvements to the video widget (yay for airport hacking):
...
- add a seek slider to the control bar, that "becomes" a button that popups it when there is too few space for it
- more robust even filter on the phonon video widget
- "eat" the tooltip events, so we don't have tooltips coming from eg the page view
svn path=/trunk/KDE/kdegraphics/okular/; revision=853304
18 years ago
Burkhard Lück
65688d3c4c
updated docs
...
svn path=/trunk/KDE/kdegraphics/doc/okular/; revision=852717
18 years ago
Pino Toscano
593f07f026
no space between the video and the controls
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=852304
18 years ago
Pino Toscano
6a09a31aee
use the right page size when placing videos in presentation mode: not the global screen one, but the newly calculated page item one
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=852302
18 years ago
Pino Toscano
1157e86d84
SVN_SILENT do not issue unuseful compile warnings when using poppler <= 0.8.x
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=852081
18 years ago
Pino Toscano
70d9ff6c02
- add a real basic control bar with the play/pause and stop actions for the movie control, only shown whether the movie asks for it
...
- make the "click to play" function working for the video area only
svn path=/trunk/KDE/kdegraphics/okular/; revision=852067
18 years ago
Pino Toscano
bf6c19c108
"borders" -> "margins" in menu entry
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=851981
18 years ago
Pino Toscano
6639ca47ec
the okularpart uses phonon too now, so link to it
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=851966
18 years ago
Pino Toscano
a65075c116
do not propagate the mouse events to the parent widget
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=851962
18 years ago
Pino Toscano
6993fda364
Load video widgets for the video annotations of the document in the main page view.
...
Add them as part of the page items, so they can be resized, moved and shown/hidden automatically according to the related pages.
svn path=/trunk/KDE/kdegraphics/okular/; revision=851960
18 years ago
Pino Toscano
da420dbcd3
Presentation mode: load the video widgets for the video annotations in the document, and show only the ones for the current slide.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=851958
18 years ago
Pino Toscano
3ede96ef1b
add a video widget class that encapsulates a Phonon video player and includes all the logic for repeated playbacks, media controls, etc
...
at the moment, it provides just playback and repeat mode
svn path=/trunk/KDE/kdegraphics/okular/; revision=851956
18 years ago
Pino Toscano
a8fab80008
read the showControls and playMode properties of movies (always with poppler head)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=851903
18 years ago
Pino Toscano
335a091ebc
add showControls and playMode properties
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=851902
18 years ago
Pino Toscano
723aa28f91
no need to tie the TTS object to the page view stuff, just emit the error messages and let the page view handle them
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=851245
18 years ago
Pino Toscano
3011b861fd
make the *Message() slots take a default (-1) duration for messages
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=851244
18 years ago
Pino Toscano
03147a158b
convert the movie objects and annotations from the poppler equivalents i added about 10 minutes ago
...
(thus available in the next poppler version, 0.9.0)
svn path=/trunk/KDE/kdegraphics/okular/; revision=851147
18 years ago
Pino Toscano
052fff3a0d
make the movie annotations recognizable in the interface
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=851146
18 years ago
Pino Toscano
b95403b0b2
Add a preliminary and simple version of Movie object and MovieAnnotation.
...
CCBUG: 136574
svn path=/trunk/KDE/kdegraphics/okular/; revision=851145
18 years ago
Pino Toscano
df7ca74b48
skip the widget mouse move event when the is no item under the mouse, or not even a previously selected one
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=850901
18 years ago
Pino Toscano
670fd6fc6e
First try at making the drag of the opaque areas working between pages.
...
Seems to be working, more or less. Feedback is appreciated!
CCBUG: 156490
svn path=/trunk/KDE/kdegraphics/okular/; revision=850830
18 years ago
Pino Toscano
0ac1b55589
fill the rendering image only where needed
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=850680
18 years ago
Pino Toscano
86169f7558
SVN_SILENT remove old code
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=850199
18 years ago
Pino Toscano
730e1f665b
Take into account relative links in pages, and resolve them correctly.
...
CCBUG: 169001
svn path=/trunk/KDE/kdegraphics/okular/; revision=850145
18 years ago
Pino Toscano
a7a17d4833
Be sure to close the temporary PS file before sending it to lpr, so it is all flushed.
...
BUG: 160860
svn path=/trunk/KDE/kdegraphics/okular/; revision=849949
18 years ago
Burkhard Lück
0e74c5090b
fixed wrong description of 'Center first page', reported by mkkot. Thanks a lot!
...
BUG: 164731
svn path=/trunk/KDE/kdegraphics/doc/okular/; revision=849384
18 years ago
Pino Toscano
53e989f76d
add brackets for the body of the if()
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=847496
18 years ago
Pino Toscano
84a23006d5
ask the q-ptr only when compling the threaded rendering
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=847495
18 years ago
Albert Astals Cid
c54837dbb4
i suck more, fix style again
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=846881
18 years ago
Albert Astals Cid
be5c6c8a95
style fixes, i suck
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=846875
18 years ago
Albert Astals Cid
0d12c549cd
Enable people to remove annotations from the tree in the page or author
...
level
Patch by Alex Fiestas and Aleix Pol with some minor tweak by me
svn path=/trunk/KDE/kdegraphics/okular/; revision=846872
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
Pino Toscano
5bb000ed8b
add a way to set the "from start" search option
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=845857
18 years ago
Pino Toscano
751d15bbe2
add the possibility to read the form actions, using poppler of around 5 minutes ago
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=845793
18 years ago
Pino Toscano
0960b00b95
un-static-ize createLinkFromPopplerLink()
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=845788
18 years ago
Albert Astals Cid
6b106c32ca
If we are cancelling move, make sure we are where we should be
...
CCMAIL: 165809
svn path=/trunk/KDE/kdegraphics/okular/; revision=844880
18 years ago
Pino Toscano
e00b99bba1
add ODT in the export format class
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=843642
18 years ago
Pino Toscano
d51be3729b
add a way to disable the internal page cache, and disable it by default in the generator
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=843095
18 years ago
Pino Toscano
a9227aff93
SVN_SILENT bump version, update copyright notice and slightly improve the description
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=843089
18 years ago
Pino Toscano
2f12a3a3d6
allocate less temporary buffers; this should make the backend use less memory when rendering
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=843088
18 years ago
Pino Toscano
16b864fe24
statically allocate the format mask instead of creating+deleting
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=843087
18 years ago