- 26 Nov, 2007 1 commit
-
-
John Layt authored
* 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
-
- 15 Oct, 2007 1 commit
-
-
John Layt authored
*** 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
-
- 02 Oct, 2007 1 commit
-
-
Pino Toscano authored
- the part uses the same app share for its specific stuff - no manual need to load another catalog ("okular") in the part svn path=/trunk/KDE/kdegraphics/okular/; revision=720296
-
- 14 Sep, 2007 1 commit
-
-
Pino Toscano authored
Preparing a bit for separating rectangular text selection and rectangular image selection. svn path=/trunk/KDE/kdegraphics/okular/; revision=712381
-
- 09 Sep, 2007 3 commits
-
-
Tobias Koenig authored
to it svn path=/trunk/KDE/kdegraphics/okular/; revision=710330
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=710317
-
Pino Toscano authored
Add a port of the kdelibs classes KTreeWidgetSearchLine* that use QTreeView/QModelIndex instead of TreeWidget/QTreeWidgetItem. This way, we can really filter a tree view and avoid the limitations of QSortFilterProxyModel. svn path=/trunk/KDE/kdegraphics/okular/; revision=710310
-
- 08 Sep, 2007 1 commit
-
-
Pino Toscano authored
It provides the items this way: root + page 1 | + annotations for page 1 + page 2 | + annotations for page 2 .. and so on It does not return subtrees for pages without annotations. svn path=/trunk/KDE/kdegraphics/okular/; revision=709946
-
- 07 Sep, 2007 2 commits
-
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=709618
-
Albert Astals Cid authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=709615
-
- 05 Sep, 2007 1 commit
-
-
Albert Astals Cid authored
Actually i think it's even a bit faster now svn path=/trunk/KDE/kdegraphics/okular/; revision=708877
-
- 06 Aug, 2007 1 commit
-
-
Pino Toscano authored
The old sidebar had many problems and limitations, usability issues as well. This new sidebar tries to simplify and solve many of these issues (like the navigability with the keyboard), with a better looking. Of course, some glitches are still there, but easily solvable. svn path=/trunk/KDE/kdegraphics/okular/; revision=697060
-
- 19 Jul, 2007 2 commits
-
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=690056
-
Pino Toscano authored
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
-
- 11 Jul, 2007 1 commit
-
-
Laurent Montel authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=686601
-
- 10 Jul, 2007 2 commits
-
-
Laurent Montel authored
into lib dependancy) svn path=/trunk/KDE/kdegraphics/okular/; revision=686187
-
Allen Winter authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=686063
-
- 08 Jul, 2007 1 commit
-
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=685327
-
- 07 Jul, 2007 1 commit
-
-
Pino Toscano authored
Instead of having a synchronous function that extracts all the information at once, use a function to read the fonts of a single page. This way, we can get all the result step by step (aka page by page), and possibly in an asynchronous way. The resuls of the font "scanning" are sent via signals, as well the end of the work. So, instead of block waiting for the results of all the document at once, the Fonts tab in the properties dialog can have a progress bar with the progress, and the results (the fonts) that are added incrementally to the list. Only two minor things are left: - the process is always asynchronous at the moment, as the only generator that can provide this kind of information is the Poppler one (safe) - there is no check for duplicate fonts But they should be easy to solve. svn path=/trunk/KDE/kdegraphics/okular/; revision=685002
-
- 04 Jul, 2007 1 commit
-
-
Albert Astals Cid authored
Do not start numberOfPagesWithPixmaps threads because that brings the system down, just start what threadweaver thinks its best Probably still have to tell the weaver how to optimize for memory consumption but it's an improvement anyways svn path=/trunk/KDE/kdegraphics/okular/; revision=683383
-
- 19 May, 2007 1 commit
-
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=666266
-
- 01 May, 2007 1 commit
-
-
Stephan Binner authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=659939
-
- 22 Apr, 2007 1 commit
-
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=656760
-
- 20 Apr, 2007 3 commits
-
-
Pino Toscano authored
move the Generator::Private to a GeneratorPrivate, and move the implementations of the provate threads to a cpp svn path=/trunk/KDE/kdegraphics/okular/; revision=656221
-
Laurent Montel authored
we install it on distro) svn path=/trunk/KDE/kdegraphics/okular/; revision=656213
-
Pino Toscano authored
Step #1: link.(cpp|h) -> action.(cpp|h) svn path=/trunk/KDE/kdegraphics/okular/; revision=656123
-
- 02 Apr, 2007 1 commit
-
-
Pino Toscano authored
svn path=/trunk/playground/graphics/okular/; revision=649662
-
- 30 Mar, 2007 1 commit
-
-
Pino Toscano authored
svn path=/trunk/playground/graphics/okular/; revision=648027
-
- 28 Mar, 2007 1 commit
-
-
David Faure authored
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
-
- 24 Mar, 2007 1 commit
-
-
Pino Toscano authored
This removes the needs for Page to be a QObject (it's the PageController that connects to the jobs and emits the right signals), so it again a "cheap" object. svn path=/trunk/playground/graphics/okular/; revision=646010
-
- 18 Mar, 2007 2 commits
-
-
Pino Toscano authored
svn path=/trunk/playground/graphics/okular/; revision=643914
-
Christian Ehrlicher authored
warnings-- svn path=/trunk/playground/graphics/okular/; revision=643874
-
- 17 Mar, 2007 2 commits
-
-
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
-
Pino Toscano authored
isolate the search search bar in an own class (child of KLineEdit), so it can be used with no copy-paste job svn path=/trunk/playground/graphics/okular/; revision=643508
-
- 10 Mar, 2007 1 commit
-
-
Pino Toscano authored
svn path=/trunk/playground/graphics/okular/; revision=641188
-
- 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
-
- 05 Feb, 2007 1 commit
-
-
Pino Toscano authored
At the moment is quite simple and works only for external sounds. Activate the sound playing when processing links and when switching pages in presentation mode only. svn path=/trunk/playground/graphics/okular/; revision=630315
-
- 31 Jan, 2007 1 commit
-
-
Pino Toscano authored
Last step of the ThreadedGenerator -> Generator merge: remove the old files and rename the used file. svn path=/trunk/playground/graphics/okular/; revision=628856
-
- 25 Jan, 2007 1 commit
-
-
Pino Toscano authored
get rid of two CMakeLists.txt's used to only install one files each - install the stuff from the top-level CMakeLists.txt svn path=/trunk/playground/graphics/okular/; revision=627106
-
- 24 Jan, 2007 1 commit
-
-
Tobias Koenig authored
- made comicbook, tiff and kimgio a threaded generator svn path=/trunk/playground/graphics/okular/; revision=626761
-