branches/wx-devel: Difference between revisions
Jump to navigation
Jump to search
m (Created page with '== TODO == * Graphical map ** Adapt for new code * Combined environment list (from trunk) ** Adapt for new code ** Add everything that happens ingame around the character (chat…') |
m (Conversion script moved page Branches/wx-devel to branches/wx-devel: Converting page titles to lowercase) |
||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== TODO == | == TODO == | ||
'''Merge with trunk: move all windows from wx-devel to classic interface, keeping it otherwise mostly as is, and move wx-devel to Interface::WXA, sharing windows and other code with Interface::Wx.''' | |||
* | |||
* Move to [http://docs.wxwidgets.org/trunk/overview_xrcformat.html XRC] | |||
* Combined environment list | * Combined environment list | ||
** Add everything that happens ingame around the character (chatrooms, vends) | ** Add everything that happens ingame around the character (chatrooms, vends) | ||
* | * Configurable (and extendable) menus, toolbars | ||
* | * Advanced config editor | ||
** | ** Fix freeze on <code>new StdHttpReader</code> | ||
* | * Various windows | ||
** | ** Dynamic slim/toolbar layouts? | ||
* | * Graphical map | ||
** Cleanup code | |||
* | * ... | ||
[[Category:Work in Progress]] |
Latest revision as of 22:34, 26 April 2021
TODO
Merge with trunk: move all windows from wx-devel to classic interface, keeping it otherwise mostly as is, and move wx-devel to Interface::WXA, sharing windows and other code with Interface::Wx.
- Move to XRC
- Combined environment list
- Add everything that happens ingame around the character (chatrooms, vends)
- Configurable (and extendable) menus, toolbars
- Advanced config editor
- Fix freeze on
new StdHttpReader
- Fix freeze on
- Various windows
- Dynamic slim/toolbar layouts?
- Graphical map
- Cleanup code
- ...