Changes between Version 24 and Version 25 of wxGUIDevelopment/ImprovingSingleWindowUX


Ignore:
Timestamp:
Mar 5, 2023, 10:25:20 AM (17 months ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/ImprovingSingleWindowUX

    v24 v25  
    5454}}}
    5555{{{#!td
    56 '''Undock and dock Map Display notebook pane, Replace Log File button in Console pane by Export history button and change the logic accordingly'''
     56'''Undock and dock Map Display notebook pane, replace Log File button in Console pane by Export history button'''
    5757- https://github.com/OSGeo/grass/pull/2667: Adding a button for undocking an AuiNotebook tab to wx.Frame (Single-Window GUI) (linked to Issue: #1748)
    5858- https://github.com/OSGeo/grass/pull/2682: wxGUI Console: Export history of executed commands
     
    7272}}}
    7373{{{#!td
    74 '''Undock and dock Map Display notebook pane, Replace Log File button in Console pane by Export history button and change the logic accordingly'''
     74'''Undock and dock Map Display notebook pane, replace Log File button in Console pane by Export history button'''
    7575- https://github.com/OSGeo/grass/pull/2667
    7676- https://github.com/OSGeo/grass/pull/2682
     
    9090}}}
    9191{{{#!td
    92 '''Undock and dock Map Display notebook pane, Adding input string to command prompt'''
    93 - https://github.com/OSGeo/grass/pull/2667
    94 - https://github.com/OSGeo/grass/pull/2718: wxGUI Console: Adding prompt string to command prompt (according to the idea in #2585)
     92'''Undock and dock Map Display notebook pane, add input string to command prompt'''
     93- https://github.com/OSGeo/grass/pull/2667
     94- https://github.com/OSGeo/grass/pull/2718: wxGUI Console: Adding prompt string to command prompt (according to the idea in https://github.com/OSGeo/grass/issues/2585)
    9595
    9696}}}
     
    109109}}}
    110110{{{#!td
    111 '''Undock and dock Map Display notebook pane, Adding hint to command prompt'''
     111'''Undock and dock Map Display notebook pane, add hint to command prompt'''
    112112- https://github.com/OSGeo/grass/pull/2667
    113113- https://github.com/OSGeo/grass/pull/2718
     
    130130}}}
    131131{{{#!td
    132 '''Undock and dock Map Display notebook pane, Reorganization of Console buttons'''
     132'''Undock and dock Map Display notebook pane, reorganize Console buttons'''
    133133- https://github.com/OSGeo/grass/pull/2667
    134134- https://github.com/OSGeo/grass/pull/2746: wxGUI Console: Button reorganization