Crossword 0.8 README
This application lets you construct swedish type crosswords. It has support for word databases so you can search for word with certain letters in specified positions.
It does not support random crossword generation.
Requirements
The application is written in Gambas with the QT component. It uses sqlite for datatabase access so you need the following installed:
- Gambas
- QT and QT-Ext
- sqlite
It is developed in english but contains a swedish translation.
Installation
The application can be installed anywhere in your path but the databases should be installed in a directory where you have write permissions. The first time you start the application you must specify the path to the databases with "Settings."
More help is available in the application.
Changelog
0.5 - 051024
- Initial release
0.6 - 051026
- Expanded databases
- LIMIT search in database, selectable
- Fixed bug in empty double clue
- Fixed bug in left arrow
- Fixed window title
- Code cleanup
0.7 - 051101
- Support for pictures
- Moved all printing to separate module
- Selectable clue background color
- Reworked dialog for type of square
- Shortcuts (1-4) for zooming
0.8 - 051108
- +/- to change fontsize on clue
- Bugfix: Picture select button
- Enabled Ctrl-Click to select squares
- Swedish translation now works (for me anyway...)
