summaryrefslogtreecommitdiffstats
path: root/kooka/CHANGES
blob: 3d87017b875d4c70600aa7c1942afefd1c21a7f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
-> Nov. 2000, Klaas Freitag <freitag@suse.de>:
initial version

- December 2000, Klaas Freitag <freitag@suse.de>:

Added support for calling the external ocr program gocr of Joerg
Schulenburg and friends.  See http://jocr.sourceforge.net for
details. Mind that still everything is under construction, even if
there could be some interesting screen hots around.

OCR works best with smaller parts of text scanned black-and-white 
scanned with about 150 dpi.
 
-> Released version 0.2 on kde.org

- December 2000, Klaas Freitag <freitag@suse.de>:

* Reworked the ocr integration: Nice start- and finish-dialog,
  animated status image, opening a text editor with the result text
  via mime mechanism of KDE (KRun). OCR-Parameter get stored via TDEConfig.
  OCR may be performed on the entire image or the selection.

* Reworked the save assistant: New layout and fully KDE2-Compliant.
  Still no new Image format help texts.

* Reworked the startup dialog: Allows to select the scan device from a
  list of available devices, possible to set the startup scan device
  'forever'.

* Resizing of the scan parameters. The scan parameters shell should
  take as much as space as it needs. It is not longer fix sized now.

* Mirroring in three kinds of the displayed image with toolbar and menubar
  entries. That needed that the packager is able to handle changes on already
  saved images.

* Creation of new images from the selection on the image canvas.

- Jan 2001, Klaas Freitag <freitag@suse.de>:

* Rotating of images. 

* Opening images in a kde graphic app.

* Proper error messages if a changed image cant be saved.

* drag and drop support: Pull an image from konqueror on the scanpackager !
  The image wil be importet.

* print support (basic)

* basic configuration support 

  ... and losts of other, small bug fixes, unfortunately not mentionend very
      well here. Sorry for that, I will try to do better.

/* ================================================================================ */

-> Released version 0.3 in tdegraphics/kooka for KDE 2.2
The released version does actually not have too many new 

- July 2001, Klaas Freitag <freitag@suse.de>

* fixed the img_saver-bug that the 'Do not ask again' is not honored.
  Now it should be, if it is checked, the format-Dialog will not be
  displayed again.

* added a new section Image saver to the properties dialog

* some changes to the image saver to display the image type (Lineart etc. )

* bugfixes in the image Saver

/* ================================================================================ */
Nov 2001:
Added a combo box below kooka's gallery widget. Since the gallery and the
the preview window are in a tabwidget together, user complained that they
do not see the directory they are scanning to while working on the preview
page. The combobox shows the currently selected directory and is always
visible. The user can use the combo to change the target dir without leaving
the preview page.

Nov 2001:
Replaced the old ScanPackager object by a new one based on the new KFileTreeView
Widget in tdelibs/tdefile. Hopefully soon full KURL support and more than one image
repository.

Nov 2001:
Moved preview image to a hidden directory under $TDEHOME/share/apps/ScanImages/.previews
That makes the preview images invisible in the Packager.

/* ================================================================================ */

many bugfixes for KDE 3.0 -> Released Kooka 0.35 for KDE 3.0
                            
Released Kooka 0.36 for KDE 3.0.1
                        
Mai 2002:
   Added Thumbnail View with Preference Dialog => Kooka Release 0.37
   Completed About dialog and added the Webpage http://kooka.kde.org

/* ================================================================================ */

For Kooka 0.38: Introduced KDockWidgets to make the GUI configurable to everybodies
needs.

/* ================================================================================ */

For Kooka 0.39: 

* Fixed problem with gocr: gocr always resulted in (PICTURE) - fixed
  it by changing the save format for images to gocr. This bug happens
  only with gocr 0.3.5 (and probably higher).

* Renaming images inline reimplemented again.

* exported Gallery Actions to appear in the menu bar again.

* added a progress bar and bugfixes to the thumbview

* added halftoning to the scanservice and thus kooka

* fixed bugs in the resolving of dependencies of scanner parameters.

/* ================================================================================ */

For Kooka 0.40:

* Added Kadmos-Check to configure.in.in

* Changed the Mainwindow to be KParts-Mainwindow,neccessary for using Parts in Kooka

* OCR: Code massive reorganised. More ability to use different ocr engines.
 
* OCR: Preparation to use Kadmos OCR engine.

* OCR: Result  not longer in a separat dialog, but in a editor part.

* Scanpackager uses KookaImage more consequently. That provides meta data where needed

* Improved image viewer from libkscan: Holds zoom settings over images

* image information in status bar.

/* ================================================================================ */

For Kooka 0.41:

* Added support for ocrad OCR software. 

* Added image printing tab to the tab dialog, good printing support.

* fixed some bugs with OCR result image handling.

* libkscan: Fixed a cast bug with scan source selection

* Improved support for tiff images, handle images with different x- and y resolution
  correctly.