Warning, /graphics/kooka/app/doc/CHANGES is written in an unsupported language. File is not indexed.
0001 -> Nov. 2000, Klaas Freitag <freitag@suse.de>: 0002 initial version 0003 0004 - December 2000, Klaas Freitag <freitag@suse.de>: 0005 0006 Added support for calling the external ocr program gocr of Joerg 0007 Schulenburg and friends. See http://jocr.sourceforge.net for 0008 details. Mind that still everything is under construction, even if 0009 there could be some interesting screen hots around. 0010 0011 OCR works best with smaller parts of text scanned black-and-white 0012 scanned with about 150 dpi. 0013 0014 -> Released version 0.2 on kde.org 0015 0016 - December 2000, Klaas Freitag <freitag@suse.de>: 0017 0018 * Reworked the ocr integration: Nice start- and finish-dialog, 0019 animated status image, opening a text editor with the result text 0020 via mime mechanism of KDE (KRun). OCR-Parameter get stored via KConfig. 0021 OCR may be performed on the entire image or the selection. 0022 0023 * Reworked the save assistant: New layout and fully KDE2-Compliant. 0024 Still no new Image format help texts. 0025 0026 * Reworked the startup dialog: Allows to select the scan device from a 0027 list of available devices, possible to set the startup scan device 0028 'forever'. 0029 0030 * Resizing of the scan parameters. The scan parameters shell should 0031 take as much as space as it needs. It is not longer fix sized now. 0032 0033 * Mirroring in three kinds of the displayed image with toolbar and menubar 0034 entries. That needed that the packager is able to handle changes on already 0035 saved images. 0036 0037 * Creation of new images from the selection on the image canvas. 0038 0039 - Jan 2001, Klaas Freitag <freitag@suse.de>: 0040 0041 * Rotating of images. 0042 0043 * Opening images in a kde graphic app. 0044 0045 * Proper error messages if a changed image cant be saved. 0046 0047 * drag and drop support: Pull an image from konqueror on the scanpackager ! 0048 The image wil be importet. 0049 0050 * print support (basic) 0051 0052 * basic configuration support 0053 0054 ... and losts of other, small bug fixes, unfortunately not mentionend very 0055 well here. Sorry for that, I will try to do better. 0056 0057 /* ================================================================================ */ 0058 0059 -> Released version 0.3 in kdegraphics/kooka for KDE 2.2 0060 The released version does actually not have too many new 0061 0062 - July 2001, Klaas Freitag <freitag@suse.de> 0063 0064 * fixed the img_saver-bug that the 'Do not ask again' is not honored. 0065 Now it should be, if it is checked, the format-Dialog will not be 0066 displayed again. 0067 0068 * added a new section Image saver to the properties dialog 0069 0070 * some changes to the image saver to display the image type (Lineart etc. ) 0071 0072 * bugfixes in the image Saver 0073 0074 /* ================================================================================ */ 0075 Nov 2001: 0076 Added a combo box below kooka's gallery widget. Since the gallery and the 0077 the preview window are in a tabwidget together, user complained that they 0078 do not see the directory they are scanning to while working on the preview 0079 page. The combobox shows the currently selected directory and is always 0080 visible. The user can use the combo to change the target dir without leaving 0081 the preview page. 0082 0083 Nov 2001: 0084 Replaced the old ScanPackager object by a new one based on the new KFileTreeView 0085 Widget in kdelibs/kfile. Hopefully soon full KURL support and more than one image 0086 repository. 0087 0088 Nov 2001: 0089 Moved preview image to a hidden directory under $KDEHOME/share/apps/ScanImages/.previews 0090 That makes the preview images invisible in the Packager. 0091 0092 /* ================================================================================ */ 0093 0094 many bugfixes for KDE 3.0 -> Released Kooka 0.35 for KDE 3.0 0095 0096 Released Kooka 0.36 for KDE 3.0.1 0097 0098 Mai 2002: 0099 Added Thumbnail View with Preference Dialog => Kooka Release 0.37 0100 Completed About dialog and added the Webpage http://kooka.kde.org 0101 0102 /* ================================================================================ */ 0103 0104 For Kooka 0.38: Introduced KDockWidgets to make the GUI configurable to everybodies 0105 needs. 0106 0107 /* ================================================================================ */ 0108 0109 For Kooka 0.39: 0110 0111 * Fixed problem with gocr: gocr always resulted in (PICTURE) - fixed 0112 it by changing the save format for images to gocr. This bug happens 0113 only with gocr 0.3.5 (and probably higher). 0114 0115 * Renaming images inline reimplemented again. 0116 0117 * exported Gallery Actions to appear in the menu bar again. 0118 0119 * added a progress bar and bugfixes to the thumbview 0120 0121 * added halftoning to the scanservice and thus kooka 0122 0123 * fixed bugs in the resolving of dependencies of scanner parameters. 0124 0125 /* ================================================================================ */ 0126 0127 For Kooka 0.40: 0128 0129 * Added Kadmos-Check to configure.in.in 0130 0131 * Changed the Mainwindow to be KParts-Mainwindow, necessary for using Parts in Kooka 0132 0133 * OCR: Code massive reorganised. More ability to use different ocr engines. 0134 0135 * OCR: Preparation to use Kadmos OCR engine. 0136 0137 * OCR: Result not longer in a separat dialog, but in a editor part. 0138 0139 * Scanpackager uses KookaImage more consequently. That provides meta data where needed 0140 0141 * Improved image viewer from libkscan: Holds zoom settings over images 0142 0143 * image information in status bar. 0144 0145 /* ================================================================================ */ 0146 0147 For Kooka 0.41: 0148 0149 * Added support for ocrad OCR software. 0150 0151 * Added image printing tab to the tab dialog, good printing support. 0152 0153 * fixed some bugs with OCR result image handling. 0154 0155 * libkscan: Fixed a cast bug with scan source selection 0156 0157 * Improved support for tiff images, handle images with different x- and y resolution 0158 correctly.