- Sep 28, 2018
-
-
Hugo Lefeuvre authored
Change-Id: I3157d745c460fd554d663031db8a170f153e5f55 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Sep 27, 2018
-
-
Hugo Lefeuvre authored
Change-Id: Ic2c21f958d6d3aad5e6f686b7f657b70c53e1040
-
- Sep 21, 2018
-
-
Change-Id: Id821cda0c0a4c20376576c92a3aad01227f22fbf Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Sep 19, 2018
-
-
Hugo Lefeuvre authored
Change-Id: I5e7bf872e7a49240b5392db20aa754fc699848c9
-
- Sep 04, 2018
-
-
Change-Id: I2a1a7efbca20b191d6db5891de8f57b4aff05fbb
-
- Aug 10, 2018
-
-
Switch AccountCreationWizard type to GtkScrolledWindow to make it resizable. Change-Id: I964a92f2b1b7918193b71895b35f0d4b5f3198a1 Gitlab: #885 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Jul 27, 2018
-
-
Ring will now use three types of notifications: 1. Call notifications: opened when an incoming call is here and closed at the end of the call. 2. Request notifications: opened when a new trust request arrives and closed when the user accepts/refuse/block or just open the conversation. 3. Chat notifications: arrives with new interactions and if the current conversation is different or the client not focused. Closed by Gnome or when the conversation is opened. Change-Id: I5e5abf20507bac8bb37c429bc929c671fe66bd6b Gitlab: #868 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Jul 06, 2018
-
-
Change-Id: I8a7f8a9b5f2d1a21a41701182320f0fc28794cf5 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
Change-Id: Idd06996f13dff92c2e53009fa2dff35d634aac36 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
The new account settings makes a lot of code obsolete. Remove the unused code in this patch. Change-Id: I3e1fa5b5da97d6c6ce6ff99312b92206c5a80631 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Jul 05, 2018
-
-
Link the account settings page to the new models in LRC. ** Summary changes ** + Link AvatarManipulation to new models and change the size of the widget + Redo the account combobox selector to show the avatar + Add the ability to see disabled accounts and linked conversations + Redo the whole accounts settings page and reorganize settings + Link the username registration widgets to new LRC + Add the ability to create SIP accounts from the wizard Change-Id: I43b15d1279ce1e3c8dee97b46fa6317aba272635 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
Note: refresh UI Change-Id: Ic22e0235daccc683f41cf4c9238d6b6099804179 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Jun 08, 2018
-
-
The record button should blink only if the call is really recording. Change-Id: Iad3be6235014d2264be05a4877b409640ecf2f85 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Jun 06, 2018
-
-
Move the devices tab inside the accountgeneraltab. Add the ability to: + Rename the current device + Revoke devices Start to improve the UI of settings. Change-Id: I6f58f69bf583a0da22c66b6307424e17ec7b1c4c
-
- Jun 05, 2018
-
-
Readd the ability to transfer a SIP call (blind or attended) from the current call view. Change-Id: I46f5ade5ef71e5479bc3410f9b1f4c200825132c Gitlab: #803 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Jun 01, 2018
-
-
Sébastien Blin authored
Change-Id: I2827cec1e9f83632630f7c5b63bc8a26f39d4ce1
-
- Apr 11, 2018
-
-
Change-Id: I4a0c4acaf1cb9afc4735bfb1278088a8e2ba3bb2 Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
The Download folder button (Settings/General) is implemented as a FileChooserButton, which makes the ChooseFolder dialog non-modal by default. While this can be meaningful in many cases, it is a very confusing feature for Ring users. In this patch, we: a) Stop using FileChooserButton (it is very difficult to have modal dialogs with this class) b) Instead opt for a classical button with dedicated callback handling dialog stuff In order to make the dialog modal, a reference to the main window is needed by the callback. Since the GeneralSettingsView inherits from GtkScrolledWindow, this reference is not stored by default into the class. In order to address this issue we implement a property system and store the main window reference into the private variables of the class. Change-Id: I8ea4fb7fa32d289abffc44ee80215f08c155cbd6 Tuleap: #1852 Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Mar 15, 2018
-
-
Change-Id: I073e3182916a9613e4a6c52839e137b2cf469a81
-
- Mar 12, 2018
-
-
This patch also removes the pop up file chooser when accepting files. Change-Id: I3d767a22726017a2fb5210df07894b316db216c3 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Mar 07, 2018
-
-
Sébastien Blin authored
Change-Id: Ic042e24de6c9a14627d961b4878013f51bce3ff5 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
Sébastien Blin authored
Change-Id: Ifa96aaed02fcfa230c03109c5dc21559bf78b9f4 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Feb 28, 2018
-
-
Sébastien Blin authored
Change-Id: Idd456a7b1ef7d5ed5d5128157650f04b7c94eaf9 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Jan 10, 2018
-
-
Nicolas Jager authored
- hide the tabs if there is no contact request. Change-Id: Id1b06bfb6e286b670f2f284bc6616f6324de1583
-
- Dec 04, 2017
-
-
- add a new button inside the chatview for audio-only call. - add ic_audio_only_call_black_24px.svg for the button. note: this patch does not affect the behaviour. We still open the video page when the call is in progress. Change-Id: I49afea09c572093ee370752df6df56c3ddda7eb1 Reviewed-by:
Guillaume Roguez <guilaume.roguez@savoirfairelinux.com>
-
- Nov 27, 2017
-
-
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>
-
- Nov 03, 2017
-
-
Sébastien Blin authored
Change-Id: If58fd4d8c66ba3db181289d0e6b7b6876fb018cd Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
Sébastien Blin authored
New models from the LRC made a lot of code useless. This code should be removed. Change-Id: Ice3d67b65ee19d43cb604eb2bd6d72b1c082cfae Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- Nov 02, 2017
-
-
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>
-
- Oct 16, 2017
-
-
Sébastien Blin authored
Now, contacts are shown in the conversations list. this tab is not used anymore. Change-Id: I42f0f32d296d76c6cc14704455e14c1751893b88 Reviewed-by:
Nicolas Jäger <nicolas.jager@savoirfairelinux.com>
-
Sébastien Blin authored
Call history is now in the database. So this view is not used anymore. Change-Id: Icc2060b8a1138038f0b4c54e6989bdfd0149fb00 Reviewed-by:
Nicolas Jäger <nicolas.jager@savoirfairelinux.com>
-
- Sep 22, 2017
-
-
Change-Id: Ib59502f4a36cb0c2175227a85e741245828519ab
-
- Sep 21, 2017
-
-
Add GUI to import an account from an archive. Change-Id: I2b7959d18b39acccadb6dce2b489eaf51539b2b2
-
- Aug 01, 2017
-
-
Displaying images in the chatview can lead to unwanted requests, the user must be able to disable this functionnality. Change-Id: I522b22fc603ff6adb36bcb7a560fa8d7a1b9bdb7 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Jul 26, 2017
-
-
Sébastien Blin authored
Change button style, icons and center the layout. Change-Id: I2931017c8d9c0dcbe532a39dabd3cf182c7a3408 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
Change-Id: Iade8a1b2e2df33b49f37c92eb2d5b0bd7dd758c5 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Jul 25, 2017
-
-
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>
-
- Jul 20, 2017
-
-
Change-Id: I918d082e9d1fcfea81aa85e7b9c341d11b92d622 Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
Modify the style of the search entry, the spinner and the button inside the search box. Change-Id: I308b2efb6dc3d56b9412cb2773805e075f0d9e8f Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Jul 17, 2017
-
-
If a contact have multiple cm, we should show the combobox_cm, but if they only have one cm, the combobox should be a label instead of a combobox. Change-Id: I0b5bbdec4873352f5138daabd698249304af10f6
-