121 Commits (1525dea87df30fa7f28bf4b7d3a5030eca58692e)

Author SHA1 Message Date
Fabio D'Urso 1fdc4cbc72 Only draw the bounding box of (ExternallyDrawn & BeingMoved) annotations 14 years ago
Fabio D'Urso 29db8bafbc Render ExternallyDrawn annotations in PagePainter if they are BeingMoved 14 years ago
Albert Astals Cid 7825e4c545 Fix stuff for a better merge 14 years ago
Mohammad Mahfuzur Rahman Mamun 746414b86b changing the branch name 14 years ago
Michel Ludwig 2fd4100cbd Coding style fixes 15 years ago
Michel Ludwig e8e0237ca0 Add the possibility to show sources location graphically on the rendered pages. 15 years ago
Mohammad Mahfuzur Rahman Mamun dca4ee559c Another Code Refactoring done 15 years ago
Mohammad Mahfuzur Rahman Mamun 8667667222 unnecessary changes removed from pagepainter.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
Albert Astals Cid 439e7b9799 remove unused variables 15 years ago
Albert Astals Cid f95073babb If we are going to copy raw data from src to dest we need to make sure both are in the same image format 15 years ago
Albert Astals Cid 24b20c5521 do not trust kdelibs to give a pixmap even if we ask for it since sometimes it fails 16 years ago
Pino Toscano f31db87a63 add a ExternallyDrawn flag to mark annotations which are drawn elsewhere (eg by the generator) 16 years ago
Laurent Montel c2fc9836e8 Fix iterator 18 years ago
Pino Toscano fba08521c0 consider annotBoundary as boundary *without* cropping to the requested limits 18 years ago
Pino Toscano f80f5ca79c insolate the "stamp+icon" loading method in an own function 18 years ago
Jakob Petsovits df5364da6c Copy Okular's app icon from Oxygen core as "okular", 18 years ago
Pino Toscano a921cca1f0 finish painting before assigning to another image 18 years ago
Pino Toscano 2b971b07b2 Make it possible to draw just sections (crops within bounding boxes) of pages. 18 years ago
Pino Toscano 13e05a7894 factorize the creation of pens with "standard" annotation style settings 18 years ago
Pino Toscano 522f72a302 geometric annotations: draw a dashed border if set so 18 years ago
Pino Toscano 2b4bfa777b improve a bit the drawing of geom annotations: 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 66c950fcbb use a yellow color if the annotation's one is not valid 18 years ago
Pino Toscano 44aa2d7088 Globally store an icon loader different that the global one (eg the KPart one); 18 years ago
Pino Toscano 4cbfcb582b for now, paint the external annotations as well, as we have no way to know whether the general is able to paint them 19 years ago
Albert Astals Cid 498c0fc0e0 QPixmap::toImage does not always give us QImage::Format_ARGB32_Premultiplied so enforce it 19 years ago
Pino Toscano 6e6eaab798 when drawing a normalized path, use a polygon to draw the path when the path has no filling 19 years ago
Pino Toscano bdcfe1ee03 proper graphics-viewer-document icon 19 years ago
Rafael Fernández López 396bcc107b Code adaptation because of changes on libraries related to revision 719630 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
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 df27f63497 Highlight annotations: do not draw a solid border around them, and take into account the alpha value. 19 years ago
Albert Astals Cid 8d0b9b2832 KImageEffect::flatten -> Blitz::flatten 19 years ago
Albert Astals Cid 3f80eceaae Now (Qt 4.3.1) that QPainter::CompositionMode_Multiply works remove agg2 based code 19 years ago
Aaron J. Seigo a8e576712e kiconloader fixes 19 years ago
Pino Toscano e0274514ff When paiting an empty page (because there are no pixmaps for it), then fill with a color conforming with all the accessibility settings (not just the paper color). 19 years ago
Albert Astals Cid c4f3580d28 commit the code that will replace the AGG based code once QPainter works 19 years ago
Pino Toscano 2577cf1773 convert the busyPixmap from KStaticDeleter to K_GLOBAL_STATIC 19 years ago
Pino Toscano 5f21b15d99 Link -> Action renaming. 19 years ago
Albert Astals Cid 0d47b62715 krazy include order issues 19 years ago
Pino Toscano 95bb597a85 hide the text selection inside the private class of Page 19 years ago
Pino Toscano 229f3cf1de add a private function for the nearest Page pixmap, for the PagePainter usage; 19 years ago
Laurent Montel 34edbef72d Port to new api 19 years ago
Pino Toscano 652787611d make it build with the new kdelibs 19 years ago
Pino Toscano dff36b98f8 simplify RegularAreaRect by avoiding the usage of pointers, as they don't give benefits anyway. 19 years ago