716 Commits (4a429ecd7ba5d2b4d2e4e6c8317e2006f280b691)

Author SHA1 Message Date
Pino Toscano bdcfe1ee03 proper graphics-viewer-document icon 19 years ago
Pino Toscano 5df1895ec0 don't use deprecated api of KUser 19 years ago
Pino Toscano 02d6dab204 adapt to the new icon names 19 years ago
Pino Toscano e461f0c113 don't include kpixmapeffect.h 19 years ago
Rafael Fernández López 396bcc107b Code adaptation because of changes on libraries related to revision 719630 19 years ago
Pascal Létourneau d0fd4b6f26 Take the margin into account in mouse{Press,Release}Event 19 years ago
Pino Toscano 24c55e3caa reduce the visible rect by -1,-1, so it looks symmetric (and perfect :) ) 19 years ago
Pino Toscano 746074cfcb Make use of the Esc key in the content area: 19 years ago
Pino Toscano 3c6b0b9181 add a method to toggle any of the tool buttons 19 years ago
Pino Toscano aa4ca4d9b3 always fill the page with the paper color, so page pixmaps with alpha does not cause garbage to be left on the page 19 years ago
Pino Toscano b455fb1221 we need to register QModelIndex as metatype to be able to pass it as parameter for queued slot calls 19 years ago
Pino Toscano 4b3b1a910c open just the TOC branch the document wants to be open; properly open them 19 years ago
Pino Toscano 057d26681a +i18n comment 19 years ago
Pino Toscano 30081b4654 Make the findbar look almost like kate's search bar (line edit buddy, tooltips). 19 years ago
Pino Toscano 1b02168dce force an update of the cursor when changing mode 19 years ago
Pino Toscano a0b2ad4a4c activate by default the clear button on every document search lineedit 19 years ago
Pino Toscano 7eb8659d4f Add a tool button in the toolbar with the "select" actions. 19 years ago
Pino Toscano 83454a5ff3 fix some memory leaks 19 years ago
David Faure 4f98f7b436 Build - BLITZ_INCLUDES includes the qimageblitz/ subdir already. 19 years ago
Pino Toscano f2b06de9fc don't draw external annotations (the backend told us it draws them) 19 years ago
Pino Toscano 18afc2df79 SVN_SILENT dead code 19 years ago
Pino Toscano de70e1355f when drawing an inline text annotation, instead of manually scaling the 1:1 image to the page (resulting a bit ugly), scale the font drawing when drawing on the image at the zoomed size 19 years ago
Pino Toscano 5da8a9861e invalidate the page filter proxy model less times 19 years ago
Tobias Koenig c70cb99bdc Add proxy model for grouping by author 19 years ago
Pino Toscano df27f63497 Highlight annotations: do not draw a solid border around them, and take into account the alpha value. 19 years ago
Pino Toscano bc509794eb remove two empty DocumentObserver notifications 19 years ago
Tobias Koenig 075eabe799 Fixed the notifications 19 years ago
Tobias Koenig 709e0eed1d Print fancy information when no annotations are available 19 years ago
Pino Toscano 08727a7cea a bit prettier 19 years ago
Tobias Koenig 9642e7ae5e Add proxy models for the AnnotationModel and port SideReviews 19 years ago
Pino Toscano a917f080e6 Create a model for the TOC, and use that for displaying the TOC of the document. 19 years ago
Tobias Koenig e40be7a9c3 Some GUI improvements 19 years ago
Pino Toscano f770c6b542 Add a port of the kdelibs classes KTreeWidgetSearchLine* that use QTreeView/QModelIndex instead of TreeWidget/QTreeWidgetItem. 19 years ago
Pino Toscano b12610e46a when an annotation was updated, update all the annotation for its page (we can't do else, at the moment...) 19 years ago
Pino Toscano b56ad8c3ae Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document). 19 years ago
Pino Toscano 928a7be1e9 properly unregister upon destruction from the document (checking if it's still alive) 19 years ago
Pino Toscano f2f15e0918 rename AnnotationItem to AnnItem, it gave me enough troubles to be left so long... 19 years ago
Pino Toscano e6cc6a58c4 properly update when an annotation is added or removed (TODO: when is just changed) 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 239434362e Basic version of a tree model for the document annotations. 19 years ago
Pino Toscano 1765025575 class with static methods -> namespace 19 years ago
Pino Toscano 815ac3867e move the annotation tooltip creation procedure in a single place 19 years ago
Pino Toscano 0bfbda8810 btter handle "empty" authors in the review tree 19 years ago
Albert Astals Cid 8d0b9b2832 KImageEffect::flatten -> Blitz::flatten 19 years ago
Pino Toscano 2498bea799 update the cursor correctly in text selection mode 19 years ago
Albert Astals Cid 3f80eceaae Now (Qt 4.3.1) that QPainter::CompositionMode_Multiply works remove agg2 based code 19 years ago
Pino Toscano cbcd969e6a filter only the page changes interesting for the thumbnails 19 years ago
Pino Toscano 45960f6b71 Allow the use to choose any icon as stamp symbol. 19 years ago
Pino Toscano fd0d892373 make the spacer expand a bit less, and fix a crash when the current annotation type has no info 19 years ago
Pino Toscano 4c80e8a8e1 properly ignore a mouse press if it's going to be context menu event 19 years ago