- 05 Jun, 2007 2 commits
-
-
Albert Astals Cid authored
WindowTitle settign for remote files svn path=/trunk/KDE/kdegraphics/okular/; revision=671944
-
Albert Astals Cid authored
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
-
- 04 Jun, 2007 1 commit
-
-
Laurent Montel authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=671220
-
- 24 May, 2007 1 commit
-
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=668028
-
- 06 May, 2007 1 commit
-
-
Pino Toscano authored
Useful for example when not using the watching file features. Implements KPDF bug #136820. svn path=/trunk/KDE/kdegraphics/okular/; revision=661681
-
- 01 May, 2007 2 commits
-
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=660124
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=660097
-
- 20 Apr, 2007 1 commit
-
-
Pino Toscano authored
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
-
- 27 Mar, 2007 1 commit
-
-
Pino Toscano authored
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
-
- 17 Mar, 2007 1 commit
-
-
Pino Toscano authored
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
-
- 10 Mar, 2007 1 commit
-
-
Pino Toscano authored
svn path=/trunk/playground/graphics/okular/; revision=641327
-
- 07 Mar, 2007 1 commit
-
-
Pino Toscano authored
svn path=/trunk/playground/graphics/okular/; revision=640348
-
- 25 Feb, 2007 1 commit
-
-
Pino Toscano authored
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
-
- 21 Feb, 2007 1 commit
-
-
Pino Toscano authored
svn path=/trunk/playground/graphics/okular/; revision=635975
-
- 20 Feb, 2007 1 commit
-
-
Tobias Koenig authored
svn path=/trunk/playground/graphics/okular/; revision=635671
-
- 28 Jan, 2007 1 commit
-
-
Pino Toscano authored
Refactor a bit the way we load the generator libraries: hide the hash with the Generator completely into the Document, so the Document have the complete control over them. Add fillConfigDialog() and supportedMimeTypes() to the Document, so the Part can get all the info it needs with no need to own the generator structure. This also loads all the generators when asking for their config widget, but that can be improved easily now; furthermore, all the generators used to load documents are kept. svn path=/trunk/playground/graphics/okular/; revision=627909
-
- 26 Jan, 2007 1 commit
-
-
Albert Astals Cid authored
svn path=/trunk/playground/graphics/okular/; revision=627479
-
- 22 Jan, 2007 1 commit
-
-
Pino Toscano authored
svn path=/trunk/playground/graphics/okular/; revision=626158
-
- 13 Jan, 2007 3 commits
-
-
Pino Toscano authored
As requested by our usability expert Florian, add a Bookmarks menu with the bookmarks in the current document, if any. svn path=/trunk/playground/graphics/okular/; revision=622995
-
Leandro Emanuel López authored
svn path=/trunk/playground/graphics/okular/; revision=622791
-
Leandro Emanuel López authored
svn path=/trunk/playground/graphics/okular/; revision=622789
-
- 12 Jan, 2007 1 commit
-
-
Leandro Emanuel López authored
svn path=/trunk/playground/graphics/okular/; revision=622784
-
- 09 Jan, 2007 1 commit
-
-
Laurent Montel authored
svn path=/trunk/playground/graphics/okular/; revision=621624
-
- 04 Jan, 2007 1 commit
-
-
Pino Toscano authored
Add an interface (implemented by the Part) for controlling the really basic document viewer functionalities. This (along with a small refactor in the okular shell) gives the user the possibility to start okular with: -p, --page <page> : to select the startup page --presentation : to start directly in presentation mode implementing also KPDF wishes #134115 and #137905. svn path=/trunk/playground/graphics/okular/; revision=619681
-
- 24 Nov, 2006 1 commit
-
-
Pino Toscano authored
svn path=/trunk/playground/graphics/okular/; revision=607496
-
- 25 Oct, 2006 1 commit
-
-
Tobias Koenig authored
* Hide as much private API as possible in Generator, PixmapRequest and ExportEntry/Format * Renamed ExportEntry to ExportFormat and made it value based * Removed canExportToText() and exportToText() from Generator API and implemented this functionality in exportFormats()/exportTo() in the generators * Removed the orientation parameter from PixmapRequest and let the Document handle the rotation of the page (pixmap) instead CCMAIL:okular-devel@kde.org svn path=/trunk/playground/graphics/okular/; revision=599058
-
- 15 Oct, 2006 3 commits
-
-
Albert Astals Cid authored
It's only reported in case it makes sense for the format Only implemented for pdf atm If all pages have the same size it's reported on document properties else there's a label shown in the new bottom bar with the size of the current page svn path=/trunk/playground/graphics/okular/; revision=595822
-
Pino Toscano authored
Detach the progress widget from the minibar, and move the minibar as a small toolbar on the bottom of the page view. Implements KPDF wish #102788. svn path=/trunk/playground/graphics/okular/; revision=595764
-
Albert Astals Cid authored
******* When reloading a document because it changed still be in presentation mode after the reload ******* and while at it make the document reloading work again svn path=/trunk/playground/graphics/okular/; revision=595690
-
- 13 Oct, 2006 1 commit
-
-
Pino Toscano authored
svn path=/trunk/playground/graphics/okular/; revision=595267
-
- 03 Oct, 2006 1 commit
-
-
Pino Toscano authored
As suggested by our usability expert Florian, add a bar above the page view showing in case the document has embedded files, that can be clsed with the X button. svn path=/trunk/playground/graphics/okular/; revision=591837
-
- 21 Sep, 2006 1 commit
-
-
Tobias Koenig authored
nearly all references to kpdf (knewstuff still missing). svn path=/trunk/playground/graphics/okular/; revision=586993
-
- 15 Sep, 2006 1 commit
-
-
Albert Astals Cid authored
Fix bug 133507 that prevented the correct restoring of the document viewport on session restore for remote documents svn path=/trunk/playground/graphics/okular/; revision=584932
-
- 30 Aug, 2006 1 commit
-
-
Tobias Koenig authored
svn path=/trunk/playground/graphics/okular/; revision=578859
-
- 11 Jul, 2006 1 commit
-
-
Pino Toscano authored
finally commit patch by Mary Ellen Foster to implement wish 109078 Incidentally also implements wish 127382 Sorry for having taken so long. svn path=/trunk/playground/graphics/okular/; revision=561300
-
- 03 Jul, 2006 1 commit
-
-
Pino Toscano authored
Quite bad that menus and icons don't work... svn path=/trunk/playground/graphics/okular/; revision=557452
-
- 01 Jul, 2006 1 commit
-
-
Pino Toscano authored
New skeleton for giving the generators the possibility to export the document they open in some format they support. The text exporting option is detached from that other options and always visible (disabled if not supported), so it could be easier for the user to find it out. svn path=/trunk/playground/graphics/okular/; revision=556922
-
- 24 Jun, 2006 1 commit
-
-
Pino Toscano authored
svn path=/trunk/playground/graphics/okular/; revision=554556
-
- 12 Jun, 2006 1 commit
-
-
Albert Astals Cid authored
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550782
-
- 05 Jun, 2006 1 commit
-
-
Albert Astals Cid authored
svn path=/branches/work/kde4/playground/graphics/okular/; revision=548432
-