- Jan 25, 2024
-
-
Sébastien Blin authored
Seems broken since a recent Qt upgrade. Calling a method in JamiQmlUtils works as expected. Change-Id: Ic1257a4f487560744f5ce1ea02928504ff572157
-
- Jan 19, 2024
-
-
Sébastien Blin authored
Change-Id: Ib694bfb4bc194e7d6b24bf23f52949715e2efa11
-
- Jan 03, 2024
-
-
Sébastien Blin authored
Change-Id: I8d5f968fbedbc884c91416246049a0ef4cd652eb
-
- Dec 14, 2023
-
-
Change-Id: I2a93999b3e8648bb1c7d2249a4f69d5b08c59ae5
-
- Dec 08, 2023
-
-
Andreas Traczyk authored
Change-Id: I4f1442a9ee92f965a09eb6f5421b939e48b0fbf8
-
- Nov 28, 2023
-
-
Sébastien Blin authored
Change-Id: Idc8b568234270f897936e60453e22a66d6d8624d
-
- Oct 26, 2023
-
-
Sébastien Blin authored
Change-Id: I98294ccfb1ae68b45260f3e66bdce3e179ee55a9
-
- Oct 13, 2023
-
-
Liam Coursodon authored
GitLab: #1334 Change-Id: Ic0e2a4b08db7228e4a4bdab665f53adfa581e16c
-
- Sep 30, 2023
-
-
GitLab: #1334 Change-Id: I53b23eabab47389b9bea50f54afac28d41741b0b
-
- Apr 14, 2023
-
-
Gitlab: #1059 Change-Id: Ia973ee1f8666bdd8597d6cbb47a87534ac4358c8
-
- Apr 07, 2023
-
-
Sébastien Blin authored
Setting an account to migrating is asynchronous. So the status of the account should be checked via dedicated signals and not just at the startup, else the migration view is not shown. Also removing two accounts to migrate wasn't working correctly. Change-Id: I0bb716982ec5fe76aaba3ad4cb6f47b1ef0aa710 GitLab: #1062
-
- Feb 28, 2023
-
-
Andreas Traczyk authored
+ load the popup dynamically + calculate the position using the delegate's attached ListView geometry Gitlab: #979 Change-Id: I9d3a8a31b4aba2f195c4d6453e9dca88e99685ae
-
- 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
-
- Dec 16, 2022
-
-
Change-Id: I39b7c88a9dd5c34901169975032e2b693316572f GitLab: #906
-
- Oct 21, 2022
-
-
Changing the source size property of the QML Image component causes a reload using the new source dimensions. The image loading process was triggering reloading that was not recognized as a binding loop. This commit also corrects the image sizing algorithm to prefer and restrict height, which prevents images that are too tall from taking up too much vertical space in the chat list view. GitLab: #857 Change-Id: I049b1bb8ea4d23a753e7b54de884d9c1eafdf83c
-
- Oct 07, 2022
-
-
Amin Bandali authored
This is the first in a series for cleaning up the top directory (root) of the repository and move various files/folders into nicely organized directory structures. GitLab: #749 Change-Id: If59b74fff981df242bc26e62a070bdb81d7baded
-
- May 19, 2022
-
-
Amin Bandali authored
In preparation for vendoring libjamiclient into 'src/libclient/'. GitLab: #734 Change-Id: Ibd956abc8fe9bd454ac0e9a5a28b77a5a74174e7
-
- Mar 17, 2022
-
-
Aline Gondim Santos authored
Set a maximum size for Jami secondary windows/popups. Change-Id: Ie03c48c58e6f08662fe4a51bacbd2c02a500012c GitLab: #691
-
- Jan 11, 2022
-
-
Andreas Traczyk authored
Logic for fullscreen/windowed mode switching is scattered within the main ApplicationWindow and other components. Ideally, components that need to transition to fullscreen, can make a dumb request to module in charge of making the necessary checks and carrying out the mode change. This patch introduces the LayoutManager used to isolate this logic. Change-Id: I0e5b932617d2b88eda1533f25a5d55fc1c66c438
-
- Jan 06, 2022
-
-
Amin Bandali authored
Change-Id: I8eb66c1c3cddb3bf73b6784a9876dd9dc9c12481
-
- Dec 21, 2021
-
-
1. Avoid direct window declaration under ApplicationWindow 2. UI refactor Change-Id: I7991e22d3f85b1c17d85475000ab8b8c2fbc3391
-
Remove unsupported QtQuick One component and it will be added back in the following patches Change-Id: Iad206a880096cf956a4220a81dca85a993721fbd
-
- Oct 21, 2021
-
-
Gitlab: #552 Change-Id: I0a4dc3b61a22aafb40d8a301033c59d2cc02bc79
-
- Aug 23, 2021
-
-
Andreas Traczyk authored
Change-Id: Ia80632cf2e217e8dd6844a6a8c0d0d8c0f6e1baf
-
Andreas Traczyk authored
Change-Id: I6e912c7a3dbba63f874b063770ba5c68a3f2de2f
-
- Jul 29, 2021
-
-
Ming Rui Zhang authored
1. Use MaterialToolTip in MaterialButton 2. Add BubbleLabel and BackButton 3. Add WizardViewStepModel 4. Focus re-visit Gitlab: #470 Change-Id: I818da76c4b97cb08d2b6df6b2c8e2752d7a522f2
-
- Jul 09, 2021
-
-
Ming Rui Zhang authored
Functionalities checklist: 1. Emoji picker refinement 2. DropArea on messageWebView 3. Record box 4. Send message button visibility 5. TextArea paste (can paste image, files directly) 6. TextArea content draft 7. TextArea - Enter key -> Send message 8. TextArea - Shift + Enter key -> New line 9. TextArea - Composing indicator 10. TextArea - Placeholder text Change-Id: I115ad2927b74264dd396aa55b77a8f003dcd746b
-
Ming Rui Zhang authored
1. New emoji picker by customizing emoji.js 2. New message bar ui (textarea, buttons, tooltips) 3. New pending files transfer container 4. Use MaterialToolTip for all PushButton Change-Id: I05d0531c65c019ced42b04668a780919c8a4fac3
-
- Apr 15, 2021
-
-
Andreas Traczyk authored
Use a simpler fullscreen mechanism that maintains the primary application window as a fullscreen container for the call view. GitLab: #339 Change-Id: Ib67ac4798c77117aea0830eece485e229680684d
-
- Apr 09, 2021
-
-
Andreas Traczyk authored
Change-Id: I2ac4a683f3857425f59483f73f8511f00158cc30
-
- Dec 14, 2020
-
-
- avoid using screen number as display number on Linux - support for area selection over multiple screens on Linux - make getFrame null safe - make video-full-screen mode show in the correct screen - add the option of "share all screens" - use x11 api for unix system for sharing screen areas Gitlab: #160 Change-Id: Ibe47a4150b6a213950a0533d85e8cd7d5d159482
-
- Dec 11, 2020
-
-
Ming Rui Zhang authored
Change-Id: I5e298e51fdc4099f0380d8a2ce2176cd66070eed
-
- Nov 03, 2020
-
-
- hide / show mainview window on fullscreen switch in order to avoid undesirable UI transitions or incorrect layout (when working with multiple screens) - update and show only on top page of callStackView - back button always present on CallOverlay (use close button icon on fullscreen mode) Gitlab: #135 Change-Id: I0d7c6aac26ba9c899ee97ac58f41f2746dda2148
-
- Sep 03, 2020
-
-
Ming Rui Zhang authored
Partially optimized the wizardview related UI code and UI performance. Note: Since some common components are changed, UI changes in settings view are also required to keep the original style. Gitlab: #59 Change-Id: Ib77868bac3a6479700e81f3361b67a8403725661
-
- Aug 03, 2020
-
-
Sébastien Blin authored
Change-Id: I32bfdd2a618aa7ac6181da2697e241667b010aab
-