develop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
develop [2017/10/08 16:48] – updated to v. 5.4.1 slukadevelop [2017/10/08 16:59] – [Therion 5.4 (5.4.1 now 2017-04-18)] sluka
Line 12: Line 12:
   * added support for -scale <number> for point and line symbols (1.0 ≡ medium symbol size)   * added support for -scale <number> for point and line symbols (1.0 ≡ medium symbol size)
   * updated Russian translation [PR#73,74]   * updated Russian translation [PR#73,74]
-  * bugs fixed: 
-    - remove debugging output when reading Survex err files 
-    - don't accept stddev <= 0 
   * include UISv1 grade definitions [PR#6]   * include UISv1 grade definitions [PR#6]
   * new ini file option: tex-fonts-optional   * new ini file option: tex-fonts-optional
Line 32: Line 29:
     - fixed AUT ceiling-step and ceiling-meander [PR#47]     - fixed AUT ceiling-step and ceiling-meander [PR#47]
     - changed AUT painted/fixed station to ASF:fixed layout [PR#48]     - changed AUT painted/fixed station to ASF:fixed layout [PR#48]
-  * bugs and issues fixed: +
-    - fix missing font declarations when using pdf-fonts with more than 256 chars +
-    - added export of CLIP attribute in SHP export +
-    - include coordinate system and date-surveyed in the .3d export [PR#9,19] +
-    - fix warning "Can't Open Cavern Log File For Input" [PR#9] +
-    - fix compiler warnings [PR#10,22,24] +
-    - fix altitude colours with centreline [PR#11] +
-    - fix survex path detection +
-    - ensure text files end with a new line [PR#14] +
-    - fix typos in messages and comments [PR#17,23,25,39,40,45] +
-    - make "make clean" work fully for debug build [PR#20] +
-    - regularise indentation to use spaces [PR#26] +
-    - whitespace clean-up [PR#27] +
-    - sync divergent docs of therion command line [PR#28] +
-    - eliminate second copy of Survex img code [PR#33] +
-    - remove accidentally committed files [PR#37] +
-    - remove redundant NULL checks [PR#44] +
-    - use $(MAKE) instead of make [PR#51] +
-    - improve calculation of fractional year [PR#52] +
-    - fixing raft-cone point being drawn as raft [PR#54]+
   * scale upper limit changed to 1:10   * scale upper limit changed to 1:10
   * geomag data updated upto 2020   * geomag data updated upto 2020
-  * bugs fixed: 
-    - black area displayed instead of some patterns in SVG 
-    - broken XHTML output when string formatting keywords are used in map-comment etc. 
-    - unescaped special characters in map-comment etc. in XHTML 
-    - improved error message when therion can't map custom TeX fonts in MetaPost macros to Unicode 
-    - cave depth value in XHTML output 
-    - invalid compass/backcompass averaging formula 
- 
   * multiline comments inside (comment/endcomment) block allowed in data and configuration files   * multiline comments inside (comment/endcomment) block allowed in data and configuration files
   * new TeX variables:   * new TeX variables:
Line 108: Line 78:
   * updated survex img library to version 1.1.15   * updated survex img library to version 1.1.15
   * added option -enable/disable splay-shots to 3d model export   * added option -enable/disable splay-shots to 3d model export
-  * bugs fixed:+  * bugs and issues fixed: 
 +    - remove debugging output when reading Survex err files 
 +    - don't accept stddev <= 0 
 +    - fix missing font declarations when using pdf-fonts with more than 256 chars 
 +    - added export of CLIP attribute in SHP export 
 +    - include coordinate system and date-surveyed in the .3d export [PR#9,19] 
 +    - fix warning "Can't Open Cavern Log File For Input" [PR#9] 
 +    - fix compiler warnings [PR#10,22,24] 
 +    - fix altitude colours with centreline [PR#11] 
 +    - fix survex path detection 
 +    - ensure text files end with a new line [PR#14] 
 +    - fix typos in messages and comments [PR#17,23,25,39,40,45] 
 +    - make "make clean" work fully for debug build [PR#20] 
 +    - regularise indentation to use spaces [PR#26] 
 +    - whitespace clean-up [PR#27] 
 +    - sync divergent docs of therion command line [PR#28] 
 +    - eliminate second copy of Survex img code [PR#33] 
 +    - remove accidentally committed files [PR#37] 
 +    - remove redundant NULL checks [PR#44] 
 +    - use $(MAKE) instead of make [PR#51] 
 +    - improve calculation of fractional year [PR#52] 
 +    - fixing raft-cone point being drawn as raft [PR#54] 
 +    - black area displayed instead of some patterns in SVG 
 +    - broken XHTML output when string formatting keywords are used in map-comment etc. 
 +    - unescaped special characters in map-comment etc. in XHTML 
 +    - improved error message when therion can't map custom TeX fonts in MetaPost macros to Unicode 
 +    - cave depth value in XHTML output 
 +    - invalid compass/backcompass averaging formula
      - invalid colors for station names and wall altitudes      - invalid colors for station names and wall altitudes
      - update survex img parser to v8 (should fix various errors)      - update survex img parser to v8 (should fix various errors)
Line 148: Line 145:
  
 === xtherion: === === xtherion: ===
 +  * shortcuts to delete a line point (Ctrl-Shift-D) and zoom (Ctrl-Up/Down)
 +  * colouring of lines based on type
 +  * station point shown with triangle instead of dot
 +  * Line simplification command to reduce number of points without converting to Bezier [PR#8]
 +  * apply proper collation when sorting [PR#71]
 +  * elevation orientation in Compiler map structure
   * resetting symbol options when type is changed can be turned off using xth(gui,me,type_reset_options) variable   * resetting symbol options when type is changed can be turned off using xth(gui,me,type_reset_options) variable
   * you can turn off symbol type translation in dropdown menus using  xth(gui,me,type_dropdown_trans) variable   * you can turn off symbol type translation in dropdown menus using  xth(gui,me,type_dropdown_trans) variable
Line 154: Line 157:
   * added context menu, right click on line and point   * added context menu, right click on line and point
   * bugs fixed:   * bugs fixed:
 +    - fix long delay processing large log files [PR#2]
 +    - fix loading of files with no extension in text editor [PR#30]
 +    - fix line point contextual menu [PR#61]   - fix xtherion/lang/process.pl regex [PR#62]
 +    - include missing translatable texts [PR#63,66]
 +    - enable canvas zoom with the mouse wheel [PR#64]
 +    - uncomprehensible error message while loading unsupported progressive JPEGs
      - area type u type change bug      - area type u type change bug
      - update survex img parser to v8 (should fix various errors)      - update survex img parser to v8 (should fix various errors)
Line 162: Line 171:
        
 === loch: === === loch: ===
 +  * VTK 6.0 support
 +  * wxWidgets 3.0 support
   * VTK file export changed to binary type (problem with coordinate systems)   * VTK file export changed to binary type (problem with coordinate systems)
   * bugs fixed:   * bugs fixed:
  • develop.txt
  • Last modified: 4 years ago
  • by sluka