- 22 Feb, 2021 1 commit
-
-
Jenkins authored
Change-Id: If5a64e40e4ec50557ac431d32c7a074e41d73d64
-
- 15 Feb, 2021 1 commit
-
-
Jenkins authored
Change-Id: Id356457abef17d3648b40ca698a3d56e8f093331
-
- 08 Feb, 2021 1 commit
-
-
Jenkins authored
Change-Id: I627947ca84f3b6f3f8b3da7ba8edf2d7fc83be3b
-
- 03 Feb, 2021 2 commits
-
-
Amin Bandali authored
Change-Id: I91c014011211c88fb4203cb84f3b90d18bcdab9e
-
Aline Gondim Santos authored
Change-Id: I829a984f9cec1dfd6be0b62e0bd733cbe1231477 GitLab: jami-plugins#4
-
- 01 Feb, 2021 1 commit
-
-
Jenkins authored
Change-Id: I1e540e33c747a47737c645060fd1354f1ef08585
-
- 30 Jan, 2021 1 commit
-
-
Bruno Kleinert authored
Change-Id: Ie9dacbadcc7bdcb7c464dbdb547397507e6156b2 GitLab: #1240
-
- 29 Jan, 2021 1 commit
-
-
Amin Bandali authored
According to the GTK docs, the handler is supposed to have a gboolean return type and return FALSE to propagate the event further. With the previous function signature, on some setups (such as Fedora 31 and 32) the about dialog would show up as a black rectangle or be invisible. Change-Id: I3d0d343df58b08f8cc2e7a9f97710dacc63f1c41
-
- 27 Jan, 2021 1 commit
-
-
Nick Econopouly authored
This adds a "Bug" template that users can select when creating new issues on Gitlab. Change-Id: I8b7f17be03a8437b13970c58a7519759f8d94cf9
-
- 25 Jan, 2021 1 commit
-
-
Jenkins authored
Change-Id: I4dc7126ac279fbd8e9378be9e235ef7dc317c485
-
- 22 Jan, 2021 1 commit
-
-
Sébastien Blin authored
Change-Id: I2078783925c625136923a32b51682832273373b3
-
- 19 Jan, 2021 2 commits
-
-
Amin Bandali authored
- accountcreationwizard, avatarmanipulation, chatview, newaccountsettingsview: reformatting and small stylistic changes. - generalsettingsview, pluginsettingsview, video/video_widget: like the above, use GtkFileChooserNative for recent GTK versions and fall back onto GtkFileChooser for older versions. Change-Id: Ic3abcd0f994939a7898c64f17a0f5c1a0c0e46b9
-
FuchtelJockel authored
add fallback for old GTK Change-Id: I12eb968460dac3edcd2880d901d5984e903d2fb0
-
- 18 Jan, 2021 1 commit
-
-
Jenkins authored
Change-Id: Icfff683790d19499e25e0ede32c100e7d4ed5179
-
- 11 Jan, 2021 1 commit
-
-
Jenkins authored
Change-Id: Ib504bb4c59e305381b62cd37027821c4e1f88df4
-
- 07 Jan, 2021 1 commit
-
-
Édouard Denommée authored
Reducing the number of copies of account info objects and conversation objects passed from lrc. Related LRC patches: 16060, 15833, 15814 Change-Id: I0ff67e859250d6c6418754eddb82e8b2e3b40c17
-
- 04 Jan, 2021 1 commit
-
-
Jenkins authored
Change-Id: I9ab7503630928c03de964fc4de48a28fae19558e
-
- 28 Dec, 2020 1 commit
-
-
Jenkins authored
Change-Id: Ie84946aaef290852a38a77a365f4376d7db0d825
-
- 24 Dec, 2020 1 commit
-
-
Amin Bandali authored
Fixes the chatview video message preview much like avatarmanipulation. GitLab: #1229 Change-Id: Ibfe531b351ee126072cf1ad83319d1a1058e27bf
-
- 22 Dec, 2020 2 commits
-
-
Amin Bandali authored
These were reported by Debian's lintian tool. Change-Id: I004dd3df2da7a684f9c27d306104661966b19f19
-
Amin Bandali authored
The recent 990ffe00 commit did not make changes needed for avatarmanipulation due to recent LRC change in video threading. This fixes the regression, and makes the avatar preview behave similarly to the 'Settings > Media' video preview, and reuses an existing renderer when possible (e.g. when in an ongoing call). Change-Id: I1dfa386318acd7178c1840b79fa173c85128f901
-
- 21 Dec, 2020 1 commit
-
-
Jenkins authored
Change-Id: Id9e6b4f3ca2322cfb7a6daadb0a8e3e0bde63855
-
- 14 Dec, 2020 1 commit
-
-
Jenkins authored
Change-Id: Ic82b4ae393aa485d9e02d90850fe902d8cbec600
-
- 11 Dec, 2020 1 commit
-
-
Sébastien Blin authored
Change-Id: I43f95c462de4ea762686e74dc7e38676fdd44467
-
- 08 Dec, 2020 1 commit
-
-
Amin Bandali authored
I removed this in an earlier commit, but turns out this is something people depend on, and to my knowledge there is no other way to do this for two ongoing calls at the moment. Perhaps remove later only if we have another (better) way of doing the same action. Change-Id: Ic5f67a9ed59e870ad96a7f02eed87ea529c588ad
-
- 30 Nov, 2020 1 commit
-
-
Jenkins authored
Change-Id: I19f83d2cbbd3a849f4361701dea017d55d4999dd
-
- 26 Nov, 2020 1 commit
-
-
Amin Bandali authored
accountcreationwizard, dialogs, mainwindow, welcomeview: use the Jami logo with the white text when using a dark theme. utils/drawing: bring over the logic for detection of dark theme from 'mainwindow' to here, so that it could also be used by 'dialogs' for the about dialog. dialogs: change from .c to .cpp so we can include utils/drawing; remove some unused code; and add my name to the authors list. GitLab: #1221 Change-Id: If466427d7fc63bbd1b0fbd739e5b82592001f547
-
- 23 Nov, 2020 3 commits
-
-
Sébastien Blin authored
As we do not change the account when receiving a call, it's ok to remove this unused flag Change-Id: I3c6ddf72b4dc767fb402f832c0b5c584ded25c89 GitLab: #1026
-
Sébastien Blin authored
Change-Id: Ic88c6fae808a97fc357e1168d4e9f4ac72aa73ab GitLab: #1026
-
Jenkins authored
Change-Id: I6a6c454ff09402644461d020b7e78c4bbcef8b29
-
- 16 Nov, 2020 2 commits
-
-
Ming Rui Zhang authored
Change-Id: I31b364bed7825e4f2e5dc59671ce18a32f4948ef
-
Jenkins authored
Change-Id: I9dbc296629b3aa43903d2c30c0711b575f737e64
-
- 12 Nov, 2020 1 commit
-
-
Aline Gondim Santos authored
fix file chooser dialog confirmation button string fix infinity loop when toggling more than one mediahandler Change-Id: I68a5dbecab287bd4c306e5c4053d367a0c9d8197
-
- 10 Nov, 2020 1 commit
-
-
Amin Bandali authored
For cases where GDK_IS_PIXBUF returns FALSE on an avatar, use one created by the generateAvatar function as a fallback, to avoid warnings and trying to show a corrupted avatar. Change-Id: I87c88056c643666de1e77849ea77e7c749689744
-
- 09 Nov, 2020 4 commits
-
-
Amin Bandali authored
dialogs: Use a scaled version of the logo, since the new logo's dimensions are quite large. Change-Id: I529120f42fb7aea306a32e6c55b8e837556758ac
-
Amin Bandali authored
Allow dragging and dropping files onto the conversations view on the left to send them to a contact. Handles multiple selected files too. Remove old code for merging two ongoing calls with drag-and-drop. files: add `foreach_file()' containing the logic for converting a string containing the URIs into filenames, and calling the provided callback on each filename. chatview: use the new `foreach_file()' from files, much like conversationsview does. Reduces code duplication, and enables sending multiple selected files at once as well. GitLab: #1200 Change-Id: I87e11abe121db2d1ac7071236f788d77885fb18f
-
Jenkins authored
Change-Id: I04578974cfcccfb4e141c11bfe296309179ae351
-
Sébastien Blin authored
Change-Id: I18c0e6376a2cd70a79e18e559f3929ba92ac68a0
-
- 04 Nov, 2020 1 commit
-
-
Amin Bandali authored
The rendezvous feature is no longer experimental. Update the string for the setting to match that of jami-qt. Change-Id: Ib46ae292e2425a8f34a570cd7df9289b809d98f7 GitLab: #1217
-
- 03 Nov, 2020 1 commit
-
-
Sébastien Blin authored
gtk_tree_view_set_model doesn't unref model, should be unref. Change-Id: I862eb4255ed9f0f2e01c7a958eb5e6be3e851cc8 GitLab: #1215
-