root/tags/1.6.0/ChangeLog

Revision 1312, 6.4 kB (checked in by fma, 14 months ago)

Updated to 1.6.0 version

  • Property svn:keywords set to Id
Line 
1ChangeLog
2
3revision $Id$
4
5+ new feature
6- change
7x bug fix
8
90000-00-00 Version SVN
10
112009-01-14 Version 1.6.0 (stable)
12    (include all 1.5.x entries)
13    - changed connect icon
14
152009-01-04 Version 1.5.6 (dev)
16    - changed some icons in shooting dialog
17    x fixed seg. fault and File menu crash on Nokia
18
192008-12-23 Version 1.5.5 (dev)
20    - Mosaic/Preset now in a Notebook
21
222008-12-21 Version 1.5.4 (dev)
23    + show shooting time in addition to total elapsed time
24    + fullscreen state saved in preferences
25    + new i18n language (italian)
26    - picture drawing revisited
27    - splited progressbar
28    - shoot dialog starts fullscreen if main window is fullscreen
29    - config dialog Notebook tabs now scrollable
30    x window X buton disabled while shooting
31
322008-12-15 Version 1.5.3 (dev)
33    + show elapsed time
34    + show mosaic total resolution
35    + menu to load a specific gtkrc file
36    - shooting text view init with max values
37    - skip step-by-step test after shooting if timeValue is 0
38    - shooting dialog revisited
39    x progressbar value
40
412008-12-10 Version 1.5.2 (dev)
42    + add support for user gtkrc style file
43    - improved shooting text view
44    x fixed bug in yaw/pitch index and repeat
45
462008-12-04 Version 1.5.1 (dev)
47    + text view for shooting informations
48    - improvement of the timer/intervalometer
49    x generate a new data file at each timer repeat
50
512008-12-01 Version 1.5.0 (dev)
52    + simple timer/intervalometer
53
542008-11-27 Version 1.4.0 (stable)
55    (include all 1.3.x entries)
56    + shooting area color scheme (internal design only)
57    - compute positions only once, and 100 times faster
58    - shooting dialog can be resized (not on maemo)
59    - pause button no more a toggle button
60    x icon size corrected for maemo plateform
61
622008-11-23 Version 1.3.6 (dev)
63    + crosshair cursor for head position (refreshed in real time)
64    - shoot dialog no more polls model -> use signals
65    x correct use of serializer for async pygtk calls
66
672008-11-21 Version 1.3.5 (dev)
68    + left/right and up/down keys binded to rewind/forward shooting positions
69    - pause button is now a toggle button
70    x reset manual shoot flag when opening shoot dialog
71    x clear border of previous shooting position when selecting next
72
732008-11-21 Version 1.3.4 (dev)
74    + 'fast' manual speed (x2) - can be dangerous for hardware!
75    + buttons to select rewind/forward shooting positions
76
772008-11-19 Version 1.3.3 (dev)
78    + show all shooting positions at dialog startup
79    + rewind/forward shooting positions
80
812008-11-15 Version 1.3.2 (dev)
82    + general info support
83    + manual custom speed
84
852008-11-07 Version 1.3.1 (dev)
86    + fullscreen support (default on maemo)
87    + preview shooting at dialog opening
88    x maemo menu crash fix
89
902008-11-06 Version 1.3.0 (dev)
91    + MessageDialog for GUI errors/warning
92    + catch errors when importing preset file
93    + fov and nb picts as mosaic input params
94
952008-11-01 Version 1.2.1 (stable)
96    x fix problem with old versionning system for conf. file
97
982008-11-01 Version 1.2.0 (stable)
99    (include all 1.1.x entries)
100
1012008-10-28 Version 1.1.2 (dev)
102    + added mirror lockup standalone param.
103
1042008-10-25 Version 1.1.1 (dev)
105    + option to set data storage dir
106    - removed debian setup script (need a real debian packaging)
107    x preset for 20mm lens corrected
108    x better user config. update handling
109
1102008-10-07 Version 1.1.0 (dev)
111    + open on-line manual page in a web browser
112    + custom user presets support (from file)
113    + menu to import custom presets file
114    + global try/except statement with traceback in GUI
115    + preset templates information window
116    + l10n/i18n (english, french, polish, german)
117    + log can be saved in a file
118    + new network (socket) driver
119    + windows installer (bluetooth support broken)
120    + nice papywizard icon
121    + low-level hardware simulator as standalone application
122    + view 3D now a standalone application
123    - removed usb driver
124    - source structure revisited
125    x log viewer background now entire black
126    x multi-thread bug corrrection for windows
127    x bracketing config revisited
128
1292008-09-19 Version 1.0 (stable)
130    + preset shooting mode for full spherical
131    + graphical progress
132    + nice icons for buttons and menus
133    + key shortcuts dynamically activate buttons
134    + version in Help > About dialog
135    + added hardware auto-connect config option
136    + custom data file name format
137    + scan bluetooth devices
138    + custom xml data file format
139    + log viewer
140    + software limits
141    - removed 360/180 buttons in mosaic mode
142    - removed view python modules
143    - user config dir path is now ~/.config/papywizard/
144    x bug correction in number of pictures
145    x better hardware error handling
146    x corrected data file format config path
147
1482008-07-04 Version 0.9.1 (stable)
149    x fix a bug in nbPicts and 360/180 computations
150
1512008-06-26 Version 0.9 (stable)
152    + added 'Set 360' and 'Set 180' buttons
153    + all preferences are editable
154    + added 'set origin' button
155    + statusbar messages
156    + added hardware connection graphical feedback
157    + wiki documentation
158    - removed default preferences
159    - splitted preferences in tabs
160    - turned Entry widgets to Label widgets
161    - new datafile format
162    x bug correction when start pos > end pos
163    x connect menu is greyed out if hardware is not available
164    x better hardware connection error handling
165    x closing shoot dialog stops shooting
166
1672008-06-06 Version 0.9beta2 (dev)
168    + Nokia/maemo support
169    + generate xml file with shooting params (optional)
170    + new menu entry to set axis origin (needed for future full spherical implementation)
171    + added progressbar during shooting
172    + key binding for usage without mouse/pen
173    + added hardware driver to config.
174    - config now based on ConfigParser
175    - use vpython 4 (bug fix crash when hide/quit under linux)
176    - switched from Tkinter to Gtk+
177    - removed windows support (may be set back in future)
178    x added test for several optional import modules
179    x axis are now driven concurrently
180
1812007-12-28 Version 0.9-beta1 (dev)
182    + auto-connect to real hardware if possible
183    + switch from simulation to real hardware
184    + show/hide 3D view
185    + position refreshed in real time in all dialogs
186    - removed home button in manual move dialog
187    x prefs are now correctly saved when quit
188    x several minor bugs corrections
189
1902007-12-21 Version 0.9-alpha2 (dev)
191    + added 3D view
192    + first windows binary release
193
1942007-05-21 Version 0.9-alpha1 (dev)
195    + initial version
Note: See TracBrowser for help on using the browser.