- Jan 29, 2021
-
-
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
-
- Jan 27, 2021
-
-
This adds a "Bug" template that users can select when creating new issues on Gitlab. Change-Id: I8b7f17be03a8437b13970c58a7519759f8d94cf9
-
- Jan 25, 2021
-
-
Jenkins authored
Change-Id: I4dc7126ac279fbd8e9378be9e235ef7dc317c485
-
- Jan 22, 2021
-
-
Sébastien Blin authored
Change-Id: I2078783925c625136923a32b51682832273373b3
-
- Jan 19, 2021
-
-
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
-
add fallback for old GTK Change-Id: I12eb968460dac3edcd2880d901d5984e903d2fb0
-
- Jan 18, 2021
-
-
Jenkins authored
Change-Id: Icfff683790d19499e25e0ede32c100e7d4ed5179
-
- Jan 11, 2021
-
-
Jenkins authored
Change-Id: Ib504bb4c59e305381b62cd37027821c4e1f88df4
-
- Jan 07, 2021
-
-
Reducing the number of copies of account info objects and conversation objects passed from lrc. Related LRC patches: 16060, 15833, 15814 Change-Id: I0ff67e859250d6c6418754eddb82e8b2e3b40c17
-
- Jan 04, 2021
-
-
Jenkins authored
Change-Id: I9ab7503630928c03de964fc4de48a28fae19558e
-
- Dec 28, 2020
-
-
Jenkins authored
Change-Id: Ie84946aaef290852a38a77a365f4376d7db0d825
-
- Dec 24, 2020
-
-
Amin Bandali authored
Fixes the chatview video message preview much like avatarmanipulation. GitLab: #1229 Change-Id: Ibfe531b351ee126072cf1ad83319d1a1058e27bf
-
- Dec 22, 2020
-
-
These were reported by Debian's lintian tool. Change-Id: I004dd3df2da7a684f9c27d306104661966b19f19
-
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
-
- Dec 21, 2020
-
-
Jenkins authored
Change-Id: Id9e6b4f3ca2322cfb7a6daadb0a8e3e0bde63855
-
- Dec 14, 2020
-
-
Jenkins authored
Change-Id: Ic82b4ae393aa485d9e02d90850fe902d8cbec600
-
- Dec 11, 2020
-
-
Sébastien Blin authored
Change-Id: I43f95c462de4ea762686e74dc7e38676fdd44467
-
- Dec 08, 2020
-
-
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
-
- Nov 30, 2020
-
-
Jenkins authored
Change-Id: I19f83d2cbbd3a849f4361701dea017d55d4999dd
-
- Nov 26, 2020
-
-
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
-
- Nov 23, 2020
-
-
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
-
Change-Id: Ic88c6fae808a97fc357e1168d4e9f4ac72aa73ab GitLab: #1026
-
Jenkins authored
Change-Id: I6a6c454ff09402644461d020b7e78c4bbcef8b29
-
- Nov 16, 2020
-
-
Change-Id: I31b364bed7825e4f2e5dc59671ce18a32f4948ef
-
Jenkins authored
Change-Id: I9dbc296629b3aa43903d2c30c0711b575f737e64
-
- Nov 12, 2020
-
-
fix file chooser dialog confirmation button string fix infinity loop when toggling more than one mediahandler Change-Id: I68a5dbecab287bd4c306e5c4053d367a0c9d8197
-
- Nov 10, 2020
-
-
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
-
- Nov 09, 2020
-
-
dialogs: Use a scaled version of the logo, since the new logo's dimensions are quite large. Change-Id: I529120f42fb7aea306a32e6c55b8e837556758ac
-
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
-
Change-Id: I04578974cfcccfb4e141c11bfe296309179ae351
-
Sébastien Blin authored
Change-Id: I18c0e6376a2cd70a79e18e559f3929ba92ac68a0
-
- Nov 04, 2020
-
-
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
-
- Nov 03, 2020
-
-
Sébastien Blin authored
gtk_tree_view_set_model doesn't unref model, should be unref. Change-Id: I862eb4255ed9f0f2e01c7a958eb5e6be3e851cc8 GitLab: #1215
-
- Nov 02, 2020
-
-
Jenkins authored
Change-Id: I918ab3da4b882ba11d9764d5f8b8e3ad36f55683
-
- Oct 27, 2020
-
-
When account is at the top of the list in the account combo box and it is disabled, quitting the application and relaunching it results in that disabled account being wrongly selected in the combo box. This fixes that. GitLab: #1212 Change-Id: If286655ff61e50d2d1c6c4a24a66231f5aef70c3
-
Change-Id: Ia2feab68b116a93a3cef71481f42ec2586a62070
-
- Oct 26, 2020
-
-
Sébastien Blin authored
Change-Id: Ic4f5198ec82395f881662faf18dd14b716d5882b
-
- Oct 23, 2020
-
-
Show a notification for each missed call, and do not show any notification for incoming rendezvous calls or for accounts with auto-answer. Also don't show a missed call notification for declined calls (using either the notification action or the red hang-up button in the incoming call view). GitLab: #1204 Depends-On: Ia20d2827f2b2e5400f233875f91a64f3587bca93 Change-Id: I62fd851908b1517571c32430c42d2dea1b7ab4b2
-
- Oct 19, 2020
-
-
Jenkins authored
Change-Id: I68c358ba189137a94c302af750e1b2cfca3ef2d2
-
- Oct 15, 2020
-
-
Sébastien Blin authored
Change-Id: Ieddf8f70ff9a3b37f648d1bb676e3aaa30efede8
-