116 Commits (bd4169e552f2d94942bf9e2bae8545ec00d32c93)

Author SHA1 Message Date
Albert Astals Cid 37f510a311 Fix crash on documents like the one on 106767, we must not check for a imagelink if we found a normal link that points to another document because the imagelink does not exists anymore, this was not present on 3.4 but yes on 3.4.1, backporting on a moment 21 years ago
Albert Astals Cid 12e6eefcfe revert fix for 106546 was causing other problems 21 years ago
Albert Astals Cid 66c71c3c72 Q3MemArray -> QVector 21 years ago
Albert Astals Cid d599aebde9 don't crash when clicking on [+] 21 years ago
Albert Astals Cid 45f58c45a3 Fix usability issues as reported by our usability man 21 years ago
Albert Astals Cid f4026b3237 Fix bug 103433 (usability) 21 years ago
Albert Astals Cid 26211ea3a1 adding some comments 21 years ago
Albert Astals Cid 00795e5d73 Fix bug 106546, Jakubs that is who made the code don't see why it should be there if without it vim-like search still works 21 years ago
Albert Astals Cid 84ac707651 fix osd 21 years ago
Albert Astals Cid 65f71d9cdf fix layouting a bit 21 years ago
Albert Astals Cid 9c0b0a45a0 you can open files, but any try to scroll the viewport will make it crash 21 years ago
Albert Astals Cid e73e00117d Don't crash when receive null qfocusevent * 21 years ago
Albert Astals Cid 888b0c05a9 link, crashes on startup and has some commented things i need to port later on 21 years ago
Albert Astals Cid be052853fa Fix usability problem with toc. 21 years ago
Albert Astals Cid 9047a879bd Fordward port fix for bug 105454 21 years ago
Stephan Binner a753159331 fix disabled icons 21 years ago
Albert Astals Cid 4c5ee1aafc remove extra ( ) 21 years ago
Albert Astals Cid 560868e9dd fix bug 104900. 21 years ago
Albert Astals Cid 5d2ed914f7 - Use correct text color for highlighted thumbnails 21 years ago
Albert Astals Cid a7338e2c03 Wrap completely the selected thumbnai with the select color. 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 7b0fb39117 Obey page up and page down keys in presentation mode 21 years ago
Albert Astals Cid 60a53c21ea Only start search has you type if the document supports it 21 years ago
Albert Astals Cid 9f55f72131 Adapt fix for 102117 to HEAD version of the properties dialog 21 years ago
Albert Astals Cid 87687f7e50 Update d->zoomFactor when resizing the view and we are on fitpage or fitwidth so that when we click Zoom+ or Zoom- the zoom updates acordingly 21 years ago
Albert Astals Cid 148f8606f6 Save zoom setting on exit 21 years ago
Albert Astals Cid 0649174a87 Fix bug 101648, thanks a lot for reporting Mikolaj 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 a8e70b4374 Make presentation widget wheel behave the same that when on scrollview, down next page, up previous page 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 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 39f8e14d23 Branchport fuzzy search (google like) and kwallet support for storing passwords from kpdf_annotations branch to HEAD. 21 years ago
Albert Astals Cid 1ba32eb82e Fix 100881 21 years ago
Albert Astals Cid 764fd6cf28 Fix compile on Solaris 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
Jakub Stachowski 02b3ab70f1 Make popup menu work also when in selection mode. 21 years ago
Albert Astals Cid f6b9f9d17a Typo: continous -> continuous 21 years ago
Enrico Ros f04b9739c8 Follow-up to Albert's commit. DRM handling 'the right way'. Forbids 21 years ago
Enrico Ros 08aeb0b73a Fixing the bug Albert told me about (generalizes the 'exit fullscreen' bug 21 years ago
Albert Astals Cid fa67d6676c Delay the calculation of m_width and m_height (and all its associated things) until first time the widget is shown (paintEvent), doing KGlobalSettings::desktopGeometry(this); in PresentationWidget::PresentationWidget always returns the geometry of the first screen, so it must be done in paintEvent (for example), where the widget has already been shown and KGlobalSettings::desktopGeometry(this); returns the geometry of the correct screen. 21 years ago
Albert Astals Cid a950ddc798 Enrico, now i see you wanted RMB -> Fit Width to change to one column mode, but i do not see why the "Fit Width" on the combo and the "fit width" on the RMB should have differnt behaviour (as #99238 said) so i'm removing the check for 1 column here. 21 years ago
Albert Astals Cid da9f2c7ec2 Don't create that action. We don't use it anywhere not plug it anywhere (mainly because it is not implemented), but creating it makes "Draw" appear at the configure Shortcuts dialog and is quite strange to configure a shortcut to something that does not "exist" 21 years ago
Albert Astals Cid 1807afa681 Implement RMB Fit Width "the right way (TM)" 21 years ago
Enrico Ros bea47b52e5 Added missing 'viewportchanged' notify for runtime added observers. 21 years ago
Enrico Ros 5341583f17 SHAME ON ME! messed up with cervisia. Undoing my last commit: I supposed to 21 years ago
Enrico Ros a9a312dad7 Opening kdpf_annotations branch. Code changes: 21 years ago
Enrico Ros d576e28a32 More naming changes. KPDFPage is perfectly in shape now. 21 years ago
Enrico Ros 5b0c32e43f Misc fixes and cleanups and tidy up the code (KPDFPageRect -> ObjectRect). 21 years ago