74 Commits (d47207c13b0cf174bdf68559c4066cedea827f82)

Author SHA1 Message Date
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
Jakub Stachowski 7fb48499c9 Backport fix for bug 99316 (accel for showing/hiding sidebar) from 21 years ago
Albert Astals Cid 61ba6bd575 Fix the bug introduced by my last fix, Correctly restore last page if last page viewed before a "watch file" reload does not exists anymore 21 years ago
Albert Astals Cid d358dec14d Comitting a fix for the memory leak that happens when reloading a file because it was beign watched. 21 years ago
Albert Astals Cid 722cce25e5 Do not start kttsd only to see if we can use it, use ktrader for that. Only start kttsd when the user really ask for a text to be spoken. Same patch as the one sent to core-devel + a i18n() we are not allowed to backport 21 years ago
Enrico Ros f04b9739c8 Follow-up to Albert's commit. DRM handling 'the right way'. Forbids 21 years ago
Waldo Bastian e4a142347e * Use startServiceByDesktopName instead of startServiceByName, it's more 21 years ago
Albert Astals Cid 949fbe3372 Thanks for providing the URL to check against. 21 years ago
Enrico Ros c4ecddd149 Fixing the "can't hide left panel" bug. 21 years ago