Current Version
---------------
- Minor fixes in calling the Open/Save File Dialogs of Qt.
  QFileDialog::getOpenFileName/getSaveFileName in the parameter <startWith> now recieves
  the directory path and not the file path (Qt 2.2.4 claims a not existing directory
  if passing the file path)
- After loading fractal parameters now calling function updateMenusAndButtons()
- New About dialog :-)
- Cleaned up toolbar pixmaps
- Other minor changes


Version 0.64 (03-Feb-2001)
--------------------------
- Added function to save iso picture.
  The picture format (Jpeg, PNG, ...) can be selected from a submenu.
  All formats that your Qt-Library supports are selectable.
- Load palette: When the palette file had an invalid format, Kisomandel
  was just quitting. This bug has been fixed.
- As always some other minor changes


Version 0.60 (06-Jan-2001)
--------------------------
- General settings dialog implemented for the following settings:
  a) iso settings: resolution, height, autoheight, zoom, line color,
     outline color, maxiter color, smoothing level, area outline;
  b) other settings: default palette directory, default palette at start
     (startpalette can be enabled/disabled), default fractal-prefs directory,
     show toolbar at startup, show statusbar at startup, initial fractal type;
  THE SETTINGS CAN BE SAVED AND ARE AUTOMATICALLY LOADED WHEN STARTING KISOMANDEL!
  The settings are saved in the user's home directory in the file .kisomandelrc
  (example: /home/helmut/.kisomandelrc).
- Print function implemented (Menu File/Print Iso): prints the actual iso window contents.
  As this function uses the standard Qt-Printdialog you can redirect the output to a file.
- Save/Load fractal parameters: the following variables are saved/loaded too now:
  a) FractalType (Mandel or Julia);
  b) juliarconst (the real constant for julia);
  c) juliaiconst (the imag constant for julia);
- Some other minor changes


Version 0.50.1 (01-Dec-2000)
----------------------------
- Bug fixed (Segmentation fault on KDE 2)
  File kisomandel.cpp/function Kisomandel::Kisomandel(int w, int h):
  The variable toolBar was not initialized with NULL. This is needed before calling initToolBar().


Version 0.50 (12-Nov-2000)
--------------------------
First public release.
Many functions are already implemented. The print function still is not implemented.
There are still some display bugs in 3d area mode (undrawn areas caused by drawing optimization).
But nevertheless this version is already quite stable.
When running from KDE 2 beta (tested with beta 3 from SuSE 7.0 Professional) the program doesn't even
start (segmentation fault!).


Version 0.1 (22-Jun-2000)
-------------------------
- begin of work
- built standard QApplication with the wizard of KDevelop 1.2
  (mainwindow, menubar, statusbar, toolbar, slots, ...)
