- 26 Dec, 2018 1 commit
-
-
Vladimir Stoiakin authored
Change-Id: Ief3d0ad0d7ce6299c738dbfab80a1d3baa8242b0
-
- 24 Dec, 2018 1 commit
-
-
Jenkins authored
Change-Id: Ib20f32ee0568cd76ccdf0b0f63d4da19c9a6a0ba
-
- 22 Dec, 2018 1 commit
-
-
Sébastien Blin authored
Change-Id: Ia16e51a39e332a55f1975c36872d7f0d8fbf42d2
-
- 21 Dec, 2018 1 commit
-
-
Vladimir Stoiakin authored
Change-Id: Ida456f49c5cc28cb25f1b608b8380b9fdbafdce7
-
- 17 Dec, 2018 2 commits
-
-
Jenkins authored
Change-Id: I5cde710697d2d39e117c40355ddb7bbb9413343d
-
Sébastien Blin authored
finish to remove unused code from old LRC models Change-Id: I4677db795cf43326ffecd44e3b561c98c337ffb4 Gitlab: #984Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- 16 Dec, 2018 3 commits
-
-
Vladimir Stoiakin authored
Change-Id: Ie0134a741d5aedb4f83eca68f5084a8597ecb4ce
-
Sébastien Blin authored
Change-Id: I04713b79762d3745190820aa0a1f58829a9abddc
-
Sébastien Blin authored
Change-Id: Ie16eb89c455db99fd3f46d6a9b3f6a8d13a5900c
-
- 15 Dec, 2018 1 commit
-
-
Sébastien Blin authored
Change-Id: I0d65029536f4d3932e59755dcfaf5893e95342d6
-
- 14 Dec, 2018 1 commit
-
-
Sébastien Blin authored
Change-Id: I03c19f1e5cafb39ac63e27b4eba26498b71a9076 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 13 Dec, 2018 3 commits
-
-
Sébastien Blin authored
Change-Id: I3421bdd1889f2a7bb809acfe58bbdb09cdef1192 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
Sébastien Blin authored
If the client is for a release. So, following the current format, the branch will be release/yyyymm, use the format yyyy.mm.pp where pp is the number of patches. Change-Id: I4f5981524faf013d0f1f1736143f19a445adebd5
-
Sébastien Blin authored
Change-Id: I7524c041d1cd70310b9b4408017332abfd381a8f Gitlab: #940
-
- 12 Dec, 2018 1 commit
-
-
Sébastien Blin authored
Change-Id: Ida3f87a0c61195e60bc6e8630d9c50edf18f14cc
-
- 11 Dec, 2018 1 commit
-
-
Sébastien Blin authored
Change-Id: I2579d0a0d8bbca3c24039bf3a736c77fdb2d693d
-
- 10 Dec, 2018 3 commits
-
-
Sébastien Blin authored
Change-Id: I4babe53e4a5c462ab53df509a9a6c197785af269
-
Sébastien Blin authored
Change-Id: Ifbbceea3af5c162e2371704e53655509412efd27
-
Jenkins authored
Change-Id: Iacc786af04881b93efb1754fb848f9e03159ec57
-
- 08 Dec, 2018 1 commit
-
-
Hugo Lefeuvre authored
In the case of audio only calls display contact avatar and info like on Android instead of black screen. Change-Id: Idf5df1e5877e90c187bfe156a59249bb286e9354 Gitlab: #793
-
- 07 Dec, 2018 2 commits
-
-
Hugo Lefeuvre authored
+ make sure updateNameAndPhoto() is called at least once in setCallInfo(). (calling it in in the state changed callback is not sufficient since it might never be executed) + move various gtk_widget_set_sensitive() calls from updateDetails() to updateState(), there is no reason to execute those every second + always display bestId (registered name of ring info hash), display alias if available + do not display quality button and video on/off button in audio only calls Change-Id: I4127f4a88595ba09bef7696814f0dac7ea38329f
-
Sébastien Blin authored
Change-Id: I7b8e5a2d08ecbdcb9baba84e6df811c1012299db Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- 05 Dec, 2018 3 commits
-
-
Sébastien Blin authored
If the account could not send a text message, the sendMessage bar will be hidden. Moreover, a SIP account can send a message outside a call, so this line is totally wrong. Change-Id: I941b074c94c4f1438e5bcad79344792145f2b652 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
Sébastien Blin authored
Change-Id: Id0833faa5bbc7dc44413db6167b3cf06e5807fc2 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
Philippe Gorley authored
Change-Id: I30996659ce276647c216e69e5392ea8e7214ac6e Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- 03 Dec, 2018 1 commit
-
-
Jenkins authored
Change-Id: I3db76c6979f44bf57389d0be9e5af8be106784b1
-
- 30 Nov, 2018 1 commit
-
-
Sébastien Blin authored
Change-Id: I4eaab7e8b6955bc467bd0014c8df5bf31209f2a8
-
- 29 Nov, 2018 2 commits
-
-
Sébastien Blin authored
Change-Id: I3dd79d24176ded6e9051f6559ccc12e4ce160298
-
Hugo Lefeuvre authored
Better UI reactivity on account state change: + Do not show audio and video call options in the conversationsview's popup menu when account is disabled (this doesn't make sense, account is not able to place a call) + Refresh popup menu on account state change (list of options has to be updated) + Refresh chatview on account state change (some elements of the chatview require update, e.g. message bar) + Fix broken display property update in hideControls() Misc code cleanup, add a few helpers to avoid code duplication. Change-Id: I212a47566bd65687e5ed61ec56087a4e1f3166bd Gitlab: #929Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- 27 Nov, 2018 2 commits
-
-
Adrien Béraud authored
This reverts commit 5a7b4f03. Reason for revert: version number is not the build date Change-Id: I0e74365790b19e5685a6860eac49f6b87fb3449a Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
Sébastien Blin authored
Two posibilities: 1. The client is for a release. So, following the current format, the branch will be release/yyyymm, use the format yyyy.mm.pp where pp is the number of patches. 2. The client is a nightly, use yyyy.mm.dd, because it's the nightly for the day. Change-Id: Ia5020594ca5ce935f73f5563cf8067d43ec5f678 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- 26 Nov, 2018 1 commit
-
-
Jenkins authored
Change-Id: Ice9c78a5e75b2c11400f63291c3ed6aa3b83579d
-
- 23 Nov, 2018 2 commits
-
-
Sébastien Blin authored
The setTopAccount should only be done when the user changes the current account, not when a signal comes from the daemon. Change-Id: I6708a326dc5434b16c4d2862a10e0850e85a3eb6 Gitlab: #937Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
Sébastien Blin authored
Change-Id: I76af4de13d291131e04b323374d4e9c73eab3642
-
- 21 Nov, 2018 1 commit
-
-
Jenkins authored
Change-Id: Ifa9a095b92c0d69fe91ca6606fa8d2935e8526c4
-
- 19 Nov, 2018 1 commit
-
-
Sébastien Blin authored
LocalHistoryCollection is not used anymore in the LRC, we can remove this. Change-Id: I4a03a6937ad3002e894b74a80c85624e352f69b3 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- 18 Nov, 2018 1 commit
-
-
Hugo Lefeuvre authored
The EDS backend is old-LRC based, and is currently unused and unmaintained. Change-Id: I582383954cf29872b50e12167def626a6c351257 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- 16 Nov, 2018 1 commit
-
-
Jenkins authored
Change-Id: Iced861670cf519f3b65d392b3c97884789e71092
-
- 07 Nov, 2018 1 commit
-
-
Philippe Gorley authored
Add duplicate number after filename, but before extension, and start count at 1 instead of 0. Before, it would be '(0)file.jpg', now it is 'file (1).jpg'. Change-Id: I8bb35cfce63447cf024e5b5dfb18a0410b507ef6
-
- 05 Nov, 2018 1 commit
-
-
Jenkins authored
Change-Id: Ice46e624d4a898a6e7e07782fcee0aa6d2ecc79e
-