Pino Toscano
d2185bc6a5
bump plugins versions to be in sync with kde 4.3 and, in case, consider more work being done
...
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1082019
16 years ago
Luigi Toscano
bb13ae6ada
Backport SVN commit 1079217 by ltoscano:
...
Fix memory leak: properly release each allocated element of characterBitmaps
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1079221
16 years ago
Luigi Toscano
835e2ea09e
Backport SVN commit 1077799 by ltoscano:
...
DVI generator is finally Q3Support-free \o/
Thanks to all the people that helped with the porting.
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1077824
16 years ago
Luigi Toscano
c09e9647f0
Backport SVN commit 1077797 by ltoscano:
...
QIODevice::Offset -> qint64
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1077823
16 years ago
Luigi Toscano
e9b47a64bc
Backport SVN commit 1077795 by ltoscano:
...
Q3IntDict->QHash (various font tables)
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1077822
16 years ago
Luigi Toscano
09c06c1fdb
Backport SVN commit 1077793 by ltoscano:
...
Q3IntDict->QHash (ghostscript_interface::pageList)
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1077818
16 years ago
Luigi Toscano
2dd97c71ce
Backport SVN commit 1077790 by ltoscano:
...
Q3MemArray -> QVector
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1077816
16 years ago
Luigi Toscano
e1858ddafc
Backport SVN commit 1076100 by ltoscano:
...
TPIC_path does not make use of any Q3PointArray specific
methods; it is in fact a simple QPolygon, so Qt3--.
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1077813
16 years ago
Luigi Toscano
b6afe4bef9
Backport SVN commit 1075707 by ltoscano:
...
Q3Dict->QHash
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1077806
16 years ago
Script Kiddy
f30547cacf
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1072530
16 years ago
Albert Astals Cid
bfe31eea8e
backport r1072172 | aacid | 2010-01-09 15:08:53 +0000 (Sat, 09 Jan 2010) | 4 lines
...
Make sure resolution is not inf
Fixes part of bug 205084
CCBUG: 205084
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1072174
16 years ago
Script Kiddy
b2f2d8b3a0
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1072124
16 years ago
Script Kiddy
5da22247c9
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1071568
16 years ago
Script Kiddy
ed49bc455a
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1066903
16 years ago
Script Kiddy
c2390f3197
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1065022
16 years ago
Script Kiddy
d819d858bd
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1053122
17 years ago
Luigi Toscano
1f548c29b6
Activate support for DVI font information in the document properties dialog.
...
This is one of the few KDVI features that was still missing from DVI
generator.
The most important informations from the now-removed fontPool::status()
method are shown.
svn path=/trunk/KDE/kdegraphics/okular/; revision=1052192
17 years ago
Luigi Toscano
4fbb5676c1
Add support for DVI fonts (TeX font type) to FontInfo, as they can not mapped
...
to the existing ones.
Remove human-readable descriptions of fonts from TeXFontDefinition, this is
something that belongs to the PropertiesDialog.
svn path=/trunk/KDE/kdegraphics/okular/; revision=1052191
17 years ago
Luigi Toscano
8fdc41b58b
Remove Q3 bits from fontpool.*, remove useless status() method.
...
status() was used to build the information of the font dialog in kdvi,
next commits will activate this functionality in Okular.
svn path=/trunk/KDE/kdegraphics/okular/; revision=1052190
17 years ago
Script Kiddy
1f786797a6
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1051910
17 years ago
Albert Astals Cid
eb9a8dc093
add some X-KDE-Keywords to okularApplication_*.desktop so Okular appears in krunner when searching those keywords
...
BUGS: 209983
svn path=/trunk/KDE/kdegraphics/okular/; revision=1038813
17 years ago
Albert Astals Cid
27830a988e
Add a [hidden] config option to set hinting to fonts
...
Defaults to disabled
Made the dvi and pdf backends honor the hinting setting
svn path=/trunk/KDE/kdegraphics/okular/; revision=1032936
17 years ago
Script Kiddy
309a641160
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1024784
17 years ago
Albert Astals Cid
966369332b
move usage of m_dviRenderer to below the if it checks if it exists
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1023096
17 years ago
Script Kiddy
3d403bc66b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1020829
17 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
c08afdd0e6
use a per-dviRender-instance painter instead of a global (!) one, so different documents can be painted safely at the same time
...
BUG: 200409
svn path=/trunk/KDE/kdegraphics/okular/; revision=1002247
17 years ago
Script Kiddy
00b149b380
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=997443
17 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
Script Kiddy
c6101baa9e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=985259
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
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
9f0d409189
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=972275
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
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
Pino Toscano
ff9c6a6ab5
do not leak the dvi renderer when the loading fails
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=965081
17 years ago
Laurent Montel
26e33dfc8d
add missing i18n
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=958064
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
Script Kiddy
febf292a6f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=936841
17 years ago
Script Kiddy
6b8fe9fc29
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=936377
17 years ago
Script Kiddy
5d813f6de2
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=934678
17 years ago
Script Kiddy
048e7daded
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=923252
17 years ago
Script Kiddy
878fce954f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=917792
17 years ago
Albert Astals Cid
fd8012f4f2
be more resistant against not loading a dvi file correctly
...
BUGS: 173018
svn path=/trunk/KDE/kdegraphics/okular/; revision=913247
17 years ago
Laurent Montel
a35763b8fd
Fix iterator
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=911252
17 years ago
Pino Toscano
4f4086076b
Ignore empty lines when parsing TeX font maps.
...
BUG: 164501
svn path=/trunk/KDE/kdegraphics/okular/; revision=910060
17 years ago