New Release of KMemAid-0.4.4.0

[email protected] (Klemens Meyer) Sun, 5 Oct 2003 15:35:16 +0200
Newsgroups gmane.comp.tools.memaid.devel
Message-ID <[email protected]>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

the newest release of KMemAid is 0.4.4.0

The most visible change is in the preferences dialog where the
user can change the time the NN will be trained.

The Changelog is appended.

- -- 
Quote of the day:
Anoint, v.:
	To grease a king or other great functionary already
sufficiently slippery.
		-- Ambrose Bierce, "The Devil's Dictionary"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQE/gB4YwG0rxVkueMYRAjDbAJwLgEfk7zpYrUexfbalaf640Xa9NACdEOwt
EUILuIzejmf/gX+gx75ScEU=
=hBef
-----END PGP SIGNATURE-----
ChangeLog (text/plain, 6.5 KB)
-------------------------------------------------------------------------------
kmemaid-0.4.4.0     04.10.2003
-------------------------------------------------------------------------------
	- Patch from Carsten Niehaus added:
		+ one typo less
		+ one use less of std::stuff
		+ make it translatable for RTL - Languages.
	- Training time for the NN is now configurable.
	- KMemAid reads new questions from the questions.txt file now.
	- Progress Dialog for the NN training is complete now.
-------------------------------------------------------------------------------
kmemaid-0.4.3.0     03.10.2003
-------------------------------------------------------------------------------
	- The progress dialog that is shown while training the NN does close now.
	- Bugfix: The font color can now be changed with the preferences dialog.
	- New feature: When inserting a new question/answer pair the pair can
		be put vice versa, too.
	- New feature: In the show all dialog the question and answer can be
		exchanged dublicated.
	- The edit elements dialog from the show all elements dialog does now
		use the selected fonts.
-------------------------------------------------------------------------------
kmemaid-0.4.2.0     01.10.2003
-------------------------------------------------------------------------------
	- Memorizing control with the keybord much easier now.
	- Pathes to images could be relative to the data directory now.
	- The show all dialog can now delete elements over a context menu
	- The show all dialog can edit the element in a separate dialog.
-------------------------------------------------------------------------------
kmemaid-0.4.1.0     28.09.2003
-------------------------------------------------------------------------------
	- Bugfix in the NN code by neodave.
	- Bugfix: rpts_for_today was not set properly
	- New ma_stats function taken. The status now shows all the time the
		numbers in the database.
	- New function ma_store in the core NN added which saves the data to disk.
	- Quit in the File-Menu added.
-------------------------------------------------------------------------------
kmemaid-0.4.0.0     23.09.2003
-------------------------------------------------------------------------------
	- New neural-network code with an additional input-neuron implemented.
	- It is now possible to repeat elements in advance.
	- The training thread is discardet. NN-training takes place when closing
		of the database (Only if needed). A progress bar is shown while
		training.
-------------------------------------------------------------------------------
kmemaid-0.2.3.1     21.09.2003
-------------------------------------------------------------------------------
	- Show All dialog now more streamlined:
		+ Elements with linefeed are now shown in multiline-mode.
		+ The changed function works now properly and detects wether an edit
			has really changed the text.
	- The hint shows multiline answers correctly now (linefeed is now treated
		as a whitespace character.
-------------------------------------------------------------------------------
kmemaid-0.2.3.0     21.09.2003
-------------------------------------------------------------------------------
	- The Show all Elements dialog allows in-place editing of the items.
	- Documentation updated.
-------------------------------------------------------------------------------
kmemaid-0.2.2.0     17.09.2003
-------------------------------------------------------------------------------
	- A new dialog was added wich shows all elements in the learning database.
-------------------------------------------------------------------------------
kmemaid-0.2.1.2     16.09.2003
-------------------------------------------------------------------------------
	- really small enhancement at the new directory-dialog. It is now
	  clearer what happens there.
-------------------------------------------------------------------------------
kmemaid-0.2.1.1     09.09.2003
-------------------------------------------------------------------------------
	- Bugfix in the memaid core files by neodave.
-------------------------------------------------------------------------------
kmemaid-0.2.1.0     08.09.2003
-------------------------------------------------------------------------------
	- Bugfix: Opening an non existing path does not lead to desaster any more.
	- Create New is now able to create new directories
-------------------------------------------------------------------------------
kmemaid-0.2.0.0     07.09.2003
-------------------------------------------------------------------------------
	- NN code updated
	- Create new database implemented
	- Documentation completed
-------------------------------------------------------------------------------
kmemaid-0.1.4.1     05.09.2003
-------------------------------------------------------------------------------
	- Documentation enhanced
-------------------------------------------------------------------------------
kmemaid-0.1.4.0     05.09.2003
-------------------------------------------------------------------------------
	- switching to the new NN code
	- bugfix: kmemaidui.rc is now located correctly in the share/apps/kmemaid
	  directory
-------------------------------------------------------------------------------
kmemaid-0.1.3.1     01.09.2003
-------------------------------------------------------------------------------
	- Icons for the learning actions chosen
-------------------------------------------------------------------------------
kmemaid-0.1.3       29.08.2003
-------------------------------------------------------------------------------
	- Neuronal network files moved to thier own subdirectory
-------------------------------------------------------------------------------
kmemaid-0.1.2       27.08.2003
-------------------------------------------------------------------------------
	- KMemAid starts with the last opened database.
	- Card text accepts html tags to format the text (using
	  QSimpleRichText).
	- When displaying the question there is a configurable delay before
	  it is alowed to flip the card and see the answer.
-------------------------------------------------------------------------------
kmemaid-0.1.1       25.08.2003
-------------------------------------------------------------------------------
    - Added functionality of giving hints.
    - Added functionality of correcting elements.
    - Fiew code cleanups.
-------------------------------------------------------------------------------
kmemaid-0.1         24.08.2003
-------------------------------------------------------------------------------
    - First packaging of the newly created App