┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
iconmanager.h
Age
Commit message (
Expand
)
Author
2008-09-21
renamed IconManager to KFilePreviewGenerator
Peter Penz
2008-08-05
Now the IconManager does not depend anymore from Dolphin classes. If at least...
Peter Penz
2008-06-29
The check whether there is a cut-selection when receiving a preview consumes ...
Peter Penz
2008-06-29
Move the block for resizing the preview, applying an item effect + border to ...
Peter Penz
2008-06-27
Avoid blocking of the GUI when creating previews for invisible items. The blo...
Peter Penz
2008-06-11
SVN_SILENT: comment++
Peter Penz
2008-06-11
Simplify code:
Peter Penz
2008-06-11
Improve the performance of the code part which checks which items are visible...
Peter Penz
2008-06-10
only resolve the MIME-types asynchronously, if no preview is generated
Peter Penz
2008-06-10
SVN_SILENT: documentation fixes
Peter Penz
2008-06-01
Improve the performance when creating previews for thousands of items by the ...
Peter Penz
2008-05-06
prevent a possible crash if an item is deleted during previews are generated
Peter Penz
2008-03-23
minor code simplification
Peter Penz
2008-03-23
Performance boost for previews that are already available in the cache: apply...
Peter Penz
2008-03-13
Remove the semitransparent effect for hidden items in the IconManager, it jus...
Peter Penz
2008-03-06
prevent flickering when zooming in or zooming out
Peter Penz
2008-03-05
provide an unintrusive frame for previews of images
Peter Penz
2008-01-26
* increase the performance of item previews: each item view provides an icon ...
Peter Penz
2008-01-13
Improve the feeled preview performance by assuring that the preview is genera...
Peter Penz
2008-01-11
Up to now DolphinView and ColumnWidget contained a lot of code duplication re...
Peter Penz