	19.5.2003
* Fix: One more bug with Impicit Converters and Modules. Thanks Tilli for the bug report!
* Fix: Copy/Past-Bug in KDE3 version
* Fix: Misspellings in german translation
* Fix: Some ImpicitConverter was delete during circuit setup
	9.5.2003
* Fix: KSimus runs into an endless loop if it was terminated with the menu option File->Quit (onyl KDE3 version).
* Fix: The configure script checks the the header file ltdl.h
	29.3.2003
* New: Version 0.3.6
* Update french translation. Thanks Aurelien!
* Fix compiler error in ksimus/tools/loglist.cpp. Thanks Aurelien!
	2.3.2003
* New: Version 0.3.6-pre1
* Update german translation
	1.3.2003
* Update help documents
	16.02.2003
* New: Save size of ConnectorPropertyDialog.
* New: Save size of ComponentPropertyDialog.
	08.02.2003
* Fix: Compile error with gcc-3.2. Thanks Aurelien!
	29.12.2002
* New: Modules can be loaded during application start.
	27.12.2002
* Fix: Bug #448 caused a crash sometimes if clicked with the right mouse button at a module in
  the component supplier. Thanks to kaplun for the bug report.
	23.12.2002
* New: Messages in log window are colored now.
* New: Add log window property to setting menu.
	22.12.2002
* Fix: Remove menu entry "Hide User View" if module with pixmap view.
* New: Warning message if module size is changed
* Fix: Remove some old code from module functionality
* Fix: Some other problems during module reload
* Remove: Remove obsolete 'User Interface' setting in module view
* Fix: Add missing modify setting after 'Hide User View'
	30.11.2002
* Change: Some performance changes in class ConnectorBase
* Fix: Some timing issues External Connector
* Fix: Orientation of tristate connectors inside modules
* Fix: Some management issues with deactivated user views
	24.11.2002
* New: Connector class ConnectorBoolTriStateSpecial used for boolean tristate External Connector
* Change: External Connector handling within modules improve. This change results in a more
  clear connector using.
* New: Improve Boolean Tristate Watch view
	18.11.2002
* New: Boolean Tristate Connector extended. Works inside modules now.
* Change: The negated connector property is moved from the boolean connector classes into the base connector class
* Fix: The default reset state of boolean output connector was always false. Now the default value of the component is used.
* Fix: Floatingpoint connectors are not negatable by default.
* New: Validity check inside module loading code
	14.11.2002
* New: Boolean Tristate Connector.
	11.11.2002
* Fix: Remove menu entry "Hide User View" if module with generic view.
* Fix: Optional connector recognize the deletion of a connector.
	09.11.2002
* New: External Connectors may be (user defined) optional know.
* New: The External Connector Boolean Input has a user defineable state if not connected.
	28.10.2002
* New: Implicit data type converter floatingpoint to boolean.
	27.10.2002
* Fix: Remove incorrect default parameter which causes gcc 3.2 to fail. Thanks Gerhard und Aurelien.
* New: Add new command line option 'hidden'.
* New: Implicit data type converters. For example now it is possible to connect a boolean output to
  a floatingpoint input.
	19.10.2002
* New: Version 0.3.5-1
* Fix: The handbook generation failed after update to KDE 3.0.4, libxml2 2.4.25 and libxslt 1.0.21. This is fixed now.
* Fix: Remove double definition of EXTRA_DIST which cause to fail with some combination of autoconf and automake.
	12.10.2002
* New: Version 0.3.5
* Remove the outdated Brazilian Portuguese translation from project.
	10.10.2002
* Fix: Errors in documentation. Thanks MrTLee!
* Fix: A wrong initialize sequence of the component package causes untranslated
  component names. Thanks Aurelien!
* Update French translation. Thanks Aurelien!
* Update German translation.
	27.09.2002
* Update documentation
* New: Some setups for implizite converter (not enabled yet)
* Change: unify some watchpoint strings
	05.08.2002
* Fix: undo problem with button if toggled <-> not toggled is changed
* New: Watch view, watchpoints, breakpoints
	14.07.2002
* New: Pause simulation function
* New: Component 'Pause simulation'
* Change: Remove root entry 'Component' from Component supplier.
	07.07.2002
* New: Class WirePropertyMultipleOutput - supports wire with more than one controlling output (bus signals)
* New: Class ConnectorTriStateBase - supports connectors bus signals
* Fix: Class Module - Prevent recursive module loading
* Fix: Class Module - Prevent crash if module file is not valid
* Fix: Class KSimusApp - add missing disable/enable code for some menu items
* New: Class KSimusDoc - add signalPreReset() and signalPostReset()
* Fix: Class Wire - Remove default checkProperty()
	28.06.2002
