- 13 Sep, 2004 5 commits
-
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=346259
-
Enrico Ros authored
coherent now. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=346258
-
Enrico Ros authored
and made them exclusive (still some logic to wire to make things even better, but now it's more usable than before). Added mouse modes (normal, selection, editing). Dragging the page in normal mode is back. Added link-hovering example (on a top-left rect) to help Albert to implement "link following" in a way as clean as possible. Page is centered in the view and has an outline if it is smaller than the viewport. In FitTo* mode resizing also resizes the page (done syncronously but this will change). Note: it consumes (doesn't leak!) lots of memory because all you see is cached and the memory management is not implemented atm. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=346257
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=346097
-
Enrico Ros authored
addressed soon. Zoom to width/page correctly works. Rendering code path is still unchecked, maybe the flow can be optimized (but not much..). svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=346093
-
- 12 Sep, 2004 3 commits
-
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=346044
-
Enrico Ros authored
now. Todo: rendering with fast resizing (thumbnails-like), good zoom code, port mouse, view managing (centering / multiple pages). svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=346043
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=346028
-
- 11 Sep, 2004 1 commit
-
-
Enrico Ros authored
part to the two sub-widgets. Cleanups and commented stuff. I love comments. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=345701
-
- 10 Sep, 2004 3 commits
-
-
Enrico Ros authored
but will change soon!) thumbnail generator. Previews are shown and rescaled smoothly. Some optimizations and fixes (over my buggy code :-P). kpdf rocks svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=345508
-
Enrico Ros authored
now.. thre will be room for eye-candy in the future :-P. Drawing is scaled via a qpainter xForm while resizing and a regeneration is performed asyncronously when thumbnaillist's resizing is done. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=345459
-
Enrico Ros authored
page. Next comes thumbnails and document. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=345349
-
- 09 Sep, 2004 3 commits
-
-
Albert Astals Cid authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=345325
-
Enrico Ros authored
mimic the same behavior. Dynamic zooming previews. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=345314
-
Enrico Ros authored
different ratio for pages, splitter between previews and page widgets. _Part porting is nearly done.. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=345216
-
- 08 Sep, 2004 1 commit
-
-
Enrico Ros authored
Cleaned up a lot. Added 2 classes, reorganized the code. Also reindented the part to please AACid's style. I'll resort some of the funcitonalities soon. Plz, wait for the end of breakings before making changes. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=344958
-
- 07 Sep, 2004 3 commits
-
-
Albert Astals Cid authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=344835
-
Albert Astals Cid authored
Bye bye QOutputDevPixmap svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=344825
-
Albert Astals Cid authored
Reindent thumbnailist to use tabs (i love tabs) and while at it make its 1 based (i mean first thumbnail is thumbnail number one) as all the rest of classes. Also changes by Pinto made on head svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=344820
-
- 06 Sep, 2004 2 commits
-
-
Enrico Ros authored
The branch has been created by Albert Astals Cid and Enrico Ros to try to rearrange the code of kpdf. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=344552
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=344336
-
- 05 Sep, 2004 2 commits
-
-
Albert Astals Cid authored
Increase thumbnail geneartion thread priority a bit, IdlePriority is so little priority some people were getting no thumbnail generated at all. svn path=/trunk/kdegraphics/kpdf/; revision=344241
-
Albert Astals Cid authored
CCMAIL:74437-done@bugs.kde.org svn path=/trunk/kdegraphics/kpdf/; revision=344089
-
- 04 Sep, 2004 5 commits
-
-
Albert Astals Cid authored
Update the nice design document Enrico produced svn path=/trunk/kdegraphics/kpdf/; revision=344031
-
Albert Astals Cid authored
Need testers before backporting it to 3.3.x so please test svn path=/trunk/kdegraphics/kpdf/; revision=344025
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=343936
-
Stephan Kulow authored
CCMAIL: 78245@bugs.kde.org svn path=/trunk/kdegraphics/kpdf/; revision=343893
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=343885
-
- 03 Sep, 2004 6 commits
-
-
Albert Astals Cid authored
if some pages are landscape and others are not the most common win as kprinter does not accept a per page setting and it is not "fair" making the first page decide on what to do svn path=/trunk/kdegraphics/kpdf/; revision=343838
-
Albert Astals Cid authored
The printer.setOption("orientation-requested", "4"); to request Landscape when using a preview and not doing printer.setup() is really an undocumented feature of kprinter as printer.setOrientation(KPrinter::Landscape); only seems to work if you use kprinter::setup and set if BEFORE using that method svn path=/trunk/kdegraphics/kpdf/; revision=343832
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=343811
-
Albert Astals Cid authored
use QPaintDevice::x11AppDpiY() for vertical dpi instead of QPaintDevice::x11AppDpiX() svn path=/trunk/kdegraphics/kpdf/; revision=343763
-
Andrew Coles authored
CVS_SILENT Added missing copyright headers. svn path=/trunk/kdegraphics/kpdf/; revision=343706
-
Andrew Coles authored
Implemented a QMap to convert the xpdf error messages (containing typos) to 'i18n'ed typo-free versions; xpdf errors are then passed through this to allow localised error messages to be displayed, as before, as well as typo-free native-language versions. svn path=/trunk/kdegraphics/kpdf/; revision=343685
-
- 02 Sep, 2004 5 commits
-
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=343577
-
Albert Astals Cid authored
Thanks Antti Backporting in a moment CCMAIL:82887-done@bugs.kde.org svn path=/trunk/kdegraphics/kpdf/; revision=343566
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=343539
-
Albert Astals Cid authored
CCMAIL:andrew_coles@yahoo.co.uk svn path=/trunk/kdegraphics/kpdf/; revision=343533
-
Andrew Coles authored
CVS_SILENT Corrected typos. svn path=/trunk/kdegraphics/kpdf/; revision=343494
-
- 30 Aug, 2004 1 commit
-
-
Script Kiddy authored
svn path=/trunk/kdegraphics/kpdf/; revision=342856
-