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
Montel Laurent
466eb79615
Use QStringLiteral
11 years ago
Vishesh Handa
2bfa3ccff0
Port the CHM generator
...
Would be nice if I had some CHM files to test this on.
12 years ago
Yuri Chornoivan
3b73357d2f
Fix some typos found by Krazy2
13 years ago
Laurent Montel
975de758ba
Now it compiles with enable-final
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=908743
17 years ago
Laurent Montel
c2fc9836e8
Fix iterator
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=882957
18 years ago
Frederik Schwarzer
62668cdb2c
let me introduce: typo of the year "the the"
...
mostly seen as
"the the" -> "the"
"the the" -> "to the"
and in its best case
"a the the" -> "" :)
svn path=/trunk/KDE/kdegraphics/okular/; revision=864814
18 years ago
Pino Toscano
8a3dda1142
fix the portability fixes:
...
- include stdint.h to use the uint*_t types
- do not delcare static an extern-C function
svn path=/trunk/KDE/kdegraphics/okular/; revision=799329
18 years ago
Adriaan de Groot
59479a6169
Quiet complaints that a function with C++ linkage is being passed to a C function expecting a function pointer with C linkage.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799311
18 years ago
Adriaan de Groot
23e114f2a3
Missed one set of u_int -> uint; the latter is available on more platforms.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799309
18 years ago
Adriaan de Groot
837bb55306
u_int types are less portable than uint types; if this gives problems we can use quint as the most general solution.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799304
18 years ago
Adriaan de Groot
608c465480
Correct peculiar typedef construct
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799241
18 years ago
Laurent Montel
3f43482199
Make dashboard happy
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=774833
18 years ago
Pino Toscano
c77c26bcfe
extra ';'
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=774797
18 years ago
Albert Astals Cid
aab9224955
resync with kchmviewer
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=773800
18 years ago
Albert Astals Cid
d60620d33d
fix FSF address
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=770378
18 years ago
Albert Astals Cid
2e29cd8ffa
port to new kchmviewer code, this brings us to almost no local patch on extern code (we have 1 bugfix + making kio-msits work that i'll notify upstream)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=770371
18 years ago
Dirk Mueller
7ea0bce44a
fix FSF address
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=734468
19 years ago
Arto Hytönen
e8ad05552b
kdegraphics QString::null clean-up.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=701202
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
David Faure
728f386e95
extra ';'
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=652580
19 years ago
Tobias Koenig
ac792e5c9c
Fixed krazy issues
...
svn path=/trunk/playground/graphics/okular/; revision=619843
19 years ago
Albert Astals Cid
f67a7f00a6
chm generator no longer needs qt3support
...
svn path=/trunk/playground/graphics/okular/; revision=588870
20 years ago
Pino Toscano
80a843cbed
TGenerator -> CHMGenerator
...
svn path=/trunk/playground/graphics/okular/; revision=553326
20 years ago
Pino Toscano
d088e2f631
remove all the Makefile.am, as they are no more needed
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547662
20 years ago
Pino Toscano
419cdfbcd0
simply my previous algorithm
...
less deprecated (QByteArray)
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547038
20 years ago
Pino Toscano
56a03cd1e4
avoid to consider pages like foo.html and foo.html#bar as different, as actualy they are the same page, just with a different ref. this way we avoid to load many pages repeated (depending on the hyperlinks in the document)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547012
20 years ago
Pino Toscano
9361ce44be
less deprecated (Q3CString)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546943
20 years ago
Albert Astals Cid
33848a3ee8
The big poppler commit, we now don't use poppler but poppler-qt4 frontend, and that is GOOD
...
You need poppler from cvs as of today, i'll change the check to a bigger version number once a new poppler gets released
There are still some problems i think but i'm commiting to see if someone wants to help ;-)
Includes some EBN fixes by Christian Mueller
svn path=/branches/work/kde4/playground/graphics/okular/; revision=540404
20 years ago
Pino Toscano
f8de9e780e
adapt to the recent cmake changes
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=540372
20 years ago
Pino Toscano
1e697c87ca
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=538075
20 years ago
Pino Toscano
90db8a5868
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=529479
20 years ago
Pino Toscano
55bc51a6d0
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=525131
20 years ago
Pino Toscano
22c45feb7e
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=524154
20 years ago
Pino Toscano
0b29b076b8
Some work on the chm generator:
...
- correctly find the chm library
- make the chm generator and the kio-msits compile and link
- some qt3/kde3 support less
svn path=/branches/work/kde4/playground/graphics/cmake/; revision=523938
20 years ago
Laurent Montel
3d0eefb6d4
Add support for cmake (not tested for the moment)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=522661
20 years ago
Pino Toscano
20747dabd7
compile (still not link)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=522267
20 years ago
Albert Astals Cid
221f3ffa9b
compile
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=522259
20 years ago
Piotr Szymanski
b59e6dcf8b
- ported ghostview backend to libqgs, finally compiles
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=486812
21 years ago
Piotr Szymanski
99c8344024
- notfinished indexing stuff from kchmpart
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=485825
21 years ago
Piotr Szymanski
d09fd28b89
- MERGE KPDF 3.5 CHANGES
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=477586
21 years ago
Piotr Szymanski
d5c57158b5
- rename to oKular
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=471444
21 years ago
Laurent Montel
b72814a9d4
Fix postincremental
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=459553
21 years ago
Adriaan de Groot
15bbda73ca
Dox fixes: match parameters w/ @param list; looks like CHMFile::ParseAndFillIndex got a little out-of-sync.
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=457302
21 years ago
Piotr Szymanski
c394549b81
- reusing code from KCHHViewer, contains a small wrapper around chmlib and a better version of kio-msits then the one from kdevelop, added minor modifications by myself so that they can be used in oKular, also stripped the library of unneeded stuff
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=450783
21 years ago