Albert Astals Cid
8f0c595dfd
Use pagesize with double values to divide, if not the rounding up and down and whatnow hits us and we get a page of the different size we wanted.
...
BUG: 153621
svn path=/trunk/KDE/kdegraphics/okular/; revision=746081
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
d1b62bbe5e
link to less libraries
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=744174
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
Albert Astals Cid
2153ec5edd
resync with spectre
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=741933
19 years ago
Pino Toscano
8a3af5a02a
give it the correct name
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=741326
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
Dirk Mueller
7ea0bce44a
fix FSF address
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=734468
19 years ago
Albert Astals Cid
f3a717f412
resync with spectre git, fixes winterz render problem
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=734041
19 years ago
Dirk Mueller
161ebbc47a
adding license
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=733478
19 years ago
Pino Toscano
5412f21664
simplify more
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=732879
19 years ago
Pino Toscano
9ac1f51e59
easier debug output
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=732877
19 years ago
Pino Toscano
2ae8000a77
delete the document info when closing a document
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=732870
19 years ago
Albert Astals Cid
360e7cd95b
i forgot the helper headers
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=732863
19 years ago
Albert Astals Cid
402c93e622
Replace the ghostview generator by the spectre generator, both are based on libgs, but the spectre one is simpler
...
as it uses the yetToBeAnnounced freedesktop libspectre project. I'm actually adding libspectre sources for the kde4.0.x
timeframe as libspectre won't be released/packaged on time for 4.0 but will remove it for 4.1 and onwards.
libspectre is a shared project between okular and evince *hooraay* that aims to unify the developing of a layer on top of libgs
That closes my work on making ps *work* on okular for KDE 4.0, any reported problem will be of course investigated
Thanks for reading up to here :-D
svn path=/trunk/KDE/kdegraphics/okular/; revision=732860
19 years ago
Laurent Montel
8702899c83
Fix separator
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=731764
19 years ago
Albert Astals Cid
3a15da028d
poppler clearly states in its doc since 36 minutes ago that passwords have to be latin1 encoded
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=731537
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
Thomas Georgiou
5908d4e67d
Compile. Thanks to hdh.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=721771
19 years ago
Script Kiddy
d5dc96cb3b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=720951
19 years ago
Bernhard Loos
5412b15459
port parts of kdegraphics
...
svn path=/branches/work/kde4_kconfig/kconfig/port_trunk/kdegraphics/okular/; revision=720917
19 years ago
Pino Toscano
e461f0c113
don't include kpixmapeffect.h
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=720047
19 years ago
Pino Toscano
7e150aeb43
don't leak the internal documents, but properly delete them
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=719297
19 years ago
Pino Toscano
35d64add5c
fix a couple of memory leaks
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=719233
19 years ago
Script Kiddy
44dd16d127
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=717659
19 years ago
Albert Astals Cid
be1fd1e777
SVN_SILENT clean
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=716400
19 years ago
Albert Astals Cid
f99fe6128d
take into account page orientation when rendering
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=716397
19 years ago
Pino Toscano
9ec65271fa
SVN_SILENT old stuff
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=716091
19 years ago
Pino Toscano
4edda7b967
provide the title of the document, if it has any
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=716089
19 years ago
Pino Toscano
50b73a93b1
Remove the (not working) homemade async loading, and make use of the Generator API for async loading.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=716074
19 years ago
Pino Toscano
823edf52b1
make KDjVu no more a QObject, and remove the traces of "async" loading (never really implemented)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=716072
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
ac970f2d6c
reduce the locked section a bit
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=712976
19 years ago
Pino Toscano
2a258a92f9
solaris compiling fixes by physrules
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=712955
19 years ago
Pino Toscano
a3aca79a4e
a vector of bool is better here
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=712835
19 years ago
Pino Toscano
4dcadf5544
Add a mutex in the base generator class, so any generator that wants a mutex can use it.
...
Adapt the poppler and the chm generator to use it instead of the own.
svn path=/trunk/KDE/kdegraphics/okular/; revision=712821
19 years ago
Pino Toscano
231839f344
SVN_SILENT include fixes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=712621
19 years ago
Pino Toscano
78e2377a87
Add a method for generators to know some metadata of the document
...
adapted the poppler and the chm generators to use that, instead of fiddling with the settings class
svn path=/trunk/KDE/kdegraphics/okular/; revision=712614
19 years ago