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