Changes between Version 20 and Version 21 of Release/6.4.3-News


Ignore:
Timestamp:
Jul 28, 2013, 2:07:01 AM (11 years ago)
Author:
hamish
Comment:

cleanup text

Legend:

Unmodified
Added
Removed
Modified
  • Release/6.4.3-News

    v20 v21  
    101101(wxGUI)
    102102
    103  * '''Major wxGUI update''' ([http://grass.osgeo.org/wiki/wxGUI pictorial overview]) including new [wiki:wxGUIDevelopment#ChangingGUImodulesdirectorylayout GUI modules directory layout]
    104 
    105  * attribute manager - fix editing on Windows
    106  * attribute table - Avoid error when the vector map's text data contained a pipe (|)
    107  * Avoid file compression for live display window to lighten processor load
    108  * check valid mapset/location name on startup page and in wizard
    109  * composer - fix multiline labels on Windows
    110  * composer - show help text in statusbar
    111  * enable legend from command line
    112  * fix launching histogram tool
    113  * fix loading workspace on Windows (show map display)
    114  * fix MASK status for different mapset
    115  * Fix module startup for tasks which need an Xterm or Xmonitor
    116  * fix writing workspace or model file (unknown encoding)
     103 * '''Major wxGUI update''' ([http://grass.osgeo.org/wiki/wxGUI pictorial overview])
     104
     105 * Added checks for valid mapset and location names for the start-up screen and location wizard
     106 * Location wizard - New help button, smoother workflow after creating a new location
     107 * Faster map displays and lighter processor loads during rendering
     108 * Support for additional display commands directly from the command console
    117109 * Language choice implemented in settings
    118  * location wizard - add help button
    119  * manual renderer - show embedded screenshots properly (needed for some pages only)
    120  * Many corner-case traceback errors caught and fixed (especially wxNVIZ and Cartographic Composer)
    121  * mapcalc - fix cursor position when adding function
    122  * map calculator - fix function insert for int()
    123  * modeler - make random layout (avoid hidden actions), fix removing by right click
    124  * New Python editor for wxGUI Graphical Modeller
    125  * profile tool - fix CVS export
    126  * psmap - show more useful message when preview fails
    127  * Recover cleanly if 'r.in.wms' support program requirements are not met
    128  * start screen - go back after creating new location
     110 * Fixes for loading and writing workspaces and Graphical Modeler, especially on MS Windows and with Unicode characters
     111 * Help pages - display embedded screenshots properly in all pages
     112 * Module menus - Fix launching for task which need an interactive Terminal or Xmonitor
     113 * Raster map editor - Fix module launch on Windows
     114 * Fix raster map MASK status when viewed from a different mapset
     115
     116wxGUI tools:
     117
     118 * Attribute manager - Enable editing on Windows
     119 * Attribute table - Avoid error when the vector map's text data contained a pipe (|)
     120 * Cartographic composer - Improved context help and error messages, fix multi-line labels on Windows
     121 * Graphical Modeler - Added a new Python editor, improved layout, fixed right click remove
     122 * Histogram tool - Fixed problem during launch
     123 * Map calculator - Repair cursor position when adding function, fix function insert for int()
     124 * wxNVIZ - Many corner-case traceback errors caught and fixed
     125 * Profile tool - Fix for CSV-file export
     126 * WMS import tool - Recover cleanly if support program requirements are not met
     127
     128GUI code:
     129
     130 *  New [wiki:wxGUIDevelopment#ChangingGUImodulesdirectorylayout GUI modules directory layout]
    129131
    130132(see also closed tickets below)