Revision 653063

Go back to digest for 15th April 2007

Features in Games

Aron Boström committed changes in /trunk/playground/games/bovo:

...tap tap, is this thing on?

Introducing themes!
* changes alignment and background drawing in the QGV to allow themes with bg color other than white.
* clean up ugly code in Scene (width()/width() is rather silly)
* Finally, only use one QSvgRenderer!
* change theme file format to only use one svg
* centralizes theme handling code to One Single Spot(tm) in the ctor of Scene
* introduce new theme "spacy"
default theme is the old "scribble", to change run "bovo -theme spacy"

File Changes

Added 5 files
  • /trunk/playground/games/bovo/themes/spacy
  •   /CMakeLists.txt
  •   /pics
  •   /pics/CMakeLists.txt
  •   /pics/xo.svg
Deleted 1 files
  • /trunk/playground/games/bovo/themes/scribble/pics/bg.svg
Modified 9 files
  • /trunk/playground/games/bovo
  •   /TODO
  •   /gui/main.cc
  •   /gui/mainwindow.cc
  •   /gui/mainwindow.h
  •   /gui/scene.cc
  •   /gui/scene.h
  •   /gui/view.cc
  •   /themes/CMakeLists.txt
  •   /themes/scribble/pics/xo.svg
15 files changed in total