source: git/doc/TODO.htm @ eb6fefc

v0.99-prerelease9
Last change on this file since eb6fefc was 833f714, checked in by Olly Betts <olly@…>, 24 years ago

Updated.

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

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