source: git/doc/TODO.htm @ f3ed07f

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 f3ed07f was ba2c5b1, checked in by Olly Betts <olly@…>, 24 years ago

aven: movement with keyboard is now accelerated by Shift as in caverot

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

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