* New: Add dual color support for wires and connectors
* Change: Modules are opened read only now
* New: Add label texts for dialogs to class ComponentAddOn
	26.06.2002
* New: function reset() for connectors
* Change: optional wire property execution in output connectors
* New: Zero delay components
* New: External Connectors have zero delay now
* New: Class WirePropertySingleOutput supports zero delay components
* Change: KSimTimeBase uses correct abbreviation for time units
* Fix: Reset execution timings if the user gets a new document
* Fix: A bug in the undo algorithm removes sometimes noninvolved components and wires
	17.06.2002
* Fix: ClockGenerator uses timed execution
* Change: PropertyWidget* ConnectorBase::propertyWidget(QWidget * parent) returns a PropertyWidget
  instead of a QWidget (derived classes also).
* Change: class ConnectorPropertyDialog inherits ComponentPropertyDialog instead of KDialogBase.
* New: class OptionalFunction and OptionalConnector
* New: class KSimDialog (base class for KSimus dialogs)
* Change: member function PropertyWidget::changeData is public now (was protected)
* Fix: Timed execution of components works now.
* Change: Rearrange main windows of KSimus.
* Change: class ComponentPropertyDialog inherits KSimDialog instead of KDialogBase.
	27.05.2002
* New: Class RowLayoutWidget supports an easy layout management like QGrid but with flexible layout adjustments
* Change: Remove some unusable header files from installation
* New: Language selection with command line option
* New: Multiple files in command line
	20.05.2002
* Fix: Add missing undo code at ConnectorBoolInEdge
* Fix: Some rounding problems in KSimTimeBase
	19.05.2002
* Change: Data transport layer redesigned. Faster execution, easier component
  implementation, no delay for external connectors (up to now the delay was 0
  or 1 cycle)
	02.05.2002
* Change: Imporve class KSimFilename
* Fix: some dialog issues (unrecognized changes)
* New: KSimFile::absolutePath()
* Fix: Open document read only
* Change: Set new URL before saving document
	25.04.2002
* New: Class KSimFilename
	24.04.2002
* Change: component type variables
* New: KSimData stores also QPixmap
* New: Components 'Stop' simulation and 'Close' window
* Change: New sorting function for components and compViews
	21.04.2002
* Change: Remove unused parameter comp from Component::createGeneralProperty(Component * comp, QWidget *parent)
* Change: Remove unused parameter comp from Component::createInfoProperty(Component * comp, QWidget *parent)
	20.04.2002
* New: Improve package loading code
* New: Signals for component execution
* Fix: Directory setting during first startup (Thanks Aurelien)
* Fix: Unload code of bad package files
	14.04.2002
* Change: Improve internationalization of components and connectors
* Change: Use compiler flag -DQT_NO_CAST_ASCII
* Change: Use singleton patterns instead of static objects
* Fix: Wrong connector direction in user view modules
	02.04.2002
* New: Version 0.3.5-cvs
* New: Component execution is event triggered now (earlier versions are cycle based)
* New: Write document with network transparent support now
* New: Improve KSimData API
	02.04.2002
* Fix sticking Button and ToggleButton
* Fix search algorithm for relative paths (empty path)
* New option execute
* Fix X error during File/Close and File/Quit
	28.03.2002
* Fix some compiler warnings
	23.03.2002
* New: Add includes for KDE3 compatibility
* Fix: KSimEditor::eventFilter did not work as expected with KDE3
* New: Version 0.3.4-1
	20.03.2002
* New: Version 0.3.4
	02.03.2002
* New: Enhance Component documentation
* New: External Connectors are rotatable now
* Fix: I18n problem in Component dialog if default button is pressed
* Update: French translation from Aurelien Jarno. Thanks!
* Update: German translation.
	24.02.2002
* New: Component documentation
* New: Component SimulationTime and TickTime
* Change: ClockGeneratorView has a smaller size
* New: Function getValueText() in Connector classes
* Change: Function getCurrentData() in WireProperty classes is const now
* New: ComponentListView & KSimEditor with component help menu item
* New: Components in UserView are hideable.
	18.02.2002
* Fix: ConnectorPack renames also existing connectors
* New: ConnectorPropertyWidget will be deleted if the according connector is deleted.
* New: KSimDoubleSpinBox with alignment adjust
* New: PropertyWidget reactivate destructor
* New: Component and ComponentAddOn have a new virtual function menuExecuted (call by KSimEditor)
* New: KSimWidgetList has new function getActiveWidget
	04.02.2002
