| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Show file upload/download progress | Xavier Del Campo Romero | 2023-10-09 | 2 | -5/+22 |
| | | | | | | | | | | | | Fixes upstream issue #1350. Notes: Image uploads were incorrectly handled by Dino, as they were always reported as completed even if they were not, maybe so as to show the image preview from the start. Now, Dino shows the upload progress for all file types, and the image is only shown when completed. | ||||
| * | Allow to copy messages | Xavier Del Campo Romero | 2023-10-09 | 2 | -0/+11 |
| | | |||||
| * | Allow to resume failed transfers | Xavier Del Campo Romero | 2023-10-09 | 1 | -1/+2 |
| | | |||||
| * | conversation_view.vala: update_highlight on touch event | Xavier Del Campo Romero | 2023-10-05 | 1 | -0/+7 |
| | | | | | | | | | | | Mobile devices such as the PinePhone do not receive leave/enter events, so actions such as editing a previous message are not possible unless a keyboard shortcut is used, which not be as convenient or even possible under some DEs. This commit should not affect desktop platforms with mouse or touchpad. | ||||
| * | Fix edit button not showing | MarcoPolo-PasTonMolo | 2023-10-05 | 2 | -10/+22 |
| | | |||||
| * | Adds quote functionality | MarcoPolo-PasTonMolo | 2023-10-05 | 2 | -0/+14 |
| | | |||||
| * | Fix various date/time stamps not updated or wrong time zone | Marvin W | 2023-10-05 | 2 | -8/+7 |
| | | |||||
| * | Show "Me" instead of bare jid when no local alias is set | Marvin W | 2023-10-05 | 1 | -1/+1 |
| | | |||||
| * | Add tooltips to the delivered and read icons (#1341) | Prashant Kumar | 2023-10-05 | 1 | -0/+2 |
| | | |||||
| * | Fix compiler warnings | fiaxh | 2023-10-05 | 1 | -2/+0 |
| | | |||||
| * | Allow cancellation of file transfers | Marvin W | 2022-03-30 | 2 | -1/+20 |
| | | |||||
| * | Various call fixes | fiaxh | 2022-02-12 | 1 | -2/+2 |
| | | | | | | | | | | - If peer invited us claiming audio-only and then wants to have a video content, do a content-modify and accept audio-only - Check contents for video (and modify) and whether call is truly accepted in PeerState.accept() directly - If a message contains both JMI and CIM, only use JMI - Fix outgoing CIM (disabled) - Use opacity instead of visiblity for file_menu, small fixes - Add back owner/admin/member queries when joining MUC (regression from 33104a7) | ||||
| * | Let call notification say if it's a group call | fiaxh | 2022-02-08 | 1 | -0/+4 |
| | | |||||
| * | Fix quote styling occurring in the middle of a line | fiaxh | 2022-02-07 | 1 | -2/+2 |
| | | | | | fixup 454c00a, 795af2d, 4e9e09a | ||||
| * | Various call UI/UX improvements | fiaxh | 2022-02-07 | 1 | -6/+19 |
| | | |||||
| * | Remove color from /me name, remove use_markup from sender label | fiaxh | 2022-01-23 | 2 | -4/+2 |
| | | |||||
| * | Stop using opacity for text due to side-effects | fiaxh | 2022-01-23 | 1 | -4/+6 |
| | | | | | | Fixes #1178 Due to https://gitlab.gnome.org/GNOME/gtk/-/issues/2957 | ||||
| * | Imrove file widget menu (fixup 25db512) | fiaxh | 2022-01-09 | 3 | -48/+33 |
| | | | | | | | | - Fix file menu remaining visible after clicking an action - Fix file menu for images (clicking resulted in hiding of the file widget part) - Fix styling of file menus for images - Fix compiler warnings and runtime criticals | ||||
| * | Introduce file widget menu with "Save as..." and "Open" actions (#1080) | wkg | 2022-01-09 | 2 | -6/+67 |
| | | |||||
| * | Display message sender in bold+text color instead of small+colored | fiaxh | 2022-01-05 | 1 | -3/+1 |
| | | |||||
| * | Add 'unknown' encryption state for establishing calls | fiaxh | 2022-01-04 | 1 | -1/+1 |
| | | | | | Currently, they are Encryption.NONE and thus marked as unencrypted in encrypted conversations | ||||
| * | Use opacity for "pending" and "edited" hints | fiaxh | 2022-01-04 | 1 | -4/+2 |
| | | | | | Getting the dim-label color doesn't work without actually rendering it | ||||
| * | UI + libdino: Improve MUJI calls from MUC | fiaxh | 2021-12-23 | 1 | -1/+1 |
| | | | | | | | - Move calls from ICE-thead onto main thread - Identify Call.ourpart as MUC nick if in MUC - Keep track of the initiator of a call | ||||
| * | Improve call details dialog + small multi-party call fixes | fiaxh | 2021-11-15 | 1 | -1/+1 |
| | | |||||
| * | Add (disabled) multi-party call UI | fiaxh | 2021-11-10 | 2 | -17/+58 |
| | | |||||
| * | Fix compiler warnings ('Switch does not handle .. of enum ..') | fiaxh | 2021-10-12 | 1 | -0/+3 |
| | | |||||
| * | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 5 | -30/+30 |
| | | |||||
| * | FileWidgets: Improve mouse enter/leave identification | fiaxh | 2021-10-01 | 2 | -42/+19 |
| | | |||||
| * | Improve call related wording | fiaxh | 2021-09-25 | 1 | -20/+11 |
| | | |||||
| * | Fixed name change (#1076) | sojuz151 | 2021-08-24 | 1 | -2/+11 |
| | | |||||
| * | Display message delivery error, color text using theme colors | fiaxh | 2021-08-17 | 2 | -13/+63 |
| | | | | | fixes #672 | ||||
| * | Improve call wording, cleanup | fiaxh | 2021-05-01 | 1 | -1/+1 |
| | | |||||
| * | Display+store call encryption info | fiaxh | 2021-04-09 | 2 | -29/+46 |
| | | |||||
| * | Add UI for audio/video calls | fiaxh | 2021-03-21 | 3 | -3/+218 |
| | | |||||
| * | Fix cyclic reference | fiaxh | 2021-02-17 | 1 | -7/+9 |
| | | |||||
| * | Reduce use of Widget.destroy() | fiaxh | 2021-02-10 | 2 | -6/+5 |
| | | | | | | | On non-toplevel windows, use Container.remove() instead of Widget.destroy() Needed for migration to GTK4 https://developer.gnome.org/gtk4/unstable/gtk-migrating-3-to-4.html#id-1.7.4.3.17 | ||||
| * | Use advertized/server/live time for sorting instead of arrival time | fiaxh | 2020-12-04 | 6 | -28/+21 |
| | | | | | fixes #310 | ||||
| * | Improve contact description in OMEMO warnings | fiaxh | 2020-12-04 | 1 | -0/+1 |
| | | | | | fixes #947 | ||||
| * | Update date separator at midnight | fiaxh | 2020-12-03 | 1 | -12/+54 |
| | | | | | fixes #868 | ||||
| * | Handle xmpp URIs opened within Dino with Dino | fiaxh | 2020-12-03 | 1 | -0/+9 |
| | | | | | fixes #914 | ||||
| * | Fix some compiler warnings | fiaxh | 2020-10-27 | 1 | -2/+2 |
| | | |||||
| * | Unregister handlers related to displaying messages as pending | fiaxh | 2020-10-11 | 1 | -2/+7 |
| | | |||||
| * | Fix compilation for older vala compilers | fiaxh | 2020-10-07 | 1 | -1/+1 |
| | | |||||
| * | Fix warning when clicking to correct a message | fiaxh | 2020-09-10 | 2 | -6/+0 |
| | | |||||
| * | Visually highlight pending messages, improve resending | fiaxh | 2020-07-16 | 1 | -2/+21 |
| | | |||||
| * | Fix messages mistakenly treated as /me command (#872) | Kim Alvefur | 2020-07-02 | 1 | -4/+4 |
| | | | | | Per XEP-0245 only messages that start with "/me " (with the trailing space) should treated as 3rd person actions. | ||||
| * | Fix cyclic references => let objects be freed | fiaxh | 2020-06-03 | 3 | -14/+36 |
| | | |||||
| * | Add missing ellipsis, in line with similar strings (#862) | Jordi Mallach | 2020-05-27 | 1 | -1/+1 |
| | | |||||
| * | ConversationSummaryView: Fix crash when accessing content_item's first() or ↵ | fiaxh | 2020-04-28 | 1 | -2/+2 |
| | | | | | last() if the TreeSet is empty | ||||
| * | Fix mouse hover highlighting the wrong message | selurvedu | 2020-04-22 | 1 | -4/+5 |
| | | | | | Fixes #795. | ||||
