Split the codebase into backend/frontend
Status: Pre-Alpha
Brought to you by:
chris_a_thomas
I'd like to split the interface into two, the backend
processing codebase and the frontend gui codebase, this
would allow a KDE port and would make for a cleaner
design, I think a clean design is important and being
able to look for bugs in either the backend and not
worry about looking at GTK/QT code would be nice,
similarly for the frontend code, I'd like to add new
features to the frontend, without having to go around
changing the backend code to suit it
Logged In: NO
I'm fairly sure this is done now, although I guess the only
way to find out would be to make a Qt version and see if it
is actually done properly