* Change: Version 0.3.4.cvs
* New: Improve class KSimDoubleEdit	
* New: KSimEditor event filter fetches key press and release events
* New: Store size of  Package Files Widget
* New: Brazilian portuguese translation from Renato Arruda. Thanks!
* New: Floating Point connectors and wire
	23.01.2002
* Change: Version 0.3.3
	22.01.2002
* Fix: draw Module (caused by changes from 13.1.02)
* Fix: some grid issues
	21.01.2002
* New: German translation
* Fix: not translateable code
	20.01.2002
* New: French translation from Aurelien Jarno. Thanks!
	19.01.2002
* Fix: ClockGenerator ugly print view
* New: Add print function
* New: Store current document position and restore it after loading
	14.01.2002
* Fix: Boolean1OutPropertyGeneralWidget fix tool tip
* New: BooleanButton with selectable font (uses ComponentStyle)
* New: ConnectorPropertyWidget hides the "settings" widget if the widget does not contains childs.
* Fix: ComponentStyle and ComponentPropertyStyleWidget fix color adjustment and storing
* Fix: CompViewHBox fix color adjustment if widget is inactive
* New: CompViewWidget add color an font adjustment
	13.01.2002
* New: Improve rotate support
* New: Rotatable user interface components
* New: Boolean Led is in schematic rotatable.
* New: Gates (not GUI objects) are rotatable now.
* New: Wire cursor (Thanks for design to Marika Nitscher)
* New: More sensitive cursors at the editor
	06.01.2002
* New: Delete option for components
* New: Schematic and User Interface resize dialog
* Fix: Past large component parts into small Schematic and User Interface views.
* Fix: Schematic and User Interface resizing bug.
* Change: Version 0.3.3.cvs
	05.01.2002
* Change: Version 0.3.2
* Fix: Beautify examples
* Fix: Install directories are selectable with configure options. Thanks to Dominic Sacre for the bug message.
* New: Command line option --simpleVersion returns only the KSimus version.
	03.01.2002
* Fix: i18n problems with Boolean1Out, BooleanLed, ClockGenerator, ExtConnBoolIn, ExtConnBoolOut
* Change: Connectors uses a translated (for the user) and a untranslated (for files) name.
* Fix: Class Module: Rename the ambiguous function getContainer() to getModuleContainer().
* New: Class CompContainer stores the serialNumber in the document.
* Fix: File library.cpp causes the error "Fatal error: you need to have a KInstance object before ..."
  on some machines. Sorry! Thanks to Dominic Sacre for this fast fix :)
* New: Class Library supports translation catalogue of the packages.
	02.01.2002
* New: Font property in classes ComponentStyle, ComponentPropertyStyleWidget, CompViewHBox and CompViewVBox
* Change: Constructor ComponentStyle
* Change: BooleanLed because changes in ComponentStyle
* New: member function KSimData::hasKey
	30.12.2001
* Fix: The Module View had not accept last text input if you click after that on a checkbox.
  (Cause: A click on a checkbox or radiobutton with default focus policy leave the (key) focus unchanged.
   In this case the line edit does not receive a focus out event).
* Fix: Speedup document loading
* New: Progress bar during loading
* New: Classes ComponentStyle, ComponentPropertyStyleWidget, CompViewHBox and CompViewVBox for
  UI components. New properties foreground and background color and selectable frame.
* Change: BooleanLed with user defineable foreground and background color. Frame hideable in user interface.
* Change: Version 0.3.2.cvs
	29.12.2001
* Change: Version 0.3.1
	28.12.2001
* New: Improve interface to loadable package.
* Change: Use libltdl instead of libdl for loading packages
	25.12.2001
* Change: Connector class constructors uses "const QString &" instead "const char *" for name
* Change: Unique feature of ComponentAddOn is now selectable
* Change: ConnectorLabel does not use unique feature of ComponentAddOn
* Change: ConnectorPropertyDialog inherits ComponentItem (Code reuse!).
* Change: Beautify Property Check error mesg.
* Fix: Avoid unnecessarily debug messages from KSimEditor::wirePopup(...).
* Fix: ConnectorPack::setConnectorCount(...) delete allway connector bug
* New: ConnectorPack::getNumberOfDeletableConnectors() and getNumberOfNotDeletableConnectors()
* Change: ConnectorPack::getDeletableConnector() is not longer virtual.
* New: KSimBaseUIntLineEdit and KSimBaseUIntValidator
* Change: ComponentPropertyBaseWidget inherits ComponentItem. Remove old code.
* Change: ComponentPropertyDialog inherits ComponentItem.
	23.12.2001
