628 Commits (b8a458dcdc923353eb095f4e1cd7705a1e8a354d)

Author SHA1 Message Date
Pino Toscano b8a458dcdc old stuff no more used, and no need to waste i18n strings 19 years ago
Pino Toscano 301ab93196 Riactivate the very very very, and I underline very, experimental newstuff support we had before the KNS1 -> KNS2 switch: 19 years ago
Pino Toscano 536b632536 Correctly translate the ink annotations now. 19 years ago
Pino Toscano 668dcad8da Now the annotations can be dragged and moved after being placed on a page, even if the page is rotated. 19 years ago
Pino Toscano 9f17173619 always as temporary widget, show a text area for the annotation contents 19 years ago
Pino Toscano 54f586f18a remove the editing of unique name and flags, they are internal 19 years ago
Pino Toscano 4754b6713e no need for a parent widget, as its parent will be another layout 19 years ago
Pino Toscano 8114ea7200 fix or add the include guards 19 years ago
Pino Toscano f2ef436a56 when in embedded mode, create only the base actions for the view (zoom combo/in/out) 19 years ago
Pino Toscano 808aa2a621 duplicate header 19 years ago
Pino Toscano f1d5e478ba init fix 19 years ago
Pino Toscano 964424d62f stop gracefully the font extraction thread when closing a document or the properties dialog; make the thread deleting itself when finished 19 years ago
Pino Toscano ff308d7f83 hopefully fix the sorting of the fonts 19 years ago
Pino Toscano d746b667a4 minor renamings in the EmbedType enum: 19 years ago
Pino Toscano 3fd552ef21 Extend the FontInfo class to distinguish the different types of font embedding. 19 years ago
Pino Toscano 8a31e6f3f0 Allow the user to change the visible part(s) of the document by dragging the visible areas in the thumbnails, and to change the zoom of the document by Ctrl+wheel on them. 19 years ago
Pino Toscano e5037f45b1 Refator a bit the way Document and the generators use to read the font information from a document. 19 years ago
Pino Toscano 80d7b04b0f lround() -> qRound() 19 years ago
Pino Toscano 8c42d8cf02 add a simple popup menu for the items, just with 'save as' at the moment 19 years ago
Pino Toscano 2602037fb9 display (if available) the file size for attachments, courtesy of Albert for his work in poppler 19 years ago
Albert Astals Cid 5348802a9b MultiSelection sucks, go go go ExtendedSelection 19 years ago
Albert Astals Cid d511adfd84 fordwardport r678167 19 years ago
Albert Astals Cid b883cbcfa6 The part starts in dummy mode (very few ui) by default 19 years ago
Dirk Mueller 12b7b0d5d1 if you don't check the result, then don't waste time 19 years ago
Laurent Montel e31f9ada54 Remove not necessary "class classname;" 19 years ago
Robert Knight bb6936f60c Make the mini-bar look a bit better: Make the previous/next page buttons larger so they are easier to click. Fix the layouting so that the button height is not bound by the font height. Use 'of' instead of '/' to separate the current page and page count. 19 years ago
Robert Knight 99d4342ae8 Remove frame around the page view. 19 years ago
Pino Toscano 753f06e8e3 use the bookmark icon for the bookmark overlay in the thumbnail list 19 years ago
Pino Toscano b4b3ebdded Okular::Settings::writeConfig() -> Okular::Settings::self()->writeConfig() 19 years ago
Pino Toscano 905ca02fb2 center the "no items" text of the annotation pane, until a better solution comes 19 years ago
Pino Toscano e83f58d78d instead of emitting a signal, just use a simple action 19 years ago
Pino Toscano 3019616824 Bookmark list: add a tooltip for the top-level items with the number of bookmarks of the file. 19 years ago
Pino Toscano 4e2e675914 No need to show entries with no children. 19 years ago
Pino Toscano 0e9b82be96 get rid of the Xrender-related stuff 19 years ago
Pino Toscano 223d0fc421 remove the special code for painting the blended selection with XRender, Qt can do that nicely (and for free, heh) 19 years ago
Pino Toscano 6735089e77 SVN_SILENT follow the render -> view renaming for the columns as well 19 years ago
Pino Toscano 28580b8625 Bookmarks list: make double click always open the bookmark, while its editing is possible using the edit key (usually F2) or the context menu. 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
Pino Toscano faeaa3ec01 Sharing the same option for the accessibility render mode and for the view mode is not a good idea, really. 19 years ago
Pino Toscano 8ccb38b9fe very small cleanup among the #include part 19 years ago
Pino Toscano 1eb435cddb remove the kdebug.h inclusion in area.h 19 years ago
Dirk Mueller 43a23a2de6 the usual "daily unbreak compilation" 19 years ago
Pino Toscano 6aaefb7f68 "pdf"/"pdf file" -> "document" 19 years ago
Pino Toscano 106e96240c rename (almost) every ActionFoo class to FooAction 19 years ago
Pino Toscano a9532ee414 and a static QBitmap here leaks as well 19 years ago
Pino Toscano 912706a856 revert my r659797, a QButtonGroup can't help here 19 years ago
Pino Toscano 7cfa67ecf4 improve a bit the Document::setPageSize API -- better pass the size, and not an index 19 years ago
Pino Toscano 0f4cd40e26 slotRotation -> setRotation 19 years ago
Pino Toscano 0260a8f2d6 properly isolate rebuildTree() from the itemChanged() signals 19 years ago
Pino Toscano f8662cfa90 disconnect() the itemChanged() before rebuilding the tree and reconnect after that, otherwise we'll end up saving the bookmarks many times 19 years ago