Philipp Hörist pushed to branch unify-control at gajim / gajim


Commits:
ab44dcda by lovetox at 2022-08-08T15:47:28+02:00
cq: Add missing whitespace after keyword

- - - - -
077fd4e2 by lovetox at 2022-08-09T16:48:39+02:00
feat: Unify Control

- - - - -
26c83c19 by lovetox at 2022-08-09T16:48:39+02:00
fix: Remove ControlStack and rework all methods using it

- - - - -
4a36a56f by lovetox at 2022-08-09T16:48:39+02:00
fix: Make control init work

- - - - -
273404d7 by lovetox at 2022-08-09T16:48:39+02:00
fix: ConversationsView: Make it switch contact

- - - - -
cc7c2cf2 by lovetox at 2022-08-09T16:48:39+02:00
fix: ChatControl: Determine encryption on contact switch

- - - - -
f653c91e by lovetox at 2022-08-09T16:48:39+02:00
refactor: ChatControl: Rename builder attribute

- - - - -
6df70848 by lovetox at 2022-08-09T16:48:39+02:00
refactor: Determine anonymous state from contact

- - - - -
0247044d by lovetox at 2022-08-09T16:48:39+02:00
refactor: Determine room jid from contact

- - - - -
b6c8b934 by lovetox at 2022-08-09T16:48:39+02:00
refactor: Remove comments

- - - - -
cd81f889 by lovetox at 2022-08-09T16:48:39+02:00
refactor: Remove abstract methods

- - - - -
f3c20371 by lovetox at 2022-08-09T16:48:39+02:00
refactor: GroupChatState: Make it switch contacts

- - - - -
d22ad263 by lovetox at 2022-08-09T16:48:39+02:00
refactor: GroupchatRoster: Make it switch contacts

- - - - -
b27caae2 by lovetox at 2022-08-09T16:48:39+02:00
refactor: Make subject text cache work

- - - - -
5faa3e99 by lovetox at 2022-08-09T16:48:39+02:00
fix: Fix some bugs

- - - - -
95783364 by lovetox at 2022-08-09T16:48:39+02:00
refactor: Remove unused arg

- - - - -
68544d55 by lovetox at 2022-08-09T16:48:39+02:00
fix: Remove unused import

- - - - -
759fb331 by lovetox at 2022-08-09T16:48:39+02:00
other: Contacts: Add dedicated methods for adding contacts

- - - - -
9aa7d949 by lovetox at 2022-08-09T16:48:39+02:00
other: Add contacts when opening chats

- - - - -
15121542 by lovetox at 2022-08-09T16:48:39+02:00
fix: Check for None

- - - - -
810804de by lovetox at 2022-08-09T16:48:39+02:00
fix: ChatControl: Fix type discovery

- - - - -
8598ad9e by lovetox at 2022-08-09T16:48:39+02:00
fix: Disable user status show callback

- - - - -
99dd5a92 by lovetox at 2022-08-09T16:48:39+02:00
fix: Remove unused imports

- - - - -
0159faa8 by lovetox at 2022-08-09T16:48:39+02:00
fix: Make mark_as_read work again

- - - - -
af68fcb3 by lovetox at 2022-08-09T16:48:39+02:00
other: Observable: Add multi_disconnect()

- - - - -
e22bf6b5 by lovetox at 2022-08-09T16:48:39+02:00
other: Observable: Add disconnect_signal()

- - - - -
fdb27d71 by lovetox at 2022-08-09T16:48:39+02:00
refactor: ChatControl: Remove handlers for client state-changed

- - - - -
79ae5813 by lovetox at 2022-08-09T16:48:39+02:00
other: Contacts: Add get_participants()

- - - - -
688ff8cb by lovetox at 2022-08-09T16:48:39+02:00
refactor: GroupchatRoster: Make it work

- - - - -
40364b85 by lovetox at 2022-08-09T16:48:39+02:00
fix: Call correct method

- - - - -
9e89973f by lovetox at 2022-08-09T16:48:39+02:00
refactor: GroupchatRoster

- - - - -
32fbb321 by lovetox at 2022-08-09T16:48:39+02:00
fix: Banner: Fix roster toggle icon

- - - - -
dba76d32 by lovetox at 2022-08-09T16:48:39+02:00
refactor: Control: fix all pyright issues

- - - - -
9446af3a by lovetox at 2022-08-09T16:48:39+02:00
cq: GroupchatState: Fix pyright issues

- - - - -
a3f76b5b by lovetox at 2022-08-09T16:48:39+02:00
cq: Fix more pyright issues

- - - - -
a253b77d by lovetox at 2022-08-09T16:48:39+02:00
cq: Fix typo

- - - - -
f28ac324 by lovetox at 2022-08-09T16:48:39+02:00
fix: Fix some asserts and attr access

- - - - -
2bfb1768 by lovetox at 2022-08-09T16:48:39+02:00
fix: ChatControl: Make user status change work

- - - - -
e5c36190 by lovetox at 2022-08-09T16:48:39+02:00
fix: Fix start chat action

- - - - -
5bbafdce by lovetox at 2022-08-09T16:48:39+02:00
fix: Fix read state sync event handling

- - - - -
282bf102 by lovetox at 2022-08-09T16:48:39+02:00
fix: Start File Transfer

- - - - -
342d0213 by lovetox at 2022-08-09T16:48:39+02:00
fix: Disable user nickname change

- - - - -
4d3a78b6 by lovetox at 2022-08-09T16:48:39+02:00
fix: Preferences: Enable roster settings again

- - - - -


27 changed files:

- gajim/common/helpers.py
- gajim/common/modules/chat_markers.py
- gajim/common/modules/contacts.py
- gajim/data/gui/groupchat_roster.ui
- gajim/gtk/application.py
- gajim/gtk/builder.pyi
- gajim/gtk/chat_action_processor.py
- gajim/gtk/chat_banner.py
- gajim/gtk/chat_list.py
- gajim/gtk/chat_page.py
- gajim/gtk/chat_stack.py
- gajim/gtk/controls/groupchat.py → gajim/gtk/control.py
- − gajim/gtk/control_stack.py
- − gajim/gtk/controls/__init__.py
- − gajim/gtk/controls/base.py
- − gajim/gtk/controls/chat.py
- − gajim/gtk/controls/private.py
- gajim/gtk/conversation/jump_to_end_button.py
- gajim/gtk/conversation/view.py
- gajim/gtk/groupchat_roster.py
- gajim/gtk/groupchat_state.py
- gajim/gtk/main.py
- gajim/gtk/message_actions_box.py
- gajim/gtk/preferences.py
- gajim/gtk/search_view.py
- gajim/gtk/structs.py
- gajim/gtk/types.py


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/72b876820f3257191bfcb1deaa6251b0e82b4bf7...4d3a78b652e1143ccbdd5d203c1a5c44e51610a2

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/72b876820f3257191bfcb1deaa6251b0e82b4bf7...4d3a78b652e1143ccbdd5d203c1a5c44e51610a2
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