* New: Add tool tip and what's this to ClockGeneratorPropertyWidget.
* New: Add some helper functions for tool tip and what's this to PropertyWidget
* New: Add new classes which provides a common interface to data objects KSimTypeBase and KSimTypeTemplate
* New: Add new data classes KSimInt, KSimUInt and KSimBaseUInt
	21.12.2001
* Change: Remove debug message from ComponentBlockLayout
* Change: ComponentBlockLayout justify text output
* Change: Remove debug message from ConnectorLabel
* Fix: include file in KSimBooleanBox
* Fix: Component deletes connectors in m_connList
* Fix: Rearrange deleted items in the Component destructor
* Fix: ComponentAddOn self deleting
	19.12.2001
* New: classes DoubleLayout, ComponentBlockLayout and ComponentControlBlock
* Fix typo
* Change: Better accept/default/cancel mechanism for PropertyWidget. The virtual slots are splitted
  up to one virtual function and one slot.
	17.12.2001
* New: Boolean1Out has selectable init value for reset state
* Fix: Truncate bug. Caused by the getWirePos change from 16.12.2001
	16.12.2001
* New: ComponentAddOnList::~ComponentAddOnList removes items from last to first.
* Change: ConnectorBase::getWirePos returns the position one grid "in front" of the connector.
* Change: ConnectorBase::draw draws connected connectors one grid longer.
* New: Remove mechanism for component layouts
* Change: New handle style for resizeable components.
* Change: Use default background color in the user view (KSimEditor)
* Fix: Status bar handling for help messages (KSimEditor)
	12.12.2001
* New: function KSimTimeServer::getTime()
	09.12.2001
* New: Template class for boolean components Boolean1Out and BooleanXIn1Out
* Change: BooleanAnd uses BooleanXIn1Out as base class
* Change: BooleanButton uses Boolean1Out as base class
* Change: ComponentLayout and friends
  - Replace most int with unsigned int
  - function parameter getSize()
* New: ConnectorBase::setGridPos(int,int)
* Remove: ConnectorBoolOut has not a reset state anymore.
* New: Add tool tip and what's this to ConnectorPropertyWidget
* New: Add tool tip and what's this to ComponentPropertyGeneralWidget
* Remove: Remove debug messages from ComponentListView
* New: Boolean input widget KSimBooleanBox
	05.12.2001
* Change: Improve Fold/Unfold mechanism of the component supplier.
* New: ComponentPropertyInfoWidget::getGrid() and ComponentPropertyGeneralWidget::getGrid()
* New: Component::createGeneralProperty(...) and Component::createInfoProperty(...)
* New: Improve connector delete mechanism.
* New: ConnectorBase::signalInitPopupMenu(QPopupMenu * popup)
* Change: ComponentLayout accepts as parameter a CompView instead a Component object
* Change: BooleanAnd because changes of ComponentLayout
* New: Speed up BooleanAnd::calculate()
* Change: ConnectorPropertyWidget::ConnectorPropertyWidget(...) label format
* Change: LogListDialogWidget::initView() label format
* Change: ComponentPropertyGeneralWidget::ComponentPropertyGeneralWidget(...) label format
* Change: ComponentPropertyInfoWidget::ComponentPropertyInfoWidget(...) label format
	02.12.2001
* ComponentAddOn have now a name. This name must be unique within a component.
* BooleanAnd: The AND/NAND has a variable count of connectors. Unfortunately this breaks
  the document compatibility.
* Change default setting of ConnectorBase: The connectors are not able to hide.
* ConnectorBoolInEdge: Change function setEdgeSensitive. Now it has a second parameter
  which set the setting as a default setting. The function setInitEdgeSensitive is obsolete
  and is removed.
* ConnectorPropertyWidget: Show entry hide only if the connector is able to hide.
* New class ComponentLayout: This class is a component add on and arranges the connectors
  and resize the component view.
* New class ConnectorPack: This class handles multiple connectors. It places the connectors
  and add a add and a delete entry to the popup menu.
	25.11.2001
* Finish connector hide functionality.
* Open the right connector entry at the ConnectorPropertyDialog,
  if the user opens the connector property dialog. Before this change
  the first connector entry was opened.
* Change some functions from protected to public (some layout functions).





