1634 Commits (f2e9633ea7603df965eb7fdddf875fa8e950fb4d)

Author SHA1 Message Date
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
Enrico Ros 1e9f0e590a Another milestone has been reached: complete saving/restoring of 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
Enrico Ros 0de54211f1 Annotations: Author name request. Configure::generalDialog: changes. 21 years ago
Enrico Ros 3c6049f415 Adapted to changes in Annotation and children strcuts. 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 99a10e1841 All fixes done in HEAD come to annotations branch 21 years ago
Albert Astals Cid 1ba32eb82e Fix 100881 21 years ago
Enrico Ros c6191c4836 Annotations -Part2- PDF1.6 DSs are summarized and ready4impl in ann*.h 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
Enrico Ros 09d75891eb Synced TODO with BKO's kpdf whishes up to 100341. 21 years ago
Enrico Ros a12cc5e5a8 Getting ready for HEAD merge of parts of the stuff. 21 years ago
Albert Astals Cid f6b9f9d17a Typo: continous -> continuous 21 years ago
Enrico Ros b2ed18c67b Added google-like searches on thumbnailslist (in fact the controller is the 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
Enrico Ros fbc7d45083 Adding support for annotations in framework. Only need to add and 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 451a3091cc Opening kdpf_annotations branch. Code changes: 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
Enrico Ros 2a3f35acb9 Fixed broken link following (if not in external document). 21 years ago
Albert Astals Cid bcf32aaf7b Build on KDE 3.3 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
Albert Astals Cid d9dcb3e1ac Be consistent with Konqi and Kate 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 3e1834c261 smoothscroll 21 years ago
Enrico Ros d1e074058b cleanups and scroll api 21 years ago
Albert Astals Cid aa5cdd7c8a Better use of kttsd, thanks Gary for the patch 21 years ago
Enrico Ros 6f6664c24f ThumbnailList: show graphical 'clip' on thumbnails. 21 years ago
Enrico Ros c4c09c7c04 Added KTTSD support (only for selections). This is done via pure dcop and 21 years ago
Enrico Ros f644f4e8c4 Switch to seleciton mode when pressing RMB while in normal (drag) mode. 21 years ago
Tobias Koenig 0124e8a4ac Let the PresentationWidget make use of the viewport. Now the presentation is 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