- Sep 16, 2022
-
-
Sébastien Blin authored
Change-Id: I9a2c841d072c03d60e34197098daf6b710745ba9 GitLab: #837 GitLab: #788
-
- Sep 15, 2022
-
-
UpperCase extensions had to be added manually as Qt fileDialog's nameFilters property is case sensitive. GitLab: #832 Change-Id: I61a81ebcaa66f0f16db41924b542c146fc79a4b0
-
- Sep 10, 2022
-
-
Sébastien Blin authored
jami-project#1468 Change-Id: I1be757e13b1602d306ee4a399d816ba2aaf43dd1
-
- Aug 30, 2022
-
-
Sébastien Blin authored
Change-Id: If3324a34c9be6ff2b09bdab48b148946abe02c51 GitLab: #815
-
Sébastien Blin authored
Use 'color-scheme' from gsettings if available to check if dark theme is preferred. Otherwise, fall back on theme name from 'gtk-theme'. The default is to follow the system theme (if supported), and 'EnableDarkTheme' would be unused. 'AppTheme' can currently have one of three values: 'System', 'Dark', 'Light'. Change-Id: I8008c8fe0f4750c97e71838fff0031f80b685f5e GitLab: #723
-
- Aug 24, 2022
-
-
Sébastien Blin authored
jami-daemon#318 Change-Id: I79916422b90c6eb12252c96bb12e209188a81f94
-
- Aug 15, 2022
-
-
Amin Bandali authored
Change-Id: Ifd2bd08ab29cf3ecdac2588f02928197884eeeb9
-
Sébastien Blin authored
A signal exists for showing errors to the user to make failing cases more explicit. With this patch, errors detected are displayed to the end user so that they know that an error occured and what kind of error occured. Change-Id: Ib2d4d4fdb171235e0598de0f1c190b8fd0fcc336
-
- Aug 11, 2022
-
-
Aline Gondim Santos authored
GitLab: #729 Change-Id: Ib444fdf5515f9242bbe627d695d05fafb16214d6
-
Aline Gondim Santos authored
GitLab: #729 Change-Id: I59ec525d181ec1d6655a0e9889728bd6b9128721
-
Aline Gondim Santos authored
GitLab: #729 Change-Id: Ice67d8649c1ad2a92eba7c02cebc446eac5ac90e
-
Aline Gondim Santos authored
GitLab: #729 Change-Id: I0c179ee25fcc0a89e629c48017287a7de89c0ac2
-
- Aug 08, 2022
-
-
Sébastien Blin authored
+ Remove readOnly from conversation's as it was never used and not necessary in multi swarm as you can re-add members anyway so it's never read only. + Makes non swarm conversations just readable. Users can save whatever they want and replace old non migrated conversations to new swarm. Change-Id: I8aa2521bc524b6159d7ba0b613834438e293e09e
-
- Aug 03, 2022
-
-
Change-Id: If8add5cd86d6893e2e55f7f5f33c228777f18579 GitLab: #780
-
- Aug 01, 2022
-
-
Sébastien Blin authored
Change-Id: I6fd4d8e9fece56582cef96abfa4734aacdd5a88c
-
- Jul 30, 2022
-
-
Sébastien Blin authored
GitLab: #767 Change-Id: Ia2ae77e8e9d3d5abe560ced0a84d828057824845
-
- Jul 29, 2022
-
-
This changes many things: + Except the backup page, all pages were re-designed + Heavily modify buttons and line edits with new components style + Update switches themes + Re-work username + Add future components + Update strings + Update PhotoBoothView GitLab: #769 GitLab: #770 GitLab: #766 Change-Id: Ic97d36cf8c86c4242013bf71a524887f7ce56f8f
-
- Jul 25, 2022
-
-
Change-Id: I07213da84e6b7841fbd9873819d95843381ccdca
-
- Jul 22, 2022
-
-
Sébastien Blin authored
and add the identifier to check the swarm id (for future public groups, it will be important) Change-Id: I5ebc16cdc280567447abd14a05c4a62263609f25
-
Sébastien Blin authored
Change-Id: I98f9d19176a0401d5498a74e9bcc318868388854
-
- Jul 18, 2022
-
-
Sébastien Blin authored
Change-Id: Ide7294a97df683cd67ee93f72f1f11b9f4e6dc29 GitLab: #512
-
- Jul 11, 2022
-
-
Sébastien Blin authored
In a conference, with this patch, the user is able to share a media while keeping the camera. The mute button for the camera only control the camera and we use requestMediaChange to add medias. To stop sharing a media, the user will click on the dedicated button. If the peer is not compatible with multistream, the behavior will be the same as before jami-project#1429 Change-Id: If5e0634be6d0d06900ad82554b32a524fd4db36c
-
- Jul 05, 2022
-
-
Sébastien Blin authored
And do not ban contact when removing conversation. Change-Id: Ia76c76b265dd2a9d7d3cc8e2f869bf74fd3cbe63
-
- Jul 04, 2022
-
-
- changed flickable window to rectangle - font size - window radius - hyperlink to company name - changed escription - added close button - deleted html reformating after file load and added it directly to the html file containing the credits Change-Id: I7805ddead153c9be4d66e7789e754ba2c3cc20a7 Gitlab: #731
-
- May 19, 2022
-
-
Amin Bandali authored
In preparation for vendoring libjamiclient into 'src/libclient/'. GitLab: #734 Change-Id: Ibd956abc8fe9bd454ac0e9a5a28b77a5a74174e7
-
- May 17, 2022
-
-
Sébastien Blin authored
Change-Id: I3e006bd1c9eceb2fafd8a04c9a9cf2a9ad2a0433
-
- May 11, 2022
-
-
Sébastien Blin authored
+ Clear search bar on highlighted + Add title in the smartlist on creation + Remove last interaction on swarm creation + RecordBox update design and avoid white buttons on white videos + Ellipsize title in Middle to keep +X Change-Id: Ib19831e2291e3fc94eacd6cd65012eebcb310faa
-
- May 04, 2022
-
-
Sébastien Blin authored
Change-Id: I2af7ff4e785529f37d5e7d532ed0295c6f1055b6 GitLab: #670
-
- Apr 26, 2022
- Apr 04, 2022
-
-
Remove BETA from windows title for beta version Change-Id: Ia065a8d617078483abb3fb8d6f08a5188e8e2719
-
- Mar 23, 2022
-
-
Sébastien Blin authored
Change-Id: Ied9e8d59fe9dff08ffbc10d2c723b8998d8469f1 GitLab: #670
-
Sébastien Blin authored
PhotoBoothView has a new variable to be used during Swarm's creation This update an image in the cache and is used in the profile of the conversation. Also, add top bar for NewSwarmPage Change-Id: I156c9cffb85e15b7c041bcf16b1501851470e8a5 GitLab: #670
-
Sébastien Blin authored
This is the first version of the members list for swarm creation. The user is able to select 1:1 conversation, search new users and merge swarm members in a new swarm. Change-Id: Ic9ac1e9324a46f70ad5d285df890a01ca459f3fa GitLab: #670
-
Sébastien Blin authored
GitLab: #340 Change-Id: I4cfdc6392c8b6de573f8d4471b7b5501f393379b
-
Sébastien Blin authored
GitLab: #340 Change-Id: I4a0ce6c51351daa7eb81bd09785535bfcfc84981
-
Sébastien Blin authored
GitLab: #340 Change-Id: I03becae1c33be5a6ab10452c6986d7b5abd009e3
-
Sébastien Blin authored
GitLab: #685 Change-Id: I6c284150b18ea7a866b063411b25e50f3afae559
-
Sébastien Blin authored
GitLab: #340 Change-Id: I4a4ebfbebb880161e93fc0a086eec13ffb1ba285
-
Sébastien Blin authored
GitLab: #340 Change-Id: I72534e9e3599b70cdf0f91aa81be7636499715b8
-