Pino Toscano
db817781c9
cache the font names instead of reinit them every time we want the information about fonts
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=656936
19 years ago
Pino Toscano
7ad2256498
let poppler calculate width and height
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=656830
19 years ago
Pino Toscano
76171e38e6
manual activate the antialiasing for both text and gfx, if using poppler HEAD
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=656807
19 years ago
Laurent Montel
c03c8f0c3c
Remove not necessary include
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=656802
19 years ago
Laurent Montel
44fbf99be0
Remove not necessary include
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=656728
19 years ago
Pino Toscano
2e024d6d96
generalize a bit more the way for constructing "standard" ExportFormat's
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=656426
19 years ago
Pino Toscano
214883d582
free the resources when we close the document
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=656214
19 years ago
Pino Toscano
84f7c0a6e3
own header first
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=656162
19 years ago
Pino Toscano
0e12746a92
Link -> Action renaming.
...
TextDocumentConverter::addLink -> addAction
Document::processLink -> processAction
svn path=/trunk/KDE/kdegraphics/okular/; revision=656145
19 years ago
Pino Toscano
5f21b15d99
Link -> Action renaming.
...
Step #2 : Link -> Action for the action hierarchy, and for the ObjectRect type.
svn path=/trunk/KDE/kdegraphics/okular/; revision=656140
19 years ago
Pino Toscano
f3e484082d
Link -> Action renaming.
...
Step #1 : link.(cpp|h) -> action.(cpp|h)
svn path=/trunk/KDE/kdegraphics/okular/; revision=656123
19 years ago
Jiri Klement
afa1902c78
Fixed wrong rendering size of images which don't have dpi specified. I had to use workaround described in loadImageFromFile method
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=656095
19 years ago
Albert Astals Cid
0d47b62715
krazy include order issues
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=655893
19 years ago
Jiri Klement
6147136895
Unpack page source completely before rendering. It's possible that another file from zip will be required during rendering (font, image, ...), but KZip doesn't allow simuntanelous reading of more than one file.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=655840
19 years ago
Chusslove Illich
120e3a6d79
i18n fixes.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=655194
19 years ago
Pino Toscano
55a06c9b00
read the Open attribute from the poppler toc
...
the attribute is in poppler HEAD (future 0.6), but it's not incompatible with the 0.5.x serie
svn path=/trunk/KDE/kdegraphics/okular/; revision=654773
19 years ago
Jiri Klement
0b77d7011c
Fixed parsing of abbreviated data - now it don't freeze in case of wrong data in xps
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=654647
19 years ago
Albert Astals Cid
3f927c095a
maks was right, zoom was the problem
...
It seems getRect returns always the rect at 100% zoom so use page->width() and not request->width() to calculate link rect positions
svn path=/trunk/KDE/kdegraphics/okular/; revision=652717
19 years ago
David Faure
728f386e95
extra ';'
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=652580
19 years ago
Script Kiddy
2e5b353482
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=652113
19 years ago
David Jarvie
6ccde0505c
Add fancy date option to KLocale::formatDate(), KLocale::formatDateTime()
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=652038
19 years ago
Script Kiddy
e54cfd797f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=651276
19 years ago
Albert Astals Cid
55a67a082e
Each plugin installs a application desktop so that the supported mimetypes are exactly the ones supported by the plugins installed
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=651194
19 years ago
Pino Toscano
29d515a996
adapt to the recent fix of Lubos to FindFreetype.cmake
...
svn path=/trunk/playground/graphics/okular/; revision=650464
19 years ago
Luboš Luňák
cf3922d498
No kde_xget_temp_gc().
...
svn path=/trunk/playground/graphics/okular/; revision=649258
19 years ago
Albert Astals Cid
1c8453f629
remove accidental change
...
svn path=/trunk/playground/graphics/okular/; revision=648179
19 years ago
Albert Astals Cid
5365f79d6d
fordwardport r648173 kpdf/branches/KDE/3.5/kdegraphics/kpdf/ (4 files in 3 dirs):
...
Give KMessageBoxes a parent widget.
DVI plugin is missing 4 messageboxes, some work has to be done to get them know the document() so they can call widget()
svn path=/trunk/playground/graphics/okular/; revision=648175
19 years ago
Brad Hards
5f09330e23
Find libqgs, even if it isn't installed.
...
CURRENT_SOURCE_DIR is playground/graphics/okular/generators/ghostview/
so ../libqgs would be
playground/graphics/okular/generators/libqgs
and ../../libqgs would be
playground/graphics/okular/libqgs
so we need ../../../libqgs
svn path=/trunk/playground/graphics/okular/; revision=648055
19 years ago
Pino Toscano
c953ca9927
now that kde depends on Qt4.3, reenable the xps generator by default
...
svn path=/trunk/playground/graphics/okular/; revision=648028
19 years ago
David Faure
06d18ea3cc
Make it possible to compile all of playground in one go (but also still to compile it like before, of course).
...
-> CMAKE_SOURCE_DIR replaced with CMAKE_CURRENT_SOURCE_DIR.
Remove module-wide config.h files, unused yet, but better remove the temptation.
svn path=/trunk/playground/graphics/okular/; revision=647336
19 years ago
Pino Toscano
a54af96ed8
KProcess -> K3Process
...
svn path=/trunk/playground/graphics/okular/; revision=647321
19 years ago
Laurent Montel
9c9ee91dba
Port to new api
...
svn path=/trunk/playground/graphics/okular/; revision=647114
19 years ago
Anne-Marie Mahfouf
1945d479ef
that fixes the "undefined reference to `jpeg_std_error(jpeg_error_mgr*)'" error that several of us get
...
svn path=/trunk/playground/graphics/okular/; revision=646728
19 years ago
David Faure
0c1b5314e9
Use standard mimetype names from shared-mime-info
...
svn path=/trunk/playground/graphics/okular/; revision=644959
19 years ago
Pino Toscano
a7abb688a3
- convert to the xdg mimetypes
...
- remove the self-installed mimetypes, as they are in freedesktop.org or in our db
svn path=/trunk/playground/graphics/okular/; revision=644840
19 years ago
Christian Ehrlicher
c5c2da7c89
fix win32 compilation
...
warnings--
svn path=/trunk/playground/graphics/okular/; revision=643874
19 years ago
Pino Toscano
c363cad735
this should hopefully fix the build
...
svn path=/trunk/playground/graphics/okular/; revision=643486
19 years ago
Pino Toscano
f18845576b
add the permission to fill forms
...
svn path=/trunk/playground/graphics/okular/; revision=643462
19 years ago
Tobias Koenig
ef13da1225
Fixed the loading of documents where not all pages are referenced
...
via links. That's a bug which also exists in the original explode.c
demo app from plkr.org.
svn path=/trunk/playground/graphics/okular/; revision=643276
19 years ago
Tobias Koenig
bc309799d7
Worked around some bugs in QTextCursor/Document, bug reports already sent to TT
...
svn path=/trunk/playground/graphics/okular/; revision=643230
19 years ago
Pino Toscano
e321010e63
the plucker generators requires, libjpeg, so compile it only if libjpeg is found
...
use the right cmake variables instead of hardcoding the library name
svn path=/trunk/playground/graphics/okular/; revision=642611
19 years ago
Albert Astals Cid
6c75fd3203
No idea why it was a void * if it always was used as int.
...
This change makes it compile on amd64.
Tobias is the support complete? I tried a document from gutenberg website at it seems i don't get all content.
CCMAIL: tokoe@kde.org
svn path=/trunk/playground/graphics/okular/; revision=642294
19 years ago
Pino Toscano
61ace600ec
extra ';'
...
svn path=/trunk/playground/graphics/okular/; revision=642284
19 years ago
Dirk Mueller
92628902bd
pedantic--
...
svn path=/trunk/playground/graphics/okular/; revision=642236
19 years ago
Tobias Koenig
bbab731ce0
Add plugin for the Plucker format ( http://www.plkr.org/ ) which is used for
...
many eBooks. You can find sample files under http://www.gutenberg.org/
svn path=/trunk/playground/graphics/okular/; revision=641974
19 years ago
Pino Toscano
88006a575b
extract the messages of each generator into an own pot: this way it's easier to translate a single backend (or provide the translation for a custom one), but as drawback some strings are repeated in more than one pot
...
svn path=/trunk/playground/graphics/okular/; revision=641620
19 years ago
Brad Hards
3716cc9eb3
Minor cleanups - make debugging more informative, a spello
...
fix, and put a line break between pages in text dumps.
svn path=/trunk/playground/graphics/okular/; revision=641360
19 years ago
Pino Toscano
1bfc805a3e
it does not make much sense to check for a serie of permissions at the same time, so just check one permission at a time
...
svn path=/trunk/playground/graphics/okular/; revision=641341
19 years ago
Pino Toscano
3507d4e68f
use the new Okular::ExportFormat::plainText()
...
svn path=/trunk/playground/graphics/okular/; revision=641321
19 years ago
Pino Toscano
c8f1b532f8
placeholder
...
svn path=/trunk/playground/graphics/okular/; revision=641192
19 years ago