Revision 1286150

Go back to digest for 25th March 2012

Features in Games

Ian Wadham committed changes in /trunk/KDE/kdegames/ksudoku/src/gui/views:

Support puzzles that contain more than one large NxNxN cube.

Change the colors and sizes used for highlighted, selected and unhighlighted cells.

Rewrite the highlighting and selection mechanism so as to highlight only the large cube or cubes that contain the selected cell, shrinking and darkening the cubes that are outside that region.

Avoid flickering of the picture as the cursor moves around.

Use the SKGraph class to provide all puzzle-layout data. Move internal data items from public to private. Use m_ for data names. Tidy up some of the indentation and parenthesising.

File Changes

Modified 2 files
  • /trunk/KDE/kdegames/ksudoku/src/gui/views
  •   /roxdokuview.cpp
  •   /roxdokuview.h
2 files changed in total