-
Notifications
You must be signed in to change notification settings - Fork 88
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
Refactor/chatter #122
Refactor/chatter #122
Conversation
some notification improvements Note from Sheeo: - This is a cherry pick of bef3555b on top of develop. Conflicts: res/client/client.ui res/notification_system/dialog.ui src/chat/_chatwidget.py src/client/_clientwindow.py
fix folder icon
Revert parts of "hotfix friendlist option checkbox"
remove modeltest
stll 30 errors left fix more rebase errors (cannot import client, otherwise widgets loaded before application)
did we need a complete interface for _clientwindow?
remove delegates methods comment signals and separate them
return directly signal
…into feature/friendlist_rebase Conflicts: src/games/_gameswidget.py
In the future, |
Their is a reason I am not based on the develop branch. See my complete repo as "refactor branch". I choose this way, because otherwise I must merge/rebase between my branches. |
Closes #122 Conflicts: src/chat/chatter.py
Implementation of #119
based on my friendlist branch.