File: ChangeLog

package info (click to toggle)
gpiv 0.3.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,684 kB
  • ctags: 1,543
  • sloc: ansic: 25,442; sh: 4,009; makefile: 160
file content (110 lines) | stat: -rw-r--r-- 3,797 bytes parent folder | download
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
2003-4-1 Gerber Van der Graaf
	* src: multi-buffer support; any process includes all highlighted 
	buffers 
	* src: update interrogation area radiobuttons in eval tab
	* src: stop button for process interruption
	* src: "save as" support
	
2003-6-3 Gerber Van der Graaf
	* src: added utils.h and utils.c 
	* src: added hdf format support 
	* src: image dimensions used as parameters; limited by 
	maximum values as defined by IMAGE_WIDTH/HEIGHT_MAX in gpiv_gtk.h,
	optionally defined by configure

2003-6-4 Gerber Van der Graaf
	* src: display image in separate window (temporarly disabled)

2003-6-4 Gerber Van der Graaf
	* src: "save data" dialog before exiting program (if necessary)

2003-6-10 Gerber Van der Graaf
	* src: close individual buffer(s) without exiting program

2003-6-13 Gerber Van der Graaf
	* src: scaling piv data
	* src: stabalizing display correlation function	
	* src: drag and drop of filenames from the gnome filemanager 
	"nautilus" into the buffer list

2003-6-27 Gerber Van der Graaf
	* src: debugging line/row/point evaluation
	* src: display ruler adjusting in combination with scrolled window
	* src: drag and drop of a series of filenames, selected from the 
	gnome filemanager "nautilus" into the buffer list

2003-7-13 Gerber Van der Graaf
	* src/: libgpiv functions with error handling return 
	char *error_message = NULL or char *error_message != NULL

2003-7-17 Gerber Van der Graaf
	* debian/: gpiv module debianized

2003-7-24 Gerber Van der Graaf
	* src/: removed setting of cross-correlation optionin Eval tab. 
	Correlation type in Image info tab.

2003-7-31 Gerber Van der Graaf
	* /: display image in gnome canvas; HOERA!!	

2003-8-21 Gerber Van der Graaf
	* src/: spatial scaling interactively with pointer in image

2003-9-1 Gerber Van der Graaf
	* src/piveval.c, src/piveval_interface.c: improved monitoring 
	of interrogation process

2003-9-2 Gerber Van der Graaf
	* src/console.c, src/console_interface.c: stores tabulator position
	
2003-9-4 Gerber Van der Graaf
	* src/: initialization for printing

2003-12-3 Gerber Van der Graaf
	* src/: added image depth parameter and displays image intensity in 
	viewer

2004-2-12 Gerber Van der Graaf
	* src/: for "single int" or "drag int" interrogation takes place
	after releasing mouse button #1. The pointer has to be at the identic 
	interrogation area during pressing and during releasing of the button. 
	To prevent resetting of the mouse selection to "NONE", hold 
	down the shift key.

2004-6-29  gettextize  <bug-gnu-gettext@gnu.org>
	* Makefile.am (SUBDIRS): Add m4.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath.
	* configure.in (AC_OUTPUT): Add m4/Makefile.

2005-1-19 Gerber Van der Graaf
	Initiation of Data Acquisition (DAC); trigerring of lasers and camera 
	by using RTAI and Realtime Linux. Original code obtained from J.Soria.
	Recording images from IEEE1394 (Firewire) IIDC compliant camera's.

2005-2-26 Gerber Van der Graaf
	structured of interrogate function by using gpiv_piv_isiadapt

2005-5-15 Gerber Van der Graaf
	* src/display.c, src/display_interface.c, configure.in: Optional
	Anti Aliased canvas for viewer

2005-5-23 Gerber Van der Graaf
	Optimizing by:
	* src/piveval.c: print progress if value has been changed
	* src/display.c: int.reg. contours only exist if displayed	

2005-5-23 Gerber Van der Graaf
	Optimizing by:
	* src/piveval.c: print progress if value has been changed
	* src/display.c: int.reg. contours only exist if displayed

2005-5-23 Gerber Van der Graaf
	* src/gpiv_gtk.h substituted by gpiv_gui.h
	* src/piveval.c gpiv_matrix and gpiv_free_matrix adapted for new 
		interface
	* src/piveval.c: optimized

== patch1 0.3.0
2006-30-3 Gerber Van der Graaf
        * configure.in: library linked to libglib-2.0 instead of libglib-1.2