Changelog since Version 1.3.2:
==============================
Version 1.8.0
    Minor changes

Version 1.7.5
    Added the option to change properties from the menus
    Delete option gets disabled properly

Version 1.7.4
    Fixed CSV import in to batch printing mode
    Updated automake
    Replaced convert by ghostscript -> less dependencies and more speed!

Version 1.7.3
    Fixed compilation with --enable-final (added necessary ifdef's around headers)
    Fixed compilation (don't declare default args in the implementation)
    Fixed an UPC-A generation bug
    Added a Polnish translation by Benedykt P. Barszcz
    Fixed CSV import when the line does not end with the separator
    Fixed barcode size being different on screen and printer
    Fixed warnings about returnign reference to temporaries
    Added --print option also for the label editor
    
Version 1.7.2
    Major code refactoring to make everything cleaner and simpler
    Faster because of using less tempfiles
    Improved UI of Batch Printing dialog
    Fixed bug in group completion support
    Fixed CSV file import into PostgreSQL
    KBarcode File Plugin is now part of the KBarcode Source distribution

Version 1.7.1
    Fixed grid not beeing updated
    Speed improvements in token provider
    Fixed printing
    Improved DCOP interface
    Fixed moving items on grid has been greatly improved
    Serial indexing support
    
Version 1.7.0
    The default page size is read from KDE
    Increased speed when loading label definitions from file
    Support for inch and millimeter
    Added a powerful DCOP interface

Version 1.6.2
    Fixed an UPC-A generation bug
    Added greek translation
        
Version 1.6.0
    KDE 3.0.x compilation fixes
    Fixed wrong barcode positions

Version 1.6.0rc-2
    Fixed the rect icon in the labeleditor
    Fixed compilation with Qt 3.0.x
    Fixed a crash for paragraphs with one character only
    Improved printing of large pictures
    Fixed a bug with text lines drawn twice

Version 1.6.0rc-1
    Build System fixes
    Fixed a segmentation fault
    Removed debug messages
    Fixed focus of multi line edit dialog

Version 1.5.5
    Fixed compilation with Qt 3.1.x
    Fixed some IPL issues
    Fixed rich text rendering bug with empty paragraph
    Fixed display of "field0-9" fields
    Fixed spacing of the first line of each paragraph
    Spellchecked German translation
    Switched to KDevelop 3.0.0beta1

Version 1.5.4
    Further dynamic datafields fixes in the labeleditor
    Using own rich text engine (-> anti aliased fonts in printout)
    Removed screen resolution printing mode as 300dpi has better results
    Simplified configuration wizard
    greatly improved API documentation
    Added system check utility
    Updated German translation
    Added experimental IPL support
    
Version 1.5.3
    Fixed display of dynamic datafields in the label editor
    Fixed a crash in the preview of the label editor
    Fixed sequences with more barcodes on a label
    Added ZPL export
    Removed "USE" statement in DB code
    Started work on an own rich text rendering implementation

Version 1.5.2
    Added TBarcode auto correction feature
    Fixed copy and paste in the labeleditor
    Lot's of database creation fixes
    Added a progress dialog to the CSV import
    Fixed a memory leak, when the definition where read from a file
    Speed improvements when no database is used (because of caching)
    
Version 1.5.1
    Added Advanced button for barcode settings
    Added [resolution], [index], [page] keywords (datafields)
    Added text above barcodes for tbarcode backend
    Added escape sequence support for tbarcode backend
    Added support to select more than one element in the label editor (press CTRL)
    Added 1200dpi printing mode
    Added PostgreSQL and SQLite support (ODBC should work, too)
    Added API Documentation
    Added support for barcode sequences
    Added support for checkdigits with TBarcode
    Enabling crop marks (borders) is now much easier
    Cut/scale is now reset to 100/1000 if disabled
    Fixed and improved the barcode cache
    Fixed CSVImportDlg, which allowed to insert data in not existant table fields
    Fixed placement of new items
    Fixed preview in the label editor
    Removed 72dpi printing mode completely
    Removed convert -quality commandline option
    Datafields are now even shown in the label editor
    Changed double SQL datatypes to NUMERIC (and smallint to int)
    Made some varchars in the SQL code larger (to varchar(255))
    The index of the label can be specified in the label editor preview

Version 1.5.0
    Added TBarcode support (lot's of new barcode formats!)
    Added harddisk barcode cache
    Added CSV file import dialog
    Added support to configure the preview page size
    Added configuration of PDF417 err correction level and size
    Update SQL Tables so that 2D barcodes will work
    Fixed bug with barcode value not shown in the label editor
    Fixed fonts with Qt 3.2
    Removed some warning messages
    Removed useless functions: copyBarcode and printBarcode
    Removed grayscale option
    Removed bg and fg colors, because they are not supported
    Refactored SQL code to make it much easier (introduced SQL widget )
    Changed default: labeleditor asks for new label on startup

Version 1.4.1
    Fixed compilation error with compound literals
    
Version 1.4.0
    Fixed image positions when printing
    
Version 1.4.0-rc1
    Fixed bugs with image rotation
    Fixed printing of barcodes
    Fixed recent files menu
    Fixed automatic text resizing
    Fixed bug with getting max length barcode values from the database

Version 1.3.6
    Don't use private KPrinter API
    Fixed sql table creation
    Fixed drawing of lines
    Removed not working spellchecker
    KBarcode defaults to printing at 300dpi
    Updated Hungarian, Italian and Spanish translation
    Added own grid icon
    Updated documentation download URL
    
Version 1.3.5
    Fixed free space around label in the label editor
    Improved label preview dialog a lot
    Align to grid can be undone now
    Improved printing speed. Labels are read only once from harddisk.
    Fixed database problems with batch printing
    Cancelling of creating images works now
    Pages are calculated correctly again
    Improved layout of barcode dialog
    Fixed saving of barcodes
    
Version 1.3.4
    Added a button to insert all values from barcode_basic to batchprinting
    Improved the configuration wizard
    Improved batch printer GUI with import menu item
    Fixed SQL connection bug in batch printer
    Remove X, Y Correction stuff
    Refactore printer setup code
    Removed antialiased stuff, with Qt 3.2 we'll have pretty fonts anyway
    Fixed a memory leak in the image generation code
    Stopped maintaining two different printer codes, LabelEditor prints from the XML file now, too
    Fixed printing for all resolutions
    Improved the layout of the barcode dialog
    Fixed closing of main window
    Greatly enhanced PDF417 support
    Restructered preferences dialog
    Fixed textprinting bug
    Removed useless functions scalePainter() & renderPix()
    
Version 1.3.3
    Fixed Qt 3.0.x compilation
    Fixed a segfault at startup
    
Version 1.3.2
    Resizing with shift pressed keeps ratio now
    Fixed image rotation
    Fixed keyboard shortcuts
    Refactor lot's of code in command.cpp
    Fixed caption of Label Editor after using the preview
    72dpi can only be selected in the preferences if it is better than screenresolution
    Refactored some resolution calculations
    Fixed a memory leak in MyCanvasView
    Removed not working label scaling stuff
    Added more free fields to the "barcode_basic" table to improve handling of labels without barcodes (e.g. address labels)
    Improved and refactored printing code
    Fixed resizing of the label editor window
    Fixed grid and changed default gridsize to 20 pixels
    Moved drawing toolbar to the left side of the window
    Disable cut, copy and paste actions when no document is loaded
    Ported lot's of dialogs to KDialogBase
    Fixed move by value
    Databases are updated automatically on connection
    Fixed (one) undo/redo crash
    Fixed badly broken batchprinting with database values
    Fixed undo/redo crash
    Improved printing speed a little bit
    Fixed a crash with enabled grid


