Difference between revisions of "branches/wx-devel"

From OpenKore Wiki
Jump to navigation Jump to search
m
m (Conversion script moved page Branches/wx-devel to branches/wx-devel: Converting page titles to lowercase)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
== TODO ==
 
== TODO ==
  
* Combined environment list (from trunk)
+
'''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.'''
** Adapt for new code
 
** Add everything that happens ingame around the character (chatrooms, vends)
 
  
* Homunculus, mercenary, pet windows
+
* Move to [http://docs.wxwidgets.org/trunk/overview_xrcformat.html XRC]
** Adapt for new code
 
  
* NPC talk dialog
+
* Combined environment list
** Adapt for new code
+
** Add everything that happens ingame around the character (chatrooms, vends)
 
 
* Common context menus for objects (items, players, monsters etc)
 
** Make them from ones currently in ItemList derivatives / SkillList, make other modules use them
 
  
* Configurable (and extendable) menus, toolbars; maybe some kind of XML/XUL's overlays
+
* Configurable (and extendable) menus, toolbars
  
 
* Advanced config editor
 
* Advanced config editor
** Fix freeze on `new StdHttpReader`
+
** Fix freeze on <code>new StdHttpReader</code>
  
* Focus input field when focus is not needed by another controls
+
* Various windows
 +
** Dynamic slim/toolbar layouts?
  
 
* Graphical map
 
* Graphical map
Line 25: Line 20:
  
 
* ...
 
* ...
 +
 +
[[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
  • ...