Changes between Version 24 and Version 25 of wxGUIDevelopment/ImprovingSingleWindowUX
- Timestamp:
- 03/05/23 10:25:20 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wxGUIDevelopment/ImprovingSingleWindowUX
v24 v25 54 54 }}} 55 55 {{{#!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''' 57 57 - 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) 58 58 - https://github.com/OSGeo/grass/pull/2682: wxGUI Console: Export history of executed commands … … 72 72 }}} 73 73 {{{#!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''' 75 75 - https://github.com/OSGeo/grass/pull/2667 76 76 - https://github.com/OSGeo/grass/pull/2682 … … 90 90 }}} 91 91 {{{#!td 92 '''Undock and dock Map Display notebook pane, Addinginput 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) 95 95 96 96 }}} … … 109 109 }}} 110 110 {{{#!td 111 '''Undock and dock Map Display notebook pane, Addinghint to command prompt'''111 '''Undock and dock Map Display notebook pane, add hint to command prompt''' 112 112 - https://github.com/OSGeo/grass/pull/2667 113 113 - https://github.com/OSGeo/grass/pull/2718 … … 130 130 }}} 131 131 {{{#!td 132 '''Undock and dock Map Display notebook pane, Reorganization ofConsole buttons'''132 '''Undock and dock Map Display notebook pane, reorganize Console buttons''' 133 133 - https://github.com/OSGeo/grass/pull/2667 134 134 - https://github.com/OSGeo/grass/pull/2746: wxGUI Console: Button reorganization