1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-04-21 21:52:03 +02:00
Commit graph

1710 commits

Author SHA1 Message Date
Aline Gondim Santos
007b0c1132 i18n: fix configuration
+ Only look for translations in valid files.

Change-Id: I350478d050118c8b5d6bd127aaeed6c3965fe05f
GitLab: #1266
2023-07-27 09:59:43 -04:00
Sébastien Blin
11f67c73c8 customizeprofilepage: fix double placeholder
Change-Id: I6628fe83c9818698cc6a2357ab283c97fc94ca31
2023-07-26 13:58:31 -04:00
Charles
01cbcbbb2c chatview: update image uri for contact avatar
Gitlab: #1267
Change-Id: I651232cbbf68997f8111c9374486bde4bd8ceeef
2023-07-26 12:50:38 -04:00
Matheo Joseph
76fcd5f910 jamiidentifier: remove useless mask
Change-Id: Ie7e1ae5e5be9b710f53e21cf51385ae8addb54f6
2023-07-26 07:31:15 -04:00
Jenkins
38a3da38c5 i18n: automatic bump
Change-Id: I133ca9ec80aa8ff6a967dd1a4eaf22330fa89279
2023-07-24 16:42:32 -04:00
Sébastien Blin
f0b78036e3 ModalTextEdit: add required placeHolder
Change-Id: I7e450a3f68176bd67801700b621ff6f076531193
2023-07-24 10:44:57 -04:00
Matheo Joseph
2f7acbd31b whitelabeling: change welcomePage to take into account ui customization
GitLab: #1097
Change-Id: I8967146c3ca04daee96b4a4fb10bcb6811c1c7a4
2023-07-19 16:46:32 -04:00
Sébastien Blin
8c1b214619 replytorow: fix message size
Change-Id: I5fd6054a1ac2e409a3ddecef82ec656ad5639e98
2023-07-19 13:00:04 -04:00
Sébastien Blin
e3e4de0fe7 misc: remove unused method
Change-Id: Ib58dabb342a293a1e4e699fcb75b1b04e5541bc4
2023-07-19 11:02:12 -04:00
Sébastien Blin
452d49a439 settings: remove RTP fallback
As not present in other clients and if SDES is enabled, all calls
must be in SRTP. Else UX would be unclear.

Change-Id: If756f8738ef08109aa7fbf8cbcade3b4f4792093
GitLab: #1263
2023-07-19 10:54:35 -04:00
Sébastien Blin
f53c2be978 MediaSettings: pass arguments to method
Change-Id: I9c751dbc1e9557b95c8d34e80e1e43cbe26d57d4
2023-07-18 14:53:17 -04:00
Jenkins
36e5bdb839 i18n: automatic bump
Change-Id: I3050e54142fd9bd9a59e2a5c18adbe3fcf82d8d5
2023-07-18 14:16:45 -04:00
Sébastien Blin
b54cb31d75 misc: fix typo on formatting
Change-Id: I35a0791ba0c8cc906ac441c7afb588e40b1be5c5
2023-07-18 11:16:17 -04:00
Andreas Traczyk
5134160539 misc: bump daemon submodule
Change-Id: Idc2990e82ef0f87b07f79a576390c4b1d99051ed
2023-07-17 15:03:27 -04:00
Aline Gondim Santos
a9ad7d0bde Plugins: fix unavailable view
Plugins settings view is unavailable due to missing QML_REGISTERTYPE
removed at ec0feef74d.

Change-Id: I07d7fef42e9c25d6ee867f7c682286ea3c52a863
2023-07-17 14:47:53 -03:00
Sébastien Blin
6a1a9b60aa MessageBar: do not show sendFile/Location for a SIP account
Change-Id: I4f2fc87c2ec1083605f8a287eecac67ff950c821
2023-07-17 07:48:25 -04:00
Andreas Traczyk
61126cfa64 messageparser: replace regexes with tidy API
Depend on tidy API for attribute extraction rather than regexes.

1. htmlparser methods return nodes instead of pre-parsed strings
2. htmlparser provides some methods to extract text/attr from nodes

Gitlab: #1248
Change-Id: I367d703680938fb0b7c5055ac41e079c1322da30
2023-07-14 13:32:20 -04:00
Matheo Joseph
ec0feef74d CachedImage: add icon downloader for pluginstore and welcome page
Gitlab: #1228
Gitlab: #1166

