Script Kiddy
f6781637c0
SVN_SILENT made messages (.desktop file)
14 years ago
Tobias Koenig
fd03f48bd7
Fix z-order handling of annotations in PDFs
...
REVIEW: 104576
14 years ago
Script Kiddy
d7e2453a4d
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
ac51eb486c
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
5482696067
SVN_SILENT made messages (.desktop file)
14 years ago
Tobias Koenig
40dd53e5de
Be explicit about auto-play for movie annotations
14 years ago
Tobias Koenig
881e217262
Fix crash in dtor of ScreenAnnotation
...
We don't need to keep the Poppler ScreenAnnotation object around.
14 years ago
Tobias Koenig
802020b5a9
Use embedded ctor of Movie only if media rendition has embedded stream
14 years ago
Albert Astals Cid
0ccf769bbe
Comment this since we don't use it for anything and the window field will be going away in the future
...
(cherry picked from commit 4681d01e5a )
14 years ago
Albert Astals Cid
4681d01e5a
Comment this since we don't use it for anything and the window field will be going away in the future
14 years ago
Script Kiddy
00fdc61daa
SVN_SILENT made messages (.desktop file)
14 years ago
Tobias Koenig
63547acd52
Fix compilation for older poppler versions
14 years ago
Tobias Koenig
4639ded310
Implement autostart support for movie annotations
...
Evaluate MovieActions to implement autostart behavior for movie annotations.
REVIEW:104271
14 years ago
Tobias Koenig
8bd5deea1f
cleanup coding style
...
Replace tabs with white spaces and remove trailing white spaces
14 years ago
Guillermo A. Amaral B
592c0c1611
Allow PDF Generator to handle embedded movies
14 years ago
Script Kiddy
37b9467299
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
5778a66e7c
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
b30c1c7334
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
5cfe3b8575
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
76f96438e7
SVN_SILENT made messages (.desktop file)
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
Script Kiddy
39f92b5d08
SVN_SILENT made messages (.desktop file)
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
Script Kiddy
b9acd7f3d9
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
75c2b9a8cc
SVN_SILENT made messages (.desktop file)
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
Script Kiddy
92360f704a
SVN_SILENT made messages (.desktop file)
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
Script Kiddy
e56df195f0
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
6715c207e8
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
6af2062d72
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
2d70239ee3
SVN_SILENT made messages (.desktop file)
14 years ago
Albert Astals Cid
dcf0e78227
Properly parse "characters" formed by two QChars
...
This fixes the crash at 287138, it does still not really fix the flaw in the algorithm in TextPagePrivate::breakWordIntoCharacters
when there are two strings with the same text and the same bounding rectangle in the same page, but i still don't know how to fix that problem properly,
so i've fixed a bug that was generating the situation for files that actually do not have it
BUGS: 287138
15 years ago
Pino Toscano
56e1002af6
djvu: try to extract "line" text blocks if there are no "word" ones
...
documents could have no word precision, so we could make a try in using line blocks
(leave the "char" extraction still there and commented)
15 years ago
Pino Toscano
16b36087f9
dvi: fix build without freetype
...
always use the "no full font" case for this build configuration
15 years ago
Albert Astals Cid
b8663a3908
do not need this qthread include here
15 years ago
David Palacio
82c29939ea
Merge pages, pageSize and extractImageFiles.
...
This fixes change 39fc2a471e
which does not work on archives (zip, rar, etc.).
15 years ago
Pino Toscano
a5c80e1c8e
fb2: basic conversion for <stanza>
15 years ago
Albert Astals Cid
744915f243
Remove thread from the pdf generator
...
Generator already provides a nice way to thread requests
so we don't need a custom one here. AFAIR it existed
because this code predates the base generator threading mechanism
15 years ago
Albert Astals Cid
fc58c9824f
Do not assume pdfdoc hints won't change
...
Since sometimes we even change the pdfdoc pointer itself ;-)
This was working previously by pure luck (read bug in poppler :D)
BUGS: 284464
FIXED-IN: 4.7.3
(cherry picked from commit eb705417fa )
15 years ago
Albert Astals Cid
9d6926f9b8
Fix creation of the TOC tree for dvi files
...
The old code assumed the number of children would be
"-NUMBER "
while this file has
"-NUMBER/"
so what we do now is looping after the - until we find a non digit
All this code would better be done using a regexp and not that many section calls
but i did not want to touch it more than needed
BUGS: 283447
FIXED-IN: 4.7.3
(cherry picked from commit 83df127ac0 )
15 years ago
Pino Toscano
5647ad5647
cmake: reenable the search of the JPEG library
...
there is no more a top-level CMakeLists.txt searching it;
this makes the plucker backend compilable again
(cherry picked from commit 41c572463c )
15 years ago
Albert Astals Cid
086c0dbce4
Comparing paths with strcmp is not really smart
...
This is "the same" commit as b932ef7e0f
but with a different patch number 08->09
15 years ago