2000-01-30 Heiner <heiner@kijumfo.de>

    * Startet the map-configure-wizard. There one can define the scale-range
      of the map as well as the exact map-elements displayed in the map.

    * Fixed the program-start. Now You can call KFLog with a file containing
      a flight, and the programm will load it during startup.

    * Made the map a Drag 'n Drop-Dropzone (nice word ;-) ). So You can drop
      files containing flights into the map and they will be loaded.

    * Fixed a bug in displaying the flight. So KFLog will not crash, if there
      are no waypoints ;-)


2000-01-23 Heiner <heiner@kijumfo.de>

    * Added more layers for the map. Now there exist 14 layers containing
      different map-elements. Switching one layer off or on is much faster
      than doing a new projection ...


2000-01-21 Florian <florian@kijumfo.de>

    * Added several icons for the map and toolbar.


2000-01-19 Heiner <heiner@kijumfo.de>

    * Created several new classes for handling map-objects. Now the class
      "MapOject" is obsolete. There is a new base-class "BaseMapElement",
      which is inhertited by the concrete classes "SinglePoint" and
      "LineElement" and their children. "BaseMapElement" provides some
      virtual functions for drawing and writing the mapelement.


2000-01-18 Heiner <heiner@kijumfo.de>

    * Fixed the functions for digitizing, so that they work with the new
      binary-format of the map-file. The digitized objects will also be
      written to an ascii-file, so that one can make changes.


2000-01-16 Heiner <heiner@kijumfo.de>

    * Added popup-menues in the map, displaying the name of the airspace and
      city, where one clicked.

    * Fixed a bug in "Tablet". Now the connection to the XServer will be
      closed in ~Tablet(). So the XServer can free all memory used by the
      connection and won't grow as much as he did before.


2000-01-15 Heiner <heiner@kijumfo.de>

    * Version 0.0.12 released!

    * Finished working on the binary-file-format. Loading the map
      now is about 10x faster!

    * Added functions for converting between ascii and binary
      map-file.

    * Created small map-icons, which will be displayed, if the scale
      is to big.


2000-01-13 Heiner <heiner@kijumfo.de>

    * Changed the drawing of the map. Now the MapObject draws itself.
      This saved more than 700 lines code in Map::drawMap() !!!
      Additional, all the getXXX()-functions in MapObject are
      obsolete now!

    * Startet to write routines for reading and writing the mapfile
      as a binary-file. Reading the file will be much faster! Due to
      this, some elemets of a mapobject will become obsolete, or their
      datatype will change, mostly from QString to int, so we will save
      lot of memory.


2000-01-12 Heiner <heiner@kijumfo.de>

    * Changed the scale-handling. Now the scale is stored in a global
      array "_scale[]". _scale[0] is the actual scale of the map.
      _scale[1] to _scale[4] are the different values where the
      map-displaying changes. The two parallels for projection
      are also global variables now, becouse they are needed really
      often.


1999-11-28 Heiner <heiner@kijumfo.de>

    * Fixed displaying the grid: Now the grid will appear the same way,
      like in the offical icao-maps (or less lines).

    * Fixed some bugs in loading a flight. Now KFLog doesn't seg-fault,
      if a unkown waypoint is detected.


1999-10-11 Heiner <heiner@kijumfo.de>

    * Adding layers to the map. Now the map itself, the text and the
      flight are stored in three different layers. So it is much master
      to toggle the text- and flight display.


1999-10-10 Florian <florian@kijumfo.de>

    * Started creating the icons to be displayed in the map.


1999-10-10 Heiner <heiner@kijumfo.de>

    * Added grid to the map.


1999-10-08 Heiner <heiner@kijumfo.de>

    * Added some functions for displaying a flight. The given waypoints
      will be checked now.
      NOTE: A waypoint is reached only, if the distance between the
      waypoint and the nearest point of the flight is no more than about
      600 meters.


1999-10-03 Heiner <heiner@kijumfo.de>

    * Version 0.0.9 released


1999-10-03 Florian <florian@kijumfo.de>

    * Going on digitizing.


1999-10-03 Heiner <heiner@kijumfo.de>

    * Add some icons to the project and ensure, they will be installed
      in &&(kde_datadir)/kflog/pics/.

    * Add the file map.wld to the project.

    * Add the first hack of a german translation.

    * Fixing some bugs in reloading the map. When You reload the mapfile,
      not all memory of the old data will be freed, but most of it ;-)


1999-10-02 Heiner <heiner@kijumfo.de>

    * Add the "redraw-map"-function. Now You can force reloading
      the mapfile and no restart of KFLog is needed. Digitizing will
      be much easier ;-)


1999-10-01 Florian <florian@kijumfo.de>

    * Started digitizing the map. Adding the first 250 objects ...


1999-10-01 Heiner <heiner@kijumfo.de>

    * Due to the many changes in map-/flight-displaying, the current
      version changed to 0.0.8

    * Changed some things in displaying airspaced. Now You can see
      a difference between airspace C and airspace D. Adding the two
      airspace-types "C-temp" and "D-temp".


1999-09-30 Heiner <heiner@kijumfo.de>

    * Map: Fixed some problems/bugs in map-displaying. Now the map will
      be displayed correctly.


1999-09-28 Heiner <heiner@kijumfo.de>

    * Added some basic functions for loading igc-files and displaying
      the flight into the map. These functions are based on the work
      of Jan Max Walter Krueger <jkrueger@physics.otago.ac.nz>


1999-09-20 Heiner <heiner@kijumfo.de>

    * Map: You now can configure the map-objects which should be displayed.
      The configuration will be saved. There are 18 possible types of
      map-objects. The additional types "highwayentries" and "station" will
      be handled automatically. If You choose either "Highways" or
      "Waypoints" You will also get the entries...


1999-09-18 Heiner <heiner@kijumfo.de>

    * doing lot of documentation-stuff ...


1999-09-17 Heiner <heiner@kijumfo.de>

    * Version 0.0.4 released


1999-09-16 Heiner <heiner@kijumfo.de>

    * ChangeLog started ...

