okular/kpdf
Enrico Ros 4502706beb Better policies for memory management. Auto memory clean when a document is
opened. More stuff for getting async generator to work. Leakfix.

Note: memory management coolness Vol.1 : now kpdf has memory profiles that
allow using up to xx% of the total memory and clip maximum usable memory to
a half of the free one. Example: an istance of kpdf is using all the
memory (as regular cache). You open some memory hungry app or another kpdf
and you'll see the first istance dropping cached pages (freeing memory!)
to leave room for the other app! It's dynamic, fast, avoids swap and
something cool from my programmer's viewpoint.

svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=373123
2004-12-24 10:24:10 +00:00
..
conf fixuifiles 2004-12-05 00:12:31 +00:00
cr16-app-kpdf.png New icons!!! rejoice :-) 2004-11-16 21:49:35 +00:00
cr22-app-kpdf.png New icons!!! rejoice :-) 2004-11-16 21:49:35 +00:00
cr32-app-kpdf.png New icons!!! rejoice :-) 2004-11-16 21:49:35 +00:00
cr48-app-kpdf.png New icons!!! rejoice :-) 2004-11-16 21:49:35 +00:00
cr64-app-kpdf.png New icons!!! rejoice :-) 2004-11-16 21:49:35 +00:00
cr128-app-kpdf.png New icons!!! rejoice :-) 2004-11-16 21:49:35 +00:00
document.cpp Better policies for memory management. Auto memory clean when a document is 2004-12-24 10:24:10 +00:00
document.h Better policies for memory management. Auto memory clean when a document is 2004-12-24 10:24:10 +00:00
generator.h Changed pixmap requesting methods. Now each request is packed into a 2004-12-22 18:21:36 +00:00
generator_pdf.cpp Better policies for memory management. Auto memory clean when a document is 2004-12-24 10:24:10 +00:00
generator_pdf.h Better policies for memory management. Auto memory clean when a document is 2004-12-24 10:24:10 +00:00
kpdf.desktop Commiting cvsreverts revert of the Category 2004-10-25 14:06:46 +00:00
kpdf.svgz New icons!!! rejoice :-) 2004-11-16 21:49:35 +00:00
kpdf_dcop.h Add some dcop function 2004-10-31 18:40:31 +00:00
kpdf_error.cpp Abstracted Generator and ported xpdf dependant code (most of) to the 2004-12-10 16:04:45 +00:00
kpdf_part.cpp Added full screen 'Presentation' support. Only Replace and Dissolve pdf 2004-12-17 17:14:46 +00:00
kpdf_part.desktop CVS_SILENT made messages 2004-08-23 22:08:42 +00:00
kpdf_part.h Added full screen 'Presentation' support. Only Replace and Dissolve pdf 2004-12-17 17:14:46 +00:00
kpdf_part.rc Added full screen 'Presentation' support. Only Replace and Dissolve pdf 2004-12-17 17:14:46 +00:00
kpdf_shell.cpp fullscreenmode lovin' 2004-12-13 00:27:09 +00:00
kpdf_shell.h fullscreenmode lovin' 2004-12-13 00:27:09 +00:00
kpdf_shell.rc Updated rc files since some actions changed. Name of some actions is more 2004-09-13 17:30:00 +00:00
link.cpp Abstracted Generator and ported xpdf dependant code (most of) to the 2004-12-10 16:04:45 +00:00
link.h Abstracted Generator and ported xpdf dependant code (most of) to the 2004-12-10 16:04:45 +00:00
main.cpp Commit the current changes of "authorship" 2004-12-21 20:14:27 +00:00
Makefile.am Added full screen 'Presentation' support. Only Replace and Dissolve pdf 2004-12-17 17:14:46 +00:00
page.cpp The long awaited (by me) memory manager is in place. It unloads pixmaps 2004-12-21 12:38:52 +00:00
page.h The long awaited (by me) memory manager is in place. It unloads pixmaps 2004-12-21 12:38:52 +00:00
pageview.cpp Changed pixmap requesting methods. Now each request is packed into a 2004-12-22 18:21:36 +00:00
pageview.h The long awaited (by me) memory manager is in place. It unloads pixmaps 2004-12-21 12:38:52 +00:00
pageviewutils.cpp o Removed the PageViewOverlay class (a hack that permitted transparent 2004-11-03 17:35:48 +00:00
pageviewutils.h o Removed the PageViewOverlay class (a hack that permitted transparent 2004-11-03 17:35:48 +00:00
presentationwidget.cpp Changed pixmap requesting methods. Now each request is packed into a 2004-12-22 18:21:36 +00:00
presentationwidget.h Changed pixmap requesting methods. Now each request is packed into a 2004-12-22 18:21:36 +00:00
properties.ui Abstracted Generator and ported xpdf dependant code (most of) to the 2004-12-10 16:04:45 +00:00
propertiesdialog.cpp The long awaited (by me) memory manager is in place. It unloads pixmaps 2004-12-21 12:38:52 +00:00
propertiesdialog.h PDF properties dialog 2004-12-05 22:47:32 +00:00
QOutputDev.cpp The long awaited (by me) memory manager is in place. It unloads pixmaps 2004-12-21 12:38:52 +00:00
QOutputDev.h The long awaited (by me) memory manager is in place. It unloads pixmaps 2004-12-21 12:38:52 +00:00
README.internals.png Tidy up the structure. 2004-12-13 18:15:39 +00:00
searchwidget.cpp don't search after every single key press as that tends to freeze the gui 2004-12-21 19:58:51 +00:00
searchwidget.h don't search after every single key press as that tends to freeze the gui 2004-12-21 19:58:51 +00:00
thumbnaillist.cpp Changed pixmap requesting methods. Now each request is packed into a 2004-12-22 18:21:36 +00:00
thumbnaillist.h Changed pixmap requesting methods. Now each request is packed into a 2004-12-22 18:21:36 +00:00
toc.cpp TOC displays the Synopsis DomTree and reacts on clicks. Viewport changes 2004-12-12 11:11:57 +00:00
toc.h TOC displays the Synopsis DomTree and reacts on clicks. Viewport changes 2004-12-12 11:11:57 +00:00
TODO Changed pixmap requesting methods. Now each request is packed into a 2004-12-22 18:21:36 +00:00