[[TOC]] = wxGUI Development = wxGUI is described at user level here: * [http://grass.osgeo.org/grass70/manuals/html70_user/wxGUI.html Manual pages] * [http://grass.osgeo.org/wiki/wxGUI User wiki] This page contains wxGUI developer-related issues. == Empty slots == List of major tasks to be implemented for wxGUI which are not assigned to any developer. Please don't hesitate to join the wxGUI development group. * '''[http://grass.osgeo.org/wiki/WxGUI#General_GUI_Design General GUI desing]''' (Python/wxPython required) * '''[http://grass.osgeo.org/wiki/WxGUI#GUI_for_ps.map GUI for ps.map]''' (Python/wxPython required) * '''Clean up/update imagery modules and library''' (C required) and [http://grass.osgeo.org/wiki/WxGUI#Imagery_tools integrate these tools into wxGUI] - e.g. {{{i.class}}}, {{{i.ortho.photo}}} (Python/wxPython required) * Clean up & integrate [http://grass.osgeo.org/wiki/WxGUI#Data_Catalog data catalog] into wxGUI in trunk * Improve '''[http://grass.osgeo.org/wiki/wxNviz 3D view mode]''' * Improve '''vector querying''' by allowing interactive queries using a line or polygon drawn by the user on the display canvas. This would be facilitated by improvements to v.what that allows it to find all vector objects within (or optionally intersecting) a line or polygon defined by a set of coordinate pairs. This could be done via v.select but it sounds like v.select might be problematic to use in this way. * Create a new python wrapper script for '''thematic mapping'''. This would include d.thematic for areas, and scripting code (possibly salvaged from d.vect.thematic) for points and lines. It also would need legend generating code. * '''Times series / voxel slices visualizer''' for GRASS7 - Given the increasing need to support extensive time series of data from simulations or remote sensing, it should combine and enhance capabilities currently available through combination of xganim, d.slide.show, !ImageMagic and various custom scripts to visually analyze series of raster and vector data using animations, frame browsing and series management. In addition to the current xganim (or its tcltk version) + d.slide.show capabilities the following would be desirable: * interactively delete and add frames to the series (similar to moviemaker or iMovie tools) * add dynamic time bar, static scale bar and legend to the animation * save series of maps as series of png images or an animated gif or other movie format if feasible * query the raster series - click on a grid cell will return graph that shows evolution of values in that cell (similar to the profile tool but this runs through time) * animate/browse horizontal (or vertical) slices through voxel model without the user having to convert the voxel data into series of 2D raster files. == Vector digitizer == * Re-design vector digitizer to avoid crash of the whole GUI. Currently when digitizer crashes, the whole GUI also crash. * Implement progress bar when exiting from the editing session * Update the list to include new requested functionality... Pythonization - List of commits to be backported * r44823, r44824, r44893 == GUI for ps.map/ps.output == Prototype should be able to generate configuration file for ps.map based on [http://grass.osgeo.org/wiki/Psmap_simple_example#Simple_example example]. Inspiration: ArcGIS Layout mode, [http://www.qgis.org QGIS Print composer], [http://www.gvsig.org/web/ gvSig] (see also [http://www.google.cz/url?sa=t&source=web&cd=8&ved=0CFMQFjAH&url=http%3A%2F%2Fgvsig-desktop.forge.osor.eu%2Fdownloads%2Fpub%2Fdocuments%2Flearning%2Fgvsig-courses%2Fgvsig_des_1.1.x_u_en%2FgvSIG_workshop_OSGIS09.pdf&rct=j&q=gvsig%20map%20creating&ei=ck0kTfSTENSs8QPRrrW2Ag&usg=AFQjCNEx7iVQDwDHA2gRDFZxyf176VW-uQ&cad=rja workshop]) === Prototype 1 === * Configuration dialog (paper format, map scale) * Implement `raster`, `colortable`, `vlines`, `vpoints`, `text`, `mapinfo` instructions * Interactive placement of the features * Draft mode * Generate configuration file * Create output using ps.map/ps.output === Prototype 2 === * Draft/preview mode * Implement other instructions === Prototype 3 === * Read configuration files == Graphical Modeler == * [wiki:wxGUIDevelopment/Modeler wxGUI Modeler] == wxNviz (3D view mode) == See also [http://grass.osgeo.org/wiki/WxNviz GRASS User Wiki] page. === Known issues === * Templates for saving images doesn't work properly. When tif output selected, it saves to a PNM. * Lighting settings is not working == Source code == * GRASS 7.0 - [source:grass/trunk/gui/wxpython] * GRASS 6.5 - [source:grass/branches/develbranch_6/gui/wxpython] * GRASS 6.4 - [source:grass/branches/releasebranch_6_4/gui/wxpython] == New bugs/wishes == [[TicketQuery(status=new&component=wxGUI&order=priority)]] === GRASS 6.4 === [[TicketQuery(status=new&component=wxGUI&milestone=6.4.0&order=priority)]] === GRASS 6.5 === [[TicketQuery(status=new&component=wxGUI&milestone=6.5.0&order=priority)]] === GRASS 7.0 === [[TicketQuery(status=new&component=wxGUI&milestone=7.0.0&order=priority)]] == Assigned bugs/wishes == [[TicketQuery(status=assigned&component=wxGUI&order=priority)]] === GRASS 6.4 === [[TicketQuery(status=assigned&component=wxGUI&milestone=6.4.0&order=priority)]] === GRASS 6.5 === [[TicketQuery(status=assigned&component=wxGUI&milestone=6.5.0&order=priority)]] === GRASS 7.0 === [[TicketQuery(status=assigned&component=wxGUI&milestone=7.0.0&order=priority)]] == Reopened bugs/wishes == [[TicketQuery(status=reopened&component=wxGUI&order=priority)]] === GRASS 6.4 === [[TicketQuery(status=reopened&component=wxGUI&milestone=6.4.0&order=priority)]] === GRASS 6.5 === [[TicketQuery(status=reopened&component=wxGUI&milestone=6.5.0&order=priority)]] === GRASS 7.0 === [[TicketQuery(status=reopened&component=wxGUI&milestone=7.0.0&order=priority)]] == Closed bugs/wishes == [[TicketQuery(status=closed&component=wxGUI&order=priority)]]