Rev Author Line No. Line
178 kaklik 1 2008-02-07 Jan Wedekind <jan at wedesoft.de> 1.6
2 - Added more confusing array operator methods to keep up with the
3 GCC freaks.
4  
5 2008-02-06 Jan Wedekind <jan at wedesoft.de> 1.5
6 - Adding support for firewire digital camera
7 * image_v4linput.cc: Accepting YUV422 (assuming it is same as UYVY).
8 - Wizard has new combo-box for selecting video mode
9 (PAL/NTSC/SECAM/AUTO)
10 * image_v4linput.cc: Not preferring RGB support of camera. Prefer
11 UYVY or YUV420p instead.
12  
13 2007-04-14 Jan Wedekind <jan at wedesoft.de> 1.4
14 - Added spin-box for selecting camera channel.
15 - GUI now has sliders for adjusting brightness, contrast, and others.
16  
17 2007-03-27 Jan Wedekind <jan at wedesoft.de> 1.3
18 - Added some explanation about capturing reference image.
19 - Distorted e-mails because of spam.
20  
21 2007-02-12 Jan Wedekind <jan at wedesoft.de> 1.2
22 * configure.ac: Configure script must not use Qt3-moc.
23  
24 2007-02-11 Jan Wedekind <jan at wedesoft.de> 1.1
25 * Makefile.am: Added moc-, qrc-, and uic-files to clean-rule.
26 * configure.ac: Call "make clean" to delete built sources.
27  
28 2007-02-02 Jan Wedekind <jan at wedesoft.de> 1.0
29 - Applications seems to run stable now -> releasing version 1.0
30  
31 2006-10-20 Jan Wedekind <jan at wedesoft.de> 0.6
32 - Minor fixes on configure-script
33  
34 2006-10-20 Jan Wedekind <jan at wedesoft.de> 0.5
35 - Fixed the check for gfortran (using AC_PROG_FC now). Thanks to
36 Steven G. Johnson <stevenj at alum.mit.edu>!
37 On older systems you may need to do
38 env LDFLAGS="-lgfortran" ./configure
39 or
40 env LDFLAGS="-lgfortran" ./configure FC=g77
41  
42 2006-10-17 Jan Wedekind <jan at wedesoft.de> 0.4
43 - Added support for UYVY-cameras.
44  
45 2006-10-16 Jan Wedekind <jan at wedesoft.de> 0.3
46 - Video display can be zoomed using the mouse-wheel.
47 - Display error-messages when accessing camera fails.
48  
49 2006-10-13 Jan Wedekind <jan at wedesoft.de> 0.2
50 - Removed dependency on ImageMagick.