102 Commits (e568f100d528da42a4bda13bd4f51ccdeceaa8be)

Author SHA1 Message Date
Fabio D'Urso e568f100d5 Turn the annotation tools list in a configurable option 13 years ago
Fabio D'Urso c9e5d0a0b0 Make PageViewAnnotator reparse tool list on configuration change 13 years ago
Fabio D'Urso b6f201147c PickPointEngine: make sure that new annotations are within page limits 13 years ago
Fabio D'Urso 13fd564f7a Bound events routed to annotator engine within the locked page 13 years ago
Albert Astals Cid 55c413332e Don't ignore mouse movements on the annotator when not on the locked item 13 years ago
Albert Astals Cid 1ef6929344 Don't ignore mouse movements on the annotator when not on the locked item 13 years ago
Albert Astals Cid 7333dd143b Add some const to pageviewannotator.cpp 13 years ago
Albert Astals Cid 1f2e2353b2 Small style changes 14 years ago
Jon Mease b395e742fc Support high precision QTabletEvents for creating annotations 14 years ago
Sandro Mani 56dd5278d2 Fix Tools->review inconsistency when switching tool 14 years ago
Sandro Mani a2dd088ebd Fix Tools->review inconsistency when switching tool 14 years ago
Fabio D'Urso c5391e4643 Restore default "Note" stamp for linked text annotations 14 years ago
Albert Astals Cid b2dfb910e8 Small rework of AnnotWindow 14 years ago
Montel Laurent f9f65979f5 Normalize signals/slots 15 years ago
Burkhard Lück ebb5118adb add i18n() to make summary translatable 15 years ago
Albert Astals Cid 72e616551b Allow the "continuous" selection of a tool by double clicking on it 15 years ago
Albert Astals Cid 870fd3ba12 Fix point #1 of 213258, open the dialog editor just after adding a note, because adding a note without text is probably not what you want to do. 15 years ago
Pino Toscano ba6bff6552 add the possibility to pass details to PageView::displayMessage() 16 years ago
Albert Astals Cid 89f0eb01fb Factor out static methods for determining the event type and button when dealing with annotations 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 b0938f12ad i wonder why gcc thinks this is an ambiguous if, but fix the warning 17 years ago
Pino Toscano 61475abe5d Convert the PageView from a QScrollArea + inner QWidget to a QAbstractScrollArea. 17 years ago
Pino Toscano a5e2ce3d4a When construct "stamp" annotations, allow to drag to select the area for the rubber stamp. 18 years ago
Pino Toscano 2b971b07b2 Make it possible to draw just sections (crops within bounding boxes) of pages. 18 years ago
Pino Toscano d178ffee1b do not leak the empty selection 18 years ago
Pino Toscano e1cf55dcea Constructing a text highlight annotation with no text inside is pointless, don't do it. 18 years ago
Pino Toscano e786e9dfb9 Deprecate the own point width of the geometric annotation in favour of the width of the style. 18 years ago
Pino Toscano a02131d6a9 do not leak the text selection when stopping the construction of a text highlight annotation 18 years ago
Pino Toscano 4219c90f63 translate the tool name as soon as we read it 19 years ago
Pino Toscano 8f55446c17 don't expand the selection rect one pixel too much in both directions 19 years ago
Pino Toscano 995972052d Review toolbar: 19 years ago
Pino Toscano a2ff1d85fd disable the "construct again the same annotation", it seems too confusing 19 years ago
Pino Toscano 5df1895ec0 don't use deprecated api of KUser 19 years ago
Pino Toscano 746074cfcb Make use of the Esc key in the content area: 19 years ago
Pino Toscano 4415a36e3e rename the AnnotationItem to AnnotationToolItem, otherwise there's a plain conflict with the private class of the AnnotationModel 19 years ago
Pino Toscano cd0dd24193 i18n fixes 19 years ago
Pino Toscano 5150419e81 adapt the debug stuff to the new kdebug way: 19 years ago
Pino Toscano b4b3ebdded Okular::Settings::writeConfig() -> Okular::Settings::self()->writeConfig() 19 years ago
Pino Toscano 2c1d5aa44e Refactor a bit the annotating toolbar, so it can handle better its items and cha 19 years ago
Albert Astals Cid 0d47b62715 krazy include order issues 19 years ago
Albert Astals Cid b0339a4e40 fix some easy krazy issues 19 years ago
Pino Toscano 82389f9efa after constructing the text annotation, delete the selection as it's no more useful (and it isn't leaked) 19 years ago
Pino Toscano 213b25284f make the annotation tool tooltip text translatable 19 years ago
Pino Toscano abd42c14cd the PickPoint annotator engine can draw a dashed frame around the selected zone if a tool wants it; applied to the free text annotation for now [and improved its description while I was there] 19 years ago
Pino Toscano 426e21ba6f just read the annotation tools _once_ 19 years ago
Pino Toscano 8add3d7863 really disable the active tool when hiding the annotating toolbar, thanks Bart for pointing that out 19 years ago
Pino Toscano 846dbf7cb9 don't shadow a class member 19 years ago
Pino Toscano bbb55280d5 Simplify the auxiliary functions used within RegularArea<>, patch by André Wöbbeking. 19 years ago
Pino Toscano dff36b98f8 simplify RegularAreaRect by avoiding the usage of pointers, as they don't give benefits anyway. 19 years ago
Tobias Koenig 6f9d0df5cd Further annotation API cleanup 20 years ago