Pino Toscano
d40ea02787
Read almost completely the pdfsync information for a PDF, if available.
...
Unfortunately, I have no source file for the pdfsync files I have, so maybe there could be some problems.
Feedback is welcome.
svn path=/trunk/playground/graphics/okular/; revision=605905
20 years ago
Pino Toscano
7c2aac01d5
#include not needed
...
svn path=/trunk/playground/graphics/okular/; revision=605786
20 years ago
Pino Toscano
274469dae8
Almost complete support for inverse search within okular.
...
THe system generally works; what is missing is a good activating strategy (added in TODO - our usability expert is working on that), and a GUI to configure the editor.
The DVI backend was adapted to use this new feature.
(The PDF backend will use it soon.)
svn path=/trunk/playground/graphics/okular/; revision=605708
20 years ago
Albert Astals Cid
0266470364
*** applying this patch ***
...
trunk/KDE/kdegraphics/kghostview/dscparse.cpp
SVN commit 605597 by mueller:
- fix off-by-one issue during parsing certain ps files
svn path=/trunk/playground/graphics/okular/; revision=605672
20 years ago
Laurent Montel
8fa5bcb761
Don't try to use pkgconfig under windows
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=605631
20 years ago
Tobias Koenig
eba7da2a4a
Prevent crash if fileName is empty
...
svn path=/trunk/playground/graphics/okular/; revision=605630
20 years ago
Tobias Koenig
6c53e576b6
Add support for printing of TIFF documents
...
svn path=/trunk/playground/graphics/okular/; revision=605625
20 years ago
Tobias Koenig
07167f1e24
SVN_SILENT code cleanup
...
svn path=/trunk/playground/graphics/okular/; revision=605624
20 years ago
Pino Toscano
4f305424bc
read the annotations only once, ie when loading the pages
...
svn path=/trunk/playground/graphics/okular/; revision=605455
20 years ago
Pino Toscano
0d7f4d49d2
adapt to the recent poppler-qt4 changes, and maintain the compatibility with poppler 0.5.x
...
svn path=/trunk/playground/graphics/okular/; revision=605210
20 years ago
Tobias Koenig
57a240aca8
Replace cropImageOnImage by a simple QImage::copy()
...
svn path=/trunk/playground/graphics/okular/; revision=605194
20 years ago
Tobias Koenig
1479a6d28c
Small speed up patch, caches the value of getFreeMemory for 2 seconds,
...
that reduces the access of /proc/meminfo.
svn path=/trunk/playground/graphics/okular/; revision=605189
20 years ago
Tobias Koenig
a6fc833662
SVN_SILENT Code cleanup
...
svn path=/trunk/playground/graphics/okular/; revision=605153
20 years ago
Tobias Koenig
a70a0dea7f
Removed debugging code...
...
Tip of the Day:
You can use the following code to do time measurement the Qt way...
QTime time;
time.start();
// do the time consuming action
qDebug( "%d ms elapsed", time.elapsed() );
svn path=/trunk/playground/graphics/okular/; revision=605151
20 years ago
Leandro Emanuel López
6c65a2cdb5
activate the item's link title if installed.
...
svn path=/trunk/playground/graphics/okular/; revision=604940
20 years ago
Aaron J. Seigo
77932c92dd
two small changes, passed by pintoree on irc:
...
- render the viewed rect area in the thumbnail a bit more elegantly
- Render Mode -> View Mode ... "render" is geekanese, "view" is proper luserian
svn path=/trunk/playground/graphics/okular/; revision=604731
20 years ago
Leandro Emanuel López
c8db3ae9c4
Set the NewStuffDialog window title and when a item is installed one click open the PDF.
...
svn path=/trunk/playground/graphics/okular/; revision=604730
20 years ago
Pino Toscano
e073834781
change the service type of the text-to-speech service, as per recent changes
...
svn path=/trunk/playground/graphics/okular/; revision=604486
20 years ago
Pino Toscano
3cf64048d7
updates
...
svn path=/trunk/playground/graphics/okular/; revision=604320
20 years ago
Pino Toscano
673fe63610
generate an uid for the djvu annotations
...
svn path=/trunk/playground/graphics/okular/; revision=604290
20 years ago
Pino Toscano
9a232e9d88
SVN_SILENT typo
...
svn path=/trunk/playground/graphics/okular/; revision=604211
20 years ago
Pino Toscano
de6d8eaf1d
update
...
svn path=/trunk/playground/graphics/okular/; revision=604210
20 years ago
Pino Toscano
5731b36fe5
the text is needed in this field, too, for the moment
...
svn path=/trunk/playground/graphics/okular/; revision=604209
20 years ago
Pino Toscano
eb63c03bd5
we can draw inplace text annotation fully transparent, and be sure to use the alpha color when painting them
...
svn path=/trunk/playground/graphics/okular/; revision=604208
20 years ago
Pino Toscano
cb414fbf1d
remember, pino, remember: djvu coordinates refer to the lower-left corner of a page.
...
fix the coordinate loading for the annotations
svn path=/trunk/playground/graphics/okular/; revision=604204
20 years ago
Pino Toscano
28c63b44e8
read the 'width' info for lines
...
svn path=/trunk/playground/graphics/okular/; revision=604196
20 years ago
Pino Toscano
825c725eaf
change the internal KDjVu data storage to an hash of variants
...
svn path=/trunk/playground/graphics/okular/; revision=604173
20 years ago
Pino Toscano
132daba86a
update with some annotation stuff
...
svn path=/trunk/playground/graphics/okular/; revision=604168
20 years ago
Pino Toscano
0c4a081174
Add preliminary support for DjVu Text and Line annotations.
...
This means we can read them almost correctly, but there are some problems with placements and colors.
svn path=/trunk/playground/graphics/okular/; revision=604165
20 years ago
Pino Toscano
a29cbda39e
The DjVu backend can now read hyperlinks whose url is decoded as "(url href target)".
...
svn path=/trunk/playground/graphics/okular/; revision=604073
20 years ago
Pino Toscano
d50a458de4
fix regression: behave correctly when putting the mouse out of a link area
...
svn path=/trunk/playground/graphics/okular/; revision=604067
20 years ago
Pino Toscano
e681776682
don't show a wide minibar when no document is opened
...
svn path=/trunk/playground/graphics/okular/; revision=604048
20 years ago
Pino Toscano
2d99ab2588
no need to create it on the heap
...
svn path=/trunk/playground/graphics/okular/; revision=603974
20 years ago
Pino Toscano
56e1266ae5
move initializers to the d-ptr ctor
...
svn path=/trunk/playground/graphics/okular/; revision=603972
20 years ago
Pino Toscano
2c6f87ec97
some updates
...
svn path=/trunk/playground/graphics/doc/okular/; revision=603961
20 years ago
Pino Toscano
ea0421d82e
this was sone in kpdf too
...
svn path=/trunk/playground/graphics/okular/; revision=603951
20 years ago
Pino Toscano
30de0a7dcb
generator -> backend in the gui
...
svn path=/trunk/playground/graphics/okular/; revision=603933
20 years ago
Pino Toscano
11c5fdaeda
the preferences dialog is not needed in the core library, but just in the kpart
...
svn path=/trunk/playground/graphics/okular/; revision=603930
20 years ago
Pino Toscano
5adbe4c66f
there's no more need for libtool files
...
svn path=/trunk/playground/graphics/okular/; revision=603923
20 years ago
Pino Toscano
fa3fe38862
generator -> backend in the gui
...
svn path=/trunk/playground/graphics/okular/; revision=603918
20 years ago
Pino Toscano
68a2b7c162
one more wish done
...
svn path=/trunk/playground/graphics/okular/; revision=603724
20 years ago
Pino Toscano
26ea104ae6
Automatically put the bookmarked pages as page pelection in the print dialog.
...
Implements KPDF wish #117805 .
svn path=/trunk/playground/graphics/okular/; revision=603723
20 years ago
Albert Astals Cid
ea831f2214
following popular aclamation we use whole numbers as default zoom values
...
svn path=/trunk/playground/graphics/okular/; revision=603082
20 years ago
Pino Toscano
4c35d1fcc7
every one at openusability.org agrees about [ zoom combo ] [ zoom out ] [ zoom in ], so let's follow the precious usability suggestion.
...
svn path=/trunk/playground/graphics/okular/; revision=602838
20 years ago
Pino Toscano
f66f7333ed
usability fix: mouse wheel up goes to the next page, not to the previous (and viceversa for mouse wheel down)
...
svn path=/trunk/playground/graphics/okular/; revision=602310
20 years ago
Pino Toscano
b6756ecfa4
usability fix: don't make clicks in the top bar of the presentation mode being propagated to the presentation widget
...
svn path=/trunk/playground/graphics/okular/; revision=602308
20 years ago
Tobias Koenig
16ca81993f
Applyed patch written by Leandro Emanuel Lopez which adds plain text and
...
pdf export to ooo generator.
CCMAIL:okular-devel@kde.org
svn path=/trunk/playground/graphics/okular/; revision=602249
20 years ago
Pino Toscano
a23fab8291
display eg '66.7%' instead of '66.70%' in zoom combobox
...
svn path=/trunk/playground/graphics/okular/; revision=601624
20 years ago
Tobias Koenig
bea71df6e0
* Made image rotation asynchronous
...
* Changed Page API and PagePainter to work only with QImage
svn path=/trunk/playground/graphics/okular/; revision=601581
20 years ago
Pino Toscano
6cfdf6bed4
regression: show the popup menu also with no active page, as some actions don't need one
...
svn path=/trunk/playground/graphics/okular/; revision=601520
20 years ago