roadmap
- TODO: provide installer
- TODO: provide learnfiles (copyright problems ???)
- TODO: more translations and helpfiles (French, Italian, Spanish, Polish)
- TODO: compress and decompress backup directories, overwrite older files
- TODO: translating app name on osx


0.6.0 - 2026-04-04
- Qt 6.11.0 (QT Creator 18.0.2)
- code completely rewritten to QT 6.11.0

0.5.1 - 2016-02-12
- Ot 5.5.1 (QT Creator 3.6.0)
- Qt-Translations provided (e.g. buttons in Message Boxes)
- messagebox windowtitles translated

0.5.0 - 2014-06-09
- code completely rewritten to QT 5.3
- user interface renovated (QT Creator 3.1.1)
- new special characters Dialog (kcharselect and charmap.exe no longer needed)
- using icons from the KDE-project and program icon from openclipart
- new license: GPL v3
- builds for Linux (64 bit), Mac OSX, Windows (64 Bit)
- file for program settings or Windows registry entries no longer needed.

0.4.1 - 2010-05-13
- porting to QT4 continued (don't use QT3 support anymore in form1.ui.h, form5.ui.h - no changes necessary in form2.ui.h)

0.4.0 - 2009-04-07
- initial port to QT4 on Linux (x86_64 and x86) and Windows (32 Bit) with QT Creator IDE
- program settings now in $HOME/.config/learnfile/learnfile.conf (Linux) and corresponding entries in Windows registry - due to QT4

0.3.0 - 2007-03-25
- Backup/restore for learnfiles
- Linux binaries for x86 and x86_64

0.2.5 - 2006-11-19
- added calls for special character programs (Linux: kcharselect, Windows: charmap.exe)
- more code cleanup

0.2.4 - 2006-11-05
- fixed: learnfile is created, the first time the learnfile editing dialog is called
- fixed: learnfile wasn't deleted
- changed standard font to Arial
- popup menu for table in learnfile editing dialog changed to standard QT behavior

0.2.3 - 2006-11-03
- error handling for file operations completed
- code cleanup
- README and INSTALL updated
- initialization of search text in learnfile edit form corrected
- completed: delete learners file after deleting learnfile

0.2.2 - 2006-11-02
- fixed: program died, if you tried to start a questionaire for the first time (solved by using QDialog::exec() instead of QDialog::show()
- French translation continued
- added icon in Windows version

0.2.1 - 2006-10-31
- added information about author and license to all ui- and ui.h-files (also main.cpp)
- unicode (utf-8) also in windows (achieved by using XML-format for help-files and license file and by using function setEncoding( QTextStream::UnicodeUTF8 ) for text streams).
- French translation started

0.2.0 - 2006-10-29
- changed programming language from (Object-)Pascal (Borland's Kylix-Delphi) to C++ (Qt-Designer) - code completely rewritten
- version Date is no longer read from 'learnfilerc'; version date now is the date of program's binary compilation
- Linux: complete unicode (utf-8) support (instead of only iso-8859-15 characters) - big advantage
- images symbolizing right or wrong answers are no longer loaded from stored files; now they are built into the program binary
- added dialogue to display GPLv2
- added information, where to obtain source code
- on Windows settings now are stored in registry

0.1.8 - 2006-05-23
- got rid of EnvVars-Component (now using libc direct)
- changed ini-file-name to 'learnfilerc'
- maxrows now in learnfilerc (make it changeable later)

0.1.7 - 2006-05-22
- stripping leading and trailing spaces in learner's answers
- changing text-sizes in right/wrong information window

0.1.6 - 2006-05-14
- help files completed
- in the delete-learnfiles-question default button changed to "no"
- added auto-scroll-bar in information-window

0.1.5 - 2006-05-08
- create learnfile automatically before editing it for the first time

0.1.4 - 2006-05-07
- prog-date in learnfile.rc
- Message if learnfile.list is empty
- READMEs (English and German)

0.1.3 - 2006-05-05
- Windows version
- new directory structure

0.1.2. - 2006-05-04
- corrected information on learning-progress in information-window

0.1.1 - 2006-05-03
- corrected initialization of progress bar in edit-window
- corrected column titles in edit-window (i18n)

0.1.0 - 2006-05-01
initial version - sgh@sheim.net
