Menu

sudokurapid / News: Recent posts

new release version 1.4

libsudokuRapid:
\- source file main.cc for sudokuRapidConsole was added in share dir.

sudokuRapidQt:
\- freedesktop.org compliant .desktop and icon files were created which
means that user will see menu entry with an icon in his/her desktop menu.
\- hints became clickable which means that user can abndon the keyboard at
all: just right click on a cell and left click value to be set \(the
possible values will be highlighted when hovering\).
\- dynamic\_cast's were changed by qgraphicsitem\_cast's.
Posted by lyokha 2009-03-23

rpm release for version 1.3

Rpm files were released for i386 and x86_64 platforms. The package was split onto sudokurapid-devel and sudokurapid-qt parts. The first one is aimed for developers and contains the static library and the header files and the second one is aimed for gamers and contains only sudokuRapidQt executable file.

Posted by lyokha 2009-02-19

new release version 1.3

Changes:

sudokuRapidQt:
- show hints and gray out board on errors.
- check if user clicked Cancel button in File Open dialog and do not
restart board in this case.
- move font definitions for cells to SudokuScene constructor;
use QFontMetrics to define font geometry in SudokuCell::drawNumber(),
this allows to use arbitrary fonts smoothly.

Posted by lyokha 2009-02-16

new release version 1.2

this is mostly improvements of sudokuRapidQt, see ChangeLog for details.

Posted by lyokha 2009-02-12

new release version 1.1

mostly bugfix release.

libsudokuRapid:
- readFromFile() removed from the library - this is responsibility
of clients to read files.
- fixed bug in solve() which caused exception in sudokuRapidQt when
Solve button were pressed on already solved board.
- option --enable-debug was added in configure, if enabled user will
see solution stack dynamics on stdout.

sudokuRapidConsole:
\- readFromFile\(\) added \(just moved from basic class\).... [read more](/p/sudokurapid/news/2009/02/new-release-version-11/)
Posted by lyokha 2009-02-11

first release

the first public version 1.0 released

Posted by lyokha 2009-02-06