- 27 Feb, 2005 1 commit
-
-
Enrico Ros authored
svn path=/branches/kpdf_annotations/kdegraphics/kpdf/; revision=393517
-
- 26 Feb, 2005 1 commit
-
-
Enrico Ros authored
pageviewtoolbox.cpp/.h: Removed. PageViewToolBar (was PageViewToolbox): Moved def/impl inside the pageviewutils.c/.h files. Uses eventfilter to get notified when the anchorWidget changes in size. Cleaned up code. Annotations: added empty code. PageView: removed some code. fixed rmb popup menu hidden if no document was opened. Updated TODO. svn path=/branches/kpdf_annotations/kdegraphics/kpdf/; revision=393302
-
- 20 Feb, 2005 2 commits
-
-
Enrico Ros authored
SearchWidget). Splitted SearchType::GoogleLike in GoogleAll and GoogleAny to mark pages if all words are present or at least one is present resp. --TODOs; svn path=/branches/kpdf_annotations/kdegraphics/kpdf/; revision=391354
-
Enrico Ros authored
really nice (and well documented) API! Passwords of protected files are stored in the 'KPdf' folder of the Network wallet. Updated todo. svn path=/branches/kpdf_annotations/kdegraphics/kpdf/; revision=391251
-
- 18 Feb, 2005 1 commit
-
-
Enrico Ros authored
implement annotations now (and create the save/load procedure). Annotations: converging to a stable Annotation definition. Changed a bit the paint functions. Added a first 'template' annotation, a simple pen-like segments recorder for framework testing purposes only. This has events filters in place and the rough paint function implemented. PageView: removed the MouseEdit mode and using that button for toggling the editToolBox instead. Added Annotation support. When the Annotation is created, all pageView events flow through that new object. Repaint of damaged/old areas is done internally and is based on the geometry of the annotation we're creating. When an Annotation is complete, it is reparented to the Page that adds it to its internal list. From that point on the annotation will be rendered by pagePainter using the pixmap-based paint function provided by the annotation itself. PagePainter: draws annotations stored in pages when rendering (using the 'rought paint function' till the good pixmap based one will be in place. Page: added preliminary support for adding Annotation(s) to the page and deleting them all. Document: added the pass-through call to add an Annotation to the Page and notify observers. PageViewToolbox: can be draged and attached to any side. Position is remembered between runs (choose your side and that the toolbox will always be there). Available on Right and Bottom sides too. Emits -1 when the current tool is deselected. Misc: added Annotations to both the 'observers changed flags' and the 'pagepainter' ones and updated ui classes accordingly. svn path=/branches/kpdf_annotations/kdegraphics/kpdf/; revision=390638
-
- 12 Feb, 2005 3 commits
-
-
Enrico Ros authored
User Interface: added a toolbox for selecting an annotation tool without polluting the toolbar (pageviewtoolbox animated widget). Icons of that toolbar are gimped version of ones in nuvola icontheme. Core: added annotation class. this will support all features (except for silly ones (really there are some!)) from pdf 1.6 specs but abstracted in the kdpf way. (api changes in progress...) About annotations: only some incomplete interfaces are in plasefor now. Every type of pdf annotations has tens of parameters. I think we'll render correctly everything but provide only simple and useful tools for making annotations over the pages, otherwise a 'Qt designer like' property view will be required to do fine adjustment over the crappy thousands of settings. (and we're aiming at a quick and simple viewer with lots of coolness, not chaos). Note: the code has been wrongly committed to HEAD before,but soon reverted. Have fun! svn path=/branches/kpdf_annotations/kdegraphics/kpdf/; revision=388768
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=388687
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=388679
-
- 11 Feb, 2005 1 commit
-
-
Dirk Mueller authored
svn path=/trunk/kdegraphics/kpdf/; revision=388502
-
- 09 Feb, 2005 2 commits
-
-
Enrico Ros authored
I'm working on Annotations stuff now, expect good news after the freeze! svn path=/trunk/kdegraphics/kpdf/; revision=387781
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=387779
-
- 08 Feb, 2005 1 commit
-
-
Enrico Ros authored
Normalized [0..1] every object attached to page. Fixed find-ahead (didn't loop after last page). svn path=/trunk/kdegraphics/kpdf/; revision=387447
-
- 05 Feb, 2005 2 commits
-
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=386560
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=386347
-
- 04 Feb, 2005 1 commit
-
-
Albert Astals Cid authored
- Keep the original url on the document so we can open relative file names - Add Enrico and my copyright svn path=/trunk/kdegraphics/kpdf/; revision=386244
-
- 03 Feb, 2005 1 commit
-
-
Enrico Ros authored
Removed old code, reworked bad code. I have no more reported crashes now. No plans for additions or code changes till 3.4 release. Thank you all kpdf users, Have Fun! svn path=/trunk/kdegraphics/kpdf/; revision=385897
-
- 02 Feb, 2005 2 commits
-
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=385593
-
Enrico Ros authored
setRasterOp. Cleaned up RenningSearch class. Performance fix on actions. svn path=/trunk/kdegraphics/kpdf/; revision=385447
-
- 01 Feb, 2005 6 commits
-
-
İsmail Dönmez authored
CVS_SILENT Unused variable svn path=/trunk/kdegraphics/kpdf/; revision=385111
-
Enrico Ros authored
fixed multiple selections on page bugs. next commits will come tomorrow. svn path=/trunk/kdegraphics/kpdf/; revision=385045
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=385041
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=385040
-
Albert Astals Cid authored
BUG: 98316 svn path=/trunk/kdegraphics/kpdf/; revision=385022
-
Jakub Stachowski authored
svn path=/trunk/kdegraphics/kpdf/; revision=384867
-
- 31 Jan, 2005 2 commits
-
-
Albert Astals Cid authored
Honour KDE User Interface Guidelines - Menu section http://developer.kde.org/documentation/standards/kde/style/menus/index.html, Application specific menus go after Go and before Settings, thanks Pino for noticing svn path=/trunk/kdegraphics/kpdf/; revision=384680
-
Albert Astals Cid authored
Neither Enrico nor me know why that is here and it causes a bug where last page is not searched so it's probably a copy&paste bug. Remove svn path=/trunk/kdegraphics/kpdf/; revision=384614
-
- 30 Jan, 2005 2 commits
-
-
Jakub Stachowski authored
svn path=/trunk/kdegraphics/kpdf/; revision=384288
-
Enrico Ros authored
PageView: avoid update() on bookmark change (since rendering is bookmark independant). svn path=/trunk/kdegraphics/kpdf/; revision=383987
-
- 29 Jan, 2005 1 commit
-
-
Enrico Ros authored
without including any 3.4 header (like kspeech.h) to keep compatibility with 3.3 and older releases (reported to work on these). Cleanups in PageView's mouse handling. Supports selections of different colors now. svn path=/trunk/kdegraphics/kpdf/; revision=383651
-
- 28 Jan, 2005 6 commits
-
-
Enrico Ros authored
BUG:98091 svn path=/trunk/kdegraphics/kpdf/; revision=383357
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=383333
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=383327
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=383326
-
Tobias Koenig authored
shown at the same page like before when a watched PDF file has changed. svn path=/trunk/kdegraphics/kpdf/; revision=383193
-
Tobias Koenig authored
multiple times (e.g. when the watched PDF has changed) svn path=/trunk/kdegraphics/kpdf/; revision=383178
-
- 27 Jan, 2005 1 commit
-
-
Enrico Ros authored
Part). Implemented 'history (xpdf's LinkAction) links'. History depth is 100 steps by default (this is enough for sure, clicking 100 times on a button is not an easy task :-). Minor issues (removed half TODOs in code, all FIXMEs are already removed): Invoke mailer on 'mailto:' links inst instead of konqueror. Actions cleanup: disable actions like 'print', 'preview', 'save to..', etc when there isn't an active document. Added history actions to the toolbar in place of the 'prev_page' and 'next_page' ones. Fixed open+open_recent action tooltip and behavior. Move definition and implementation of PagePainter class to ui/pagepainter from core/page. Valgrinded and leakchecked (2 memory leaks spotted and fixed (missing contents deletion in KPDFGeneratorThread and missing deletion of PixmapRequests on cancel in Document::requestPixmaps())). svn path=/trunk/kdegraphics/kpdf/; revision=382960
-
- 26 Jan, 2005 1 commit
-
-
Enrico Ros authored
number, the total number of pages and a little grahical 'progress' indicator. Moved 'next page' and 'prev page' buttons from the main toolbar to the MiniBar. Minibar lets you edit the page number, click or wheel on progress, go to next/prev page, show the gotoPage dialog. Added rmb popup when clicking on thumbnails. When clicking, the ThumbnailList only emits the same signal emitted by PageView so the same context menu is displayed. Misc fixes: [MEM] enabled allocated pages raising in queue when displayed again, [ThumbnailList] enabled PageUp/PageDown. svn path=/trunk/kdegraphics/kpdf/; revision=382597
-
- 24 Jan, 2005 2 commits
-
-
Albert Astals Cid authored
BUG: 97347 svn path=/trunk/kdegraphics/kpdf/; revision=381994
-
Script Kiddy authored
svn path=/trunk/kdegraphics/kpdf/; revision=381833
-
- 23 Jan, 2005 1 commit
-
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/doc/kpdf/; revision=381705
-