File: ChangeLog

package info (click to toggle)
kallery 1.2.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,708 kB
  • ctags: 671
  • sloc: sh: 12,556; cpp: 3,254; perl: 2,760; makefile: 107
file content (126 lines) | stat: -rw-r--r-- 5,194 bytes parent folder | download | duplicates (2)
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
2006-11-27:
  - announce 1.2.0 release
2006-11-16:
  - started version 1.2
  - imported to KDE subversion server (svn.kde.org:/home/kde/trunk/playground/graphics/kallery)
  - break up the code to multiple classes (one class per page)
  - fix some layout issues
  - use standard icons
  - add text to some buttons
  - drop the generated project idea
  - add possibility to use the fullsize images from the target path
  - remove some annoying confirmation dialogs
  - fix "Convert only if larger" behavior
  - add suport for EXIF tags
  - use .html extension instead of .htm
  - fix page title when using frames
  - add new commands to templates
  - add more templates
  - update documentation

2005-02-17:
	- corrected cofigure checks to work more reliable with different ImageMagick
	  versions
2005-02-07:
	- Rewrite the configure checks, so now it's possible to use Kallery
	  with ImageMagick 6.0.x and 6.1.x as well.
	- fix some bugs when loading a generated project (absolute or broken
	  paths were read)
	- make it possible to choose the encoding from a wide range
	- insert the encoding in the generated file's meta tag (use the %CHARSET%
	  variable in the templates)
	- documentation was updated
2005-01-06:
	- 1.0.5 release
	- requires (and works with) ImageMagick 6.x
	- install the menu entry under Graphics
	- add a generic name (Image Gallery Generator)
2004-03-16:
        - let's release the 1.0.4
	- fix the layouting of the wizard, so it should be OK for every language and
	  does not break even if you resize it
2003-10-29:
        - delete the description when a file is removed
2003-10-27:
        - let's release the 1.0.3
2002-11-05: Version 1.0.3
        - by frank.schmischke@t-online.de:
          - add image option for not converting smaller images

2002-11-05: Version 1.0.3
        - by frank.schmischke@t-online.de:
          - add german translation
          - fix some of FIXME-parts
          - change width of wizard from 600 to 700
          - change width of some items, so they can show german translation
          - change admin/cvs.sh, so it can handle more than one po-file
        - add a preview for picture to describe
  - add preliminary Hungarian translation
  - change height of wizard to 400
  - ImageMagick 5.5.1 is required.

2002-09-09: Version 1.0.2
        - error while reading pictures fix (Frank.Schmischke@t-online.de)
        - handling of language settings fix (Frank.Schmischke@t-online.de)
        - --verbose option added (print the generated file list to stdout)
        - documents are created as HTML 4.01 Transitional

2002-08-05: Version 1.0.1
        - newer ImageMagick (5.4.5 and above) is required

2002-08-04: Version 1.0
        - basicly the 0.4 port to KDE 3
        - seems that there are some issues with newer ImageMagick (5.4.5)

2001-12-06: Version 0.4
        - fixed some compilation errors. Thanks to those who reported it and helped to fix.
        - also non-root users can install new templates (in $KDEHOME/share/apps/kallery/templates)
        - better handling of broken project files

2001-11-21: Version 0.3.2
        - fixed the mess with saving a generated project under a different name
        - tooltips added
        - possibility to insert text before and after the thumbnail table added
        - separate color selection for fullsize image htmls added
        - better template handling
        - more warning dialogs added

2001-11-19: Version 0.3.1
        - fixed a huge memory consumption bug
        - fixed the image-thumbnail matching behaviour
        - fixed generation problem while using absolute paths
        - updated ./configure script (searches for the ImageMagick version)
        - better original/generated project syncronization
        - there is only one description file for the original/generated project
        - move to the top/bottom of the list buttons added
        - possibility to use the images from their original locations
        - quality setting for PNG/MNG/JPG output added
        - the project file is a little changed, but the old version should be loadable
        - documentation was updated
        - other small improvements/bugfixes

2001-11-15: Version 0.3
        - resturctured interface
        - CSS support added
        - some extra look and feel options added
        - multilanguage support added
        - a help was written
        - more templates were added
        - search for ImageMagick during configure added.
        - bugfixes (mainly functionality bugfixes)

2001-11-05: Version 0.2.1 (minor update)
        - more error/warning checks and message boxes introduced
        - possibility to cancel the generation process added
        - there is something strange with ImageMagick 5.3.8. One user
           reported a crash, when it tries to load the image. The fix/solution
           is yet unknown, altough I've added some extra things in this
           version. Waiting for the results...

2001-11-03: Version 0.2 (Initial public release)
        - save/load projects
        - multiple templates (still hardcoded the selection)
        - no need of libMagick++
        - more stable

2001-10-28: First version (0.1)