blob: bfd85cf59fab1a269cd79a01c8577021787ecb9a (
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
|
----------------------------------------------------------------------------
* General
- anaselli: fix kipi-plugins building if libkipi is missed or a wrong
release is present
- anaselli: add svn2cl management also for prepare_libkipi.rb
- All dialog less plugins which modify images should only use
currentSelection().
- All dialog less plugins which do not modify images should use either
current* methods.
----------------------------------------------------------------------------
* SLIDESHOW PLUGIN
(SlideShow with snazzy effects)
- Add preview Slideshow effects in dialogbox similar Kcontrol
screensavers settings.
- Auto-rotate according to EXIF orientation tag
----------------------------------------------------------------------------
* MPEGENCODER PLUGIN
(MPEG images encoder)
- Add DIVX support using mencoder program.
- Using new C++ implementation with MJPEGTools and IMLIB from Renchi instead
images2mpg bash script.
- Add file name or image comment in MPEG flux.
----------------------------------------------------------------------------
* PRINTWIZARD PLUGIN
(Multiples images printing wizzard)
- Check for existence of Gimp and disable option if not available.
----------------------------------------------------------------------------
* CALENDAR PLUGIN
(Calendar creation wizzard)
- Use QSimpleRichText to render the calendar text
- Add more options for controlling the appearance.
- Work on beautifying the calendar layout.
----------------------------------------------------------------------------
* SENDIMAGES PLUGIN
(E-mail images)
- Add tarball, zip, bz2, gz generation.
- Add support of 'Aethera' and 'Opera' mail agents.
|