Pino Toscano
00b24315ec
try to skip one level of printing redirection madness, let's see how it behaves in 4.3beta2
...
CCBUG: 185296
svn path=/trunk/KDE/kdegraphics/okular/; revision=977210
17 years ago
Script Kiddy
cb4b2847bd
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=975961
17 years ago
Script Kiddy
ae2fecbba5
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=975656
17 years ago
Script Kiddy
18d59ca1b3
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=974480
17 years ago
Pierre Ducroquet
f62df2548c
I don't speak norvegian, but I think it is safe to assume that this was wrong ...
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=973942
17 years ago
Pino Toscano
80b9ea46eb
the kpart does already loop when refreshing a document, so doing the "wait and try again" ourselves is not useful
...
thus, then just do the check for document completeness before the actual opening attempt, should be enough
CCBUG: 189623
thanks to Albert for remembering me okular already does many things automagically
svn path=/trunk/KDE/kdegraphics/okular/; revision=973366
17 years ago
Pino Toscano
d50180f0a5
0 is a valid value for font style, so use -1 as "not exlicitly set"
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=973250
17 years ago
Pino Toscano
685d737f21
properly calculate the page size, converting from points to pixels using the current screen dpi
...
CCBUG: 171463
CCBUG: 193916
also, it seems to fix the crash of testcase documents in #193542 (not that the resulting quality when open is that good...)
BUG: 193542
svn path=/trunk/KDE/kdegraphics/okular/; revision=973209
17 years ago
Pino Toscano
fb8fb5da35
read the font-style property of styles
...
CCBUG: 193916
svn path=/trunk/KDE/kdegraphics/okular/; revision=973180
17 years ago
Pino Toscano
70ed987347
simplify the target_link_libraries(), calling it always with the mandatory libs and then adding qca2 if found
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=972784
17 years ago
Pino Toscano
12e601b733
when attempting to open a DVI file, check whether the file is correct
...
if not (for example it is still being (re)generated), then wait 800ms and try again, doing at most 10 waits
this should protect against opening incomplete documents
CCBUG: 189623
svn path=/trunk/KDE/kdegraphics/okular/; revision=972763
17 years ago
Script Kiddy
1d133e2016
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=972720
17 years ago
Pino Toscano
7baf96fb77
SVN_SILENT stop telling the measure unit is unknown when asking to convert empty strings
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=972336
17 years ago
Script Kiddy
9f0d409189
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=972275
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
Pino Toscano
fede15ed60
implement <strikethrough> in <p> tags
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=971612
17 years ago
Script Kiddy
af1302e36b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=969584
17 years ago
Pino Toscano
32ca783be8
add named viewport resolution
...
the destination are source specials anchors
svn path=/trunk/KDE/kdegraphics/okular/; revision=968860
17 years ago
Pino Toscano
aea558050e
make use of the very recent new poppler api to create named destination actions
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=967521
17 years ago
Pino Toscano
3f47351217
add detection for poppler 0.11 (development version of poppler 0.12)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=967387
17 years ago
Pino Toscano
16db4f6a0d
use the width and heightof the view, it seems to slightly improve the placement of the text areas
...
(although the problem is not solved yet)
also, skip text nodes with a null area (we wouldn't be able to place them anywhere, anyway)
svn path=/trunk/KDE/kdegraphics/okular/; revision=966802
17 years ago
Pino Toscano
3aeb12fe1e
use the right values of width/height for the x/y scale when getting the links of each page
...
fix the position of the links, mostly
svn path=/trunk/KDE/kdegraphics/okular/; revision=966651
17 years ago
Script Kiddy
81e3526dab
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=966631
17 years ago
Pino Toscano
002ea53f97
QVector<bool> -> QBitArray
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=966611
17 years ago
Pino Toscano
455b535ab6
Switch from the sync API to the async one.
...
Protected the potentially concurred methods using the user mutex.
Removed the manual 'ready' flag and the calculation of the bounding box, as both are done in the core.
This should avoid the block when rendering pages and extracting text from them, and reduce the "slow" feeling esp when invoking external Ghostscript.
BUG: 192284
CCBUG: 162643
svn path=/trunk/KDE/kdegraphics/okular/; revision=966599
17 years ago
Pino Toscano
e75b76545c
convert and set the links only *once* per page
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=966553
17 years ago
Script Kiddy
4b5f6aa2fc
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=965702
17 years ago
Pino Toscano
c6c0a69cbc
SVN_SILENT
...
silent some debug output
svn path=/trunk/KDE/kdegraphics/okular/; revision=965466
17 years ago
Pino Toscano
ff9c6a6ab5
do not leak the dvi renderer when the loading fails
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=965081
17 years ago
Pino Toscano
f1455f14b5
remove the rc.cpp-like file once xgettext is done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=964891
17 years ago
Jakub Stachowski
9931d3cc99
Do not blindly assume that contents are HTML file.
...
It is also can be plain text - AportisDoc format.
I don't think many of those are still around but it is simpler to make them display properly
than tweak mime rules to make sure that they will be ignored by Okular.
svn path=/trunk/KDE/kdegraphics/okular/; revision=962670
17 years ago
Pino Toscano
0599270e40
take the reading of the X/Y dpi values out of the for loop
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=962293
17 years ago
Pino Toscano
2f61233ab2
export the actual page numbers, instead of the page count
...
BUG: 191223
svn path=/trunk/KDE/kdegraphics/okular/; revision=961994
17 years ago
Laurent Montel
26e33dfc8d
add missing i18n
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=958064
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
Christoph Feck
1f812e3e46
SVN_SILENT Cleanup .ui files
...
This removes (as discussed on k-c-d)
* obsolete <pixmapfunction>
* deprecated <layoutdefault>
* empty <author>, <comment>, <exportmacro>
svn path=/trunk/KDE/kdegraphics/okular/; revision=957378
17 years ago
Script Kiddy
8a04e58248
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=956741
17 years ago
Sascha Peilicke
f806e7cb53
Reverted wrong poppler build check removal.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=956061
17 years ago
Sascha Peilicke
3cc3c5b969
Remove check HAVE_POPPLER_08 for now, this breaks build for later versions. The poppler-qt4 generator does version checks itself.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=956051
17 years ago
Script Kiddy
8a6422f66e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=954907
17 years ago
Andrew Coles
372c8bd0a6
SVN_SILENT
...
Added missing period.
svn path=/trunk/KDE/kdegraphics/okular/; revision=952406
17 years ago
Andrew Coles
9f3163ee61
Extracting missing strings from .kcfg files.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=951704
17 years ago
Script Kiddy
1fc8693c81
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=951139
17 years ago
André Wöbbeking
3e7626447a
finish old todo: completed KAboutData to enable "About Backend" action
...
I hoped to see the mimetype icon but there is no icon for x-dvi :-(
svn path=/trunk/KDE/kdegraphics/okular/; revision=946999
17 years ago
Script Kiddy
fa136bc6db
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=944478
17 years ago
Pino Toscano
f0066c8212
use -1 to indicate an unspecified coordinate now
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=943102
17 years ago
Pino Toscano
a0028d494d
read correctly the destination file name for non-grouped items in pdfsync links
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=942965
17 years ago
Script Kiddy
98a4a3e915
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=942761
17 years ago
Pino Toscano
1eac0dc906
make Poppler 0.8 the minimum version required for Okular, and drop support for Poppler 0.6
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=940958
17 years ago
Script Kiddy
0757dc7f60
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=940941
17 years ago