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
2022-10-12imprv: Workspaces: Add 'Mark as read' menu itemworkspace-mark-as-readwurstsalat
Fixes #11198
2022-10-11cq: ACE: Remove whitespacePhilipp Hörist
2022-10-11imprv: ACE: Enable reset button only for changed valuesmesonium
2022-10-11perf: Emoji completion: Abort early if max menu entry count reachedwurstsalat
2022-10-11cq: Emoji data: Add hint about emoji data sourceswurstsalat
2022-10-10change: Preferences: Add escape_key_closes to "Chat" sectionwurstsalat
2022-10-10change: Preferences: Reorder "Chat" settings and add a "General" sectionwurstsalat
2022-10-10imprv: Avatar: Follow modernxmpps suggestions for color generationPhilipp Hörist
Single Chat: Bare JID Private Group Chat: Bare JID Public Group Chat: Resource
2022-10-10change: Preferences: Move show_chatstate_in_banner to ACE settingswurstsalat
2022-10-10change: Remove confirm_paste_image settingPhilipp Hörist
Pasting a image in the chat should always be confirmed.
2022-10-10change: Remove setting to hide the chat bannerPhilipp Hörist
As we place important functionality like hiding the groupchat roster in the banner, hiding it is not an option anymore
2022-10-10ci: Flatpak: Remove not allowed folder cleanupPhilipp Hörist
This is disallowed by flatpaks manifest lint tool
2022-10-09refactor: Add AvatarBoxPhilipp Hörist
Move code related to the avatar image into its own widget
2022-10-09refactor: Move widget settings into MoreMenuButtonPhilipp Hörist
2022-10-09refactor: Move MessageIcons into widget modulePhilipp Hörist
2022-10-09cfix: DateTimeLabel: Use set_text()Philipp Hörist
Otherwise it will parse markup
2022-10-09refactor: Rows: Add NicknameLabelPhilipp Hörist
2022-10-09refactor: Rows: Add DateTimeLabelPhilipp Hörist
2022-10-09refactor: Archive: Simplify setting earliest timestampPhilipp Hörist
2022-10-09fix: SearchView: Limit displayed results to account_id of contactwurstsalat
2022-10-09refactor: Remove usage of utc* datetime methodsPhilipp Hörist
datetime.utcnow() datetime.utcfromtimestamp() These methods are discouraged according to pythons documentation
2022-10-09fix: Don’t fail when disabling accountsPhilipp Hörist
Fixes #11199
2022-10-09refactor: MAM: Use only timezone aware datetime objectsPhilipp Hörist
2022-10-09refactor: Remove usage of get_number_of_accounts()Philipp Hörist
2022-10-09cfix: AccountPage: React to avatar changeswurstsalat
2022-10-09cfix: Preview: Try to create GdKPixbuf loader with fixed mime-typewurstsalat
This fixes mime-type detection problems for HEIF images on some systems
2022-10-09cfix: DND: Un-highlight rows correctly, transfer source workspacewurstsalat
2022-10-08release: 1.5.21.5.2Philipp Hörist
2022-10-08change: Raise nbxmpp versionPhilipp Hörist
2022-10-08chore: Update translationsWeblate
2022-10-08fix: Control: Load events before messagesPhilipp Hörist
Fixes #11129
2022-10-08fix: Fix disabling accounts while reconnectingPhilipp Hörist
Fixes #11194
2022-10-08ci: Windows: Bump shipped OMEMO versionwurstsalat
2022-10-08imprv: XMLConsole: Apply account filter to all visible stanzaswurstsalat
Before this change, setting an account filter would only filter new stanzas Fixes #11193
2022-10-08cfix: SearchView: Expand help tooltip to search entrywurstsalat
Fixes #11195
2022-10-07refactor: GroupchatContact: Add muc_context propertywurstsalat
2022-10-07imprv: Features dialog: Simplify statements on Windowswurstsalat
2022-10-07cfix: MUC: Remove broken join timeout codePhilipp Hörist
2022-10-06refactor: MUC: Remove all timeouts on cleanup()Philipp Hörist
2022-10-06cfix: BaseModule: Disconnect all client event handlers on cleanup()Philipp Hörist
2022-10-06refactor: Remove usage of app.connections in testswurstsalat
2022-10-06refactor: Remove usage of app.connectionsPhilipp Hörist
2022-10-06cfix: Control: Don’t add call row for every jingle request typewurstsalat
2022-10-05refactor: Client: Remove workaround when disabling accountPhilipp Hörist
We only call disable account when we are disconnected now.
2022-10-05cfix: RemoveAccount: Execute remove_account() as late as possiblePhilipp Hörist
2022-10-05cfix: Accounts: Execute disable_account() as late as possiblePhilipp Hörist
2022-10-05cfix: VCardAvatars: Set task obsolete if we are not connectedPhilipp Hörist
2022-10-05refactor: ConversationView: Move special row creation into switch_contact()Philipp Hörist
2022-10-05refactor: MessageActionsBox: Check if client is already destroyedPhilipp Hörist
2022-10-05new: Client: Add is_destroyed() methodPhilipp Hörist