Revision 727383
Go back to digest for 21st October 2007Features in Networking Tools
Frerich Raabe committed changes in /trunk/KDE/kdenetwork/knewsticker:
- Instead of doing the scrolling ourselves (like I did since KDE2), let's try using QGraphicsItems instead. Each item in the scroller is a QGraphicsItem and we scroll them by calling moveBy() on them.
Pro:
Very simple to implement, very little code.
A lot of features (event handling on the items) for free
Contra:
Slow as well (each KNT instance takes 15% for me, and I'm not sure why)
File Changes
Deleted 2 files
- /trunk/KDE/kdenetwork/knewsticker
- /renderer.cpp
- /renderer.h
Modified 3 files
- /trunk/KDE/kdenetwork/knewsticker
- /CMakeLists.txt
- /knewsticker.cpp
- /knewsticker.h
5 files changed in total