Revision fedb816...

Go back to digest for 21st October 2012

Features in Networking Tools

Emmanuel Lepage Vallee committed changes in [sflphone-kde/october2012_ui] /:

[ #16349 ] Refector the canvas tip so the 'loader' tasks delegate to subclasses of 'tip' instead of hardcoding them (1/2)

>From now on, the loader class is dedicated to painting the tip on the canvas. The image loading is delegated to the Tip itself.
In the future, the tip will stop using SVG and have it's own painter and the 'loader' class will be renamed something else because
it wont load much anymore. This is required to implement multiple tips, animations and cpu-friendly compositing.

File Changes

Added 1 files
  • src/klib/tip.cpp
Modified 4 files
  •   src/klib/CMakeLists.txt
  •   src/klib/svgtiploader.cpp
  •   src/klib/svgtiploader.h
  •   src/icons/tips/dial_with_dialpad.svg
5 files changed in total