Updated TODO-SDL to state that old GTK GUI is retired.

This commit is contained in:
mjbudd77 2022-03-03 07:00:11 -05:00
parent 96f4c6a712
commit c46a786dba
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@ Priorities
========== ==========
* Clean out old unused files - scons build system is dead, cmake is the way to go. * Clean out old unused files - scons build system is dead, cmake is the way to go.
* GTK GUI was not cross-platform. A Qt5 version of the GUI has been created to meet this need. * GTK GUI was not cross-platform. A Qt5 version of the GUI has been created to meet this need.
I will keep the GTK GUI around for Linux users who prefer it, but when it comes to adding new features The GTK GUI has been retired and is no longer supported.
the Qt GUI is where I plan to add them first (if at all).
* The Qt GUI has by far exceeded the capabilities of the older GTK version. Below is a GUI capability * The Qt GUI has by far exceeded the capabilities of the older GTK version. Below is a GUI capability
matrix showing the differences between the two. I HIGHLY RECOMMEND USING THE Qt GUI. matrix showing the differences between the two. I HIGHLY RECOMMEND USING THE Qt GUI.
* Code cleanup. Lots of compiler warnings with newer GCC. Maybe I'm OCD... but these warnings bother me. * Code cleanup. Lots of compiler warnings with newer GCC. Maybe I'm OCD... but these warnings bother me.