Difference between revisions of "branches/wx-devel"

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page Branches/wx-devel to branches/wx-devel: Converting page titles to lowercase)
 
(2 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; maybe some kind of XML/XUL's overlays
+
* Configurable (and extendable) menus, toolbars
  
 
* Advanced config editor
 
* Advanced config editor
Line 17: Line 21:
 
* ...
 
* ...
  
[[Category:Development]]
+
[[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.

  • 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
  • Various windows
    • Dynamic slim/toolbar layouts?
  • Graphical map
    • Cleanup code
  • ...