- May 03, 2023
-
-
Sébastien Blin authored
Overload incorrectly managed by Qt 6.5 and we must pass a const ref Change-Id: Ib0a85165b59f6cffd3f01815b803f666623e1b89
-
- Apr 13, 2023
-
-
Change-Id: I13cd2861bcbc3446a736f7e68b34044c34c2dce5
-
- Mar 06, 2023
-
-
Sébastien Blin authored
Also remove retryInteraction as useless in new versions. Change-Id: I79a016c9fa7b8bc4d5fcdb0aeff51d78aea2f314 GitLab: #1017
-
- Mar 01, 2023
-
-
+ redesign the "Scroll to end of conversation" + redesign the "bubble / screen ratio" + redesign the reply bubbles: color, shape(in & out a message sequence), "In reply To" message + change the configurable color of the main user's bubbles + show the display name when replying to a transfer message + fix incorrectly loaded reply message data by synchronizing to messages loaded request + fix reply to an internet link + redesign the call bubbles (the new design need to be applied but in another patch) GitLab: #959 GitLab: #967 Change-Id: Id646ff875644425b03367838b5b46f2242294563
-
- Feb 20, 2023
-
-
Sébastien Blin authored
This patch avoid for non-admins to try to re-add kicked members as filtered out from the list. However kicked members are only visible for administrators. Change-Id: Ie01b7071c072d147bbc0f39e477cc24d7fd58b1a
-
Change-Id: Ia458e2e6ee183cad9d0418af0dbbbcd990f14281 GitLab: #918
-
Change-Id: Ia94e47c26ded5f3d7271c1d81253eca6d67001dd
-
- Feb 17, 2023
-
-
Andreas Traczyk authored
Introduces the ViewCoordinator component to promote dynamic view loading and reduce coupling between components. The following objects are now created and destroyed as needed: - SettingsView - WizardView - dialogs Further refactoring will be required in order to do the same with the ConversationView, which now parents the ChatView and the CallStackView. Gitlab: #897 Change-Id: Ice6a0c133e62e1e0c8d7fb99ec2c41234c049b59
-
- Feb 06, 2023
-
-
Amin Bandali authored
Change-Id: Idf38e82631a4e22540aa5dec8ec2db0ab4a38c2e
-
- Feb 05, 2023
-
-
Iterate through CPP elements and use positionView(ListView.Center) as other approach seems bugguy or slower. Change-Id: I43879969ccb457166879a156efb482e77ff07d6b
-
- Feb 03, 2023
-
-
- Standard time/date is now used - If today, show local time, otherwise show local date GitLab: #545 Change-Id: I07f1e706868c725d1c917c473dc0fdbad8d6810f
-
- Feb 02, 2023
-
-
SFPM performs poorly compared to its C++ counterpart in cases where re-filtering often is required. Tests show SFPM taking roughly 10x that of QSFPM in certain cases when the entire conversation needs to be loaded. Change-Id: I25792f0ab376ae11d42073a548934b743e59fa3e
-
Sébastien Blin authored
Change-Id: I6c36ab045667d01859a72dfec12e3e02130c57fe GitLab: #947
-
- Jan 05, 2023
-
-
Sébastien Blin authored
e.g. <a href="test" id="fuzzelement1">test</a> is invalid and should not open qrc://components/test Also fix editId on message edition and format in the reply row. Change-Id: I570ddf18f6ba716e448e9fbadd558a4d04cdef1c
-
- Dec 29, 2022
-
-
Sébastien Blin authored
Change-Id: I4a8d7105ed6ea5600fc4596f62b56991631358b8
-
- Dec 14, 2022
-
-
Change-Id: I83f27e86a6a7ee2140dc3028a4e183dcb8de8a27 GitLab: #875
-
- Dec 09, 2022
-
-
Nicolas Vengeon authored
Hyperlinks now adapt to bubble color Change-Id: I8f45b5f0ae103a751d47bf1bc1844f481838caa0 Gitlab: #764
-
- Nov 21, 2022
-
-
Sébastien Blin authored
Change-Id: I7a5eb63fb2d6ad08e4826905e873bcbe95bf2a0b GitLab: #860
-
- Nov 18, 2022
-
-
Change-Id: I98e8307c1d44a983939a096e2171ff8cf12f4220 GitLab: #860
-
- Nov 17, 2022
-
-
Sébastien Blin authored
+ Add call buttons to start a new call + React to events from the swarm + call interactions (Join call/Call ended, etc) + active calls area + Add call management logic in LRC + Feature is enabled via the experimental checkbox jami-daemon#312 Change-Id: I83fd20b5e772097c0792bdc66feec69b0cb0009a
-
- Oct 27, 2022
-
-
Nicolas Vengeon authored
Change-Id: I24a94b9ced0ec3930a0b9e20f3fa0440e2d8fd00 Signed-off-by:
Nicolas Vengeon <nicolas.vengeon@savoirfairelinux.com>
-
- Oct 25, 2022
-
-
Sébastien Blin authored
Handle application/edited-message type to support message edition. Previous bodies are saved in the interaction to be able to get the original post to avoid unwanted editions. While loading a conversation, we store the editions in a temporary map that we link once the edited message is detected. This work because we can't edit a message before this message exists. PreviousBodies in interaction.h contains every previous body detected and the client can show previous version of the message in a popup. Deleting a message works the same way, just that any message with an empty body is not shown. jami-daemon#316 Change-Id: Ib158abd16ad4b629532de11694e88d86a12d72a8
-
- Oct 07, 2022
-
-
New timestamp computation and sequencing ( by day and hour) GitLab: #827 Change-Id: Ie170f31c075dc37f00d393272410329dc045f2d3
-
- Sep 26, 2022
-
-
Andreas Traczyk authored
Change-Id: I7471b4cf5539bd253d4d1b9e9b2bfd10030a9525
-
- Aug 24, 2022
-
-
Sébastien Blin authored
jami-daemon#318 Change-Id: I79916422b90c6eb12252c96bb12e209188a81f94
-
- Jul 11, 2022
-
-
Sébastien Blin authored
use QMimeDatabase to detect file's extension. GitLab: #738 Change-Id: I47c74ef3011881d9694c9c54ab4de7f8a2af86e3
-
- Jul 05, 2022
-
-
Sébastien Blin authored
And do not ban contact when removing conversation. Change-Id: Ia76c76b265dd2a9d7d3cc8e2f869bf74fd3cbe63
-
- May 19, 2022
-
-
Amin Bandali authored
In preparation for vendoring libjamiclient into 'src/libclient/'. GitLab: #734 Change-Id: Ibd956abc8fe9bd454ac0e9a5a28b77a5a74174e7
-
- May 03, 2022
-
-
This patch allows building the project without Qt WebEngine, by disabling (for the time being) the features that depend on it: the emoji picker, link previews, and media file previews in the chatview. Co-authored-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com> Co-authored-by:
Amin Bandali <amin.bandali@savoirfairelinux.com> Change-Id: I74751b0cc6f22c61a6fd7281ca3207e0fdbb2212
-
- Apr 07, 2022
-
-
Gitlab: #692 Change-Id: I2f45476c3e5ee4d35ec39c17f923117769c5b652
-
- Mar 23, 2022
-
-
Sébastien Blin authored
GitLab: #340 Change-Id: I4cfdc6392c8b6de573f8d4471b7b5501f393379b
-
- Jan 06, 2022
-
-
Amin Bandali authored
Change-Id: I8eb66c1c3cddb3bf73b6784a9876dd9dc9c12481
-
- Dec 22, 2021
-
-
Kateryna Kostiuk authored
Change-Id: Id88cfbd571f4b504f258758bd13b4e4a91bf1b49
-
- Dec 21, 2021
-
-
Remove unsupported QtQuick One component and it will be added back in the following patches Change-Id: Iad206a880096cf956a4220a81dca85a993721fbd
-
- Nov 10, 2021
-
-
Sébastien Blin authored
Change-Id: I9d38c2a9938bed02ed48f7a141ef0b53b423e1e4 GitLab: #589
-
- Nov 01, 2021
-
-
Sébastien Blin authored
openFile is unused Change-Id: I991ccf489f742f87dda4af206766956b95772fa5
-
- Oct 28, 2021
-
-
Andreas Traczyk authored
+ 3 or 1 slashs in file scheme (rfc1738 3.10) Change-Id: I77c9be41a5f4b7ca99929d53efbf1883ed127d52
-
- Oct 27, 2021
-
-
Sébastien Blin authored
Change-Id: I90fcbc735f084ab37abfa3b466b97cf56c640247
-
Sébastien Blin authored
Change-Id: I3c9813e41f6c857d096d9d685d5902d3c4c361cd
-
- Oct 21, 2021
-
-
Gitlab: #552 Change-Id: I0a4dc3b61a22aafb40d8a301033c59d2cc02bc79
-