Martin T. H. Sandsmark
7f3eebd9f3
Only show warning messages by default
...
REVIEW: 129832
9 years ago
Albert Astals Cid
f467807506
Remove #ifdefs for Qt we require in cmake anyway
9 years ago
Albert Astals Cid
aa38e8d1b7
Fix xps url resolving porting regression
10 years ago
Albert Vaca
c71f308252
Fixes suggested by Clazy
10 years ago
Martin T. H. Sandsmark
d5bdca64d2
Fix low hanging unused parameters warnings
10 years ago
Martin T. H. Sandsmark
2b473fedbd
generators: Fix build without implicit cast to/from ascii
...
See previous commit for details.
10 years ago
Alex Richardson
2f9246ae42
Port to new JSON plugin loading system
...
This means Okular can now work without ksycoca and KDELibs4Support.
REVIEW: 126193
10 years ago
Montel Laurent
466eb79615
Use QStringLiteral
11 years ago
Montel Laurent
5c85b83a8f
Fix includes
11 years ago
Lukáš Tinkl
e9ae1d99af
port away from KLocale
11 years ago
Lukáš Tinkl
fd6a35486e
port KUrl -> QUrl
11 years ago
Montel Laurent
f59383196d
Fix debug, QStandardpath
12 years ago
Montel Laurent
3b4ee788b8
Fix includes
12 years ago
Montel Laurent
378f6847a2
Remove some deprecated kdelibs4support
12 years ago
Raymond Wooninck
f4badbc117
Port the aboutData to the new methods. Next would be to bring back
...
to About Backend dialog
12 years ago
Frederik Gladhorn
6c602bf0e7
Use categorized logging even more
12 years ago
Frederik Gladhorn
e28dbc6c00
Port to QMime
...
compressedMimeFor now already does the inheritance check, so another
check was removed.
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
Fabio D'Urso
75c8acee60
Compile DVI, TIFF and XPS generators
12 years ago
Albert Astals Cid
e9e3d4a435
Make documentInfo be Hash based instead of XML based
12 years ago
Frederik Gladhorn
7261d5d45a
Generator porting (mostly kaboutdata)
12 years ago
Jan Binder
aa6ed8afc0
Replace deprecated QMatrix by QTransform
...
REVIEW: 105737
14 years ago
Pino Toscano
8585bb70ec
bump versions of comicbook and xps generators
15 years ago
Pino Toscano
89e7b03a3b
xps: set the correct mimetype in the document properties
15 years ago
Pino Toscano
250abf31a0
xps: introduce parseRscRefPath()
...
use it to either parse an abbreviate path data or (in the future) read paths from resources;
call parseRscRefPath() instead of parseAbbreviatedPathData() directly
15 years ago
Pino Toscano
eff172bddd
xps: ignore more elements when extracting text
15 years ago
Pino Toscano
f3799d700e
xps: allow also 'e' when parsing numbers from path strings
...
it indicates the exponential part of a real number, e.g. "3.54824e-005"
15 years ago
Pino Toscano
31a2e0af57
xps: use readFileOrDirectoryParts() also when creating a text page
...
just like it is done when rendering
CCBUG: 274482
15 years ago
Pino Toscano
7e0cfa2319
xps: load fonts with readFileOrDirectoryParts()
...
apparently, even those can be split in multiple chunks
CCBUG: 274482
15 years ago
Pino Toscano
a4ba73feb1
xps: split loadFile() in loadEntry() + loadFile()
...
loadEntry() retains the main entry loading logic (with the case insensitivity),
return just generic KArchiveEntry pointers
loadFile() just calls loadEntry(), returning the result if the entry is a file
15 years ago
Pino Toscano
fbe0c0764f
xps: more debug when parseAbbreviatedPathData() fails
15 years ago
Pino Toscano
505139af31
generators: fix core #includes removing the okular prefix
15 years ago
Albert Astals Cid
e1ae8200d2
fix typo uncovereted by gcc4.6 new warnings
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230922
15 years ago
Pino Toscano
e6b98db3d0
bump some generators version number to the values of the 4.5 branch, plus increase if there was work/fixes done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1212170
15 years ago
Albert Astals Cid
a2905602ae
Protect us against "impossible" things (Qt not knowing a font we just added), probably fixes 250728
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1173928
16 years ago
John Layt
b30305b668
Enable Current Page option in Okular print dialog if running Qt >= 4.7
...
Changed exported api so cc: to bindings.
CCMAIL: kde-bindings@kde.org
CCBUG: 194586
svn path=/trunk/KDE/kdegraphics/okular/; revision=1134379
16 years ago
Glen Kaukola
122fab0eee
Krazy: Check single-char QString operations for efficiency.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1110335
16 years ago
Pino Toscano
07e6cc3bb0
bump plugins versions to be in sync with kde 4.2 and, in case, consider more work being done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=989180
17 years ago
Brad Hards
78ef56d4b4
Improve text layout handling in XPS document generator.
...
Fixes bug 185532 (about RTL text), helps some more complex documents where characters often ended up overstriking characters from the next text run.
Add preliminary support for BiDi text.
OK'd by Pino at http://reviewboard.kde.org/r/715/
Blog request for additional testing produced no results, which I guess indicates a lack of interest.
svn path=/trunk/KDE/kdegraphics/okular/; revision=972031
17 years ago
Albert Astals Cid
d796459fb6
Add some userMutex to remove some helgrind warnings
...
May or may not fix bug 190336
Please try once KDE 4.2.3 is out if this still crashes for you
CCBUG: 190336
svn path=/trunk/KDE/kdegraphics/okular/; revision=957819
17 years ago
Pino Toscano
e468befe0f
bump versions (sync with kde 4.2)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=907921
17 years ago
Pino Toscano
050d5c32cf
void* -> QVariant conversion for the XpsRenderNode data
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=857098
18 years ago
Pino Toscano
7c6998b8ad
(oups) if the unicode string has no escape marking, return it as it is
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=857093
18 years ago
Pino Toscano
97f75cf299
start to handle the Unicode strings in a single way as specified in the specs, 5.1.4
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=856859
18 years ago
Pino Toscano
0ac1b55589
fill the rendering image only where needed
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=850680
18 years ago
Pino Toscano
9308f9b1af
SVN_SILENT i feel to have contributed in a significant way, so add me too
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=841468
18 years ago
Pino Toscano
2eb4dd8147
- extract the painter-based paint procedure of the XpsPage in an own method
...
- add printing support for the XPS backend
svn path=/trunk/KDE/kdegraphics/okular/; revision=841450
18 years ago
Pino Toscano
2329f93b84
more qreal/double mismatches
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=839972
18 years ago
Pino Toscano
64617bd429
implement the PolyQuadraticBezierSegment
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825763
18 years ago