350 Commits (44c7cf932acb7956d8c1a86fe732ef07500bbfbf)

Author SHA1 Message Date
Eike Hein 44c7cf932a Add support for KDE's Web Shortcuts to the page view popup menus of 16 years ago
Albert Astals Cid 3ee7d84ebe forwardport r1170081 okular/branches/KDE/4.5/kdegraphics/okular/ui/pageview.cpp: 16 years ago
Pino Toscano d882e96d8b fix the message displaying to work when the osd is disabled: 16 years ago
Pino Toscano ba6bff6552 add the possibility to pass details to PageView::displayMessage() 16 years ago
Pino Toscano 6db209b595 port the users of PageViewMessage::display() to call the version with "details", and remove the old version 16 years ago
Albert Astals Cid e0cbb82cc4 make sure we wrap correctly when zoooming too 16 years ago
Pino Toscano 4deb743fc1 ask for the annotation author before creating the actual annotator, so we can avoid it if needed 16 years ago
Albert Astals Cid 007de723db Forwardport aacid * r1157336 okular/branches/KDE/4.5/kdegraphics/okular/ui/pageview.cpp: 16 years ago
Albert Astals Cid 47801bc4ab forwardport aacid * r1156334 okular/branches/KDE/4.5/kdegraphics/okular/ui/pageview.cpp: 16 years ago
Albert Astals Cid 3ec94ee81a Forwardport aacid * r1155099 okular/branches/KDE/4.5/kdegraphics/okular/ui/pageview.cpp: 16 years ago
Albert Astals Cid 06a8da7bb9 There was a change of behaviour somewhere and my infinite scrollbar bug prevention code got outdated, fix it 16 years ago
Albert Astals Cid 0c52e164e0 forwardport r1146788 | aacid | 2010-07-06 18:18:21 +0100 (dt, 06 jul 2010) | 2 lines 16 years ago
Alex Fiestas 0552077c42 Forward of r1146302 which fix 240446 16 years ago
Albert Astals Cid d3c8411482 Nicer way to handle setting of the drag cursor now that we have some actions that trigger on double click 16 years ago
Albert Astals Cid 97b3d4d478 Open annotations on double click 16 years ago
Albert Astals Cid ad4a193e29 Close annotation windows on document change/reload 16 years ago
Pascal Létourneau afb7b7f462 Send point in content area coordinates 16 years ago
Albert Astals Cid 24b1b33906 remove the ViewRows config entry as it was unused 16 years ago
Albert Astals Cid 790efdba28 rename delayResizeTimer to delayRelayoutTimer and always create it, not on first resizeEvent 16 years ago
Pino Toscano b025b4113a activate the overwriting confirmation in all the other file save dialogs 16 years ago
Albert Astals Cid e05f0fb861 Get the viewport before resizing the canvas otherwise the canvas resizal makes the viewport change and later we end up with an incorrect viewport 17 years ago
Albert Astals Cid f18659612f Use the just created Okular::TextPage::CentralPixelTextAreaInclusionBehaviour flag when copying text selected with the text selection tool 17 years ago
Albert Astals Cid baa4f0113b not only request next and previous page pixmaps, take into account the viewmode so if we are viewing in facing mode we request the two next and the two previous 17 years ago
Albert Astals Cid d6d9ff0e5c crop area needs to be just against user rotation, not taking account page orientation since the cropbox is done on page orientation coords 17 years ago
Armin Berres 555cb3c9a1 add synctex support for pdf files 17 years ago
Pino Toscano 5c6f9ae185 reimplement scrollContentsBy() to make scrolling just repaint the damaged areas 17 years ago
Pino Toscano 61475abe5d Convert the PageView from a QScrollArea + inner QWidget to a QAbstractScrollArea. 17 years ago
Pino Toscano d9404a544d use the proper "page-zoom" icon for the zoom tool and the zoom selector 17 years ago
Pino Toscano 6e6ea57068 check whether normalized values of viewport targets are in the proper [0,1] range, and use a default value if not 17 years ago
Pino Toscano 9190c9224d raise a bit the tolerance 17 years ago
Pino Toscano 212e8a6417 improve the source reference picking by looking for the nearest object in case there's none right under the mouse 17 years ago
Pino Toscano 551145c54f When moving annotations, consider just the rotation of their pages, and not also the page orientation. 17 years ago
Albert Astals Cid 522ffd00b6 Try to fix again the inifite scroolbar loop 18 years ago
Pino Toscano 1d91c23432 Add VIM-like navigation (HJKL) in the content view. 18 years ago
Sebastian Trueg b787abb5d8 Nobody reacted on my email to the devel mailing list, so I suspect that noone has any objections to my patches. 18 years ago
Laurent Montel c2fc9836e8 Fix iterator 18 years ago
Pino Toscano 5448cfb0c3 oups, accidental typo 18 years ago
Pino Toscano 95b08ff0e6 Switch from a KSelectAction to a KActionMenu+KAction's, so the actions of the "View Mode" submenu can have custom shortcuts (and placed in toolbars, etc). 18 years ago
Pino Toscano ba01e51526 convert most of the QAction to KAction, so shortcut change on them works again 18 years ago
Pino Toscano b1f070d6c6 when no extension is set, assume png (fix the previous check) 18 years ago
Pino Toscano fbaeb30f30 Make "fit to width" the default zoom level for new documents. 18 years ago
Pino Toscano bf6c19c108 "borders" -> "margins" in menu entry 18 years ago
Pino Toscano 6993fda364 Load video widgets for the video annotations of the document in the main page view. 18 years ago
Pino Toscano 723aa28f91 no need to tie the TTS object to the page view stuff, just emit the error messages and let the page view handle them 18 years ago
Albert Astals Cid 6b106c32ca If we are cancelling move, make sure we are where we should be 18 years ago
Pino Toscano 8d83f021a8 Enable the text-to-speech actions only when there is a document loaded (other than KTTS being present, of course). 18 years ago
Pino Toscano 94a4d5086a do not leave painters open more than necessary 18 years ago
Pino Toscano 48647f1f8f Zoom and ZoomMOdality of the PageView should be serialized 18 years ago
Pino Toscano 356b4618f0 implement the ZoomModality capability (as View), 18 years ago
Pino Toscano c84e2dc144 Store the annotation window associated to the annotation it represent (using an hash); 18 years ago