|
From: James T. <ja...@fl...> - 2023-04-18 07:56:49
|
> On 18 Apr 2023, at 00:10, TheFGFSEagle <the...@gm...> wrote: > > From the top of my head (James probably has a few more things): Grid layout, list, table (and tree ?) models and corresponding views, waypoint list, log list and airport-list equivalents, Nasal access to the menu i18n functions, selection support for single- and multi-line text (which I'm working on -> CanvasPangoText) * GridLayout needs debugged After this, the basic UI is usable, would probably make it a switchable option on ‘next’ (I can already use the simulator with the new UI today, but all the sizes are off in the grid layouts which we use everywhere) * Re-write the waypoint list and airport dialog to work again (since these use custom widgets) * Keyboard shortcut handling, although this is not really a PUI vs replacement issue, to me we should handle UI shortcuts in the same was normal keyboard.xml shortcuts * Ensure all the places which use the PUI combo-box and list-widget work : there’s a few of these. The CanvasPangoText stuff is needed but we can perfectly well run the UI on next without it. Kind regards, James |