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
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=374941
for the file naming map and file versioning. Please wait until the commit
storm ends to report any bug. Albert and Enrico
Fix compilation (include observer, not document for IDs)
svn path=/trunk/kdegraphics/kpdf/; revision=374933
for the file naming map and file versioning. Please wait until the commit
storm ends to report any bug. Albert and Enrico
Moved KPDFDocumentObserver in its own include file. Updated dependancies.
svn path=/trunk/kdegraphics/kpdf/; revision=374928
for the file naming map and file versioning. Please wait until the commit
storm ends to report any bug. Albert and Enrico
File namings change.
svn path=/trunk/kdegraphics/kpdf/; revision=374924
for the file naming map and file versioning. Please wait until the commit
storm ends to report any bug. Albert and Enrico
Includes change.
svn path=/trunk/kdegraphics/kpdf/; revision=374922
for the file naming map and file versioning. Please wait until the commit
storm ends to report any bug. Albert and Enrico
svn path=/trunk/kdegraphics/kpdf/; revision=374920
Add the X cross on pages that don't have the pixmap, helps the user see that there's nothing on that page because kpdf is "slow" and the page has not been rendered yet, not that it is empty because there's nothing on that pdf page, use with military_0604.pdf for example (google)
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=374909
FIX: Update cursor correctly when a link moves to a page and the cursor is over a link on that page
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=374750
configurable. Presentation mode is fully configurable now (at least with
bools). We should remove some options in the future. Changed some bits in
configuration dialog's "general" page.
CCMAIL:tokoe@kde.org
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=374340
Default "Settings->Full Screen Mode" entry remains and is visible in both
the Shell and when embedded in konqueror.
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=373859
been fixed. If someone finds one of those, please tell me.
Here are thread generator pros/cons:
- generation is ~20% slower
+ thumbnaillist or pageview scrolling is fast (never blocked anymore)
+ all UI feels so better and responsive
So:
o thumbnaillist will be all ASYNC.
o pageview will use ASYNC for _preloading_ next pages and a mixed A/S for
scrolling/viewing the document
p previewwidget and others (searches, etc) are SYNC as obvious.
Btw now async generation is enabled everywhere.
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=373810
is working and features an hyperLock BUG due to my ignorance.
What to expect: more responsiveness from the UI, preloading, 'really'
continous scrolling, bubblegum and naked penguins.
Gonna hount insects now.
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=373763
CCMAIL: coolo@kde.org
obviously automake can handle this. is this a bug or a missing feature in unsermake?
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=373626
- Only put the pointingHandCursor where we are over a rect that is a link and not all the rects
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=373440
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
PixmapRequest class. When requesting pixmaps, one or multiple requests are
sent to the Document that (frees memory as in current policy) and send each
PixmapRequest to the current Generator. Added a signal in generators to
notify the Document when a pixmap generation has finished.
PageView, ThumbnailsList, PreviewWidget have been unbroken after the memory
management commit. (mem management seems in pretty good shape..it's smart.)
Added 'visible widgets' list to those classes to speed up searching and
processing on visible widgets only.
Note: asyncronous pixmap requests can now be queued and we're getting very
close to the threaded generator.
Note2: Leakfixes and memory improvements.
Final NOTE: head merging is possible now, as all remaining work can be
considered bugfixes.. API is getting final. It will only change in xpdf
dep stuff, the already undefined Viewport object and some bits in
Generators.
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=372787
Enrico feel free to add your description on the main.cpp file and/or change your mail addreesses
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=372585
up nice and solid when viewing large PDFs, even on fast machines. instead
search after the user has paused typing
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=372580