Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate the various dialog windows into their own classes and files. #72

Open
7 of 11 tasks
aliciasprig opened this issue Jun 3, 2014 · 1 comment
Open
7 of 11 tasks
Labels

Comments

@aliciasprig
Copy link
Collaborator

The main class flist_messenger remains too monolithic, with one of the causes being that all the logic and data for dialog windows reside there. The fix of course is to move all the dialog windows out into their own classes and files.

@kythyria
Copy link
Collaborator

kythyria commented Jun 4, 2014

A minor note: The login and character select aren't technically separate dialogs, a property which I'm retaining. That logic is moving, though, so it'll be its own widget and possibly controller class.

EDIT: The UI parts have moved out of the main class almost entirely as of #77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants