Script Kiddy
0f9027a566
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=764259
18 years ago
Pino Toscano
a0a3c239e2
Standardize our naming: Okular.
...
CCMAIL: okular-devel@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=763904
18 years ago
Pino Toscano
88ea8c2992
Remove the X-DocPath key from the Application .desktop of the generators, so they won't show up in KHelpCenter.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=759080
18 years ago
Script Kiddy
c729c3d5db
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=758821
18 years ago
Script Kiddy
4109de93c1
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=757115
18 years ago
Script Kiddy
ff1e230a47
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=756424
18 years ago
Script Kiddy
eea72c12c4
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=755851
18 years ago
Script Kiddy
c91bdf809c
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=755336
18 years ago
Pino Toscano
975b5e550b
give the debug messages their correct area
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=755235
18 years ago
Pino Toscano
4554ddbf8b
Patch by Luigi Toscano <luigi.toscano@tiscali.it> to reactivate the rendering of postscript specials.
...
Thanks Luigi.
CCMAIL: luigi.toscano@tiscali.it
BUG: 154507
svn path=/trunk/KDE/kdegraphics/okular/; revision=754951
18 years ago
Pino Toscano
59f19fe8aa
Patch by Luigi Toscano <luigi.toscano@tiscali.it> to mplemented printing support for DVI backend.
...
CCMAIL: luigi.toscano@tiscali.it
He says:
"Thanks for the infrastructure work to John Layt and apologies for my (non-existent) reply to your mail..."
CCMAIL: john@layt.net
svn path=/trunk/KDE/kdegraphics/okular/; revision=754729
18 years ago
Pino Toscano
0b65d8ef2b
set the help index to okular
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=754715
18 years ago
Script Kiddy
c878863fe7
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=754564
18 years ago
Pino Toscano
8d726bc18a
use the new debug area numer of the DVI backend
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=754357
18 years ago
Script Kiddy
4bc4f57855
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=753675
18 years ago
Pino Toscano
e984ef4086
Patch by Luigi Toscano <luigi.toscano@tiscali.it> to:
...
- simplify the handling of the pages wrt rotation
- make internal anchors hyperlinks work again
Thanks!
CCMAIL: luigi.toscano@tiscali.it
svn path=/trunk/KDE/kdegraphics/okular/; revision=753485
18 years ago
Pino Toscano
03e0154fc4
use a stack of dom elements by value, so no memory is leaked
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=753169
18 years ago
Script Kiddy
270b737e0d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=751972
18 years ago
Script Kiddy
e3d71f162d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=747149
19 years ago
Script Kiddy
8d7e8be0c7
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=745899
19 years ago
Pino Toscano
2354aebd55
remove the 'lib' prefix from the okularpart
...
make konqueror able to load again okular as embedded :/
svn path=/trunk/KDE/kdegraphics/okular/; revision=745740
19 years ago
Pino Toscano
6aa123656a
Port the plugin system to the standard KDE factory and loader, getting rid of the custom system okular had so far.
...
This requires a generator to have a
MyGenerator(QObject *parent, const QVariantList &args)
constructor in order to be successfully loaded.
The OKULAR_EXPORT_PLUGIN macro was adapted, and the generators to provide it the about data; the protected Generator::setAboutData() is no more needed.
Remove the 'lib' prefix from plugins, unneeded now.
CCMAIL: okular-devel@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=744169
19 years ago
Script Kiddy
4b1e246e87
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=743874
19 years ago
John Layt
1b1ed9451b
Enable Okular printing features:
...
* Add FilePrinter class to enable printing via postscript files
* DJVU, PDF, and PS backends print FilePrinter
* All backends enable printing of bookmarked pages
* Print and Print Preview actions enabled/disabled depending on backends
printing ability
Note that FilePrinter only works on *NIX platforms with Cups, lpr, or lp.
svn path=/trunk/KDE/kdegraphics/okular/; revision=741990
19 years ago
Pino Toscano
10503cf472
Add stubs for about data for the backends that don't have one, but have translations.
...
I remember all the maintainers to fill them only after the KDE 4.0 unfreeze :)
CCMAIL: okular-devel@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=741068
19 years ago
Albert Astals Cid
e7a3f58308
KDVI -> Okular on visible messages
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=739354
19 years ago
Allen Winter
1e34663484
remove deprecated Encoding
...
DocPath => X-DocPath
ServiceTypes => X-KDE-ServiceTypes
Keywords => X-KDE-Keywords
svn path=/trunk/KDE/kdegraphics/okular/; revision=737282
19 years ago
Pino Toscano
f1fa4254f3
i18n fixes (s/KDVI/okular/) by Luigi Toscano.
...
CCMAIL: luigi.toscano@tiscali.it
svn path=/trunk/KDE/kdegraphics/okular/; revision=736814
19 years ago
Script Kiddy
d9e6745bc7
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=735260
19 years ago
Laurent Montel
8702899c83
Fix separator
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=731764
19 years ago
Nicolas Lécureuil
24024a20c2
Fix desktop files for XDG
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=731368
19 years ago
Script Kiddy
4973559541
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=729164
19 years ago
Pino Toscano
3237f94761
use 'graphics-viewer-document' as icon in our .desktop files
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=728493
19 years ago
John Layt
070285e039
Port from KPrinter to QPrinter, remove dependency on KDE4_KDEPRINT_LIBS.
...
*** Note this is not a complete port, most of the generators use the
printFiles method which Qt 4.3 does not support, these have simply
been commented out until we find a solution. At least it removes
the dependency so we can remove from kdelibs.
svn path=/trunk/KDE/kdegraphics/okular/; revision=725660
19 years ago
Script Kiddy
d5fcbc09a8
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=724043
19 years ago
Pino Toscano
15155d8824
Rename the virtual closeDocument() to doCloseDocument(), and make it protected.
...
Added a non-virtual closeDocument() in the base Generator class: this way, particular closing routines can be implemented in the "low level" of a generator.
Apart the renaming, the logic of doCloseDocument() remains the same.
CCMAIL: okular-devel@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=723046
19 years ago
Script Kiddy
d5dc96cb3b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=720951
19 years ago
Pino Toscano
e461f0c113
don't include kpixmapeffect.h
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=720047
19 years ago
Script Kiddy
44dd16d127
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=717659
19 years ago
Script Kiddy
63b6301d12
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=714636
19 years ago
Pino Toscano
2a258a92f9
solaris compiling fixes by physrules
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=712955
19 years ago
Script Kiddy
4c9b70db9d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=711908
19 years ago
Pino Toscano
ef3769ea5b
DocPath -> X-DocPath for .desktop of type Application
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=709100
19 years ago
Script Kiddy
a550d8c0d4
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=705612
19 years ago
Script Kiddy
a688f5b331
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=702203
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
Laurent Montel
d7193013e2
Adapt to new KWarning/kFatal/kDebug api
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=695802
19 years ago
Script Kiddy
b998bc9491
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=695423
19 years ago
Pino Toscano
f96287978b
also add the "compressed" versions of the mmetypes for the Application and the KParts services
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=693741
19 years ago