- 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 5 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
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=380982
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=380921
-
Enrico Ros authored
of wasted PixmapRequests (regressions introduced by DocumentViewport). Optimizations. Document: Fixed oscillations in memory deallocator. Merged 'cleanupMemory' and 'freeMemory' -> 'cleanupPixmapMemory'. Delayed initialization of QTimers. GeneratorPDF: Added a comment on threading and asyncronous pixmap loading. TODO: updated adding items by Mikolaj Machowski and Grzegorz Ja?kiewicz svn path=/trunk/kdegraphics/kpdf/; revision=380913
-
- 20 Jan, 2005 3 commits
-
-
Waldo Bastian authored
svn path=/trunk/kdegraphics/kpdf/; revision=380498
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=380495
-
Enrico Ros authored
Fix cache deallocator. Hard avoids swapping memory or filling it up to the limit (allocated pages are referenced in an internal add/remove FIFO). Merged open and open_recent buttons as many users requested. Using viewmag icon for find-as-you-type popup. Disabled debug output. Updated todo with the roadmap to release. - Need to audit the memory code and choose good default policies now. svn path=/trunk/kdegraphics/kpdf/; revision=380494
-
- 19 Jan, 2005 2 commits
-
-
Stephan Binner authored
svn path=/trunk/kdegraphics/kpdf/; revision=380114
-
Tobias Koenig authored
svn path=/trunk/kdegraphics/kpdf/; revision=380043
-
- 18 Jan, 2005 1 commit
-
-
Enrico Ros authored
Display contents faster, waste less memory. Added preloading to forward- generate pages (if threading enabled and memory profile >= normal). Main pages are always generated first, then thumbnails come, then preload ones, etc.. Btw memory and cpu will be happier now. (1 bug in memory and 1 in preloading still remains.. will be spotted soon) For Developers: Generator: dropped moc, api changes, better functions naming. PDFGenerator and Document: moved requests queue to the Document. The generator performs only a single request a time. A flag can be queried to know if the generator is ready for starting another pixmap generation or not (in case it's generating a pixmap in background). PixmapRequest: added priority and backgound (async) attributes. Document: queuing requests by priority in requestPixmaps. Observer: added defines for priorities used in doc->requestpixmaps. PageView: delayed find-ahead timer creation (not created if not needed). Added preload PixmapRequests to the pixmap requests list. ThumbnailsList: adapted to pixmapRequest changes and changed naming for delayed thumbanils request. svn path=/trunk/kdegraphics/kpdf/; revision=379820
-
- 17 Jan, 2005 2 commits
-
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=379484
-
Andrew Coles authored
CVS_SILENT Corrected typos. svn path=/trunk/kdegraphics/kpdf/; revision=379421
-
- 16 Jan, 2005 4 commits
-
-
Stephan Binner authored
svn path=/trunk/kdegraphics/kpdf/; revision=379147
-
Albert Astals Cid authored
xpdf code is not prepared for paths with only 1 point, skip paths that have only one point, have to check in pdf spec if paths can have 1 point (in that case should fix the fix :-) or that pdf are buggy and the fix is correct in all senses. Pages that crash are 18, 20 and 26 on Introduction_to_Jitter.pdf and page 1 on FT-857.pdf BUG: 97131 svn path=/trunk/kdegraphics/kpdf/; revision=379020
-
Lukáš Tinkl authored
svn path=/trunk/kdegraphics/kpdf/; revision=378995
-
Lukáš Tinkl authored
svn path=/trunk/kdegraphics/kpdf/; revision=378993
-
- 15 Jan, 2005 7 commits
-
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=378739
-
Albert Astals Cid authored
Commit kpdf manual, not Enrico nor me are native english speakers nor guru documentation writers so if someone can have a look at it and give some constructive comments we will be pleased. CCMAIL: kde-quality@kde.org CCMAIL: kde-i18n-doc@kde.org CCMAIL: kde-doc-english@kde.org svn path=/trunk/kdegraphics/doc/kpdf/; revision=378738
-
Albert Astals Cid authored
BUG: 97053 svn path=/trunk/kdegraphics/kpdf/; revision=378736
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=378735
-
Albert Astals Cid authored
Kurt can you check that fixes the problem with characters not beign correctly displayed on firefox nytimes pdf? CCMAIL: 96085@bugs.kde.org CCMAIL: 95985@bugs.kde.org svn path=/trunk/kdegraphics/kpdf/; revision=378732
-
Albert Astals Cid authored
Add bool KPDFDocument::isOpened() const and use it so that the user can not begin a find-ahead search if no document is loaded svn path=/trunk/kdegraphics/kpdf/; revision=378613
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=378606
-
- 14 Jan, 2005 3 commits
-
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=378597
-
Jakub Stachowski authored
svn path=/trunk/kdegraphics/kpdf/; revision=378583
-
Stephan Binner authored
svn path=/trunk/kdegraphics/kpdf/; revision=378493
-
- 13 Jan, 2005 1 commit
-
-
Enrico Ros authored
stuff. svn path=/trunk/kdegraphics/kpdf/; revision=377973
-
- 11 Jan, 2005 3 commits
-
-
Albert Astals Cid authored
Add a slotRequestVisiblePixmaps() that fixes the problem of pixmap not updating when going/returning from full screen mode with fit to page and non continuos mode. Enrico please check is not a VERY BAD THING to do it there Add some accelerators Plug the actions that change the mouse behaviour into a menu as everything should be menu accesible Put the F9 in the KACtion creator svn path=/trunk/kdegraphics/kpdf/; revision=377533
-
André Wöbbeking authored
BTW, do you mix indention (2 spaces, 4 spaces and tabs) intentionally ;-) svn path=/trunk/kdegraphics/kpdf/; revision=377498
-
Dirk Mueller authored
svn path=/trunk/kdegraphics/kpdf/; revision=377446
-
- 10 Jan, 2005 3 commits
-
-
Stephan Binner authored
svn path=/trunk/kdegraphics/kpdf/; revision=377306
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=377246
-
Scott Wheeler authored
svn path=/trunk/kdegraphics/kpdf/; revision=377202
-