Daniel Brötzmann pushed to branch reaction-notifications at gajim / gajim


Commits:
2e5a59d8 by cal0pteryx at 2026-03-23T18:08:42+01:00
imprv: Unread counter: Improve contrast

- - - - -
bc1f98cf by Philipp Hörist at 2026-03-24T00:41:02+01:00
fix: GroupchatRoster: Don't fail when trying to open chat with offline member

- - - - -
a4156164 by Philipp Hörist at 2026-03-24T19:58:35+01:00
imprv: GroupChat: Automatically rejoin groupchat when kicked due to an error

- - - - -
fd2056ac by Philipp Hörist at 2026-03-25T23:33:35+01:00
refactor: Add dedicated IANA module

- Remove not used country data
- Add all IANA timezones
- Add Windows mapping for timezones

- - - - -
7e754d73 by Philipp Hörist at 2026-03-25T23:33:35+01:00
feat: App: Add automatic timezone update

- - - - -
c77a0088 by Philipp Hörist at 2026-03-25T23:33:35+01:00
new: ActivityList: Allow items to be unique

Mark items as unique to allow the add() logic to remove similiar items before 
adding a new one

- - - - -
4060c3cb by Philipp Hörist at 2026-03-25T23:33:35+01:00
ci: Check whole project with codespell

- - - - -
1e6e31ea by Philipp Hörist at 2026-03-25T23:33:35+01:00
feat: Bring back Entity Time (XEP-0202) support

- - - - -
b5de0626 by Philipp Hörist at 2026-03-26T21:05:44+01:00
cfix: VCard4: Specify 'to' jid when subscribing

- - - - -
6df19631 by cal0pteryx at 2026-03-26T22:05:37+01:00
feat: Show notifications for reactions

Closes #12182

- - - - -


34 changed files:

- .gitlab-ci.yml
- .gitlab/issue_templates/Release.md
- gajim/common/client.py
- gajim/common/const.py
- gajim/common/events.py
- − gajim/common/iana.py
- + gajim/common/iana/__init__.py
- + gajim/common/iana/time_zones.py
- + gajim/common/iana/uri_schemes.py
- gajim/common/modules/entity_time.py
- gajim/common/modules/message.py
- gajim/common/modules/muc.py
- gajim/common/modules/reactions.py
- gajim/common/modules/vcard4.py
- gajim/common/setting_values.py
- gajim/common/storage/archive/const.py
- gajim/common/util/datetime.py
- gajim/common/util/uri.py
- gajim/common/util/user_strings.py
- + gajim/data/gui/activity_change_timezone.ui
- gajim/data/style/gajim.css
- gajim/gtk/activity_list.py
- gajim/gtk/activity_page.py
- gajim/gtk/application.py
- gajim/gtk/builder.pyi
- gajim/gtk/chat_page.py
- gajim/gtk/groupchat_roster.py
- gajim/gtk/main_stack.py
- gajim/gtk/notification.py
- gajim/gtk/preference/account.py
- gajim/gtk/preference/app.py
- gajim/gtk/vcard_grid.py
- pyproject.toml
- scripts/get_iana_data.py


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/1448656ccc71cc02858d9447901069d49816ccf5...6df19631df5b73f8c38320c8404550e2a09a4005

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/1448656ccc71cc02858d9447901069d49816ccf5...6df19631df5b73f8c38320c8404550e2a09a4005
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to