- 12 Feb, 2005 1 commit
-
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=388687
-
- 05 Feb, 2005 1 commit
-
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=386347
-
- 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 1 commit
-
-
Enrico Ros authored
setRasterOp. Cleaned up RenningSearch class. Performance fix on actions. svn path=/trunk/kdegraphics/kpdf/; revision=385447
-
- 30 Jan, 2005 1 commit
-
-
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
svn path=/trunk/kdegraphics/kpdf/; revision=383327
-
- 27 Jan, 2005 1 commit
-
-
Enrico Ros authored
Part). Implemented 'history (xpdf's LinkAction) links'. History depth is 100 steps by default (this is enough for sure, clicking 100 times on a button is not an easy task :-). Minor issues (removed half TODOs in code, all FIXMEs are already removed): Invoke mailer on 'mailto:' links inst instead of konqueror. Actions cleanup: disable actions like 'print', 'preview', 'save to..', etc when there isn't an active document. Added history actions to the toolbar in place of the 'prev_page' and 'next_page' ones. Fixed open+open_recent action tooltip and behavior. Move definition and implementation of PagePainter class to ui/pagepainter from core/page. Valgrinded and leakchecked (2 memory leaks spotted and fixed (missing contents deletion in KPDFGeneratorThread and missing deletion of PixmapRequests on cancel in Document::requestPixmaps())). svn path=/trunk/kdegraphics/kpdf/; revision=382960
-
- 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
-
- 21 Jan, 2005 4 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
-
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 1 commit
-
-
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
-
- 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
-
- 16 Jan, 2005 1 commit
-
-
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
-
- 15 Jan, 2005 1 commit
-
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=378606
-
- 14 Jan, 2005 1 commit
-
-
Jakub Stachowski authored
svn path=/trunk/kdegraphics/kpdf/; revision=378583
-
- 11 Jan, 2005 1 commit
-
-
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
-
- 10 Jan, 2005 1 commit
-
-
Enrico Ros authored
bodies. Optimized fit width and a saved a couple of pixmap requests. Busy cursor on load and searches. svn path=/trunk/kdegraphics/kpdf/; revision=377152
-
- 09 Jan, 2005 1 commit
-
-
Enrico Ros authored
A const reference may be asked. When set all DocumentObservers will be notified so they can update their gfx if needed. Converted TOC, Links to the new usage. DocumentViewport can be saved/restored to/from QString so it can be asked as metadata and saved on document's XML. When loading a document the viewport is restored exactly where it was when the document was closed. More fixes with Viewport class. Swapped groupboxes in Perform dialog. Changed members naming in DocumentObservers and inherited classes. PageView and ThumbnailsList now linked. Still regressions / TODOs about the Viewport thing. svn path=/trunk/kdegraphics/kpdf/; revision=377066
-
- 07 Jan, 2005 2 commits
-
-
Enrico Ros authored
need to be fixed and features to implement for a good+stable release. svn path=/trunk/kdegraphics/kpdf/; revision=376182
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=376081
-
- 04 Jan, 2005 1 commit
-
-
Tobias Koenig authored
svn path=/trunk/kdegraphics/kpdf/; revision=375461
-
- 03 Jan, 2005 5 commits
-
-
Tobias Koenig authored
- cursor modes: visible, hidden, hidden with delay - automatic advance - loop on last page - default transition I know it's quite late in the release cycle, but the code is stable and kpdf rocks! svn path=/trunk/kdegraphics/kpdf/; revision=375353
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=375329
-
Enrico Ros authored
filtering and similar options (toolbar is not created now). Changed Document::openDocument(..) functions order. Restore last active page when opening an already viewed pdf. Fix margins around pages in all modes. Presentation: page change by clicking on the round 'wheel' indicator too. Updated TODO. svn path=/trunk/kdegraphics/kpdf/; revision=375229
-
Albert Astals Cid authored
svn path=/trunk/kdegraphics/kpdf/; revision=375083
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=375079
-
- 02 Jan, 2005 6 commits
-
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=375078
-
Tobias Koenig authored
svn path=/trunk/kdegraphics/kpdf/; revision=375068
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=375056
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=375053
-
Enrico Ros authored
svn path=/trunk/kdegraphics/kpdf/; revision=375044
-
Enrico Ros authored
for the file naming map and file versioning. Please wait until the commit storm ends to report any bug. Albert and Enrico Compile fixes. svn path=/trunk/kdegraphics/kpdf/; revision=374944
-