Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-06release: 1.8.31.8.3Philipp Hörist
2023-11-06chore: Update translationsWeblate
2023-11-06fix: GroupchatRoster: Display participants correctly on revealPhilipp Hörist
2023-11-06fix: Filetransfer: Always focus confirm buttonPhilipp Hörist
Fixes #11672
2023-11-06cq: Fix type annotationPhilipp Hörist
2023-11-06new: Application: Make sure no account without username is createdPhilipp Hörist
2023-11-06fix: AccountWizard: Don’t allow multiple anonymous accounts for the same ↵Philipp Hörist
domain
2023-11-06new: Settings: Add method for checking if account existsPhilipp Hörist
2023-11-06fix: AccountPage: Show anonymous addressPhilipp Hörist
2023-11-06fix: Accounts: Don’t try to save password for anonymous accountsPhilipp Hörist
2023-11-05imprv: Profile: Show error page on errors after savingPhilipp Hörist
2023-11-05fix: Message row menu: Show quote and copy actions only if there is textwurstsalat
Fixes #11652
2023-11-04fix: Audio/Video: Disable broken stun server code Fixes #11559Philipp Hörist
2023-11-04fix: Presence: Don’t fail on unknown MUC presencesPhilipp Hörist
Fixes #10967
2023-11-04fix: Control: Add events with correct timestampPhilipp Hörist
Fixes #11670
2023-11-04fix: Avatar: Send presence after changing avatarPhilipp Hörist
Fixes #11669
2023-11-04fix: ServerInfo: Use domain instead of hostname for queriesPhilipp Hörist
Fixes #11653
2023-11-04fix: Emojis: Improve detection of shortcode startwurstsalat
Fixes #11594
2023-11-03cq: Logging: Use ISO format for timestampswurstsalat
Closes #11576
2023-11-03cq: Fix _on_draft_update content typewurstsalat
2023-11-01refactor: GroupchatRoster: Make it more resilientPhilipp Hörist
- Treat signal/event callbacks as public methods and check if contact is set - Make enable_sort() private - Disconnect settings signal on clear()
2023-11-01imprv: Close main window when pressing Escape keywurstsalat
Fixes #11543
2023-10-31fix: DBusFileManager: Set self._proxy attribute on initwurstsalat
Fixes #11668
2023-10-30fix: GroupchatRoster: Check for contact before trying to load rosterwurstsalat
Fixes #11666
2023-10-30release: 1.8.21.8.2Philipp Hörist
2023-10-29change: Raise GLib versionPhilipp Hörist
2023-10-29ci: Debian: Raise nbxmpp nightly versionPhilipp Hörist
2023-10-29chore: Update flatpak manifestPhilipp Hörist
2023-10-29chore: Update IANA dataPhilipp Hörist
2023-10-29chore: Update translationsWeblate
2023-10-29cfix: GroupchatInfo: Store contact object for getting the JIDPhilipp Hörist
2023-10-29fix: VideoPreview: Disable preview on destroywurstsalat
Fixes #11657
2023-10-29imprv: MUC features: Use better icons for public and anonymous propertieswurstsalat
Fixes #11585
2023-10-29imprv: Allow GroupChatInfoScrolled to be set with minimal informationwurstsalat
Fixes #11662
2023-10-29feat: Allow adjusting user interface font size via hotkeyswurstsalat
Primary - plus/keypad plus = increase font size Primary - minus/keypad minus = decrease font size Primary - 0/keypad 0 = reset font size Fixes #11343
2023-10-29imprv: Settings: Allow to set step size for spin settings; bind setting valuewurstsalat
2023-10-29imprv: StartChat: Better discover MUC servicesPhilipp Hörist
2023-10-29change: Avatar: Don’t use custom avatar for IRC group chatsPhilipp Hörist
2023-10-29cfix: Use better color for IRC gateway iconwurstsalat
2023-10-29fix: GroupchatDetails: Depend on joined state for some elementswurstsalat
Fixes #11661
2023-10-29fix: Fix IRC icon contrast for both dark and light modewurstsalat
2023-10-28fix: GroupChatInfo: Align max width of labelsPhilipp Hörist
2023-10-28imprv: StartChat: Allow ot start chats with domain JIDsPhilipp Hörist
2023-10-24imprv: ChatBanner: Don't show QR code for privated MUCswurstsalat
Fixes #11647
2023-10-23fix: SynchronizeAccounts: Adapt to connection state changeswurstsalat
Fixes #11650 and #11651
2023-10-22cfix: ChatBanner: Respect chatstate setting in MUCsPhilipp Hörist
2023-10-22change: Raise nbxmpp versionPhilipp Hörist
2023-10-22feat: Display composing participants in MUC chat bannerPhilipp Hörist
2023-10-20fix: Tooltip: Do not escape presence status textNicoco
2023-10-19cfix: ChatBanner: Use correct tooltip for contact/group chatwurstsalat