┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/pixmapviewer.h
AgeCommit message (Collapse)Author
2010-07-24Sourcecode hierarchy cleanup: Move class PixmapViewer from "src" to ↵Peter Penz
"src/panels/information" svn path=/trunk/KDE/kdebase/apps/; revision=1154154
2009-11-03Since Qt 4.5 it is possible to have translucient windows. The tooltip ↵Peter Penz
approach having a delegate and custom drawing + animation code for transparent tooltips has now been replaced by a translucient window where any kind of (animated) widget can be embedded. Still a lot of finetuning has to be done, but maybe this code can be part of kdelibs in KDE 4.5 (systemsettings currently used the Dolphin tooltips code). Additionally the tooltip uses now KMetaDataWidget instead of using KMetaInfo. This assures that no blocking of the application will occur even if there is a buggy Strigi analyzer that ignores the maximum size-setting and might block the retrieving of the meta data. BUG: 182941 BUG: 195878 svn path=/trunk/KDE/kdebase/apps/; revision=1044485
2008-02-02Information Panel: If the width of the panel is increased, also increase the ↵Peter Penz
size of the item preview to take advantege of the additional space. BUG: 156046 svn path=/trunk/KDE/kdebase/apps/; revision=770173
2007-09-27use inline keyword as suggested at ↵Peter Penz
http://www.parashift.com/c%2B%2B-faq-lite/inline-functions.html#faq-9.9 svn path=/trunk/KDE/kdebase/apps/; revision=717738
2007-08-15Smoother animations for the pixmap viewer if the pixmap is changed ↵Peter Penz
constantly during small time slots (thanks to Rafael Fernández López for the original patch!). svn path=/trunk/KDE/kdebase/apps/; revision=700580
2007-05-09include cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-03allow to specify a transition typePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=660579
2007-04-16resize the pixmap in a smooth way instead of using a blending effectPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654753
2007-04-16fix coding style to match with ↵Peter Penz
http://techbase.kde.org/Policies/Kdelibs_Coding_Style svn path=/trunk/KDE/kdebase/apps/; revision=654698
2007-04-16Add fade transition between file icon/preview changes in the sidebar.Robert Knight
svn path=/trunk/KDE/kdebase/apps/; revision=654581
2007-04-12some include + coding guideline cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=653049
2007-04-12include cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/konqueror/; revision=652987
2007-04-09adapt Dolphin to kdelibs coding style ↵Peter Penz
(http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using: astyle --indent=spaces=4 --brackets=linux \ --indent-labels --pad=oper --unpad=paren \ --one-line=keep-statements --convert-tabs \ --indent-preprocessor \ `find -type f -name '*.cpp'` `find -type f -name '*.h'` svn path=/trunk/KDE/kdebase/apps/; revision=651981
2007-01-10Applied some patches found by EBN (thanks to Nicolas Lécureuil for the ↵Peter Penz
patches!). svn path=/trunk/playground/utils/dolphin/; revision=621872
2006-11-21commited initial version of DolphinPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=606622