* add new tool for creating class relation diagrams
* add missing reference
* add icons for project assistant
* add assistant for creating project files
* add icons for list operations
* make branch for version 1.0
* add download links
* BUGIFX: remove wrong hints
* deactivate form on checker run
* BUGFIX: do not crash while displaying a high number of parsing errors
* minor website style changes
* BUGFIX: Fixing error on change tabs. Solution: change from TDirectoryEdit to normal Edit plus Button
* fixed typo
* fix for loop to work on 32bit
* unittests repaired
* add contact information
* add downloads to site
* change weblink in about form
* add icons for download links
* add lightbox to screenshots
* add missing media files to svn
* add favicon
* load project website after click on help button
* update copyright information
* add setting of working directory
* formatting of manual
* add build directory to documents
* formatting changes
* remove obsolete documents
* typo fixed
* renaming outpu argument checker to output parameter checker
* renaming argument count checker to parameter count checker
* renaming boolean arguments checker to boolean parameters checker
* add dummies for all pages
* improve website design
* implement interface variables and consts in pas2dot
* new implementation of dedicated dot maker
* change dot layout
* BUGFIX: png creation fixed
* add new tool for making a dot files from pascal units
* add checker for exceptionhandling
* add installer for debian-based linux
* update fcl-passrc
* do not mark boolean arguments when they are var or out
* add config option to magic value checking for ignoring -1, 0 and 1
* update fcl-passrc
* add error handling in cli program for parsing errors
* implement GetErrors in mockup
* extend make file descriptions
* implement generating of standard info url
* set keypreview of form to true
* BUGFIX: remove unneeded, errornous intial value (thanks to monta for finding the bug)
* ignore e in try.on block if AllowMinfiedTypeNames is active
* add checker for with...do constructions
* update fcl-passrc
* finish html exporter
* update fcl-passrc
* add example checks for npath complexity in phpmd
* start implementation of checker tests
* add microkernel
* implement message controller
* add tester for gui controls
* implement rules config/file handling
* BUGFIX: ask on project loading before overwriting a existing project
* implement project file operations
* add cli test project
* added main controller to project (still under implementation)
* implement zooming of interface
* rename test project
* add self checking
* better naming of components
* add checker for global variable count
* BUGFIX: correct the standard ruleset generation
* add example project files
* BUGFIX: reading of long options does not work
* add goto checker
* update fcl-passrc
* bind generation of default config to button
* clear naming for checkers
* add folder properties
* add or update copyright information
* implement parsing for uml exporter
* implement more of CLI controller
* update fcl-passrc
* special message for empty string magic value
* change configuration structure for checkers
*add option for ignoring constructors in boolean arguments checking
* add option for irgnoring setter methods while checking for boolean arguments
* add priority to violations model
* read ruleset and check name directly from checker object
* BUGFIX: configuration of magic values checker corretced
* add command line project
* HACK: ignore .lrs files
* add checker for boolean arguments
* implement checker for output arguments
* add chekcer for excessive arguments
* BUGFIX: correct init for short method checker