- Aug 30, 2021
-
-
Ming Rui Zhang authored
Gitlab: #492 Change-Id: I8bab7bc1cd1f5bdbf7c6c54e615a21690dad1585
-
Ming Rui Zhang authored
Change-Id: Ie0e704090bf00002d6db9327396485fb32061a98
-
Ming Rui Zhang authored
Gitlab: #509 Change-Id: Iaaffd774c673a18029104977b0248705f8826118
-
First I added glib to cmake this fixed the glib.h not found error. Then I got build errors from the missing GIO include as seen in the linked issue. After adding the #include <gio/gio.h> the linker failed to find the gio library. After adding the gio check to cmake all build issues were solved. GitLab: #504 Change-Id: Iac537e10261f2e9dfa61029c4591e000851a378c
-
- Aug 26, 2021
-
-
Ming Rui Zhang authored
Gitlab: #492 Change-Id: I2d7f42d30adc51394e066ece776db4e0a2ffe96f
-
- Aug 25, 2021
-
-
Sébastien Blin authored
Seems bugguy on some distributions... Change-Id: I985d64cc36445ce2b68fe091ad060601071a3e04
-
- Aug 23, 2021
-
-
Andreas Traczyk authored
Change-Id: I1623baee58bed8cd70900abc4085b49e54b50c4b
-
Andreas Traczyk authored
Change-Id: Ia80632cf2e217e8dd6844a6a8c0d0d8c0f6e1baf
-
Andreas Traczyk authored
Change-Id: Ia344d9f57a216f2d27ef40153af2d6bd787bfb77
-
Andreas Traczyk authored
Change-Id: I42d84f9e80e87f5e17ed5e1c40811009660fdf8b
-
Jenkins authored
Change-Id: Id05b3b191a83be704dc5d26a9d6c63148351c51a
-
Andreas Traczyk authored
Change-Id: I6e912c7a3dbba63f874b063770ba5c68a3f2de2f
-
Andreas Traczyk authored
Make sure all the calls to register are using the same versions from qmlregister.h. Change-Id: I1b6d2b168778fa91d16342765c93ad732de596e0
-
Andreas Traczyk authored
Support Qt versions less than 5.15. This is not a good idea. Something is wrong with package deployment. Change-Id: Idc3daef154f7994f8e5ca089a3a0c6fe4d97dacf
-
Andreas Traczyk authored
This test relies on jams server response. We should be providing a fake lrc implemtation for testing to guarantee signal emission. Change-Id: I6a15d729d87db15ab535bec0962e1166a6944b33
-
- Aug 17, 2021
-
-
Andreas Traczyk authored
The current account id is passed to the qr image provider but is interpreted as a model index. Change-Id: I5e2a94d5d02d07daa4826315a5d76925e80f033e Gitlab: #490
-
Andreas Traczyk authored
A structure to represent the currently selected account and it's properties as observables. Change-Id: I6b4ae92e15b492a4c4d61ec5da019e2c7e937401
-
This patch restores the auto focus with new QML message send bar. Change-Id: I34e76c246c3d22c27d5e07f0294f18404a612f2c
-
Gitlab: #492 Change-Id: I4f5d0ed77dd8d2b4ed20af37525b9d33e967d649
-
Gitlab: #492 Change-Id: Ia9df04b26d80b9178993d73bb6ec3f8d187178f9
-
- Aug 16, 2021
-
-
Jenkins authored
Change-Id: I7e6aa5dfbf893418099a9ed92cbfb3caa977d092
-
Ming Rui Zhang authored
Gitlab: #492 Change-Id: I67c9c1eafe29ce8d8a150af2b914a15f9c74d7f2
-
Ming Rui Zhang authored
materialLineEdit should be a rather simple component and any futher changes should be in another component such as UsernameLineEdit. Change-Id: I7d284c6fa87653468e64fd42874f8042a58d99cf
-
Ming Rui Zhang authored
Add enter key event handle for lineEdits in wizardview Gitlab: #470 Change-Id: I41948196742068cd0a03ff37efe93982410e91ce
-
Ming Rui Zhang authored
StandardKey.MoveToNextLine, StandardKey.MoveToPreviousLine and StandardKey.InsertParagraphSeparator maybe confusing and better to be replaced by direct key comparisons Change-Id: I13361a43437214b9368d01a97b2e542f57835964
-
Ming Rui Zhang authored
1. Remove the "Select file" button during the camera picture-taking process 2. Add missing cancel (x) button during the first step of the camera picture-taking process 3. Disable all interactive components when the account creation is unfinished Gitlab: #486 Change-Id: I91e279052aecdd9327f59e9a1377c344d9052323
-
- Aug 13, 2021
-
-
Change-Id: Ib8a1cf6fe3ba90c973c89e4806cfd3d6da1aa390
-
Change-Id: I100680c0e5bb4d8fad96ffda9c1737843e506c2a
-
Andreas Traczyk authored
Change-Id: I2e11054cdbc73b3b196c4d9559836afe2e90a69b
-
Andreas Traczyk authored
Adds a new chat view footer to describe for read-only conversations to describe the concept and provide options to remove the contact or restart a new conversation with the contact. Gitlab: #475 Change-Id: I6ca0e8dfbf49f17a6ff93a2744c552b76d923773
-
- Aug 12, 2021
-
-
Andreas Traczyk authored
Change-Id: I3c9e065264b551eb0d28de743b4568116b1e0ec0
-
Andreas Traczyk authored
A button component should have implicit dimensions based on it's content item. This patch provides implicit dimensioning around the content item so that non-fixed size buttons can be made by not specifying the preferredWidth property. Change-Id: Idc30eb1d9a33d8dd4b416e1060b45593b4fc4cba
-
Ming Rui Zhang authored
Change-Id: Ia72453166b28b0a598288663c4b5d84461556b38
-
- Aug 11, 2021
-
-
Sébastien Blin authored
This show "Copy to Downloads" for file transfer in swarm. Change-Id: I7002ce22898ced361ca3df1fa535dd7ec88e0d70 GitLab: https://git.jami.net/savoirfairelinux/ring-project/-/issues/1282
-
Andreas Traczyk authored
When the video device count goes to 1 from 0, previewing is activated even if we're not in the av settings view. This patch emits a signal that can be responded to by the settings view. Gitlab: #489 Change-Id: Id0ed2809015359423ec0f829d8494f598a89c8ea
-
- Aug 09, 2021
-
-
Andreas Traczyk authored
depends on: https://review.jami.net/c/ring-lrc/+/18979 Change-Id: Ic29e5a6f6eced04a095dd097352c37ca0b253eda
-
Sébastien Blin authored
Change-Id: Iba44d7b7618c61db01d37477aee0a73ead094ca8 GitLab: https://git.jami.net/savoirfairelinux/ring-daemon/-/issues/599
-
- Aug 06, 2021
-
-
Andreas Traczyk authored
Provides observable property representations of a conversation info structure. Is updated when the selected conversation Id changes. This object is only exposed in this commit, and will be used in subsequent commits to introduce a more declarative approach in the UI code. Change-Id: I25be0f6b82cf9341b67fbf04fdeb04bffbf8ab24
-
- Aug 05, 2021