Warning, /graphics/kimagemapeditor/ChangeLog is written in an unsupported language. File is not indexed.

0001 1.0 :
0002 - New features :
0003   * French translation - Thanks to Germain Chazot
0004     - KImageMapEditor is now translated to 4 languages :
0005       German, spanish, french and dutch
0006   * Improved session management
0007   * Made it possible to start with the last opened document
0008   * The ImageMapChoosDialog is only shown, if there is more than one map to choose.
0009 - Bug fixes :
0010   * Fixed the bug that prevents from dropping html or image files
0011   * Fixed another Mandrake compilation problem
0012   * The area preview image size can now be changed by the properties dialog
0013   * The highlight and show alt tag settings are now saved when used within Quanta.
0014   * Completed spanish translation - Thanks to Antonio Crevillén
0015 
0016 1.0b3 :
0017 - New features :
0018   * Added dutch translation - Thanks to Fabrice Mous
0019 - Bug fixes :
0020   * added namespace to cout : std::cout to solve the compilation problem under Mandrake
0021   * saveAs works now
0022   * made the KPart readwrite only to work within Quanta correctly
0023 
0024 1.0b2 :
0025 - Bug fixes :
0026   * Opening of an image over the toolbar or the menu entry file->open add
0027     the image now correctly to the image list.
0028   * The command line option --stdout works again.
0029 
0030 1.0b :
0031 - Note : Because of various internal modifications, this is intended to be a beta
0032          release. So it's possible that KImageMapEditor may crash and/or
0033          the content of the currently editing html file could be corrupted
0034          or be lost at all.
0035          KImageMapEditor therefore creates a backup file everytime you
0036          save an html file. It ends with a ~.
0037          Please only delete this file if you are sure that the original file
0038          isn't corrupted.
0039 - New features :
0040   * Converted the program to the KPart architecture, it can now be used as a
0041     imagemap viewer plugin in Konqueror or as an edit plugin in Quanta.
0042   * It's now possible to really edit a html file instead of creating always
0043     a new one with only one imagemap.
0044   * Added a listview of all imagemaps of the current editing html files.
0045     It's now possible to switch between the different maps, to delete maps and
0046     to add new maps to the html file.
0047   * Added a listview of all images that are contained in the current html file.
0048     It's now possible to switch between these images.
0049   * Spanish translation - Thanks to Antonio Crevillén
0050 - Bug fixes :
0051   * When KImageMapEditor was not properly installed with make install and
0052     the required image files couldn't be found, KImageMapEditor now shows
0053     an error message and exit(1), instead of crashing.
0054     
0055 0.9.5 :
0056 - New features :
0057   * Tool for adding and removing points to/from a polygon with the mouse
0058   * Freehand tool for drawing polygons
0059   * German translation
0060   * More zoom modes
0061 - Bug fixes :
0062   * Some undo bugs which results in a crash -> fixed
0063   * When switching from non-highlight mode to highlight mode the areas
0064     weren't highlighted correctly -> fixed
0065   * Crash when moving an area outside the drawing zone -> fixed
0066 
0067 0.9.4 :
0068 - New features :
0069   * Areas can be highlighted
0070   * Alt. text can be shown
0071   * PHP-files can be read
0072   * Property dialog extended
0073   * New action : close file
0074 
0075 0.9.3 :
0076 - New features :
0077         * Multiselection
0078         * Keyboard can be used better
0079         * New mouse cursors
0080         * New Action : delete
0081         * other new Actions
0082         
0083 0.9.2 :
0084 - New features :
0085         * Undo / Redo for almost all actions
0086         * Middle mouse click opens the properties dialog
0087         * Possiblity of enable / disable the default area
0088         
0089 - Bug fixes :
0090         * It's now possible to save to a file without an *.html,*.htm extension
0091         * Creating a rectangle with a negative size ( and a following crash ) is no longer possible.
0092         
0093 0.9.1 :
0094 - New features :
0095         * Better way of editing the area coordinates manually
0096                 - Possibility of adding and removing points to a polygon
0097         * Cursor shape changes to indicate moving or resizing   
0098   * Circle drawing is now perfekt
0099   * Possibility of changing the order of the areas
0100         
0101 - Bug fixes :
0102   * When saving to an HTML file the ending </html> tag is no longer missing.
0103   * When adding an area and pressing cancel the area will not be added.
0104   * Restoring the window size works now
0105