| informationsyndicateUTC clock | event counters The last message was received 4.89 years ago at 20:43 on Mar 25, 2007 0 messages so far today, 0 messages yesterday 0 messages so far this week, 0 messages last week 0 messages so far this month, 0 messages last month 1065 messages since the first one, 7.37 years ago, for an average of 2.52 days between messages recent messages date | project | content | link |
|---|
| 20:43 on Mar 25, 2007 | KDE | Commit by whuss :: r646481 okular/trunk/playground/graphics/okular/ui/presentationwidget.cpp: Fix drawing of the toolbar. | # | | 19:26 on Mar 19, 2007 | KDE | Commit by whuss :: r644333 ligature/trunk/KDE/kdegraphics/ligature/plugins/ (3 files in 2 dirs): Reenable the pdf plugin.
Patch by Filip Brcic. | # | | 19:51 on Feb 18, 2007 | KDE | Commit by whuss :: r634918 kpat/trunk/KDE/kdegames/kpat/ (card.cpp card.h pile.cpp): Fix zoomIn and zoomOut animations. Add animation when cards are added to a pile. | # | | 20:51 on Nov 13, 2006 | KDE | Commit by whuss :: r604700 kviewshell/trunk/KDE/kdegraphics/kviewshell/shell/renderQueue.cpp: Revert part of commit 604358.
In some circumstances it removed rendering requests that were still needed. | # | | 16:51 on Nov 12, 2006 | KDE | Commit by whuss :: r604372 kviewshell/trunk/KDE/kdegraphics/kviewshell/shell/documentPageCache.cpp: port of commit 602779:
The thumbnail prerendering is now handled directly by the MarkList. | # | | 16:47 on Nov 12, 2006 | KDE | Commit by whuss :: r604368 kviewshell/trunk/KDE/kdegraphics/kviewshell/shell/ (kviewpart.cpp marklist.cpp marklist.h): port of commit 602778:
Fix regressions caused by my last commit.
Add a widget cache that holds MarkListWidgets that are currently not in use, to minimize Widget creation and destruction. This gives a significant performance boost during scrolling.
Also enable prerendering of thumbnail widgets. In most cases the widgets should now be already calculated when the widget comes into view.
Some cleanups. | # | | 16:35 on Nov 12, 2006 | KDE | Commit by whuss :: r604362 kviewshell/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/dviRenderer.cpp: port of commit 602772:
Readd a forgotten MutexLocker. This fixes a crash, when we try to close a DVI file while the rendering thread is still working. | # | | 16:31 on Nov 12, 2006 | KDE | Commit by whuss :: r604361 kviewshell/trunk/KDE/kdegraphics/kviewshell/shell/ (documentPageCache.cpp kviewpart.cpp): port of commit 602333:
Clear the rendering queue, when we close a file. | # | | 16:29 on Nov 12, 2006 | KDE | Commit by whuss :: r604358 kviewshell/trunk/KDE/kdegraphics/kviewshell/shell/renderQueue.cpp: port of commit 602332:
Limit the size of the rendering queue to 60 requests. Cleanups | # | | 16:21 on Nov 12, 2006 | KDE | Commit by whuss :: r604352 kviewshell/trunk/KDE/kdegraphics/kviewshell/shell/ (5 files): port of commit 600195:
Optimizations of the Thumbnail list.
We now only create thumbnail widgets for thumbnails that are really visible in the viewport. That means we need to create only a very small number of widgets, and not one widget per page as before.
This gives a huge performance boost for all operations, expecially loading and closing of documents, and rotating the view, since the creation and especially deletion of QWidgets is quite slow.
The performance gain is only noticable for very large documents with 1000 or more pages.
There are still a few little regressions, which I will fix later. | # | | 20:09 on Nov 06, 2006 | KDE | Commit by whuss :: r602779 /branches/work/kviewshell-0.7/kviewshell/shell/documentPageCache.cpp: The thumbnail prerendering is now handled directly by the MarkList. | # | | 20:01 on Nov 06, 2006 | KDE | Commit by whuss :: r602778 /branches/work/kviewshell-0.7/kviewshell/shell/ (kviewpart.cpp marklist.cpp marklist.h): Fix regressions caused by my last commit.
Add a widget cache that holds MarkListWidgets that are currently not in use, to minimize Widget creation and destruction. This gives a significant performance boost during scrolling.
Also enable prerendering of thumbnail widgets. In most cases the widgets should now be already calculated when the widget comes into view.
Some cleanups. | # | | 19:42 on Nov 06, 2006 | KDE | Commit by whuss :: r602772 /branches/work/kviewshell-0.7/kviewshell/plugins/dvi/dviRenderer.cpp: Readd a forgotten MutexLocker. This fixes a crash, when we try to close a DVI file while the rendering thread is still working. | # | | 18:12 on Nov 05, 2006 | KDE | Commit by whuss :: r602333 /branches/work/kviewshell-0.7/kviewshell/shell/ (documentPageCache.cpp kviewpart.cpp): Clear the rendering queue, when we close a file. | # | | 18:03 on Nov 05, 2006 | KDE | Commit by whuss :: r602332 /branches/work/kviewshell-0.7/kviewshell/shell/renderQueue.cpp: Limit the size of the rendering queue to 60 requests. Cleanups | # | | 15:14 on Nov 05, 2006 | KDE | Commit by whuss :: r602261 kviewshell/trunk/KDE/kdegraphics/kviewshell/plugins/ (7 files in 4 dirs): Add missing desktop files. | # | | 21:04 on Oct 29, 2006 | KDE | Commit by whuss :: r600195 /branches/work/kviewshell-0.7/kviewshell/shell/ (5 files): Optimizations of the Thumbnail list.
We now only create thumbnail widgets for thumbnails that are really visible in the viewport. That means we need to create only a very small number of widgets, and not one widget per page as before.
This gives a huge performance boost for all operations, expecially loading and closing of documents, and rotating the view, since the creation and especially deletion of QWidgets is quite slow.
The performance gain is only noticable for very large documents with 1000 or more pages.
There are still a few little regressions, which I will fix later. | # | | 16:49 on Oct 28, 2006 | KDE | Commit by whuss :: r599810 kviewshell/trunk/KDE/kdegraphics/kviewshell/plugins/fax/libkfaximage/: port of commit 593575:
libkfaximage is not used anymore | # | | 16:48 on Oct 28, 2006 | KDE | Commit by whuss :: r599807 kviewshell/trunk/KDE/kdegraphics/kviewshell/plugins/ (4 files in 2 dirs): port of commit 578144:
Support LZW compressed fax files. This adds a dependency to libtiff.
CCBUG: 131263 | # | | 16:29 on Oct 28, 2006 | KDE | Commit by whuss :: r599803 kviewshell/trunk/KDE/kdegraphics/kviewshell/ (6 files in 6 dirs): port of commit 559755:
Add desktop files to allow embedding into konqueror etc. | # |
|