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-04imprv: MessageRow: Set text direction for RTL texti18n-bidiwurstsalat
Fixes #11148
2022-10-03refactor: Remove unused codePhilipp Hörist
2022-10-03refactor: ChatListRow: Move active check into ChatListPhilipp Hörist
2022-10-03fix: MessageActionsBox: Don’t fail if no contact is set while updating ↵wurstsalat
file actions
2022-10-03cfix: PEPConfig: Change view style on theme change, fix finalizewurstsalat
2022-10-03refactor: SourceView: Simplify getting style schemewurstsalat
2022-10-03refactor: Main: Simplify active checkPhilipp Hörist
2022-10-03refactor: ChatPage: Check selected chat instead of activePhilipp Hörist
2022-10-03feat: PEPConfig: Add PEP item viewwurstsalat
2022-10-03imprv: Drag and drop: Highlight target areaswurstsalat
Adds highlighting for workspace and chat list drag and drop Fixes #11173
2022-10-03cfix: Fix GroupChatNickCompletion testwurstsalat
2022-10-03imprv: GroupChatNickCompletion: Simplify suggestionswurstsalat
- remove shell_like_completion - query nicks from DB (no state needed) Fixes #11155
2022-10-02refactor: ChatListRow: Simplify row headerPhilipp Hörist
2022-10-02refactor: ChatListRow: Add setter/getter methods for header typePhilipp Hörist
2022-10-02refactor: ChatListRow: Remove unused codePhilipp Hörist
2022-10-02refactor: ChatList: Sort methodsPhilipp Hörist
2022-10-02refactor: ChatList: Simplify update time callbackPhilipp Hörist
2022-10-02refactor: ChatListRow: Simplify setting timestampPhilipp Hörist
2022-10-02refactor: ChatListRow: Move connecting contact signals into own methodPhilipp Hörist
2022-10-02refactor: ChatListRow: Use Gdk button enumsPhilipp Hörist
2022-10-02refactor: ChatListRow: Define signal handlers in builder xmlPhilipp Hörist
2022-10-02refactor: ChatListRow: Make row headers private attributesPhilipp Hörist
2022-10-02refactor: ChatListRow: Remove unused codePhilipp Hörist
2022-10-02refactor: ChatListRow: Sort methodsPhilipp Hörist
2022-10-02refactor: ChatListRow: Remove not needed codePhilipp Hörist
row is self, there is no need to translate anything
2022-10-02refactor: ChatListRow: Don’t invalid sort if only one row changedPhilipp Hörist
2022-10-02refactor: Rename ChatRow to ChatListRowPhilipp Hörist
2022-10-02refactor: Split ChatRow out into own modulePhilipp Hörist
2022-10-01refactor: Add GajimPopoverPhilipp Hörist
2022-10-01imprv: MUC: Add participant menu to avatarwurstsalat
2022-10-01imprv: StartChat: Add timeout when requesting MUC disco infoPhilipp Hörist
2022-10-01new: Allow passing a timeout to as_task decoratorPhilipp Hörist
2022-10-01fix: Scroll to end after sending messagePhilipp Hörist
Scrolling to end is much simpler than reseting the view and less error prone. Fixes #10871
2022-10-01refactor: Store messages before raising MessageSent eventPhilipp Hörist
2022-10-01refactor: MessageRow: Move security label creation into own methodPhilipp Hörist
2022-09-30fix: Update chat actions when account state changeswurstsalat
Fixes #11184
2022-09-30perf: Remove queue_resize leftover from MessageTextViewwurstsalat
2022-09-30perf: SearchView: Update calendar only if widget is visiblewurstsalat
This avoids unnecessary database queries when switching chats
2022-09-29fix: StatusIcon: Reset unread state correctly when using FlatpakPhilipp Hörist
Fixes #11069
2022-09-29perf: SearchView: Speed up clearing of search resultswurstsalat
Fixes #11158
2022-09-29perf: Styling: Parse emojis for Darwin onlywurstsalat
2022-09-29ci: Windows: Add libheif dependencywurstsalat
This adds a GdkPixbuf loader for HEIF and AVIF images, see #11020
2022-09-28fix: Notifications: Show correct message sender for MUC notificationsPhilipp Hörist
Fixes #11177
2022-09-28fix: Discovery: Don’t allow to join top level componentsPhilipp Hörist
It seems there is no way to detect if a component is a room or a MUC component. As a workaround simply assume all components are not rooms. Fixes #11175
2022-09-28fix: ChatList: Show context menu in correct positionPhilipp Hörist
When the context menu was triggered with the mouse over the close button, the menu would show far away from the mouse. Fixes #11165
2022-09-27cfix: Preview: Don't allow download if in progresswurstsalat
2022-09-27fix: Styling: Allow dots in local part of email addressesAndré Apitzsch
2022-09-27cfix: Chat Menu: Fix blocking contactwurstsalat
2022-09-27cfix: StartChat: Use correct target type for application menu entrywurstsalat
2022-09-27feat: Add shortcut to restore chats after closingPhilipp Hörist
Fixes #11088