- 27 Oct, 2004 1 commit
-
-
Enrico Ros authored
ported. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=358208
-
- 10 Oct, 2004 1 commit
-
-
Enrico Ros authored
slotSetCurrentPagePosition -> slotSetCurrentPageViewport. Not completely implemented but working. After implementation clicking on links will do the right job on the viewport. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=353365
-
- 30 Sep, 2004 1 commit
-
-
Enrico Ros authored
page, hiding others and redefining contents area. Bookmark action moved to document, that updates observers state after each operation. Many fixes in pageview. Pixmapwidget returns a const KPDFPage*. No scroll-on-drag and go-to-page only with left click onThumbnailList. Starting to reorganize PageView events (link test with cursor changing on page sample impl.). svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=350583
-
- 27 Sep, 2004 1 commit
-
-
Enrico Ros authored
fully functional now. Better and faster graphics in PageView and ThumbnailList. I need the memory manager now.. mmm.. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=349849
-
- 26 Sep, 2004 1 commit
-
-
Enrico Ros authored
Code in thumbnail.* is ported into pixmapwidget and shared with a new class that renders the page inside the (also new) pageview that borns over the old kpdf_pagewidget class. This commit features a 'state of the art' working-by-chance, buggy, segfault prone view-layout algo.. :-) maybe that's stuff to fix soon!! svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=349598
-
- 23 Sep, 2004 1 commit
-
-
Enrico Ros authored
PageWidget class is now PageView. Added actions for selecting page layouts. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=348865
-
- 17 Sep, 2004 1 commit
-
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=347252
-
- 15 Sep, 2004 2 commits
-
-
Enrico Ros authored
memory reduction on the displayed page. OutputDev under big changes. Now DocumentObservers have an unique ID so they can queue requests to documents and they get their data stored in Page(s). No more Pixmaps or Thumbnails requests, every observer can request a custom-sized pixmap for a given page. That makes room for new observers (like a cool perspective book like page viewer or stacked viewer or what your fantasy suggests :-). svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=346792
-
Albert Astals Cid authored
Enrico code is probably better but until we merge the experiments branch this is a little more thing that can be done in the thread so GUI is even smaller svn path=/trunk/kdegraphics/kpdf/; revision=346789
-
- 14 Sep, 2004 2 commits
-
-
Albert Astals Cid authored
Greg can you please test if that makes memory consumption on that monster pdf you have less enourmous? CCMAIL:greg@treke.net svn path=/trunk/kdegraphics/kpdf/; revision=346559
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=346552
-
- 13 Sep, 2004 1 commit
-
-
Enrico Ros authored
coherent now. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=346258
-
- 12 Sep, 2004 1 commit
-
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=346044
-
- 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 2 commits
-
-
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
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
-
Henrique Pinto authored
svn path=/trunk/kdegraphics/kpdf/; revision=344803
-
- 05 Sep, 2004 1 commit
-
-
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
-
- 04 Sep, 2004 1 commit
-
-
Albert Astals Cid authored
Need testers before backporting it to 3.3.x so please test svn path=/trunk/kdegraphics/kpdf/; revision=344025
-
- 26 Aug, 2004 1 commit
-
-
Albert Astals Cid authored
Here comes the big copyright patch for kpdf, i've updated all files to have a copyright header, some did not have, and some had very diferent structures. Now all of them have the same structure Copyright (C) years name <mail> The names that figure in the copyright header are all the ones of people that ever comitted something to that particular file. I am CC'ing to all of you because maybe someone thinks his commits was so small that does not want the copyright for it, so go to the particular file and remove your line. Also if a particular file came from other place and you know the copyright holder of it please add it to the headers. CCMAIL:greven@kde.org CCMAIL:Christophe.Devriese@student.kuleuven.ac.be CCMAIL:montel@kde.org CCMAIL:mueller@kde.org CCMAIL:kde@jamesots.com CCMAIL:kpfeifle@danka.de CCMAIL:ccheney@cheney.cx CCMAIL:malcolm.hunter@gmx.co.uk CCMAIL:molkentin@kde.org CCMAIL:andygoossens@telenet.be CCMAIL:devriese@kde.org CCMAIL:crossfire@babylon2k.de CCMAIL:stampede@coltec.ufmg.br CCMAIL:bastian@kde.org CCMAIL:binner@kde.org CCMAIL:benjamin@csh.rit.edu CCMAIL:l.lunak@kde.org CCMAIL:wheeler@kde.org CCMAIL:kloecker@kde.org CCMAIL:will@csociety.org CCMAIL:helio@conectiva.com.br svn path=/trunk/kdegraphics/kpdf/; revision=341561
-
- 04 May, 2004 1 commit
-
-
Albert Astals Cid authored
Make the thumbnails list behave nice when you have a small window and make it bigger and thumbnails think they dan't grow but they can't because they make the scrollbar reappear and... svn path=/trunk/kdegraphics/kpdf/; revision=308677
-
- 26 Apr, 2004 1 commit
-
-
Albert Astals Cid authored
- Don't make Part::m_currentPage depend on pdfpartview::getCurrentItem() - Remove pdfpartview::getCurrentItem() Fix 80435 in HEAD, fix for BRANCH is coming in a few moments svn path=/trunk/kdegraphics/kpdf/; revision=306681
-
- 15 Apr, 2004 1 commit
-
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=304042
-