- 12 Feb, 2005 4 commits
-
-
Enrico Ros authored
be committing on the branch.. svn path=/trunk/kdegraphics/kpdf/; revision=388705
-
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). Have fun! svn path=/trunk/kdegraphics/kpdf/; revision=388699
-
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 3 commits
-
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/doc/kpdf/; revision=381705
-
Albert Astals Cid authored
Change name of the part from KPDFPart to KPDF, both part and shell have the same name under open with.. and preview with... as kghostview does Make preview with... show the icon svn path=/trunk/kdegraphics/kpdf/; revision=381701
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=381500
-
- 21 Jan, 2005 2 commits
-
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=381007
-
Albert Astals Cid authored
Presentation mode is now Ctrl+Shift+p instead of F9 because it was colliding with Konqueror's toggle sidebar svn path=/trunk/kdegraphics/kpdf/; revision=380993
-