Change-Id: I0117cecdb8a77ded8f3da3c2f25028012002a285
2023-07-14 07:57:45 -04:00
Sébastien Blin
eff76eddc7 buttons: remove bold effect
Change-Id: Ie483a9af270990622b876ca44a975d915e458783
GitLab: #1236
2023-07-13 15:44:07 -04:00
lcoursodon
83039abc1b TextEditor: General upgrade
Implement new design
Add multiline button
Use correct color and implement dark theme

GitLab: #1096
Change-Id: I5699c81fbc41e50300ca8b32b93ee47cd17ceee1
2023-07-13 13:48:00 -04:00
Andreas Traczyk
bbdd68fb1d misc: fix isRTL function
Uses the system locale name when the preference is set to "SYSTEM".
Adds some extra ISO 639-1 RTL languages.

Change-Id: Ia28ae1bc15992ce26f88ab11bc447d76054f0581
2023-07-13 11:11:59 -04:00
Sébastien Blin
afc0423bf6 swarmdetailspanel: avoid bugguy column layout
Since Qt 6.4, some layout are bugguy causing bad positioning.
(Even some examples in Qt's doc are incorrect)
So, use anchors instead.

Change-Id: Id0f0175208312b6e4b9fe503d8713c7ff037024a
GitLab: #1217
2023-07-13 09:39:24 -04:00
Sébastien Blin
0b18f3d145 swarmdetailspanel: fix identifier row
also separate debug and muteDaemon options so that "jami -dq" shows
debug informations from the client.

Change-Id: Ic69c5cf8b6a8ef4aa1fff607d01a541dab3e6da2
2023-07-13 09:39:19 -04:00
Matheo Joseph
593ecc9910 whitelabeling: add uicustom info in account property
GitLab: #1097

Change-Id: I1f7db2b14c437d033264ff58457d8067e4ff6c05
2023-07-11 14:34:31 -04:00
Aline Gondim Santos
8fd7c70d1f wizardview: manage through MainView
Change-Id: I083d293784e07f4fcc099e60ada84e433a1b2fa0
GitLab: #1216
2023-07-11 08:05:56 -04:00
Jenkins
e71c1d1729 i18n: automatic bump
Change-Id: I9af964c0078f96730c42ee525ce23e1a83850579
2023-07-10 16:42:30 -04:00
Sébastien Blin
207872244b moderatorlistmodel: fix refresh on account change
Change-Id: Ib689e97d903a42fc241f505e3fb5f37c155c65f9
GitLab: #1122
2023-07-10 07:41:54 -04:00
Sébastien Blin
03b3530d3d conversationmodel: specify "you" for self-user in title
Change-Id: I01d2cd868c7f1c513290792b5f8bff0f6a110f0e
GitLab: #1250
2023-07-07 13:29:28 -04:00
Thomas Rouleau
a7bd860e2b Doc: Clarification of install.md instructions
GitLab: #1168

Change-Id: I478b7db6fd6438ed3a35defcc9a7b3e5e7176f32
2023-07-07 13:02:52 -04:00
Aline Gondim Santos
df9c4b0653 materialradiobutton: update radius
Change-Id: I00feb393feeb1c7e17dccfd75209b00de6e75e4f
GitLab: #1241
2023-07-07 11:12:30 -04:00
Aline Gondim Santos
d2eed3af64 chatview timestamp: update colors
+ update scroll to bottom button radius
GitLab: #1244

Change-Id: I76ef89123a9a1dfc521aff2983bd46288abab698
2023-07-07 10:54:14 -03:00
Sébastien Blin
f0eb826b64 contactmessagebase: update design
Also move all spacing in TimeStampInfo, so sequences doesn't have
weird spacing and can better be controlled.

GitLab: #1243
Change-Id: Ica7235856c3a7ed38ed3e390c4bf14decede25b0
2023-07-07 08:35:01 -04:00
Sébastien Blin
2ed89fec3c materialbutton: group hoverEnabled and enabled
The hover animation was shown on disabled buttons

Change-Id: I2d8579a1d712e785b8edc82472df6ac798f1b523
GitLab: #1247
2023-07-07 07:53:34 -04:00
Sébastien Blin
281516823e chatviewheader: keep button selected when linked tab is opened
Change-Id: I5b4df32352bc1e6e5281a18e16c8da902242bc4f
GitLab: #1233
2023-07-07 07:43:33 -04:00
Sébastien Blin
a2d110740d swarmdetailspanel: avoid bugguy column layout
Since Qt 6.4, some layout are bugguy causing bad positioning.
(Even some examples in Qt's doc are incorrect)
So, use anchors instead.

Change-Id: Iebb47b8c7e694049ba297609a12bcf43db7dddd3
GitLab: #1217
2023-07-07 07:32:16 -04:00
Kateryna Kostiuk
ad14302ac5 macOS: remove unnecessary permission for photo library access
This commit removes a permission that is not needed, as the photo
library is not accessed in the code.

Change-Id: I47a3af739252733e3e8a2379b417396b2b67578c
2023-07-06 14:48:25 -04:00
lcoursodon
f903c635a7 EmojiPicker: close popup when repress the button
Fixing issues where clicking a second time on
the emoji button open a second popup instead
of closing the first one

GitLab: #1249
Change-Id: I76f0094c4024ae27f260e6aeba93522d3709feef
2023-07-06 11:30:49 -04:00
Sébastien Blin
5582d39a3f settings: update selected colors
Change-Id: I18191ef1a4e5e3a62d509e3871ea33550951e690
GitLab: #1237
2023-07-06 11:30:12 -04:00
lcoursodon
4f1e04a9b9 HoveredButton: homogenise effects on hovering
Creating a JamiPushButton in oder to regroup definition
Color correction
Homogenization of the other button (Layout QR Code, Settings, and Hide conversation)

GitLab: #1209
Change-Id: If9f891dba1c1d4e83aaebc16a2202dc2a3b719f2
2023-07-05 11:43:05 -04:00
Thomas Ballasi
7514d75242 conversationmodel: ignore notifications from muted conversations
This use case has been observed when taking a look at the system tray
icon, which uses conversation model's notificationsCount() to define
whether or not to show a red dot. As we don't want this for muted
conversations these are ignored.

Change-Id: Ic185de9170dfcbfbd8ffc3513676dd90471f3baa
2023-07-04 16:23:35 -04:00
lcoursodon
fe2f3258b2 Popup : Close all popups by pressing escape
Using a key OnPressed instead of Shortcut
Making all popups closable with escape (focus true and a close policy)

GitLab: #1234
Change-Id: I1a612834c439aea94a59e91cb915b18b4ef5cf84
2023-07-04 14:30:23 -04:00
Sébastien Blin
c8ec980a3b misc: invert horizontal and vertical view labels
Change-Id: Ic00b2f5073ee3c3b866c8042be3c19993d446699
GitLab: #1142
2023-07-04 08:39:55 -04:00
Aline Gondim Santos
cb0e45c3fa swarmdetailspanel: reorder tabbar options
Change-Id: Idf6e9c41148b29b3d3a31ecc3b3ae55c551433bf
GitLab: #1231
2023-07-04 08:21:35 -04:00
Jenkins
532bf6c4ad i18n: automatic bump
Change-Id: I8be71ba4848f90f034f9bc81318cba739c9865f2
2023-07-03 16:42:32 -04:00
lcoursodon
d7200cc8a3 ChatViewFooter : use Escape for closing box
Closing emoji box, record box and location box by pressing Esc Key
Using opened that already exists instead of creating isOpen

GitLab: #1197
Change-Id: I8461a7f2e8acaffe4ab66647d3e98701c608f270
2023-06-29 08:08:11 -04:00
Aline Gondim Santos
3383f43688 chatview: update font sizes and margin
Change-Id: I8186083bbe0854dfa6e1d48b61b14b4aef6d135b
GitLab: #1213
2023-06-28 11:42:44 -04:00
Jenkins
26212b21b2 i18n: automatic bump
Change-Id: I874ad3f1ad9181105cb538349862535a2a9f0677
2023-06-28 08:48:46 -04:00
Aline Gondim Santos
136f365fe2 fix: avoid crash when deleting account
GitLab: #1173
Change-Id: Id30f259ce286ea8fb76af5aee59ed49edb99011a
2023-06-28 01:30:00 -04:00
Aline Gondim Santos
2145ee6229 callsettings: correctly get isSIP property
Change-Id: I3512cc9890207f2322d7d843e2137dc09d77ebe5
GitLab: #1207
2023-06-27 15:44:13 -04:00
Andreas Traczyk
0f66152d72 build.py: allow initialization without installing pre-commit hook
Gitlab: #1219
Change-Id: I5a2e2099d6ad1b551e2d744ffbf800b79c36a821
2023-06-27 14:59:52 -04:00