389 Commits (de4760de6eb44cb0a804ffbdacdf3ebda879bc32)

Author SHA1 Message Date
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 1deb800611 instead of being a frame, just use two frames acting as side lines to emulate a 20 years ago
Albert Astals Cid 5143cd2512 Report page size 20 years ago
Albert Astals Cid 7cd16e9d61 fix indenting + hoverbuttons do not accept focus 20 years ago
Pino Toscano f27f44fd79 Detach the progress widget from the minibar, and move the minibar as a small toolbar on the bottom of the page view. 20 years ago
Pino Toscano 2b143ca661 better this than a null icon 20 years ago
Pino Toscano 22aac31f78 remove some code that is done automatically by Qt for us 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
Pino Toscano 20947b2e8d much like the other side panes 20 years ago
Pino Toscano 280ba5fd68 improve tooltip 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
Pino Toscano fd26a17131 show the clear button of the line edit 20 years ago
Albert Astals Cid 4458c20075 viewport() -> widget() 20 years ago
Albert Astals Cid d212d60a99 correct indentign, that happens because i use vim instead of kate :-/ 20 years ago
Albert Astals Cid a5b9f5bff9 since QVBoxLayout seems to have changed its behaviour we do the relayouting at hand since it's easy enough 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 c2686ba1d1 show the annotation type in the review side tab, and a simple tooltip with its author 20 years ago
Pino Toscano 858a6bf783 factor out the text selections ruotines, so they can be used also from other places 20 years ago
Pino Toscano ac87494ce0 As suggested by our usability expert Florian, add a bar above the page view showing in case the document has embedded files, that can be clsed with the X button. 20 years ago
Albert Astals Cid 792023ffde don't show invalid dates 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
Pino Toscano 7bebb16619 make the sorting model working correctly, thanks to icefox! 20 years ago
Pino Toscano 71933af682 show something in case of documents with no fonts 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
Albert Astals Cid a9a27a9894 remove qt3 support calls 20 years ago
Pino Toscano 42310e184c Restructuring a bit how the text-editor-like selection works: 20 years ago
Pino Toscano 62e29bcc8f KPDF -> okular 20 years ago
Pino Toscano aafd2b684e more KPDF -> okular renaming in comments, include guards and READMEs 20 years ago
Tobias Koenig df7d144c10 Moved all classes in core/ into the 'Okular' namespace and removed 20 years ago
Laurent Montel 95486afabf clear button is not necessary it's into klineeedit now 20 years ago
Pino Toscano 9bbabc1f64 Forward port to okular of KPDF commit 586747: 20 years ago
Pino Toscano f2ecb5fb91 use the right icon when showing annotation-related messages 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 4d0d19be83 - reduce a bit the font used for the date label 20 years ago
Pino Toscano 1773275615 draw the icon of a linked text annotation always with a fixed, regardless of zoming 20 years ago
Dirk Mueller 89bacb77bb compile++ 20 years ago
Pino Toscano b273826b35 - don't visually consider a zero-length input as failed search 20 years ago
Pino Toscano 27dc15c960 use a standard color (yellow) when the annotation color is not defined 20 years ago
Pino Toscano dc2c0bef27 Rewrite almost completely the AnnotWindow so it uses less hacks and more Qt stuff; now it's a bit more clean 20 years ago