- 20 Feb, 2005 1 commit
-
-
Albert Astals Cid authored
BUGS: 99859 svn path=/trunk/kdegraphics/kpdf/; revision=391513
-
- 19 Feb, 2005 4 commits
-
-
Albert Astals Cid authored
Please #kde-devel people making beign a pdf hacker more easy, if you don't want drm checking just do ./configure --enable-kpdf-drm=no svn path=/trunk/kdegraphics/kpdf/; revision=390898
-
Enrico Ros authored
printing and copying text from protected files (avoids legal issues). svn path=/trunk/kdegraphics/kpdf/; revision=390880
-
Albert Astals Cid authored
IMHO this is not a feaute but a bug-fix as if this is not implemented we let the user copy text and print from PDF that are protected against and wether we may like it or not is what the spec says and we could get in problems if someone copies text from a protected PDF using our tool. svn path=/trunk/kdegraphics/kpdf/; revision=390866
-
Waldo Bastian authored
reliable * No need to attach, all KDE applications register with DCOP by default already svn path=/trunk/kdegraphics/kpdf/; revision=390754
-
- 18 Feb, 2005 1 commit
-
-
Enrico Ros authored
that Albert fixed a while ago). Always ensure that pixmaps are requested if a relayout has been performed, even if the viewport is not moved but contents changed. Removed a warning. svn path=/trunk/kdegraphics/kpdf/; revision=390694
-
- 16 Feb, 2005 2 commits
-
-
Albert Astals Cid authored
Delay the calculation of m_width and m_height (and all its associated things) until first time the widget is shown (paintEvent), doing KGlobalSettings::desktopGeometry(this); in PresentationWidget::PresentationWidget always returns the geometry of the first screen, so it must be done in paintEvent (for example), where the widget has already been shown and KGlobalSettings::desktopGeometry(this); returns the geometry of the correct screen. Thanks to Olaf Bonorden for the patch testing BUGS: 97347 svn path=/trunk/kdegraphics/kpdf/; revision=389970
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=389902
-
- 15 Feb, 2005 1 commit
-
-
Albert Astals Cid authored
Don't look for the factory actions when there is no factory :-D BUGS: 99229 svn path=/trunk/kdegraphics/kpdf/; revision=389779
-
- 14 Feb, 2005 1 commit
-
-
Albert Astals Cid authored
Clarify configure option --enable-multithreaded-kpdf If you have warnings about HAVE_T1LIB_H beign defined twice re-run ./configure BUGS: 99344 svn path=/trunk/kdegraphics/kpdf/; revision=389391
-
- 13 Feb, 2005 3 commits
-
-
Albert Astals Cid authored
Enrico, now i see you wanted RMB -> Fit Width to change to one column mode, but i do not see why the "Fit Width" on the combo and the "fit width" on the RMB should have differnt behaviour (as #99238 said) so i'm removing the check for 1 column here. CCMAIL: rosenric@dei.unipd.it svn path=/trunk/kdegraphics/kpdf/; revision=389222
-
Albert Astals Cid authored
Don't create that action. We don't use it anywhere not plug it anywhere (mainly because it is not implemented), but creating it makes "Draw" appear at the configure Shortcuts dialog and is quite strange to configure a shortcut to something that does not "exist" svn path=/trunk/kdegraphics/kpdf/; revision=389219
-
Albert Astals Cid authored
Fixes bug 99238 BUGS: 99238 svn path=/trunk/kdegraphics/kpdf/; revision=389202
-
- 12 Feb, 2005 5 commits
-
-
Enrico Ros authored
Fixes bad sync between viewports. (thanks to Tobias K. for the suggestion) svn path=/trunk/kdegraphics/kpdf/; revision=388758
-
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 1 commit
-
-
Enrico Ros authored
BUG:98091 svn path=/trunk/kdegraphics/kpdf/; revision=383357
-