source: git/doc/TODO.htm @ 6d109e5

RELEASE/1.0RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change on this file since 6d109e5 was 6d109e5, checked in by Olly Betts <olly@…>, 24 years ago

More measuring line tweaks.

git-svn-id: file:///home/survex-svn/survex/trunk@1640 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[0e26b3a]1<HTML><HEAD>
2<TITLE>Survex To-Do List</TITLE>
3<STYLE type="text/css"><!--
4BODY, TD, CENTER, UL, OL {font-family: sans-serif;}
5-->
6</STYLE>
7</HEAD><BODY BGCOLOR=white TEXT=black>
8<H1>Survex To-Do List</H1>
9
[584dd6b]10<H2>Survex 1.0</H2>
[0e26b3a]11
12<ul>
[584dd6b]13
[bd07c6a]14<li>update to Inno Setup 2.0.17 and make use of bzip2 compression to make
15download smaller.
16       
[584dd6b]17<li>printdm: put standard scaling in print.ini for canon bj (prod Mark
[5aa0d75]18to get numbers)
[0e26b3a]19
[584dd6b]20<li>aven: scale bar dragging is wrong - e.g. drag scalebar left then
21back to right - on drag right zoom is initially in the wrong direction!
22
23<li>aven: Recheck menu short-cuts don't clash in each translation (automate?)
24
25<li>Retire survex wrapper (no-survex-wrapper.patch) for version 1.0.
26
[ac0a709]27<li>Tree control selection bug (Mark knows details and is investigating).
[584dd6b]28
[ac0a709]29<li>Make Escape cancel measuring line on MS Windows.
[584dd6b]30
[6d109e5]31<li>Clicking on a station centres and selects it as "There", but doesn't select
32it in the tree.  If there is a tree selection, it soon reasserts itself over
33"There".  We need to select a station in the tree when it is clicked on.
34
[584dd6b]35<li>Look at enabling NT 3.51 support in MS Windows installer.
36
37<li>Look at cleaning out incorrect registry keys installed by older MS
38Windows installers.
39
40<li>Look at installing on NT, etc when not administrator (or disallow
41it for now if we can't get it to work easily).
42
43<li>Finish off manual loose ends.
44
45<li>Check mail backlog...
46
47</ul>
48
49<H2>Bugs</H2>
50
51<ul>
52
[5aa0d75]53<li>If I pull the vertical border to left or right edge of window, I
54lose a pane and don't appear to be able to get it back.  Perhaps "Restore
55panes" menu option if we can't allow the pane to be dragged open
56again...
[0e26b3a]57
[584dd6b]58<li>Shift-ed keys should move faster in aven/xcaverot (as they do in caverot)
[5aa0d75]59
60<li>This gives "*** Singular!!!" warning with DEBUG_INVALID on:
61<pre>
621 2 50000 0 -
631 2 5 0 -30
64</pre>
[0e26b3a]65
66<li>possible mysterious problem with [ and ] not zooming to screen centre
67
[e03199f]68</ul>
69
70<H2>Aven</H2>
71
72<ul>
73
74<li>clino needs resistance around 0
75
76<li>finish reverse controls
77
[0e26b3a]78<li>by default put crosses on those points with no legs attached (unused
79fixed points)?
80
81<li>label junctions/dead ends?
82
83<li>colour by traverse
84
85<li>section colouring/selective labelling
86
87<li>clipping - want to select a clip sphere (or maybe cube) centred on
88centre on rotation I think.
89
90<li>colour by cave (and more generally by sub-prefix):
91"aven --survey 161 --colour-by-sub-prefix all.3d" would result in
92lhroute, rhroute, adrian, etc all getting different colours...
93
94<li>check on monochrome displays - especially that depth colouring
95looks OK
96
97<li>Redraw time should feed back to step size (so small caves on
98fast puters look sane, and so autorotate keeps an even speed when
99little can be seen for part of each rotation)
100
[ca7fb22]101<li>Some way to display all the names of an equated station (e.g. in pop-up
102window or the info panel).
103
104<li>Highlight a whole survey by clicking on it in the tree...
105
[0e26b3a]106</ul>
107
108<H2>Printing</H2>
109
110<ul>
111
[f17dbe2]112<li>Check skip blank pages works (checked printps)...
[0e26b3a]113
114</ul>
115
116<H2>Documentation</H2>
117
118<ul>
119
120<li>doc/manual.sgml has version number (0.99 currently) hardcoded.
121
122<li>Platform specific versions of docs?
123
124<li>Put more terms in terminology in docs ? trip, instrument, ...
125
126</ul>
127
128<H2>Survex file format</H2>
129
130<ul>
131
132<li>flag legs as "skeletal" or something? (i.e. not in the cave passage) -
133e.g. a radiolocation leg from one passage to another isn't surface,
134but it isn't in the cave itself either (it's through rock).  You could
135just call it surface but maybe later we want to use the surface
136flag to produce points for a surface triangulation...
137
138<li>?outlaw prefixes on stations in data legs (as Todd has lobbied for)
139and then the prefix of a leg == prefix of each end...?
140
141<li>comma separated dates in *date?
142
143<li>Allow "*exportall" or similar?  Leandro's point about "maze caves" -
144just saying "don't use *export" is unhelpful if someone connects a
145cave with *export to one without...
146
147<li>Find a solution to Thilo's "." problem.
148
149</ul>
150
151<H2>Internationalisation</H2>
152
153<ul>
154
155<li>update translations
156
[6d109e5]157<li>translate "At:", "N:", "E:", etc in Aven info panel
158
[0e26b3a]159<li>extract help screen from caverot.c for translation
160
161<li>quotes in messages - translate too? e.g. `XXX' to « XXX ».  Eric
162suggests not in French.
163
164<li>extract --help messages for translation.
165
166</ul>
167
168<H2>Miscellaneous</H2>
169
170<ul>
171
172<li>resolve entries in TODO; resolve FIXMEs in code
173
174<li>Default variance for topofil counter? (currently same as that of tape)
175
176<li>Rather than forming a linked list of components, solve each as it is
177identified?  Beware of issues like those that revcomplist test checks.
178
179<li>Don't split other traverses at articulating traverses when reporting error
180stats.
181
182<li>test diving data with compass omitted (plumbed)
183
184<li>tests for direction - should direction work in non-interleaved data?
185
186<li>improve 3d torture test and try to automate its use if possible.
187
188<li>caverot: on RISC OS now fall back to using 2 or even just one screen
189bank if we can't find a mode where we can create 3 banks [FIXME: need
190to test this works]
191
192<li>Allow extend (or printing of extend) to unfold right-left instead of
193left to right?
194
195<li>ISO image?  structure debian packages on it as an apt source.
196autorun for MS Windows?
197
198</ul>
199
200</BODY></HTML>
Note: See TracBrowser for help on using the repository browser.