82 Commits (21bf363561c6181e1645e95cbf2a2e109f5013fd)

Author SHA1 Message Date
Albert Astals Cid 21bf363561 so much for reviewing :-& 19 years ago
Albert Astals Cid 8346c0ef65 got the necessary 2 seconds to review the patch. 19 years ago
Albert Astals Cid 992cab36c2 Use fromPathOrURL so people with strange dirs with # in them still get watching working 19 years ago
Pino Toscano c93f984494 Sets the filename as title also when reloading the document. 19 years ago
Leo Savernik 006c7a8178 Provide horizontal scrollbar in table of contents sidebar instead of 19 years ago
Pino Toscano 2d05f9a371 Restore the previously open pane in the side toolbox after reloading a watched document. 19 years ago
Pino Toscano 075c323495 React to the commands for opening the TOC pane, and for expanding the subtrees of the TOC. 19 years ago
Albert Astals Cid 5e4293b61d Add an option to force the printing of the page rasterized as image instead of converting PDF commands to PS commands. 19 years ago
Albert Astals Cid 165e088a35 Give KMessageBoxes a parent widget. 19 years ago
Albert Astals Cid 13c1fb8e9e Fix emision of window caption for remote files and for kpdf windows restored by the session manager 19 years ago
Albert Astals Cid 7fcff0b27b Fix Keyboard navigation in kpdf in konq only possible after focusing it with the mouse after changing tab 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 34979ea269 Fix kpdf ignoring user defined margins when printing 20 years ago
Albert Astals Cid 34b01b3c38 When reloading a document because it changed still be in presentation mode after the reload 20 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 346d498c93 Make space scroll by viewport-page, not by document-page 20 years ago
Albert Astals Cid 55707774b0 Make the watch function work too when opening ps files through ps2pdf 20 years ago
Albert Astals Cid ceb3656ec1 fix code, it was behaving correctly just by good luck, thanks antlarr for showing the light 20 years ago
Albert Astals Cid 2b6603783e enable the print action when opening a file though drag and drop 20 years ago
James Richard Tyrer d80c6e65b9 Minor change to use icon: "show_side_panel". 20 years ago
Albert Astals Cid 9b5a54094a Reoder some deletes, add some removeObserver and use some magic QGuardPtr so that when embedded on konqueror and changing page it does crash, i still think that konqueror should not delete kpart created widgets behind its back, but probably it's easier to change kpdf than all the other code. 20 years ago
Albert Astals Cid e2b2f32ec1 Don't let people overwrite a pdf with itself while open as this DESTROYS the document and anyway it's a useless thing to do. 20 years ago
Albert Astals Cid 66e2202817 Make non-exisant ps file loading fail gracefully 20 years ago
Albert Astals Cid 3310203b91 commit patch to fix 117658 21 years ago
Albert Astals Cid 08f3d4e90e Correct i18n call. Thanks for reporting 21 years ago
Albert Astals Cid 82e2e5c38c Don't use KpdfSettings from the destructor as it seems to cause some problems for users, should fix bug 109764 21 years ago
Albert Astals Cid 5ccc52a725 add guards to check the document is opened because that slots can not be called from the ui when there's no document, but they can be called by dcop 21 years ago
Albert Astals Cid b5957ee923 Send a better Accept line so that web servers that generate the content dinamically work with kpdf. I'm not sure how we will handle that in oKular :-/ 21 years ago
Albert Astals Cid 0ee8d9e161 Don't disable print action when reloading the document 21 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
Albert Astals Cid 670b310de4 Unbreak "Open pdf embedded in konqueror, back button still moves you to that very same pdf" 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 23a06294e4 Transform -> Convert 21 years ago
Andrew Coles ded2250d27 SVN_SILENT 21 years ago
Albert Astals Cid 7ed5ae7867 Open PS files, NOOOOO, we have not coded generator_ps, we just use ps2pdf (if installed) and open the resulting file, results are quite acceptable in the few ps i've tried. Testing and feedback are welcome. 21 years ago
Albert Astals Cid a81eb09c3d always notify the shell we've opened a new url, fixes comment #4 from 106771 21 years ago
Albert Astals Cid 3b246afb3e Fix bug 106771 21 years ago
Albert Astals Cid 79b438183b Fix usability issues 2.1, 2.2 and 2.3 21 years ago
Albert Astals Cid 2f384e0c2b dcop KURL currentDocument() 21 years ago
Albert Astals Cid b44ac6e5f8 implement dcop currentPage() 21 years ago
Albert Astals Cid 3b53efc6cd Fix issue 1.4 21 years ago
Albert Astals Cid debbaff938 messageboxes explaining how to get of the presentation mode and why the document is going to be launched on presentation mode, of couse they have the typical "don't show again". 21 years ago
Albert Astals Cid b3ea24bb0d Presentation is now a dialog child of part so that get get only 1 entry on taskbar 21 years ago
Tobias Koenig 19e41ac483 Add 'Home' and 'End' key support to jump to the beginning/end of the 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 aa5ef294be When saving a file ask if we are going to overwrite a existing file 21 years ago