Philipp Hörist pushed to branch newcontrol at gajim / gajim


Commits:
0bed9e67 by lovetox at 2022-08-05T23:00:45+02:00
refactor: Add type annotations

- - - - -
c1390c3f by lovetox at 2022-08-05T23:00:45+02:00
refactor: GroupchatState: Use contact state-changed signal

refactor: Update GroupchatState on creation

- - - - -
823a5537 by lovetox at 2022-08-05T23:00:45+02:00
refactor: Contacts: Add is_irc()

- - - - -
8ddb923e by lovetox at 2022-08-05T23:00:45+02:00
imprv: Refactor ChatWidgets so they are only created once

Previously all ChatWidgets were created per Chat, now we create them only once 
and load data into them when we switch chat. This should have a positive impact 
on memory and performance all around.

- - - - -
899eccd6 by lovetox at 2022-08-05T23:00:45+02:00
fix: Make nick completion test pass

- - - - -
77a354c3 by lovetox at 2022-08-05T23:00:45+02:00
chore: Update pyrightconfig.json

- - - - -
59060b3c by lovetox at 2022-08-05T23:00:45+02:00
chore: Update pylintrc

- - - - -


19 changed files:

- gajim/command_system/implementation/middleware.py
- gajim/common/const.py
- gajim/common/events.py
- gajim/common/helpers.py
- gajim/common/modules/contacts.py
- gajim/common/modules/httpupload.py
- gajim/common/modules/muc.py
- gajim/common/setting_values.py
- gajim/common/settings.py
- gajim/common/storage/archive.py
- gajim/common/structs.py
- gajim/common/types.py
- + gajim/data/gui/chat_banner.ui
- gajim/data/gui/chat_control.ui
- gajim/data/gui/chat_paned.ui
- − gajim/data/gui/groupchat_control.ui
- gajim/data/gui/main.ui
- + gajim/data/gui/message_actions_box.ui
- gajim/data/gui/shortcuts_window.ui


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/534a03dfbfb7eec5d5aae8dc432b5dda7ec89cb9...59060b3ca663dd4a680e69a9f772fdee494869f8

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/534a03dfbfb7eec5d5aae8dc432b5dda7ec89cb9...59060b3ca663dd4a680e69a9f772fdee494869f8
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to