branches/wx-devel: Difference between revisions

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)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
== TODO ==
== TODO ==


* NPC talk dialog
'''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


* Common context menus for objects (items, players, monsters etc)
* Move to [http://docs.wxwidgets.org/trunk/overview_xrcformat.html XRC]
** Add everything that makes a sense to them


* 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
** Fix freeze on `new StdHttpReader`
** Fix freeze on <code>new StdHttpReader</code>


* Homunculus, mercenary, pet windows
* Various windows
** Dynamic slim/toolbar layouts?
** Dynamic slim/toolbar layouts?
* Focus input field when focus is not needed by another controls


* Graphical map
* Graphical map
Line 25: 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
  • ...