Smooth scrolling on item views configurable
Rafael Fernández López
ereslibre at kde.org
Sun Jul 13 02:13:54 BST 2008
Hi,
I have written a patch that implements a configurable 'smooth scrolling' on
all item views.
The patch also includes a small readable change:
- return d->m_componentData.config()->group("KDE").readEntry("SingleClick",
KDE_DEFAULT_SINGLECLICK );
+ return KGlobalSettings::singleClick();
kglobalsettings.h was being included and no reference to it added. Since this
parameter was added to KGlobalSettings as a static method, I think calling to
it is just fine. Same I did with the patch attached with the smooth scrolling
setting.
OK to commit ?
Regards,
Rafael Fernández López.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdebase.diff
Type: text/x-patch
Size: 3579 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20080713/ee6608fb/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdelibs.diff
Type: text/x-patch
Size: 3087 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20080713/ee6608fb/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20080713/ee6608fb/attachment.sig>
More information about the kde-core-devel
mailing list