John Layt
cc45ce4a1e
Fix Print to File output by using Ghostscript ps2pdf to convert ps print file
...
into pdf format and save that. Only enabled in PDF, DVI, and DJVU generators
if ps2pdf is found in the path. Ghostscript is almost always guaranteed to
be installed given many parts of the printing stack depends on it.
Note that resulting PDF or PS file will have the page size as set in the print
dialog and not the page size of the original document, i.e. if an A5 booklet
is printed but the dialog page size is set to A4 then the resulting file will
be A4 and not A5.
svn path=/trunk/KDE/kdegraphics/okular/; revision=897000
18 years ago
Pino Toscano
40d96b9cdd
remove the mapping when the playback of a sound is done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=896747
18 years ago
Pino Toscano
cba63bd669
Pass the plugin keyword when creating generators.
...
This should make the Ruby binding work again.
BUG: 177537
svn path=/trunk/KDE/kdegraphics/okular/; revision=895926
18 years ago
John Layt
2550898805
Fixes to FilePrinter for Qt 4.4:
...
1) detectCupsService() finally works because QTCPSocket finally works.
Assumes Cups is on localhost:631 which is a compromise as Qt won't
even tell us if it is using Cups, let alone where Cups is.
2) Duplex printing obeys user selected option from dialog rather than
just guessing.
3) If custom page margins set then respect these
svn path=/trunk/KDE/kdegraphics/okular/; revision=895905
18 years ago
Script Kiddy
7ac43b7aa5
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=891618
18 years ago
Pino Toscano
090d1ec8a1
SVN_SILENT update apidox of DocumentSynopsis
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=890893
18 years ago
Pino Toscano
769a70956f
add more checks against invalid viewports
...
fix crash when activating some of the toc items in the testcase of #176513 (still it would be nice to know why they are "void" items"...)
svn path=/trunk/KDE/kdegraphics/okular/; revision=890803
18 years ago
Pino Toscano
52a666f073
When starting an incremental search, do not consider the start page "done" if there was a match in it.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=890800
18 years ago
Brad Hards
3cb0e7575f
Improve handling of document synopsis with
...
strange entry ordering.
CCBUG:168678
svn path=/trunk/KDE/kdegraphics/okular/; revision=890398
18 years ago
Brad Hards
bfa53df1ec
Don't crash when setting up the document synopsis for
...
ODTs with strange heading ordering.
This may still cause the synopsis to look different
to the way the user expected. Will take another
look at that.
BUG: 168678
svn path=/trunk/KDE/kdegraphics/okular/; revision=890395
18 years ago
Patrick Spendrin
d7c9bcb596
under windows there is no gid yet
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=885793
18 years ago
Pino Toscano
e5b13e2d5b
claim support for application/vnd.kde.okular-archive in the correct way, ie via .desktop files
...
thanks Albert for waking me up
svn path=/trunk/KDE/kdegraphics/okular/; revision=884982
18 years ago
Pino Toscano
938ed4acfa
claim support of the new application/vnd.kde.okular-archive mimetype, and check it where appropriate
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=884851
18 years ago
Pino Toscano
b6c5ba1bc8
Add API to load and save "document archives", ie an .okular archive with document and metadata (currently annotations).
...
Few missing to be done in it:
- more checks when saving
- make it use a proper mimetype
CCBUG: 151614
svn path=/trunk/KDE/kdegraphics/okular/; revision=884597
18 years ago
Pino Toscano
cd6f369fc1
add an internal function to "pump" to the content of a QIODevice to another one
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=884563
18 years ago
Pino Toscano
acab77c691
add a loadDocumentInfo() variant that takes the file name to read stuff from, and make the non-parameters one calling the new one
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=884461
18 years ago
Pino Toscano
a5252a9115
add flags to selectively choose the page parts to serialize
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=884438
18 years ago
Laurent Montel
c2fc9836e8
Fix iterator
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=882957
18 years ago
Script Kiddy
59ebe1b6b4
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=882522
18 years ago
Pino Toscano
065ab69e8b
Add Emacs client as text editor.
...
Courtesy of Jochen Trumpf, thanks!
svn path=/trunk/KDE/kdegraphics/okular/; revision=882065
18 years ago
Pino Toscano
9d8c52b5eb
Shuffle a bit the way documents are opened:
...
- when there are no backends for handling the document mimetype, try harder using the mimetype from the file content only
- when the backend fails loading, try again with the backend that handles the mimetype of the file content
BUG: 166034
svn path=/trunk/KDE/kdegraphics/okular/; revision=881991
18 years ago
Pino Toscano
b3cb7ec971
make DocumentPrivate access to it, too
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=881956
18 years ago
Enrique Matías Sánchez
a8ea861f36
SVN_SILENT Fix typos in kdegraphics
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=875357
18 years ago
Pino Toscano
5542445f04
replace the home-made placeholder replacements with KMacroExpander+KShell, and use KProcess
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=873601
18 years ago
Pino Toscano
4e927f01f8
Add Kile as possible editor.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=873571
18 years ago
Pino Toscano
4da5b7a105
Add a configuration page for the text editor used for source references links (that is, the ones used also for inverse search).
...
Factor out the editor commands structure.
svn path=/trunk/KDE/kdegraphics/okular/; revision=873570
18 years ago
Pino Toscano
97335bf267
simple optimization in the Google-like search: split the search terms just once
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=873283
18 years ago
Pino Toscano
7183c172c2
Do not ignore (white)spaces in the search query when searching within the text of a page;
...
search verbatim in the text page, while any other change in the query should be done at a Document level.
BUG: 172244
svn path=/trunk/KDE/kdegraphics/okular/; revision=873277
18 years ago
Frederik Schwarzer
39e964b2a0
typos
...
- smaller then -> smaller than
- bigger then -> bigger than
- ... then -> ... than
svn path=/trunk/KDE/kdegraphics/okular/; revision=872264
18 years ago
Frederik Schwarzer
5626a6d60c
global typo
...
more then -> more than
other then -> other than
svn path=/trunk/KDE/kdegraphics/okular/; revision=872169
18 years ago
Pino Toscano
e0f2e1dd13
disable the "no results found" dialog when searching. search users should use the proper signal to get the search result (and do proper feedback)
...
CCBUG: 155858
svn path=/trunk/KDE/kdegraphics/okular/; revision=870011
18 years ago
Pino Toscano
27e703f878
always deal with memory measures as ulonglong, this way systems with >4 GB of memory work for real now
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=867871
18 years ago
Pino Toscano
f1f52f4124
do not forget to init m_maxAllocatedTextPages
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=867869
18 years ago
Frederik Schwarzer
62668cdb2c
let me introduce: typo of the year "the the"
...
mostly seen as
"the the" -> "the"
"the the" -> "to the"
and in its best case
"a the the" -> "" :)
svn path=/trunk/KDE/kdegraphics/okular/; revision=864814
18 years ago
Pino Toscano
d3b0b62cfc
Make Okular able to distinguish the LilyPond "Point and click" links,
...
and make them act as source references when activated.
FEATURE: 163569
svn path=/trunk/KDE/kdegraphics/okular/; revision=863572
18 years ago
Pino Toscano
0eab41cc97
do not use the specified widget as parent for the Document, but just keep it
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=863377
18 years ago
Pino Toscano
355eef2da6
correct place the bracket out of the #ifdef
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=855781
18 years ago
Brad Hards
cfb62ab4d5
Add support for export to OpenDocument text and HTML
...
for TextDocumentGenerator-based generators:
- EPub format
- Fictionbook format
- OOO.
This depends on Qt 4.5. Thanks to Qt Software (or wherever Thomas Z.
works) for QTextDocumentWriter!
It wouldn't be too hard to make this work for plucker (.pdb)
format, but that format doesn't work for me. It would be very
hard to make it work for other formats.
svn path=/trunk/KDE/kdegraphics/okular/; revision=855771
18 years ago
Pino Toscano
335a091ebc
add showControls and playMode properties
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=851902
18 years ago
Pino Toscano
b95403b0b2
Add a preliminary and simple version of Movie object and MovieAnnotation.
...
CCBUG: 136574
svn path=/trunk/KDE/kdegraphics/okular/; revision=851145
18 years ago
Pino Toscano
84a23006d5
ask the q-ptr only when compling the threaded rendering
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=847495
18 years ago
Pino Toscano
e00b99bba1
add ODT in the export format class
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=843642
18 years ago
Pino Toscano
6fe1576442
Correctly get the filename from the original url, not from the local file name of the real file being open.
...
BUG: 168068
svn path=/trunk/KDE/kdegraphics/okular/; revision=842324
18 years ago
Albert Astals Cid
61964b930f
And now okular coupled with poppler from 5 minutes ago has the hability to let you save to file fonts embedded into a pdf file
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=840789
18 years ago
Pino Toscano
4d1a48cddb
when saving the internal xml, be sure to save it as utf-8, and to advertize the encoding in the main processing instruction
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=839566
18 years ago
Script Kiddy
9830f4e2aa
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=839175
18 years ago
Pino Toscano
bd833bdd5c
hopefully make it compile and work also where qreal is not double but float
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=837842
18 years ago
Pino Toscano
8bad2a8629
& is different than |
...
fix a condition that made the view loading and saving vanish into the hyperspace
BUG: 167220
svn path=/trunk/KDE/kdegraphics/okular/; revision=836658
18 years ago
Pino Toscano
7b76ec7e67
bump development version to 0.7.80
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=830498
18 years ago
Pino Toscano
a656adee13
bump version to 0.6.90
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=829004
18 years ago