208 Commits (a5f6538d43de89ce068d8864794a9dc2204c2d48)

Author SHA1 Message Date
Holger Freyther d8e92f5ff8 okular/ui/pageview.cpp: Make it compile with QtMac 20 years ago
Pino Toscano f387bb2b0a Cancel selecting when Esc is pressed. 20 years ago
Pino Toscano 6ac2174811 move the configuration update procedures of the page view into the page view itself 20 years ago
Pino Toscano 0be674f981 Forwardport SVN commit 599376 by pino: 20 years ago
Pino Toscano 4c0808fabf a bit less of #include's 20 years ago
Pino Toscano 5f28d1163f make a pair of actions name and label more close to the others 20 years ago
Pino Toscano 7d6f5be0e5 less verbose 20 years ago
Pino Toscano ed84916c0d spell checking 20 years ago
Albert Astals Cid d3f03d2144 Change slotRequestVisiblePixmaps that is called due to a rotation change to a queued petition, this makes rotation changing from 0º to 180º work as previously pixmaps where not reasked because the page items relayouting was done after (in a queded petition) and so they did not intersect at this stage, now as we use a queued petition too for slotRequestVisiblePixmaps, the order is correct and works 20 years ago
Pino Toscano 85bf380d7d this seems a little bit faster... 20 years ago
Pino Toscano a5d7d31d33 isolate the Xrender dependant code, so okular can be compile and work even without it 20 years ago
Pino Toscano ef1fb7e8d5 const 20 years ago
Pino Toscano 87904adec4 change a bit how we look for objects in a page: first look for annotations, then links (acrobat reader does this way too, so it should be the "right" thing to do) 20 years ago
Pino Toscano c8ba6d8c15 be sure to remove also the pointer to the old annotation window when deleting the window itself 20 years ago
Pino Toscano c9346d8331 tooltip for annotation on the pageview 20 years ago
Albert Astals Cid 7ae910d0b8 fix rendering when at very high zoom levels 20 years ago
Pino Toscano 6bd498e8e3 draw the page outline rect correctly again 20 years ago
Albert Astals Cid 4458c20075 viewport() -> widget() 20 years ago
Albert Astals Cid d767c84a30 Fix painting when at very few pages and zoom level alst pages where not beign painted 20 years ago
Albert Astals Cid e6dae78ac3 Port Q3ScrollView to QScrollArea, probably still has some small issues but seems to work quite well 20 years ago
Pino Toscano 858a6bf783 factor out the text selections ruotines, so they can be used also from other places 20 years ago
Albert Astals Cid 0ecf1ba8da Fix autoscroll 20 years ago
Albert Astals Cid de8d4bad59 reinstantiate the fact that right pressing and dragging in select mode moves you to the selection mode 20 years ago
Albert Astals Cid 6bf2d5947f fix my own breakage 20 years ago
Albert Astals Cid a1a3c9c559 IMadeItWorkSoRemoveTheTODO 20 years ago
Albert Astals Cid 7f63a0128c makeItWork 20 years ago
Pino Toscano 853d6c70a7 Give a tooltip in the page view for every kind of lnk we support. 20 years ago
Pino Toscano 42310e184c Restructuring a bit how the text-editor-like selection works: 20 years ago
Tobias Koenig df7d144c10 Moved all classes in core/ into the 'Okular' namespace and removed 20 years ago
Pino Toscano 9bbabc1f64 Forward port to okular of KPDF commit 586747: 20 years ago
Pino Toscano b1d70d87a8 icon change for the annotation property action 20 years ago
Pino Toscano 45615e5289 Reworked a bit the ObjectRect API, by allowing subclassing for easiness wrt Annotation's. The brand new AnnotationObjectRect is responsible for providing the annotation bounding rect (that may vary for the various annotation types). 20 years ago
Pino Toscano 8357b47a8c Annotations: 20 years ago
Pino Toscano 58610481d8 Annotations: 20 years ago
Tobias Koenig 2f0946e831 Make selection tool working again 20 years ago
Tobias Koenig c3c79fa216 SVN_SILENT code cleanup 20 years ago
Tobias Koenig 90140c1479 warnings-- 20 years ago
Albert Astals Cid 760fdbcadb makeItBuild 20 years ago
Laurent Montel fcac6654b8 Adapt to new qtdbus 20 years ago
Albert Astals Cid 5ce0f2a634 branchport r573007 20 years ago
Chu Xiaodong 9c575a91d3 replace embedded annotation dialog with annot window, child of PageView 20 years ago
Chu Xiaodong a6516a74ef Fix annotation size difference when added in diff scales 20 years ago
Chu Xiaodong e6078e98c3 call Annotation context menu any time(implemented in pageview.cpp) 20 years ago
Chu Xiaodong 3f81e3788f Free TextAnnotation,pop-up window and annotation properties dialog added. 20 years ago
Laurent Montel ead282936e Compile++ 20 years ago
Clarence Dang 2561c5f879 remove probably unwanted debug from previous commit 20 years ago
Clarence Dang 8ecc533c70 Allow entering of "123" zoom instead of only "123%". Previously, if it couldn't find a % to chop, it would kill the last digit (the '3' in "123", giving an incorrect, 12%). 20 years ago
Clarence Dang 8fa041d06f make zoom combobox work; editing the text directly is not supported yet 20 years ago
Pino Toscano 250cca6cb5 no need to recalc the flags every time we paint 20 years ago
Pino Toscano fd03b7e799 the speech of the current selection (via kttsd) is working again 20 years ago