source: git/doc/TODO.htm @ 9059368

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 9059368 was 28a5c0e, checked in by Mark Shinwell <mark>, 24 years ago

updated TODO

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

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