- 02 Jan, 2019 1 commit
-
-
Sébastien Blin authored
Change-Id: Ib88d0d20c3ef536eed27e32af3d20153c0ff5462
-
- 27 Dec, 2018 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: Ie4ab6134d39907d108e6a5bf39a863cb56ede684 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 12 Dec, 2018 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: Ie567c7ab73d782eff48527eb5eb11cb89b6576fb Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 04 Dec, 2018 1 commit
-
-
Kateryna Kostiuk authored
- multiline text entry - save message from text entry per conversation - update message frame immediately(to prevent wrong messages centering) - add emoji panel - prevent QR code to be shown through conversation Change-Id: I0c7fcf7b96760038864dac4393d74e5dce2d773a Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 17 Oct, 2018 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: I99935ebe90c8d674a467e09381976450ce9b3c15
-
- 13 Jun, 2018 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: Idbb78e5fa438a877855d7fd98edd4c9cf67611da
-
- 07 May, 2018 2 commits
-
-
Kateryna Kostiuk authored
- remove timelines - change failed messages ui - remove empty lines in the messages - support urls Change-Id: I100665ec7839261fda07f70ad9bac121af3d7083 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
Andreas Traczyk authored
Change-Id: Ibfd5154757908ebd85f4b0060da00a7c608a0e56 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 02 May, 2018 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: I2292ddf0d958aadc8171a86f12450ec56af0f6fc Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 01 May, 2018 1 commit
-
-
Kateryna Kostiuk authored
This patch refactor elements placement on send panel and actions panel of conversation view. Change-Id: I2a934bc052333770af2d7cbde12ec471c55ca481 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 06 Apr, 2018 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: Ifb6b275494cc50085aad8f0e3102f9aa25da2648 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 23 Mar, 2018 1 commit
-
-
Andreas Traczyk authored
- corrects UI bugs produced by animating VC presentation without a properly coordinated view stack Change-Id: I8b397f0ecc9ebcb6957b23d39c45a71b7e66162e Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 09 Feb, 2018 1 commit
-
-
Anthony Léonard authored
Make sure that UI has the right behavior when a contact is implicitly trusted by file sending. Change-Id: I79d20422d8a16b5b0e8a5bb199c84d131a659a29 Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- 02 Feb, 2018 1 commit
-
-
Anthony Léonard authored
- Add a send file button in conversation view - Add new message types in chat view with buttons to control file transfer interactions (accept, cancel, status, etc.) - When receiving a file, a dialog is presented to chose a location. It is meant to be replaced by a settable default location. - An animation is displayed during transfer. It will be replaced by a progress bar when LRC side implemented. Change-Id: I2ea0210823d697f4ada75a33b720d63288b36983 Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- 11 Jan, 2018 1 commit
-
-
Anthony Léonard authored
This new view is implemented by changing the conversation model filter type to PENDING. Two buttons are added under search field to switch between regular conversations and those from not-yet-trusted contacts. Change-Id: I0207bc41cd13b63624b353cce49877cc6694bdb7 Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- 10 Jan, 2018 1 commit
-
-
Olivier Soldano authored
If the bestId of a conversation matches the bestName, the duplicate is hidden from view, and updates the constraints to center the bestName tag. Change-Id: I3012069be6098c851cdba71642439ba7df074a3f Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 08 Jan, 2018 2 commits
-
-
Olivier Soldano authored
The combobox is a deprecated mechanism. It is replaced by a simple display of the ID of the peer. Change-Id: Iffd83c05b175059f103f484442315c8156db54df Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
Anthony Léonard authored
This code had multiple occurences throughout the client. It is now an inlinable helper function in utils.h header. Change-Id: Ic9ba45e4622338d1c40399e58eb969d9f99faa6a Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- 02 Jan, 2018 1 commit
-
-
Anthony Léonard authored
When the back button is pressed, the selected conversation in the list is now deselected. Prior to this patch, it was necessary to select another conversation then the first one to reopen the chat view with a contact. Change-Id: I46a253ecd2161c76bb4d8bab26b7b1389248abc9 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 28 Dec, 2017 1 commit
-
-
Anthony Léonard authored
Two signals were not handled in client and could have led to incorrect display in conversation list and errors in conversation view behavior. Change-Id: Idbf0a43fa99028ae75f0bdfdd465f44d5c9cd991 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 26 Dec, 2017 2 commits
-
-
Anthony Léonard authored
Chat view for text messaging during call wasn't working at all due to multiple problems that are now fixed: - Conversation model in chat view wasn't set at all when call is set. - NSTableView is used instead of previous NSOutlineView like what is done in off-call conversation view. - Chat button is now displayed during call. Moreover, sendMessage: in ConversationVC was getting the conversation UID in a not-very-clever way. It is also fixed. Change-Id: Iac406a62541abeed9817209e76082c74030162e6
-
Anthony Léonard authored
MessagesVC is now implemented using the new LRC model for conversations. - Both views to display the messages (in call and off call) initialize their MessagesVC with the current conversation when needed. - A conversation caching system is introduced to not get the whole conversation::Info structure from LRC at each display request (once per message). Change-Id: Ib520c1f88be78de37968d3d7741010f2c73f20ea Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 27 Jul, 2017 1 commit
-
-
Anthony Léonard authored
In order to reduce information redundancy and possible confusion, the bestID of the contact we are currently talking to is hidden if it is equal to its bestName. This one shows a different name only if we received the contact VCard and its profile name is different than its registered name. Moreover, in case we only display the bestName, we center it vertically for a cleaner appearance. Change-Id: I29aa32d4c8394fded057c18f2b8c5446d3cfa11f Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- 19 Jul, 2017 1 commit
-
-
Anthony Léonard authored
The bestId is the preferred way as it ensures that we display the registered name instead of the full RingID when the former is available. Change-Id: If1981076a46835685dce82c07e8b8bc22336a770 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- 14 Jul, 2017 1 commit
-
-
Kateryna Kostiuk authored
Split Conversation view in three section: 1 - peer info and buttons to perform actions 2 - conversation 3 - send message panel Change-Id: I1732c3ba093ff7b2d65004ddc6d43ef54539403a Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 12 Jul, 2017 2 commits
-
-
Kateryna Kostiuk authored
Remove window with peer's information when sending contact request Change-Id: Ib850b465bc07c67a2fe4638e220f5dc6af44f6e2 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
Kateryna Kostiuk authored
Hide Send Request button if contact already trust us Change-Id: I014b69cb1600abc52addc0a9ef1d1854162aafda Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 06 Jul, 2017 1 commit
-
-
Kateryna Kostiuk authored
When open conversation make message field active Change-Id: I668b16001f8efa4eda2913f2ad46439a98412ba0 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 16 Jun, 2017 1 commit
-
-
Kateryna Kostiuk authored
This patch checks when SIP account is used and disables functions related to contact request: - allows sending contact request only to ContactMethod that conform RING protocol and from RING account. - shows pending contact requests list only for RING accounts. Change-Id: If1b3056207f21ca346ac18b656aa9ccba73eac0f Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 12 Jun, 2017 1 commit
-
-
Kateryna Kostiuk authored
Now view used for sending and receiving messages during the call (ChatView) is the same as for regular ConversationView. Also this commit fix two problems: 1)remove black imprints of text views, that appeared after window resizing 2)set status "read" for messages arriving during call, so they don't appear in SmartList as unread. Change-Id: I6d0cb79878395d28cfc93491a9d4cab42ed89192 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 16 May, 2017 1 commit
-
-
Kateryna Kostiuk authored
This patch adds new window that displays photo, contact's name(if exists) and RingID or user name. From this window user could send contact request to the peer. Tuleap: #1593 Change-Id: I19adee0c10bfb5391db430881331fc9fd02f127a Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 25 Nov, 2016 1 commit
-
-
Alexandre Lision authored
Instead of displaying the ringID we display the registered name if available Change-Id: Ice93dbe9980e88b661c84b84b6d1c4226658a55d Tuleap: #1342
-
- 26 Apr, 2016 1 commit
-
-
Alexandre Lision authored
Put to use the other decoration roles in the ui for Persons, Call and Accounts Tuleap: #530 Change-Id: I04f75d346c9ba9f9b92a5038faa4aa97a70eb45c
-
- 10 Mar, 2016 1 commit
-
-
Alexandre Lision authored
Xcode does not warn when using unavailable APIs on older SDKs. After recompiling against the 10.8 SDK, errors appeared across the client. - NSButton.highlight state has been added in OSX 10.10 - window.beginSheet has been added in OSX 10.9 - window.keyWindow has been added in OSX 10.10 - NSViewController.viewDidLoad has been added in OSX 10.10 - NSString.containsString has been added in OSX 10.10 Change-Id: I9c4e271f49711570859d85d43608cf8edf294e01 Tuleap: #343
-
- 25 Jan, 2016 1 commit
-
-
Alexandre Lision authored
Clear RecentModel current index: - during a call when the call is OVER - in chat view when clicking on back button This allow to reselect the previous row, and visually reset the row (remove highlight state) Change-Id: I36f531c6304ce48f0be3cc541f28a21d73a05262 Tuleap: #202
-
- 19 Jan, 2016 2 commits
-
-
Alexandre Lision authored
Allow user to drag-select multiple messages Change-Id: I1fcf115822dab791d3df35b29696be3af3800204 Tuleap: #202
-
Alexandre Lision authored
- ability to chat off call - system notification on incoming msg - notification in smartlist Tuleap: #202 Change-Id: Ide10f80f677f23022ad4296a82ae122e69a892cc
-