Luigi Toscano
9a59b49d8c
Code cleanup: remove references to the old KDVI statusbar
12 years ago
Luigi Toscano
2c5672ea74
Use signals to display messages in dviRenderer*
...
- replace KMessageBox usage
- readd and clean few notice/warning/error messages (previously commented)
12 years ago
Luigi Toscano
9d10be4f2e
Fix debug statements still using Qt3 "style" (disabled by default)
12 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
Albert Astals Cid
cc1c99b410
Interpret the char as utf8, fixes inverse search from dvi to tex not working if tex-file's path indicated in dvi contains non-latin letters
...
Patch by mathieu lornac
BUGS: 243473
svn path=/trunk/KDE/kdegraphics/okular/; revision=1149143
16 years ago
Luigi Toscano
3329a8cd2b
Q3IntDict->QHash (various font tables)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1077795
16 years ago
Luigi Toscano
5bbafc9888
Q3MemArray -> QVector
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1077790
16 years ago
Luigi Toscano
66d2f6be65
Correctly intercept standard output.
...
Thanks, Pino!
BUG: 164900
svn path=/trunk/KDE/kdegraphics/okular/; revision=832543
18 years ago
Arto Hytönen
e8ad05552b
kdegraphics QString::null clean-up.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=701202
19 years ago
Laurent Montel
d7193013e2
Adapt to new KWarning/kFatal/kDebug api
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=695802
19 years ago
Oswald Buddenhagen
9c883584e7
k3process--
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=684001
19 years ago
Urs Wolfer
30114716c4
adopt to new API
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=659609
19 years ago
Laurent Montel
9c9ee91dba
Port to new api
...
svn path=/trunk/playground/graphics/okular/; revision=647114
19 years ago
Tobias Koenig
ac792e5c9c
Fixed krazy issues
...
svn path=/trunk/playground/graphics/okular/; revision=619843
19 years ago
Pino Toscano
a8c90e618b
fix compilation
...
svn path=/trunk/playground/graphics/okular/; revision=585743
20 years ago
Urs Wolfer
656a7c403a
Port KProgressBar's to QProgressBar's.
...
svn path=/trunk/playground/graphics/okular/; revision=585741
20 years ago
Pino Toscano
c01b769e29
make it compile
...
svn path=/trunk/playground/graphics/okular/; revision=583209
20 years ago
Pino Toscano
7d26d25bd2
delete the dupe files, and now really copying the good ones
...
svn path=/trunk/playground/graphics/okular/; revision=556294
20 years ago
Pino Toscano
2bfdb0f319
New backend: DVI.
...
Adapted from the DVI plugin of KViewShell.
It can:
- load documents
- generate correctly the pixmaps for the images
- rotate the pages
- extract the text from the pages (thus search and text selection are possible)
- extract the URL hyperlinks from the documents
Credits for this work goes to Luigi Toscano, thanks Luigi!
CCMAIL: Luigi Toscano <luigi.toscano@tiscali.it>
svn path=/trunk/playground/graphics/okular/; revision=555582
20 years ago