- 16 Oct, 2019 1 commit
-
-
Sébastien Blin authored
Add a button to call a contact or easily join calls Change-Id: I88c94f8a10a49393ef76237b70ca65380f8dc307 Gitlab: #1052
-
- 26 Dec, 2018 1 commit
-
-
Vladimir Stoiakin authored
Change-Id: Ief3d0ad0d7ce6299c738dbfab80a1d3baa8242b0
-
- 07 Dec, 2018 1 commit
-
-
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
-
- 05 Dec, 2018 1 commit
-
-
Philippe Gorley authored
Change-Id: I30996659ce276647c216e69e5392ea8e7214ac6e Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- 08 Jun, 2018 1 commit
-
-
Sébastien Blin authored
The record button should blink only if the call is really recording. Change-Id: Iad3be6235014d2264be05a4877b409640ecf2f85 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- 05 Jun, 2018 1 commit
-
-
Sébastien Blin authored
Readd the ability to transfer a SIP call (blind or attended) from the current call view. Change-Id: I46f5ade5ef71e5479bc3410f9b1f4c200825132c Gitlab: #803Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- 27 Nov, 2017 1 commit
-
-
Sébastien Blin authored
When switching to new models from the LRC, the auto-quality was disabled because not implemented. But now, the video quality is really bad. So we can use the old models to re-enable this functionnality for now, and: th will replace this when we will replace the video manager. Note, the code was taken in commit fad674f5 Change-Id: Ibeb950afbe56f66a904266a2042cd9af39b2b3cb Tuleap: #1759 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- 02 Nov, 2017 1 commit
-
-
Sébastien Blin authored
- change all components of the client to use new models from the lrc. - remove dead code. Change-Id: Idb705df6f63fd90de7fdded6c38288dab6ffe31e Reviewed-by:
Adrien Béraud <adrien.beraud@savoirfairelinux.com>
-
- 26 Jul, 2017 1 commit
-
-
Sébastien Blin authored
Change-Id: Iade8a1b2e2df33b49f37c92eb2d5b0bd7dd758c5 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- 25 Jul, 2017 1 commit
-
-
Sébastien Blin authored
smartinfo should be correctly shown or hidden according to the state of "display-smartinfo". Change-Id: Ib1b7877a689c14f49ce3108b962a834f8b638cbc Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- 17 Jul, 2017 2 commits
-
-
Sébastien Blin authored
Modify buttons style in incoming and current callview. Change-Id: I7ee2245596e5587c4aa6072b9117c433241d63a2
-
Sébastien Blin authored
Set the minimum width for the chatview to 300px. Change-Id: Id570070229f8edafe9189999e63e0b732760e676
-
- 12 Apr, 2017 1 commit
-
-
Guillaume Roguez authored
This translucent background increases visibility of information over the displayed video. This is implemented as a CSS resource. Forground color value also moved into this CSS file. Change-Id: I781ac54ae5590dfe4bf38218fde3605a5c0071df Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
-
- 18 Jan, 2017 1 commit
-
-
Nicolas Jager authored
- widgets used to screen the uri had _uri suffix. Now they can screen the registered name, so the suffix has been updated _bestId. Tuleap: #1248 Change-Id: I9f3d8290d4f24529303c37467d3ff1ad18fe43e0
-
- 02 Sep, 2016 1 commit
-
-
Olivier Gregoire authored
Use smartInfoHub API to display relevant advanced information during a call. Change-Id: Ia4e19953e69460ee7e006654cba553bfc2d06581 [stepan.salenikovich@savoirfairelinux.com: got rid of mem leaks; disconnect from signal on destructions; improved menu item; perform start/stop action in RingClient so that it can be called from anywhere] Signed-off-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com> Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
-
- 06 May, 2016 1 commit
-
-
Stepan Salenikovich authored
When we have a the name of the peer which is not the same as the uri, show the uri below the name. This way the users knows exactly who the conversation is with. Change-Id: I525c48985aa060832f90ca2273eb0cf248c45394 Tuleap: #645
-
- 14 Jan, 2016 1 commit
-
-
Stepan Salenikovich authored
This is a preliminary step to integrating out of call chat. Tuleap: #203 Change-Id: I18a339b4b6b4bc34b415e9f60d25884485d97c36
-
- 08 Jan, 2016 1 commit
-
-
Stepan Salenikovich authored
This reverts commit 953969ac. It also adds a checkbutton below the slider which enables automatic video quality adjustment (and is on by default). The slider now has a range of 0 to 100 and sets both the bitrate and quality parameter of each codec by getting the min and max values of both and scaling the set value. Change-Id: I307e541c6e30c432ab5452bba2af9c2f069d79d9 Tuleap: #215
-
- 09 Nov, 2015 1 commit
-
-
Stepan Salenikovich authored
This way the video has more space. This also mimicks the other Ring clients and the mockups. Change-Id: Ic992b1802f12399c4b81fc6e85d6d4bd02117924 Tuleap: #111
-
- 05 Nov, 2015 3 commits
-
-
Stepan Salenikovich authored
The chat can now be bellow the video or to the right. An option for this is added to the gsettings schema and to the UI. The default is for it to be to the right like the other Ring clients. Change-Id: I6db382ac77ce0ed192bb717ee7825471ae8f34ee Tuleap: #110
-
Stepan Salenikovich authored
This allows the user to resize the chat area. Change-Id: I5e3c4f5db3b28e8d1138afcdfef5c0425e74ee26 Tuleap: #110
-
Stepan Salenikovich authored
This no longer has any effect as the quality is adjusted automatically. Change-Id: Idc2a7927574cb7ee88a7ba77c13201d778e863e2 Tuleap: #33
-
- 27 Oct, 2015 1 commit
-
-
Stepan Salenikovich authored
Most GNOME applications that use a pane allow the contents to be shrunk so the user can resize the mane to the maximum in either direction. This patch also slightly increases the default window size and allows labels to be ellipsized to improve the default starting layout and the behaviour when resizing the pane. Change-Id: Ib9547088640886ab956e50c3c7bf393beb0fed4c Tuleap: #46
-
- 14 Sep, 2015 2 commits
-
-
Stepan Salenikovich authored
So that it has the same look as the other buttons. Issue: #80106 Change-Id: Ic50b3fedf8ec4b980cd7b9e31fa4703d81438166
-
Stepan Salenikovich authored
Issue: #80105 Change-Id: I3ff4d38b02fd92c5dc8a10a7ca246f3b700b2b0d
-
- 15 Jul, 2015 1 commit
-
-
Stepan Salenikovich authored
Refs #77698 Change-Id: I88d5e02d1b6685c0483acd798d44b56028ac9621
-
- 07 Jul, 2015 2 commits
-
-
Stepan Salenikovich authored
As well as descriptions to the button images (icons). Refs #76660 Refs #75160 Change-Id: I84323e5904ea537fb8dffcd3c78b35b7313fa56d
-
Stepan Salenikovich authored
Also make the buttons round. This is in order to reduce the size of the buttons to be able to add more. Refs #76660 Change-Id: Ie7e62ffb22176c0da8c7b21d60fa8d4606638687
-
- 15 Jun, 2015 1 commit
-
-
Stepan Salenikovich authored
The look of the button will be improved in another patch since it will affect the current call UI in general. Refs #75158 Change-Id: I154607f29d8f85b4b970bfc4ad5d743a7bc13ecb
-
- 04 Jun, 2015 1 commit
-
-
Stepan Salenikovich authored
Refs #74038 Change-Id: I98b4443b9dc5a8975a63d12ee3bd71f68d4b1452
-
- 29 Apr, 2015 1 commit
-
-
Guillaume Roguez authored
Refs #71632 Change-Id: I7a516811171546df50d9c595d97a031c82308e55
-
- 30 Mar, 2015 2 commits
-
-
Stepan Salenikovich authored
Refs #68739 Change-Id: I9f910785a881e9efedc6dc7297ab30a22490f92c
-
Stepan Salenikovich authored
Also make the incoming name/number label selectable Refs #68330 Change-Id: If567dc36ffa61dfae67501522b44593df88b353a
-
- 11 Mar, 2015 1 commit
-
-
Stepan Salenikovich authored
Refs #66538 Change-Id: I554db5a884cda78d89bbe69905089311c762b132
-
- 06 Mar, 2015 1 commit
-
-
Stepan Salenikovich authored
should show the remote video Refs #66538 Change-Id: Ie2900999a753e1f36219e16ec6dcf52e37ab3a7f
-
- 03 Mar, 2015 1 commit
-
-
Stepan Salenikovich authored
Change-Id: I01d51e589508865dd0551fb46506758131d297c6
-