- 17 Oct, 2004 3 commits
-
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=355334
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=355328
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=355324
-
- 14 Oct, 2004 2 commits
-
-
Albert Astals Cid authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=354550
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=354546
-
- 12 Oct, 2004 1 commit
-
-
Albert Astals Cid authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=353886
-
- 10 Oct, 2004 4 commits
-
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=353373
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=353366
-
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
-
Albert Astals Cid authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=353353
-
- 09 Oct, 2004 1 commit
-
-
Enrico Ros authored
Only Movies and (XPDF's) LinkDestKind (that defines 'anchor place' for link destination) aren't implemented as of now. Fixed a bug in text selection. This commit will probably generate a fake unsafe warning. Note: I'm committing from work :-P CCMAIL: tsdgeos@terra.es svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=353078
-
- 08 Oct, 2004 1 commit
-
-
Enrico Ros authored
'in progress' part (actually nothing of 'in progress' thing is really in progress, but maybe in future... :-P) svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=352913
-
- 07 Oct, 2004 1 commit
-
-
Enrico Ros authored
- KPDFPage: added a method to retrieve the text that is inside a rect from the embedded TextPage. - PageWidget: (GFX) added methods to set the 1st (placed on click) and 2nd (placed on drag) corners of the selection area. - PageView: A) set first corner on click, B) second on moves, C) retrieve text inside the rectangle on release. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=352751
-
- 06 Oct, 2004 1 commit
-
-
Enrico Ros authored
reading (well, this could also be called view-auto-scrolling :-). The behavior is *exactly* the same we have in konqueror but we use actions, so shortcuts are configurable. Shift+Up/Down sets scroll speed. Ctrl/Shift suspend (toggle) scrolling, etc.. This is useful when used in "continous single page mode". svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=352244
-
- 02 Oct, 2004 3 commits
-
-
Albert Astals Cid authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=351195
-
Enrico Ros authored
stored as KPDFLink inside KPDFPage(s) :-). What we have now: links are detected when hovering them on a page eve in multiple-pages-per-view mode. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=351190
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=351188
-
- 30 Sep, 2004 3 commits
-
-
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
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=350579
-
Enrico Ros authored
current page. Also displays the real zoom percentage for current page on ZoomFit{Width,Page,Text}. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=350578
-
- 28 Sep, 2004 1 commit
-
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=349991
-
- 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 3 commits
-
-
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
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=349370
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=349369
-
- 24 Sep, 2004 1 commit
-
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=349026
-
- 23 Sep, 2004 7 commits
-
-
Albert Astals Cid authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=348931
-
Albert Astals Cid authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=348930
-
Albert Astals Cid authored
Enable/disable the contents tab on the toolbox wheter the document has TOC or not. BTW i like a lot the toolbox look svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=348927
-
Albert Astals Cid authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=348922
-
nobody authored
'kpdf_experiments'. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=348921
-
Enrico Ros authored
PageWidget class is now PageView. Added actions for selecting page layouts. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=348865
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=348862
-
- 21 Sep, 2004 1 commit
-
-
Albert Astals Cid authored
CCMAIL:78181-done@bugs.kde.org svn path=/trunk/kdegraphics/kpdf/; revision=348286
-
- 20 Sep, 2004 1 commit
-
-
Adriaan de Groot authored
Fix enable final and enable closures -- when packing all the files together, the different pragma's are meaningless. _If_ these pragmas are important in any way for this specific app, we will need to add a -DKDE_FINAL and -DKDE_CLOSURE in the appropriate cases. svn path=/trunk/kdegraphics/kpdf/; revision=347994
-
- 19 Sep, 2004 4 commits
-
-
Adriaan de Groot authored
svn path=/trunk/kdegraphics/kpdf/; revision=347729
-
Adriaan de Groot authored
svn path=/trunk/kdegraphics/kpdf/; revision=347727
-
Albert Astals Cid authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=347592
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=347592
-
- 18 Sep, 2004 1 commit
-
-
Albert Astals Cid authored
Remove the recent file if the user opens it and it does not exists svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=347427
-