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-07-07fix: Flatpak: Fix display of tray icon using libappindicatorAndré Apitzsch
Appindicator cannot access custom icons in flatpak. That's why the status is limited to * online state (gajim icon) and * new message state Fixes: #10869
2022-07-06chore: Update Release templatelovetox
2022-07-06fix: Remote: Console scripts need a method as entry pointlovetox
Fixes: #11034
2022-07-05refactor: Remove side effects of password modulelovetox
Fixes: #11032
2022-07-04fix: CodeWidget: Don’t default to python for highlightingwurstsalat
Fixes #11012
2022-07-04fix: ContactInfo: Preserve groups when changing contact namewurstsalat
Fixes #11028
2022-07-03chore: Use proper dependency names in READMEPeter Shkenev
2022-07-03chore: Raise nbxmpp versionlovetox
2022-07-02fix: CodeWidget: Don't highlight matching bracketsAndré Apitzsch
Highlighting matching brackets is confusing without a visible cursor. Fixes #11026.
2022-06-29chore: Update pyrightconfigwurstsalat
2022-06-28imprv: Roster: Display show value in tooltipwurstsalat
Fixes #11010
2022-06-28imprv: ChatActionProcessor: Improve detection of emoji shortcode startwurstsalat
2022-06-27fix: StatusIcon: Don’t lose new message icon on state changelovetox
Fixes #11013
2022-06-27fix: GtkStatusIcon: Always show when Gajim has not toplevel focuslovetox
2022-06-27refactor: Replace reduce_chars_newlines() with stdliblovetox
2022-06-27chore: Update git update hooklovetox
2022-06-25fix: GroupChatNickCompletion: Only process Tab presswurstsalat
2022-06-24fix: Notifications: Change Gdk window hints on Windowswurstsalat
Fixes #11008
2022-06-24fix: Row name: Align label correctlyDaniel Brötzmann
2022-06-23refactor: Move GroupChatNickCompletion into ChatActionProcessorwurstsalat
2022-06-23refactor: ChatStack: Add control methodslovetox
2022-06-23refactor: Change layout of chat pagelovetox
Add new Chat Stack to aid in the upcoming refactor
2022-06-23refactor: Rename ChatStacklovetox
2022-06-22fix: StatusIcon: Logic error on activatelovetox
2022-06-22chore: Fix test for GroupChatNickCompletionwurstsalat
2022-06-22refactor: Separate nickname generator to GroupChatNickCompletionwurstsalat
2022-06-22ci: Windows: Update python version to 3.10lovetox
2022-06-21ci: Set commit author correctlylovetox
2022-06-21release: 1.4.51.4.5lovetox
2022-06-21chore: Update translationsWeblate
2022-06-21chore: Update release templatelovetox
2022-06-21chore: Scripts: Generate changelog when using bump_version.pylovetox
2022-06-21chore: Update git-chglog templatelovetox
2022-06-21fix: Use nickname provided in subscription requests everywherebodqhrohro
The nickname is now also shown in the notification and passed to the AddContact dialog, which afterwards adds the nickname to the roster.
2022-06-21chore: BaseControl: Remove obsolete codewurstsalat
2022-06-21fix: GroupchatOutcasts: Make removing users worklovetox
2022-06-21imprv: Preferences: Add setting for emoji shortcodeswurstsalat
2022-06-21fix: Chat: Display corrections for /me messages correctlywurstsalat
Fixes #10933
2022-06-21fix: Styling: Process URIs when using /me commandlovetox
Fixes #10988
2022-06-20fix: Preview: Align link button correctlywurstsalat
Fixes #10997
2022-06-20fix: MUC: Don’t fail on presence from unknown occupantslovetox
Fixes #10981
2022-06-20fix: SystemStyleListener: Fix handling of color scheme statesAndré Apitzsch
Supported color scheme states/values are 0: No preference 1: Prefer dark appearance 2: Prefer light appearance https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.portal.Settings Fixes #10996.
2022-06-20ci: Flathub: Enable deploylovetox
2022-06-20imprv: Disable plugin updates by Gajim on flatpakAndré Apitzsch
There is no way for Gajim to update the plugins. Let flatpak handle this.
2022-06-20chore: Styling: Add more testslovetox
2022-06-20fix: Styling: Improve address regexlovetox
Allow "-" in domain part
2022-06-20fix: Styling: Improve uri regexlovetox
Add more url delimiters
2022-06-20fix: Styling: Parse text correctly which contains uris and addresseslovetox
Use one combined regex for uris and addresses so we get no overlaps Fixes #10974
2022-06-19fix: Name action correctlylovetox
2022-06-19feat: Add new Shortcut for toggling the chat listlovetox
<Primary>R show/hides the chat list