60 Commits (ff9790f7b64659220b074cad7d05fb895e610399)

Author SHA1 Message Date
Albert Astals Cid 165e088a35 Give KMessageBoxes a parent widget. 19 years ago
Albert Astals Cid 80eaa8ceca With dfaures and mine changes on kdelibs this is the proper fix for 140482 19 years ago
Albert Astals Cid 37d73fd806 The mimetype system is returning that the file at http://www.phydid.de/showpdf.php?artikel_id=91 is an octet-stream for some strange reason. 19 years ago
Pino Toscano 6f371a9966 Backport from SVN commit 619810 by pino in okular: 19 years ago
Albert Astals Cid 7e8ee93cad Fix restoring the correct viewport on session restore when the document is non local. 20 years ago
Albert Astals Cid 369b1c692b finally commit patch by Mary Ellen Foster to implement wish 109078 20 years ago
Albert Astals Cid 8ccb165215 avoid warning 20 years ago
Albert Astals Cid 55ca6b3560 ei you sucker preserve the formatting! 20 years ago
Albert Astals Cid b884075868 Do not be "too" intelligent and assume a Browse link means html. 20 years ago
Albert Astals Cid 2d237a802a If somebody from the upper spheres (like Konqui for example) gives us the mimetype use it instead trying to guess the mimetype ourselves for the file we are opening, fixes problem in opening a pdf file generated by php code 21 years ago
Stephan Binner 31326cbb42 Yes/No dialog buttons are bad for usability 21 years ago
Albert Astals Cid fe9ef1d751 Link following in presentation mode. 21 years ago
Albert Astals Cid d785f1368c Rename Settings to KpdfSettings to avoid #101155 21 years ago
Albert Astals Cid bdc00ae3f3 Correct the implementation of Quit link action 21 years ago
Albert Astals Cid c8a96f9fd2 more generator_png -> generator_kimgio renaming 21 years ago
Albert Astals Cid 9946534b1d generator_png -> generator_kimgio 21 years ago
Albert Astals Cid 2f384e0c2b dcop KURL currentDocument() 21 years ago
Albert Astals Cid 56f6f83fb9 Accept "invalid" viewports when the link is to an external pdf 21 years ago
Albert Astals Cid 1e1eeb8e65 Don't crash on malformed documents that have links to unexistant places, for example in smli_tr-2005-143.pdf link [3] from page 4 does not point anywhere (Acrobat Reader confirms it) 21 years ago
Albert Astals Cid 08d23c5231 Proof of concept PNG generator, to use if do kpdf foo.png as open only shows pdf, it crashes when doing Search as you type and Presentation does not works but it only has 10 lines of code and it was done to show how "easy" is adding new generators 21 years ago
Albert Astals Cid bdfb693d3e Welcome the fonts dialog, as normal the from xpdf source is our inspiration, this time pdffonts.cc 21 years ago
Albert Astals Cid 742ed0b955 Update changelog and make links use the cool smooth scrolling if nobody says that is bad i think that gives us a wow factor and no configure option is needed 21 years ago
Albert Astals Cid 45d2e302dd Partly implement destXYZ Links (zoom is missing). As destXYZ links say the TopLeft corner of the screen that should be displayed i've changed documentViewport syntax a bit, mainly now it includes a Position pos; that can be Center or TopLeft, everything still uses Centered viewports except that pageview::notifyViewportChanged understands TopLeft and translates it to a Center documentviewport so the smoothscroll and so one still work. 21 years ago
Albert Astals Cid 39f8e14d23 Branchport fuzzy search (google like) and kwallet support for storing passwords from kpdf_annotations branch to HEAD. 21 years ago
Albert Astals Cid 5150b65199 Follow relative links 21 years ago
Albert Astals Cid 27c1e8a078 Don't crash on ps renamed to pdf. Change requested by core-devel 21 years ago
Enrico Ros f04b9739c8 Follow-up to Albert's commit. DRM handling 'the right way'. Forbids 21 years ago
Enrico Ros bea47b52e5 Added missing 'viewportchanged' notify for runtime added observers. 21 years ago
Enrico Ros 2a3f35acb9 Fixed broken link following (if not in external document). 21 years ago
Albert Astals Cid bc1806e218 - Do not reattach the dcop client 21 years ago
Enrico Ros 519892521f Fix the last CRASH (on search) and fix a memleak before BETA2 tagging. 21 years ago
Enrico Ros 9e73b4235e Fixed type-ahead searches. Reworked search code. Found alternative way to 21 years ago
Enrico Ros f4b94c016d SEARCH CHANGES: absolutely want to get in those fixes before freeze. 21 years ago
Enrico Ros d1e074058b cleanups and scroll api 21 years ago
Albert Astals Cid 48868bc89d Neither Enrico nor me know why that is here and it causes a bug where last page is not searched so it's probably a copy&paste bug. Remove 21 years ago
Enrico Ros fd0606adb2 FIX: Delete allocation descriptors when dynamic observers are removed. 21 years ago
Enrico Ros 5f48094e08 History saving/restoring in addition to the current viewport. 21 years ago
Enrico Ros 93c1d3845d Implemented history (implementation is inside Document. actions (2) are in 21 years ago
Enrico Ros e65c7058c3 Added the MiniBar class, a layouted widget that displays current page 21 years ago
Enrico Ros 156dfb22f9 PageView: Fixed crash in preloading within single page mode. Lowered number 21 years ago
Enrico Ros 3ba7c53676 Fix preloading. It does real good now. 21 years ago
Enrico Ros 962f891b80 For Users: 21 years ago
Albert Astals Cid c0029ac3f2 Fix small mem leaks 21 years ago
Albert Astals Cid 97847d8081 Make options be "Enable foo" instead of "Disable foo" 21 years ago
Albert Astals Cid 2b8427a55b Add bool KPDFDocument::isOpened() const and use it so that the user can not begin a find-ahead search if no document is loaded 21 years ago
Jakub Stachowski cc5f8bb689 Findahead - as in khtml. 21 years ago
Enrico Ros 4b868c2ef1 mini cleanup 1; starting to work seriously on memory management and contour 21 years ago
Enrico Ros 3bf154b57d Viewport: fixes, setViewport( vp, id ) excludes id from the notified 21 years ago
Enrico Ros 162d1a9cf9 CVS_SILENT commented out debug stuff. it works. 21 years ago
Enrico Ros 6dd95c9e06 Viewport MOD 1. Implemented the DocumentViewport class, owned by Document. 21 years ago