| 1 | survex (1.1.5) unstable; urgency=low |
|---|
| 2 | |
|---|
| 3 | * aven: Make blobs round like they are in Survex 1.0. |
|---|
| 4 | * aven: If the graphics drivers don't support drawing blobs using OpenGL |
|---|
| 5 | point markers, fall back to drawing filled circles. |
|---|
| 6 | * aven: If the graphics drivers support it, draw crosses as texture mapped |
|---|
| 7 | OpenGL point markers which is much faster. |
|---|
| 8 | * aven: Cross size increased to match Survex 1.0. |
|---|
| 9 | * aven: We must update which blobs are displayed if display of surface or |
|---|
| 10 | underground legs is toggled. |
|---|
| 11 | * cavern: Fix handling of a *solve followed by survey data, none of which is |
|---|
| 12 | attached to the previous data. |
|---|
| 13 | * cavern: Fixed "No survey data" error when a *solve is followed by another |
|---|
| 14 | *solve (or the implicit solve at the end of processing) with no data between |
|---|
| 15 | them. |
|---|
| 16 | |
|---|
| 17 | -- Wookey <wookey@survex.com> Tue, 20 Sep 2005 15:08:53 +0100 |
|---|
| 18 | |
|---|
| 19 | survex (1.1.4) unstable; urgency=low |
|---|
| 20 | |
|---|
| 21 | * aven: Added Aven's icon to the "About" dialog. |
|---|
| 22 | * aven: Use localised character for the decimal point (e.g. "," in most |
|---|
| 23 | continental European countries). |
|---|
| 24 | * aven: Previously the survey tree would get focus and then take keypresses |
|---|
| 25 | (e.g. "P", "L", "Delete"). Now we pass most keypresses across so they |
|---|
| 26 | operate on the cave, and transfer the input focus across when we do. |
|---|
| 27 | * aven: Make pressing "Return" in the tree control expand/collapse a |
|---|
| 28 | subtree. |
|---|
| 29 | * aven: Speed up intialisation by delaying creation of OpenGL lists until |
|---|
| 30 | they're needed. |
|---|
| 31 | * aven: Added Mark Shinwell's bounding box with shadow of the survey. |
|---|
| 32 | * aven: Disable the "Tubes" button/menu item when there's no LRUD data. |
|---|
| 33 | * aven: Reworded "Restore Default Settings" as "Restore Default View". |
|---|
| 34 | * aven: Set sensible default margins for printing and preserve any margin |
|---|
| 35 | values the user specifies between runs (previously margins defaulted to 0 |
|---|
| 36 | each time aven was run). |
|---|
| 37 | * Documentation: Document *DATA PASSAGE in the manual. |
|---|
| 38 | |
|---|
| 39 | -- Wookey <wookey@survex.com> Sat, 17 Sep 2005 21:34:57 +0100 |
|---|
| 40 | |
|---|
| 41 | survex (1.1.3) unstable; urgency=low |
|---|
| 42 | |
|---|
| 43 | * cavern: Allow OMIT character (-) for left/right/up/down. |
|---|
| 44 | * aven: Remove an unnecessary menu separator. |
|---|
| 45 | * aven: Fix "Find" and "Hide" toolbar buttons to work with GTK2.0. |
|---|
| 46 | * aven: Make the tooltip for "Hide" show the number of found stations. |
|---|
| 47 | * aven: If * or ? is used in a glob-style pattern, force a non-substring |
|---|
| 48 | match. |
|---|
| 49 | * aven: Enable "New Presentation" when there's a 3d file loaded, rather than |
|---|
| 50 | when there's a presentation loaded. |
|---|
| 51 | * aven: Make entrances green in side panel tree list to match green blobs used |
|---|
| 52 | in cave view. |
|---|
| 53 | * aven: Don't show surface labels if we're not showing surface data, etc. |
|---|
| 54 | * aven: Merge "Start Rotation" and "Stop Rotation" into "Toggle Rotation" and |
|---|
| 55 | make "Space" the key for this. Keep Return working "Stop Rotation" so |
|---|
| 56 | existing users are happy, but don't advertise it. |
|---|
| 57 | * aven: Normalise filename by adding any extension used, and use the |
|---|
| 58 | normalised filename for file history and window title. |
|---|
| 59 | * aven: Stop setting extra toolbar margin when using GTK2.0 as the toolbar |
|---|
| 60 | buttons already have a sensible margin - the extra margin is only needed |
|---|
| 61 | with GTK1.2. |
|---|
| 62 | * aven: Fix handling of plumb legs in tube model. |
|---|
| 63 | * aven: Fixed swapped L and R in tube model. |
|---|
| 64 | * extend: Preserve UD cross-section information in extended elevation. |
|---|
| 65 | * extend: Add new messages for John Pybus' enhancements. |
|---|
| 66 | |
|---|
| 67 | -- Wookey <wookey@survex.com> Wed, 07 Sep 2005 00:33:01 +0100 |
|---|
| 68 | |
|---|
| 69 | survex (1.1.2) experimental; urgency=low |
|---|
| 70 | |
|---|
| 71 | * Added support for LRUD data in .svx files, in .3d files, and aven can |
|---|
| 72 | now load and display it on screen and on printouts. The ability to "fake" |
|---|
| 73 | LRUD data in aven is gone for now but will reappear in some form later. |
|---|
| 74 | * cavern: Removed support for writing Chasm's 3dx format. We're going to |
|---|
| 75 | fold any desirable missing chasm functionality into aven. |
|---|
| 76 | * aven: Rearranged mouse actions as discussed on the mailing list. Added |
|---|
| 77 | cursors for each different mouse action to help the user learn what each |
|---|
| 78 | does. Also added cursors for the "compass" and "clino" as well as the |
|---|
| 79 | scalebar to suggest to the user that they can be dragged to change the view. |
|---|
| 80 | * aven: Don't segfault on Unix if LANG isn't a known language. |
|---|
| 81 | * tests/smoketest.tst: If X windows is running, check that we can run aven |
|---|
| 82 | with --help and --version. |
|---|
| 83 | * tests/cavern.tst: Fixed cavern.tst to warn if it is skipping a test because |
|---|
| 84 | no results are listed for it. This revealed that there was a "newline" test |
|---|
| 85 | which should have been called "newline", and was a broken testcase too! |
|---|
| 86 | Fixed all these problems. |
|---|
| 87 | * cavern: Applied Simeon Warner's patch for handling backcompass, backclino, |
|---|
| 88 | and omitted forward compass/clino readings in Compass DAT files. Added |
|---|
| 89 | a feature test for this to the testsuite. |
|---|
| 90 | * It no longer makes sense to have an option not to build aven or to build |
|---|
| 91 | aven without OpenGL so remove old machinery for this from configure and |
|---|
| 92 | the sources. |
|---|
| 93 | * configure: Check if "-lXxf86vm" is needed on UNIX. |
|---|
| 94 | * configure: Better output for strcasecmp test. |
|---|
| 95 | * aven: Fix crosses to work much better. Not a total fix - their position |
|---|
| 96 | in the Z buffer isn't correct and they're rather slow to plot. |
|---|
| 97 | * aven: Don't regenerate the hittest grid every time the mouse moves while |
|---|
| 98 | animating, which solves the mysterious pausing effect (thanks go to Martin |
|---|
| 99 | Green for spotting this!) Also clear all the status bar coordinates when |
|---|
| 100 | animating. |
|---|
| 101 | * aven: Sort out clashing menu shortcuts in some languages. |
|---|
| 102 | * aven: Fixed compilation problem on x86_64 |
|---|
| 103 | * SPUD: Pruned out stuff which has been done or which is not actually relevant |
|---|
| 104 | to this branch. |
|---|
| 105 | * Merge various changes from 1.0 branch: |
|---|
| 106 | + aven: Port over "printing from aven" functionality. |
|---|
| 107 | + aven: Port over "export as" functionality, |
|---|
| 108 | + Add David Loeffler's vim mode for .svx files. |
|---|
| 109 | * aven: Fix check for whether a label is behind us in perspective view. |
|---|
| 110 | * aven: Don't use an opengl list for drawing the indicators - we typically |
|---|
| 111 | make a new list each time we plot them anyway. |
|---|
| 112 | * Remove lingering traces of support for RISC OS and pre-386 MSDOS |
|---|
| 113 | * aven: Set icon on non-Windows platforms too. This means that with |
|---|
| 114 | WindowMaker on UNIX you get an icon on the AppIcon by default. |
|---|
| 115 | * configure: Update wxWindows checks to handle newer wx versions. |
|---|
| 116 | * Make all maintainer perl scripts "use bytes;" to avoid utf-8 double |
|---|
| 117 | encoding problems. They also all require Perl 5.8 now (hopefully this |
|---|
| 118 | isn't an issue for anyone building from CVS). |
|---|
| 119 | * acinclude.m4: Quote macro name for fix autotools warning. |
|---|
| 120 | * doc/aven.sgml: "tilt up" is "'" not ",". |
|---|
| 121 | * aven: Add support for mousewheels (to tilt the cave). |
|---|
| 122 | * aven: Fixed twisted transitions to and from pitches in certain cases. |
|---|
| 123 | * aven: Pick a sensible initial window size when the user's desktop is |
|---|
| 124 | spread over more than one monitor (works best with wx2.5 or newer, but try |
|---|
| 125 | to do better with wx2.4 or earlier as well). |
|---|
| 126 | * aven: Initialise GfxCore slightly later to avoid visual glitch from notebook |
|---|
| 127 | contents being visible before any survey is loaded. |
|---|
| 128 | * aven: Allow a coloured texture to be used |
|---|
| 129 | * aven: Don't initialise until we have data (to the user, this means the |
|---|
| 130 | window is default colour (grey for most systems) not black until a survey |
|---|
| 131 | is loaded). |
|---|
| 132 | * aven: Fixed weird "shadowed" icons. |
|---|
| 133 | |
|---|
| 134 | -- Wookey <wookey@survex.com> Fri, 15 Jul 2005 21:16:30 +0100 |
|---|
| 135 | |
|---|
| 136 | survex (1.1.1) experimental; urgency=low |
|---|
| 137 | |
|---|
| 138 | * aven: Delay loading the bitmap for the "About" dialog until it is first |
|---|
| 139 | needed. We want start up to be as quick as possible. |
|---|
| 140 | |
|---|
| 141 | -- Wookey <wookey@survex.com> Tue, 05 Oct 2004 02:42:30 +0100 |
|---|
| 142 | |
|---|
| 143 | survex (1.1.0) experimental; urgency=low |
|---|
| 144 | |
|---|
| 145 | * aven: Now uses OpenGL for 3d rendering. |
|---|
| 146 | * aven: Solid passages - passage dimensions are currently inferred from |
|---|
| 147 | the leg length (pretty effective as you can measure longer legs in |
|---|
| 148 | larger passages). Use of real LRUD data coming soon... |
|---|
| 149 | * aven: Depth colouring is now continuously varying. |
|---|
| 150 | * aven: Colour by depth can now be turned off (and there's the start of a |
|---|
| 151 | framework for properly implementing colour by date, error, etc). |
|---|
| 152 | * aven: Find stations moved onto the toolbar and now uses a simple wildcarded |
|---|
| 153 | match (? matches any character, * matches any number of characters). |
|---|
| 154 | * aven: We now use the status bar for coordinates, distances, etc to make |
|---|
| 155 | better use of screen space. |
|---|
| 156 | * aven: Full screen mode (F11). |
|---|
| 157 | * aven: Perspective view. |
|---|
| 158 | * aven: Context sensitive cursor shape - needs more work. |
|---|
| 159 | * aven: Mouse actions changed (hopefully they're now more natural, but |
|---|
| 160 | you may find the change disorientating - feedback wanted on this). |
|---|
| 161 | * aven: Added "presentations" which allow you to set up fly-through paths |
|---|
| 162 | and load/save/run them. |
|---|
| 163 | * aven: A presentation can be exported as a movie file. |
|---|
| 164 | * aven: Added Save screenshot facility. |
|---|
| 165 | * aven: Depth fogging option. |
|---|
| 166 | * aven: Added Smooth Lines option. |
|---|
| 167 | * aven: Added Textured Walls option. |
|---|
| 168 | * aven: If a survey has surface legs but no underground legs, default to |
|---|
| 169 | showing the surface legs. |
|---|
| 170 | * cavern: Dates given to *date are now stored in the 3d file. |
|---|
| 171 | |
|---|
| 172 | -- Wookey <wookey@survex.com> Fri, 01 Oct 2004 21:24:12 +0100 |
|---|
| 173 | |
|---|
| 174 | survex (1.0.32) unstable; urgency=low |
|---|
| 175 | |
|---|
| 176 | * aven: Fixed font sizes in "Print Preview". |
|---|
| 177 | * aven: In the print setup dialog, replaced "Orientation" radio buttons with |
|---|
| 178 | "Plan" and "Elevation" buttons. |
|---|
| 179 | * aven: Fixed info box on printouts of elevations, tilted views, and |
|---|
| 180 | extend elevations. |
|---|
| 181 | * aven: Added "fit on one page" option, and make it the default. |
|---|
| 182 | * aven: Reorder "Cancel", "Preview", "Print" buttons and make "Print" the |
|---|
| 183 | default button. |
|---|
| 184 | * aven: Read settings back from the print dialog when the "Print" button is |
|---|
| 185 | pressed (was only done for "Preview" previously). |
|---|
| 186 | * aven: Sorted out the initial size of the "Print Preview" window. |
|---|
| 187 | * aven: Fixed the window manager's close button on the "Print Preview" |
|---|
| 188 | window - previously this was being ignored. |
|---|
| 189 | * aven: Sorted out initial survey scaling when loading a survey at startup. |
|---|
| 190 | * aven: Fixed the measuring line to work better when the survey tree is |
|---|
| 191 | manipulated with keys. Tweaked redrawing of the measuring line to be a |
|---|
| 192 | smidgen more efficient. Fixed the blob and ring size which were one |
|---|
| 193 | pixel too small on Windows. |
|---|
| 194 | * aven: Added "System Information:" section to the "About" dialog to hold |
|---|
| 195 | information useful when reporting bugs. Currently it contains the |
|---|
| 196 | wxWindows version, OS version, and colour depth information. |
|---|
| 197 | * aven: Changed the "About" dialog's "Close" button to be "OK" for |
|---|
| 198 | consistency with pretty much every other application. |
|---|
| 199 | * aven: Added "File->Export as..." which integrates cad3d's functionality |
|---|
| 200 | within aven. |
|---|
| 201 | * aven: Updated a few icons. |
|---|
| 202 | * cad3d: Added SVG export support from John Pybus |
|---|
| 203 | * Fixed to allow compilation with GCC 3.4 |
|---|
| 204 | * Updates to German translation. |
|---|
| 205 | |
|---|
| 206 | -- Wookey <wookey@survex.com> Thu, 30 Sep 2004 23:07:39 +0100 |
|---|
| 207 | |
|---|
| 208 | survex (1.0.31) unstable; urgency=low |
|---|
| 209 | |
|---|
| 210 | * aven: Fixed grid menu item so that it always correctly reflects whether |
|---|
| 211 | the grid is enabled or not. |
|---|
| 212 | * aven: Minor improvements to appearance of a few toolbar icons. |
|---|
| 213 | * Updates to Catalan, French, Italian, Romanian, Slovak, and Spanish |
|---|
| 214 | translations. |
|---|
| 215 | * cavern: Fixed Romanian message which was appearing in English .err files. |
|---|
| 216 | |
|---|
| 217 | -- Wookey <wookey@survex.com> Thu, 01 Jul 2004 01:36:19 +0100 |
|---|
| 218 | |
|---|
| 219 | survex (1.0.30) unstable; urgency=low |
|---|
| 220 | |
|---|
| 221 | * aven: Added printing directly from Aven! |
|---|
| 222 | * aven: Fixed memory leak when showing the "About" dialog. |
|---|
| 223 | * cavern: Equates are no longer considered when deciding which stations are |
|---|
| 224 | flagged as surface and underground. |
|---|
| 225 | * Romanian translation mostly completed. |
|---|
| 226 | * Minor packaging tweaks (added website URL and changed package descriptions |
|---|
| 227 | to start with a lowercase letter as suggested by packaging guidelines). |
|---|
| 228 | |
|---|
| 229 | -- Wookey <wookey@survex.com> Sat, 29 May 2004 23:01:13 +0100 |
|---|
| 230 | |
|---|
| 231 | survex (1.0.29) unstable; urgency=low |
|---|
| 232 | |
|---|
| 233 | * cad3d: Fixed problem with DXF files which stopped them loading with some |
|---|
| 234 | drawing packages (introduced in 1.0.27). |
|---|
| 235 | * aven: Changed File->Exit to File->Quit. |
|---|
| 236 | * Removed some unused messages from the message files. |
|---|
| 237 | * Romanian translation started. |
|---|
| 238 | * Fixed a few new lintian warnings. |
|---|
| 239 | * Fixed new lintian warnings about missing quotes in menu files. |
|---|
| 240 | |
|---|
| 241 | -- Wookey <wookey@survex.com> Mon, 19 Mar 2004 14:55:23 +0000 |
|---|
| 242 | |
|---|
| 243 | survex (1.0.28) unstable; urgency=low |
|---|
| 244 | |
|---|
| 245 | * Fixed 3d file reading code to fix incorrect unpacking of compressed |
|---|
| 246 | station names in a rare case. Also checked other rare cases work |
|---|
| 247 | correctly. |
|---|
| 248 | |
|---|
| 249 | -- Wookey <wookey@survex.com> Mon, 08 Mar 2004 20:54:03 +0000 |
|---|
| 250 | |
|---|
| 251 | survex (1.0.27) unstable; urgency=low |
|---|
| 252 | |
|---|
| 253 | * cad3d: DXF output now puts surface legs, stations, and labels in separate |
|---|
| 254 | layers. |
|---|
| 255 | * debian/control,debian/rules: The default gcc/g++ is now c102 so removed |
|---|
| 256 | code to explicitly use GCC 3.2. |
|---|
| 257 | |
|---|
| 258 | -- Wookey <wookey@survex.com> Wed, 07 Jan 2004 03:27:58 +0000 |
|---|
| 259 | |
|---|
| 260 | survex (1.0.26) unstable; urgency=low |
|---|
| 261 | |
|---|
| 262 | * Standards-Version: 3.6.1 (no changes). |
|---|
| 263 | * Fixed lintian warning. |
|---|
| 264 | * Tidied up debian/rules. |
|---|
| 265 | * cavern: Fixed interleaved topofil data style - the length was always being |
|---|
| 266 | calculated as zero. |
|---|
| 267 | * aven: "All Files" now shows files without extensions too. |
|---|
| 268 | * aven: added Ctrl+Q as shortcut for File->Exit. |
|---|
| 269 | * aven: depth colouring now uses a proper colour gradient. |
|---|
| 270 | * cad3d: fixed -e and -r options to not crash (the long versions have always |
|---|
| 271 | worked). |
|---|
| 272 | * extend: fixed to initialise an internal structure - failing to do so was |
|---|
| 273 | probably causing crashes on some platforms. |
|---|
| 274 | * Fixed standard graphics for "Note", "Warning", etc in the PostScript manual. |
|---|
| 275 | * Documentation updated. |
|---|
| 276 | * fixed svxedit man page which previously contained xcaverot documentation! |
|---|
| 277 | * test suite: check that cavern doesn't report "nan" or "NaN" for any values. |
|---|
| 278 | |
|---|
| 279 | -- Wookey <wookey@survex.com> Sat, 29 Nov 2003 00:40:24 +0000 |
|---|
| 280 | |
|---|
| 281 | survex (1.0.25) unstable; urgency=low |
|---|
| 282 | |
|---|
| 283 | * Updated config.guess and config.sub (closes: bug#186687). |
|---|
| 284 | * Added missing Build-Depends on xlibs-dev (closes: bug#186956). |
|---|
| 285 | |
|---|
| 286 | -- Wookey <wookey@survex.com> Mon, 31 Mar 2003 17:49:29 +0100 |
|---|
| 287 | |
|---|
| 288 | survex (1.0.24) unstable; urgency=low |
|---|
| 289 | |
|---|
| 290 | * cavern: fixed LEVEL (broken since around 1.0.8) and added test case. |
|---|
| 291 | * cavern: corrected handling of declination in Compass DAT files and added |
|---|
| 292 | test case; also added tests for other aspects of Compass DAT file |
|---|
| 293 | reading. |
|---|
| 294 | * printps/printpcl: fixed blank page detection in some obscure cases. |
|---|
| 295 | * Documentation: started manual section on working with Compass data files. |
|---|
| 296 | * Added Build-Depends on gcc-3.2 and g++-3.2. |
|---|
| 297 | |
|---|
| 298 | -- Wookey <wookey@survex.com> Fri, 28 Mar 2003 02:03:16 +0000 |
|---|
| 299 | |
|---|
| 300 | survex (1.0.23) unstable; urgency=low |
|---|
| 301 | |
|---|
| 302 | * Documentation: include 3d v3 file format description on MS Windows, MS |
|---|
| 303 | DOS, and RISC OS too; include PNG graphics for manual on MS Windows; minor |
|---|
| 304 | updates to manual. |
|---|
| 305 | * Prefer wxWindows 2.4 if it's available (closes: bug#183158). |
|---|
| 306 | * Disabled experimental support for Chinese (LANG=zh) - it isn't currently |
|---|
| 307 | working and makes the printer drivers unusable when LANG is set to zh. |
|---|
| 308 | * Changed Section from math to science. |
|---|
| 309 | * Changed Priority from optional to extra (we clearly should be optional). |
|---|
| 310 | * Standards-Version: 3.5.8.0 (support DEB_BUILD_OPTIONS). |
|---|
| 311 | |
|---|
| 312 | -- Wookey <wookey@survex.com> Tue, 04 Mar 2003 20:54:17 +0000 |
|---|
| 313 | |
|---|
| 314 | survex (1.0.22) unstable; urgency=low |
|---|
| 315 | |
|---|
| 316 | * aven: Fixed handling of extended elevations (and other flat surveys). |
|---|
| 317 | * Documentation: fixed 3d v3 file format description and include it in debs. |
|---|
| 318 | * Build-Depends on libwxgtk2.3-dev|libwxgtk2.2-dev so we still build on |
|---|
| 319 | hppa while Ron Lee resolves the wx hppa build failure. |
|---|
| 320 | |
|---|
| 321 | -- Wookey <wookey@survex.com> Tue, 26 Nov 2002 04:22:26 +0000 |
|---|
| 322 | |
|---|
| 323 | survex (1.0.21) unstable; urgency=low |
|---|
| 324 | |
|---|
| 325 | * cavern: when reading Compass DAT files, we now processes compass and clino |
|---|
| 326 | backsights, and recognise the "X" flag which indicates a leg should be |
|---|
| 327 | entirely ignored. And we now report correct line number with errors in |
|---|
| 328 | Compass .MAK files. |
|---|
| 329 | * cavern: if "*infer plumbs on", don't infer a plumb if the clino is |
|---|
| 330 | +/- 90 degrees, but the backclino isn't (and vice versa). |
|---|
| 331 | * cavern: fixed 3dx output so it actually works with Chasm once more. |
|---|
| 332 | * cavern: don't allocate extra space needed for producing 3dx output for |
|---|
| 333 | Chasm unless we're actually producing that output - saves about 8 bytes |
|---|
| 334 | per station. |
|---|
| 335 | * cavern: removed slightly too keen sanity check which could misfire in very |
|---|
| 336 | unusual circumstances. |
|---|
| 337 | |
|---|
| 338 | -- Wookey <wookey@survex.com> Sat, 16 Nov 2002 15:15:12 +0000 |
|---|
| 339 | |
|---|
| 340 | survex (1.0.20) unstable; urgency=low |
|---|
| 341 | |
|---|
| 342 | * aven: update display when "Metric" or "Degrees" is toggled. |
|---|
| 343 | * cavern: fixed handling of compass and clino corrections in Compass survey |
|---|
| 344 | data - these were interpreted as radians rather than degrees so the |
|---|
| 345 | correction was about 57 times too large!) |
|---|
| 346 | * Improved handling of Compass PLT files - if the survey name is empty, don't |
|---|
| 347 | insert a survey separator character. |
|---|
| 348 | * Documentation: fixed incorrect markup which resulted in a bogus footnote. |
|---|
| 349 | * Use wxwindows-2.3 rather than wxwindows-2.2 (closes: bug#166105). |
|---|
| 350 | |
|---|
| 351 | -- Wookey <wookey@survex.com> Fri, 01 Nov 2002 15:28:37 +0000 |
|---|
| 352 | |
|---|
| 353 | survex (1.0.19) unstable; urgency=low |
|---|
| 354 | |
|---|
| 355 | * cavern: can now process Compass format survey data, and even mixed |
|---|
| 356 | datasets. |
|---|
| 357 | * cavern: major speedup (up to 60%) when reading in survey data containing |
|---|
| 358 | a lot of stations in the same survey hierarchy level (which is how Compass |
|---|
| 359 | files are handled). |
|---|
| 360 | * cavern: don't warn about a compass reading on a plumbed leg if the |
|---|
| 361 | plumb was inferred and the compass reading is zero. |
|---|
| 362 | * cavern: reduced memory usage in code which reads a survey station name. |
|---|
| 363 | * cavern: reported CPU time would go negative if cavern ran for more than |
|---|
| 364 | about 36 minutes (highly unlikely but not impossible on a slow machine |
|---|
| 365 | with a large, highly interconnect survey) - fixed. |
|---|
| 366 | * cavern: avoid unnecessary work when --percentage isn't specified. |
|---|
| 367 | * cavern: Writing "*:" at the start of a .svx file would crash cavern - fixed |
|---|
| 368 | and added test case. This is an error anyway, but it shouldn't cause a |
|---|
| 369 | crash. |
|---|
| 370 | * Don't distribute unused toolbar icons. |
|---|
| 371 | * Documentation: minor updates. |
|---|
| 372 | |
|---|
| 373 | -- Wookey <wookey@survex.com> Fri, 25 Oct 2002 03:16:34 +0100 |
|---|
| 374 | |
|---|
| 375 | survex (1.0.18) unstable; urgency=low |
|---|
| 376 | |
|---|
| 377 | * Fixed "Process" action on .svx files. |
|---|
| 378 | * File associations: if survex-svxedit isn't installed, run gnome-edit |
|---|
| 379 | instead. |
|---|
| 380 | * Include file associations and file icons in the main package rather than |
|---|
| 381 | survex-aven. |
|---|
| 382 | * Documentation: added details of the 3d file format (version 3). |
|---|
| 383 | * Updated TODO list. |
|---|
| 384 | * Tweaked source to hopefully build on HPPA again (closes: bug#162912). |
|---|
| 385 | * Proper description for survex-svxedit (closes: bug#162954, bug#162970). |
|---|
| 386 | |
|---|
| 387 | -- Wookey <wookey@survex.com> Mon, 07 Oct 2002 00:29:05 +0100 |
|---|
| 388 | |
|---|
| 389 | survex (1.0.17) unstable; urgency=low |
|---|
| 390 | |
|---|
| 391 | * Note: 1.0.15 and 1.0.16 addressed MS Windows specific problems. |
|---|
| 392 | * survex-aven package now installs mime types, icons, and file associations |
|---|
| 393 | for Gnome. Note: at present GMC doesn't seem to notice new files being |
|---|
| 394 | created (e.g. Process on a .svx file creates .3d and .err files) - you |
|---|
| 395 | have to manually refresh the view. |
|---|
| 396 | * survex-svxedit is now architecture independent. Fixed up a few lintian |
|---|
| 397 | warnings relating to it too. |
|---|
| 398 | * Minor update to manual. |
|---|
| 399 | |
|---|
| 400 | -- Wookey <wookey@survex.com> Tue, 24 Sep 2002 20:20:20 +0100 |
|---|
| 401 | |
|---|
| 402 | survex (1.0.14) unstable; urgency=low |
|---|
| 403 | |
|---|
| 404 | * svxedit: This is a Survex data entry editor from the therion team. It |
|---|
| 405 | currently experimental needs tcl and wish installed, so is it its own |
|---|
| 406 | package: survex-svxedit. |
|---|
| 407 | * Improved handling of Compass PLT files and CMAP xyz files. |
|---|
| 408 | * aven: when picking non-overlapping labels, show a slight preference to |
|---|
| 409 | shorter labels with the aim of displaying more labels. |
|---|
| 410 | * aven: fixed hard to notice problem which could cause the cave to appear |
|---|
| 411 | tilted sideways after a lot of manipulation. |
|---|
| 412 | * cavern: Modest speed improvement (0.5% for sample dataset). |
|---|
| 413 | * cavern: fixed a rarely sighted bug which caused erroneous error about some |
|---|
| 414 | stations not being attached to a fixed point. |
|---|
| 415 | * cavern: fixed clino readings and DIRECTION to work in interleaved data. |
|---|
| 416 | * cavern: improved error reporting when an invalid value is given for a |
|---|
| 417 | DIRECTION reading. |
|---|
| 418 | * cavern: fixed "singular matrix" error when very low SDs were specified. |
|---|
| 419 | * print*: if the --raw is used, the survey can now use the space this would |
|---|
| 420 | have taken up. |
|---|
| 421 | * Reading of ASCII 3d files now copes with MSDOS/MS Windows line endings |
|---|
| 422 | once again. Added regression test for this. |
|---|
| 423 | * Updated documentation. |
|---|
| 424 | |
|---|
| 425 | -- Wookey <wookey@survex.com> Sun, 15 Sep 2002 00:11:05 +0100 |
|---|
| 426 | |
|---|
| 427 | survex (1.0.13) unstable; urgency=low |
|---|
| 428 | |
|---|
| 429 | * aven: Fixed bug which caused the occasional spurious leg to be shown |
|---|
| 430 | connecting arbitrary stations. |
|---|
| 431 | * extend: try to extend along a survey, and make breaks where other surveys |
|---|
| 432 | join. |
|---|
| 433 | * cavern: Number reading code reworked to allow repeat readings to be |
|---|
| 434 | supported, but the actual repeat reading code is currently disabled, |
|---|
| 435 | and everything should work exactly as before. |
|---|
| 436 | * Experimental support for Chinese (LANG=zh) - only a few messages are |
|---|
| 437 | currently translated. |
|---|
| 438 | |
|---|
| 439 | -- Wookey <wookey@survex.com> Fri, 28 Jun 2002 15:34:26 +0100 |
|---|
| 440 | |
|---|
| 441 | survex (1.0.12) unstable; urgency=low |
|---|
| 442 | |
|---|
| 443 | * diffpos: fixed to work on 64bit architectures. |
|---|
| 444 | * sorterr: fixed to work with more than 1024 traverses. |
|---|
| 445 | * Fixed handling of iso-8859-2 character set. |
|---|
| 446 | * Fixed Aven to work from Debian Apps menu (running an installed program |
|---|
| 447 | with an explicit path works again). |
|---|
| 448 | * xcaverot: automatically switch on PDA mode if the screen is narrower than |
|---|
| 449 | 640 pixels. |
|---|
| 450 | * Updates to Portuguese translation - all translations are now up-to-date. |
|---|
| 451 | |
|---|
| 452 | -- Wookey <wookey@survex.com> Fri, 07 Jun 2002 18:16:30 +0100 |
|---|
| 453 | |
|---|
| 454 | survex (1.0.11) unstable; urgency=low |
|---|
| 455 | |
|---|
| 456 | * aven: improvements in 1.0.10 to the file type selector only work with |
|---|
| 457 | wxGtk >= 2.3 (the debian package is the latest stable release: 2.2.9 |
|---|
| 458 | where this doesn't work). Fixed to work as well as possible on 2.2.9, |
|---|
| 459 | and as intended if rebuilt against 2.3. |
|---|
| 460 | * aven: fixed so that loading PLT files works regardless of the current locale |
|---|
| 461 | (previously it would fail for locales where the decimal character wasn't |
|---|
| 462 | '.'). |
|---|
| 463 | * aven: key actions during autorotation no longer temporarily pause |
|---|
| 464 | autorotation. |
|---|
| 465 | * aven: switching to plan or elevation while rotating is now smooth. |
|---|
| 466 | * aven: removed undocumented and confusing "free rotation mode". |
|---|
| 467 | * cad3d: write dummy passage dimensions to .plt files to avoid Compass bug. |
|---|
| 468 | * printps: now supports coloured printouts. |
|---|
| 469 | * print*: fixed to work correctly with PLT files. |
|---|
| 470 | * extend: fixed to work correctly with PLT files. |
|---|
| 471 | * Updates to Italian translation. |
|---|
| 472 | * Minor documentation updates. |
|---|
| 473 | |
|---|
| 474 | -- Wookey <wookey@survex.com> Wed, 29 May 2002 13:44:31 +0100 |
|---|
| 475 | |
|---|
| 476 | survex (1.0.10) unstable; urgency=low |
|---|
| 477 | |
|---|
| 478 | * aven: Fully disabled some debug code (closes: bug#147309). |
|---|
| 479 | * aven: only add a file to the list of recently used files if it was opened |
|---|
| 480 | successfully. |
|---|
| 481 | * aven: recognise ".plf" as a Compass PLT file too; recognise uppercase |
|---|
| 482 | variants of file extensions in File->Open filters to help people who |
|---|
| 483 | transfer files from MSDOS/MS Windows. |
|---|
| 484 | * cavern: fixed bogus warning triggered by "*begin abc.def" (I'm not sure |
|---|
| 485 | that this should be valid, but the warning given wasn't appropriate). |
|---|
| 486 | * Fixed scaling problem when reading PLT file (feet->metres conversion |
|---|
| 487 | factor was being applied backwards!) |
|---|
| 488 | * Fixed potential problem when reading or writing a 3d file which couldn't |
|---|
| 489 | be opened. |
|---|
| 490 | * Translate dots to spaces in survey names in Compass PLT files. |
|---|
| 491 | * Better handling of PLT files which have a D command before any M command. |
|---|
| 492 | * Updates to German and Italian internationalisations. |
|---|
| 493 | |
|---|
| 494 | -- Wookey <wookey@survex.com> Fri, 24 May 2002 12:48:54 +0100 |
|---|
| 495 | |
|---|
| 496 | survex (1.0.9) unstable; urgency=low |
|---|
| 497 | |
|---|
| 498 | * aven: Fixed jerky start when auto-rotation begins. |
|---|
| 499 | * cavern: Fixed Direction reading - bug previously made it unusable. |
|---|
| 500 | * Updates to French, Spanish, Catalan, and Slovak internationalisations. |
|---|
| 501 | |
|---|
| 502 | -- Wookey <wookey@survex.com> Fri, 17 May 2002 12:06:48 +0100 |
|---|
| 503 | |
|---|
| 504 | survex (1.0.8) unstable; urgency=low |
|---|
| 505 | |
|---|
| 506 | * aven: lots of improvements and fixes - now uses 25% less memory. |
|---|
| 507 | * cavern: support for backsights, percentage gradients, inferred exports, |
|---|
| 508 | and a few minor bug fixes. |
|---|
| 509 | * print*: a few improvements. |
|---|
| 510 | * New Slovak (sk) internationalisation. |
|---|
| 511 | |
|---|
| 512 | -- Wookey <wookey@survex.com> Mon, 13 May 2002 12:13:27 +0100 |
|---|
| 513 | |
|---|
| 514 | survex (1.0.7) unstable; urgency=low |
|---|
| 515 | |
|---|
| 516 | * print*: halted with a failed assertion in 1.0.4-1.0.6. |
|---|
| 517 | |
|---|
| 518 | -- Wookey <wookey@survex.com> Mon, 08 Apr 2002 09:48:43 +0100 |
|---|
| 519 | |
|---|
| 520 | survex (1.0.6) unstable; urgency=low |
|---|
| 521 | |
|---|
| 522 | * Assorted aven fixes and enhancements. |
|---|
| 523 | * Spell-checked documentation. |
|---|
| 524 | |
|---|
| 525 | -- Wookey <wookey@survex.com> Sun, 07 Apr 2002 15:36:11 +0100 |
|---|
| 526 | |
|---|
| 527 | survex (1.0.5) unstable; urgency=low |
|---|
| 528 | |
|---|
| 529 | * img_open_survey() could crash if you tried to open an unrecognised file |
|---|
| 530 | (i.e. not .3d, .pos, .plt, or .xyz format). |
|---|
| 531 | * North and East were the wrong way round when reading in .plt files. |
|---|
| 532 | * cad3d: Improved .plt file output - Compass should read it now. |
|---|
| 533 | * Documentation updates. |
|---|
| 534 | |
|---|
| 535 | -- Wookey <wookey@survex.com> Fri, 05 Apr 2002 01:52:54 +0100 |
|---|
| 536 | |
|---|
| 537 | survex (1.0.4) unstable; urgency=low |
|---|
| 538 | |
|---|
| 539 | * extend: now keep all names for an equated group of stations. |
|---|
| 540 | * cad3d: if an output filename is given, use its extension to pick the |
|---|
| 541 | default output format. |
|---|
| 542 | * aven: movement with keyboard is now accelerated by Shift as in caverot. |
|---|
| 543 | * print*: --no-borders fixed to work as documented; --no-cutlines added to |
|---|
| 544 | turn off the dashed lines where pages join on multi-page printouts. |
|---|
| 545 | * Improvements to .plt file reading. |
|---|
| 546 | * Added support for reading CMAP XYZ files. |
|---|
| 547 | * Documentation updates. |
|---|
| 548 | |
|---|
| 549 | -- Wookey <wookey@survex.com> Mon, 01 Apr 2002 23:23:07 +0100 |
|---|
| 550 | |
|---|
| 551 | survex (1.0.3) unstable; urgency=low |
|---|
| 552 | |
|---|
| 553 | * aven: support for feet and grads. |
|---|
| 554 | * aven: show altitude of mouse pointer when in elevation view. |
|---|
| 555 | * print*: say where output is being sent. |
|---|
| 556 | * Updated fr internationalisation; minor updates to other languages. |
|---|
| 557 | |
|---|
| 558 | -- Wookey <wookey@survex.com> Thu, 21 Mar 2002 01:51:27 +0000 |
|---|
| 559 | |
|---|
| 560 | survex (1.0.2) unstable; urgency=low |
|---|
| 561 | |
|---|
| 562 | * printdm and printpcl now obey font_size_labels setting in print.ini etc. |
|---|
| 563 | * Enhancements and bug-fix to handling of Topofil. |
|---|
| 564 | * *FIX with 3 standard deviations but no covariances now works. |
|---|
| 565 | * cad3d: new --plt option produces crude approximation to Compass .plt |
|---|
| 566 | files - should be good enough for reading into Carto. |
|---|
| 567 | * img library now reads Compass .plt files as if they were .3d files. |
|---|
| 568 | * Updated ca and es internationalisations. |
|---|
| 569 | |
|---|
| 570 | -- Wookey <wookey@survex.com> Sun, 17 Mar 2002 12:42:44 +0000 |
|---|
| 571 | |
|---|
| 572 | survex (1.0.1) unstable; urgency=low |
|---|
| 573 | |
|---|
| 574 | * Updated pt-br and it internationalisations. |
|---|
| 575 | |
|---|
| 576 | -- Wookey <wookey@survex.com> Thu, 31 Jan 2002 06:15:26 +0000 |
|---|
| 577 | |
|---|
| 578 | survex (1.0.0) unstable; urgency=low |
|---|
| 579 | |
|---|
| 580 | * Compiling gfxcore.cc often causes an ICE in GCC 2.95, so if the compile |
|---|
| 581 | fails on this source we now retry with -O instead of -O2. Hopefully |
|---|
| 582 | this'll get us a build on all architectures... |
|---|
| 583 | |
|---|
| 584 | -- Wookey <wookey@survex.com> Sun, 23 Dec 2001 01:58:55 +0000 |
|---|
| 585 | |
|---|
| 586 | survex (0.99.10) unstable; urgency=low |
|---|
| 587 | |
|---|
| 588 | * Aven updates |
|---|
| 589 | * Bug fix in .3d file reading code |
|---|
| 590 | |
|---|
| 591 | -- Wookey <wookey@survex.com> Wed, 19 Dec 2001 14:28:10 +0000 |
|---|
| 592 | |
|---|
| 593 | survex (0.99.9) unstable; urgency=low |
|---|
| 594 | |
|---|
| 595 | * Aven updates |
|---|
| 596 | |
|---|
| 597 | -- Wookey <wookey@survex.com> Sat, 15 Dec 2001 14:27:00 +0000 |
|---|
| 598 | |
|---|
| 599 | survex (0.99.8) unstable; urgency=low |
|---|
| 600 | |
|---|
| 601 | * New release - now compiles under GCC3.0 so should build on hppa |
|---|
| 602 | |
|---|
| 603 | -- Wookey <wookey@survex.com> Tue, 04 Dec 2001 19:30:07 +0000 |
|---|
| 604 | |
|---|
| 605 | survex (0.99.7) unstable; urgency=low |
|---|
| 606 | |
|---|
| 607 | * New release |
|---|
| 608 | |
|---|
| 609 | -- Wookey <wookey@survex.com> Thu, 15 Nov 2001 18:49:05 +0000 |
|---|
| 610 | |
|---|
| 611 | survex (0.99.6) unstable; urgency=low |
|---|
| 612 | |
|---|
| 613 | * New release (closes: bug#118280) |
|---|
| 614 | |
|---|
| 615 | -- Wookey <wookey@survex.com> Fri, 09 Nov 2001 15:02:37 +0000 |
|---|
| 616 | |
|---|
| 617 | survex (0.99.5) unstable; urgency=low |
|---|
| 618 | |
|---|
| 619 | * New release (closes: bug#116511) |
|---|
| 620 | * Aven updates |
|---|
| 621 | |
|---|
| 622 | -- Wookey <wookey@survex.com> Mon, 22 Oct 2001 12:16:02 +0100 |
|---|
| 623 | |
|---|
| 624 | survex (0.99.4) unstable; urgency=low |
|---|
| 625 | |
|---|
| 626 | * New release |
|---|
| 627 | |
|---|
| 628 | -- Wookey <wookey@survex.com> Fri, 12 Oct 2001 01:56:58 +0100 |
|---|
| 629 | |
|---|
| 630 | survex (0.99.3) unstable; urgency=low |
|---|
| 631 | |
|---|
| 632 | * New release |
|---|
| 633 | |
|---|
| 634 | -- Wookey <wookey@survex.com> Fri, 05 Oct 2001 01:04:36 +0100 |
|---|
| 635 | |
|---|