372 Commits (258cd6562a4d4ecc3850f5878e259daa02c34d3a)

Author SHA1 Message Date
Albert Astals Cid a4cb8dcce0 Only create the menu if we are going to use it 15 years ago
Mohammad Mahfuzur Rahman Mamun dca4ee559c Another Code Refactoring done 15 years ago
Mohammad Mahfuzur Rahman Mamun da26410530 unnecessary changes removed from pageview.cpp 15 years ago
Mohammad Mahfuzur Rahman Mamun 3bbc5bc8b8 Removed the case of right click for text Selection where even if no text is selected right click would allow the user to copy text 15 years ago
Mohammad Mahfuzur Rahman Mamun 10b11903c2 Removal of black selection for epub or odt is working with some problem 15 years ago
Mohammad Mahfuzur Rahman Mamun 929e4b6a0e Removed some double selection Problem 15 years ago
Albert Astals Cid ea82b3eb42 Fix opening hand 15 years ago
Aleix Pol 390bf78ecc Change mouse cursor when changing the current tool 15 years ago
Montel Laurent f9f65979f5 Normalize signals/slots 15 years ago
Christopher Reichert 0f1499c003 Keep cursor as Qt::IBeamCursor when in Text Selection Mode. 15 years ago
Mohammad Mahfuzur Rahman Mamun 57db9f4c19 textSelection according to the TextList seems to work fine -- tested with some pdfs 15 years ago
Mohammad Mahfuzur Rahman Mamun 3798bd7398 primary text selection for more than one columns -- have problem if start or end is in empty space 15 years ago
Myreal Name 2149fb46ef Another message 15 years ago
Christopher Reichert 0213afca46 Page up and Page down buttons now work while focus is in the search bar 15 years ago
Albert Astals Cid 439e7b9799 remove unused variables 15 years ago
Albert Astals Cid ec45cf9620 resizeEvent needs to call requestPixmaps too, not only relayoutPages 15 years ago
Eike Hein dd83975be0 Fix glitches in page outline drap shadow rendering. 15 years ago
Albert Astals Cid e084fbc705 Accept slight pixel movements for detecting mouse clicks 15 years ago
Albert Astals Cid b7ff1536fc build with 4.5 libs 16 years ago
Nikhil Marathe a59a80c98d More intuitive keyboard shortcuts for rotation 16 years ago
Eike Hein 71298c5d04 Don't show the Web Shortcuts submenu if DRM disallows copying. 16 years ago
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