Yuri Chornoivan
c04ca1fa96
Fix minor EBN issues
8 years ago
Kevin Funk
a53a2402ca
clang-tidy: modernize-use-nullptr run
...
Semi-ACK'd by Albert :)
9 years ago
Martin T. H. Sandsmark
b512e668e0
chm, dvi: Fix build with compiler flags after removing kdelibs4support
...
After removing kdelibs4support, these flags are enabled:
-DQT_USE_FAST_OPERATOR_PLUS -DQT_NO_CAST_TO_ASCII
-DQT_NO_CAST_FROM_ASCII -DQT_NO_URL_CAST_FROM_STRING
-DQT_NO_CAST_FROM_BYTEARRAY
So wrap naked string and character literals in QStringLiteral,
QLatin1Char and QLatin1String as appropriate.
To more easily see the changes, use «git show --color-words».
Thank $DEITY for vim macros.
10 years ago
Patrick Spendrin
d0ecab4736
Windows string fixes
...
This patch changes multiline QStringLiterals to QString::fromLatin1
as QStringLiterals doesn't understand multiline strings on windows.
Also, strncasecmp is replaced by the portable qstrnicmp function provided
by QByteArray header.
REVIEW: 126379
10 years ago
Montel Laurent
466eb79615
Use QStringLiteral
11 years ago
Lukáš Tinkl
fd6a35486e
port KUrl -> QUrl
11 years ago
Montel Laurent
8f8b70d893
kdelibs4support--
12 years ago
Montel Laurent
3b4ee788b8
Fix includes
12 years ago
Montel Laurent
5557598b47
Port to QDialog
12 years ago
Arnold Dumas
a92c9c31a5
Get rid of to/fromAscii methods.
12 years ago
Frederik Gladhorn
3581fb6245
Port to QTemporaryFile
12 years ago
Frederik Gladhorn
6c602bf0e7
Use categorized logging even more
12 years ago
Frederik Gladhorn
83d3f1f6b7
Revert "Some more kDebug->qDebug"
...
Seems like kDebug doesn't spam the user, so this needs to use qCDebug.
This reverts commit 34fbdf8c85 .
12 years ago
Frederik Gladhorn
34fbdf8c85
Some more kDebug->qDebug
12 years ago
Luigi Toscano
4ae6ece82e
Use signals to propagate notifications in dviexport and psgs
...
Change KMessageBox into notifications (PageViewMessage).
REVIEW: 115925
12 years ago
Glen Kaukola
6623fcd4d8
Fix for the dvi generator issue with .eps files that have non-latin characters in the path.
...
Fix only in KDE > 4.5.
BUG: 228551
svn path=/trunk/KDE/kdegraphics/okular/; revision=1107836
16 years ago
Luigi Toscano
201216da37
Q3IntDict->QHash (ghostscript_interface::pageList)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1077793
16 years ago
Pino Toscano
438b35bcab
make the gs kprocess collecct its output; disable an error message box (not doable in threads)
...
BUG: 192405
svn path=/trunk/KDE/kdegraphics/okular/; revision=1005981
17 years ago
Pino Toscano
a0a3c239e2
Standardize our naming: Okular.
...
CCMAIL: okular-devel@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=763904
18 years ago
Pino Toscano
4554ddbf8b
Patch by Luigi Toscano <luigi.toscano@tiscali.it> to reactivate the rendering of postscript specials.
...
Thanks Luigi.
CCMAIL: luigi.toscano@tiscali.it
BUG: 154507
svn path=/trunk/KDE/kdegraphics/okular/; revision=754951
18 years ago
Pino Toscano
f1fa4254f3
i18n fixes (s/KDVI/okular/) by Luigi Toscano.
...
CCMAIL: luigi.toscano@tiscali.it
svn path=/trunk/KDE/kdegraphics/okular/; revision=736814
19 years ago
Arto Hytönen
6f00373e1b
QString::null fixes and hiding from Krazy.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=700833
19 years ago
Laurent Montel
d7193013e2
Adapt to new KWarning/kFatal/kDebug api
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=695802
19 years ago
Christian Ehrlicher
62ba0d45d0
k3procio--
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=688262
19 years ago
Oswald Buddenhagen
9c883584e7
k3process--
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=684001
19 years ago
Laurent Montel
9c9ee91dba
Port to new api
...
svn path=/trunk/playground/graphics/okular/; revision=647114
19 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