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
Laurent Montel
c2fc9836e8
Fix iterator
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=882957
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
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
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