Pino Toscano
23016eacd4
Change/set the efault shortcuts for some actions:
...
- the tools now have Ctrl+1/2/3/4 for Normal, Zoom, Select, TextSelect modes resp.
- the Show/hide navigation panel has F7 now, Ctrl+L conflicts with Konqueror
svn path=/trunk/KDE/kdegraphics/okular/; revision=696405
19 years ago
Pino Toscano
09bae8bbc7
set the right position for the new viewport when requesting to open a page from command line
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=694537
19 years ago
Pino Toscano
b43e10e788
KUrl can not be used in the D-Bus API, so change openDocument and currentDocument to use QString, making them work again.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=693927
19 years ago
Pino Toscano
d393001982
properly delete the temporary file when closing a document
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=693871
19 years ago
Pino Toscano
456e98ae21
Move the compressed files handling from openUrl() to openFile(), this way we can really handle remove compressed files.
...
Tested with local files only, remove files should work but their download seems to give broken files at the moment (kdelibs bug, I think).
This should hopefully complete the support for compressed files (eg .pdf.gz, .ps.bz2, etc).
svn path=/trunk/KDE/kdegraphics/okular/; revision=693782
19 years ago
Pino Toscano
67dff3b363
show the correct file name in the title when the document is compressed (that is, we're opening the temporary extracted file) and it has no title
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=692303
19 years ago
Pino Toscano
be0023b02a
recognize correctly the compressed mimetypes for pdf, ps and dvi
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=692295
19 years ago
Pino Toscano
301ab93196
Riactivate the very very very, and I underline very, experimental newstuff support we had before the KNS1 -> KNS2 switch:
...
- install a newstuff rc config, pointing to the NS1 stuff on okular.kde.org
- show the download dialog for newstuff, properly (hopefully) initialized
- proper linking for the okularpart
svn path=/trunk/KDE/kdegraphics/okular/; revision=690047
19 years ago
Pino Toscano
f2ef436a56
when in embedded mode, create only the base actions for the view (zoom combo/in/out)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=687811
19 years ago
Pino Toscano
2f8a8f8f44
fix integration with the shell
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=687581
19 years ago
Pino Toscano
5387c50960
Make the Configure backends dialog working, of course if the generators have the proper support for "mutable" configuration.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=687065
19 years ago
Pino Toscano
43f83cb967
move the calculation of the number of configurable generators to the Document, and start to store the information about the configurability of a generator
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=687014
19 years ago
Albert Astals Cid
55d3e7f353
deprecated--
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=683148
19 years ago
Chusslove Illich
968760cb6c
Auto-conversion to new KCmdLineArgs/KAboutData/KComponentData API (trunk/KDE). Watch for the few remaining QString to QByteArray assignments that will not compile without extra specification (typically needs .toLocal8Bit() or .toUtf8()).
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=682260
19 years ago
Albert Astals Cid
7c92c4a497
Adapt to r676616
...
Start the part in dummy mode if one of the args we get passed is "Print/Preview"
svn path=/trunk/KDE/kdegraphics/okular/; revision=676617
19 years ago
Albert Astals Cid
c5b23318ca
Error notyfing when not able to open a file
...
WindowTitle settign for remote files
svn path=/trunk/KDE/kdegraphics/okular/; revision=671944
19 years ago
Albert Astals Cid
b883cbcfa6
The part starts in dummy mode (very few ui) by default
...
Can be deactivated using unsetDummyMode(), that is the first thing the okular shell does
that's useful because for example for print preview you don't want to embed all the okular ui to do the preview, you just want to see the ps
svn path=/trunk/KDE/kdegraphics/okular/; revision=671928
19 years ago
Pino Toscano
04548385ba
add a method to the document interface to get the supported mimetypes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=668028
19 years ago
Pino Toscano
b4b3ebdded
Okular::Settings::writeConfig() -> Okular::Settings::self()->writeConfig()
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=667772
19 years ago
Pino Toscano
e83f58d78d
instead of emitting a signal, just use a simple action
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=667074
19 years ago
Pino Toscano
ca47d541f1
SVN_SILENT indent
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=666258
19 years ago
Pino Toscano
7c8cc68a8c
Add a Reload menu item to manually reload a document.
...
Useful for example when not using the watching file features.
Implements KPDF bug #136820 .
svn path=/trunk/KDE/kdegraphics/okular/; revision=661681
19 years ago
Pino Toscano
1e68ded6c9
Florian is right, change also the icon of the add/remove bookmark action
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=660124
19 years ago
Pino Toscano
8eca279375
Add an Add/Remove Bookmark to add/remove a bookmark for the current page.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=660097
19 years ago
Pino Toscano
5cd9ce1019
Master Albert is right, no need to enable the search widget over the thumbnails if the document does not support search (mainly because its backend does not support text extraction).
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=659315
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
bf9f5c6fa8
Forwardport of SVN commit 656308 by pino:
...
Restore the previously open pane in the side toolbox after reloading a watched document.
(closed KPDF #116771 )
svn path=/trunk/KDE/kdegraphics/okular/; revision=656309
19 years ago
Pino Toscano
6cf46e9160
make the D-Bus call for the search have effect also when in presentation mode;
...
give focus to the presentation search toolbar when showing it
svn path=/trunk/KDE/kdegraphics/okular/; revision=656256
19 years ago
Albert Astals Cid
0d47b62715
krazy include order issues
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=655893
19 years ago
Pino Toscano
4a166a0d70
SVN_SILENT fix copy-paste error
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=654331
19 years ago
Albert Astals Cid
b0339a4e40
fix some easy krazy issues
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=654317
19 years ago
Pino Toscano
8f443fc5fd
disable the old newstuff system, waiting for the porting to the new one
...
svn path=/trunk/playground/graphics/okular/; revision=649662
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
Albert Astals Cid
233c5c6e0f
make ps transform work again. It was not working because openurl called closeurl that deleted the temporary file. I added a new check not to delete the temporary file if that's the file we are opening :-D
...
svn path=/trunk/playground/graphics/okular/; revision=647619
19 years ago
Pino Toscano
6501e93423
convert the ps2pdf process to QProcess, albeit not working (almost clueless about why it does not work...)
...
svn path=/trunk/playground/graphics/okular/; revision=646969
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
f55c401b20
Refactor the document search interfaces, as discussed on the mailing list.
...
Merge the search in normal mode and the type-ahead in a search bar that appears on the bottom of the page view. This should work nicely.
In presentation mode, add a small floating search toolbar that takes care of searching during the presentation mode, on document request. This is not working yet, but basically most of the work is done.
Please test and report any problems you find.
CCMAIL: okular-devel@kde.org
svn path=/trunk/playground/graphics/okular/; revision=643607
19 years ago
David Faure
2bfc410d5b
Fix compilation. The mimetype handling should be rewritten though; maybe with some code in KParts itself...
...
Next problem (on amd64):
/d/kde/src/4/playground/graphics/okular/generators/plucker/unpluck/unpluck.cpp:901: error: cast from ‘void*’ to ‘int’ loses precision
svn path=/trunk/playground/graphics/okular/; revision=642273
19 years ago
Pino Toscano
9a10418505
move the about data in an own file, so it can be used from both the shell and the part
...
svn path=/trunk/playground/graphics/okular/; revision=641337
19 years ago
Pino Toscano
f1fd2750e4
save a pointer to save some casts
...
svn path=/trunk/playground/graphics/okular/; revision=641327
19 years ago
Pino Toscano
2ef46f8d90
simplify a bit the export action creation code
...
svn path=/trunk/playground/graphics/okular/; revision=641313
19 years ago
Pino Toscano
9ccf6d520d
adapt the icon names to the icon naming spec
...
svn path=/trunk/playground/graphics/okular/; revision=640710
19 years ago
Pino Toscano
fd7434c95a
Add support for custom generator about data (and potentially for custom configuration).
...
svn path=/trunk/playground/graphics/okular/; revision=640348
19 years ago
Pino Toscano
c8328a6553
Set a title for the KDE Printing Job.
...
svn path=/trunk/playground/graphics/okular/; revision=639359
19 years ago
Pino Toscano
db8a10dc2c
Preliminary supports for text and choice form fields.
...
This includes:
- the interfaces for the generators
- the basic widgets for editing their value
- a top bar for show/hide the forms of a document
- the implementation of the forms for the PDF backend
still nothing that can be done with them, nor the value of the forms can be saved...
... but it's a start! :-)
svn path=/trunk/playground/graphics/okular/; revision=637001
19 years ago
Pino Toscano
252de94b21
improve a bit the PageViewTopMessage api, in preparation of new future usage
...
svn path=/trunk/playground/graphics/okular/; revision=636493
19 years ago
Pino Toscano
290ae2a264
really new KMainWindow API
...
svn path=/trunk/playground/graphics/okular/; revision=635975
19 years ago
Tobias Koenig
fd73c59b97
Adapt to new KMainWindow API
...
svn path=/trunk/playground/graphics/okular/; revision=635671
19 years ago
Albert Astals Cid
d16343f677
Fordwardport r628869
...
Fix Keyboard navigation in kpdf in konq only possible after focusing it with the mouse after changing tab
BUGS: 136702
svn path=/trunk/playground/graphics/okular/; revision=628870
19 years ago
Albert Astals Cid
4586139282
Adapt to kdelibs changes
...
svn path=/trunk/playground/graphics/okular/; revision=628342
19 years ago