Commit graph

140 commits

Author SHA1 Message Date
Ronan Abhamon
7c5c1255d5 fix(SmartSearchBar): hide "add button" if contacts are disabled 2018-07-24 15:42:21 +02:00
Ronan Abhamon
cf61cd4065 feat(Colors): use k color only on backgrounds like home, settings, ... 2018-07-24 15:25:36 +02:00
Ronan Abhamon
42375e9db8 feat(Colors): add a color for field backgrounds 2018-07-24 14:15:48 +02:00
Ronan Abhamon
3df5342ae5 feat(TextField): set border color when field is selected 2018-07-24 13:54:44 +02:00
Ronan Abhamon
a6317321c7 feat(Settings): add an option to keep calls window in background 2018-07-23 16:03:43 +02:00
Ronan Abhamon
73cb7a2cdd feat(Settings): add an option to automatically record calls 2018-07-23 13:46:21 +02:00
Ronan Abhamon
d4b5066e59 fix(Calls): display correctly all menu entries on call 2018-07-23 11:20:55 +02:00
Ronan Abhamon
786f688e02 feat(Settings): add an option to show tel keypad automatically 2018-07-23 10:17:23 +02:00
Ronan Abhamon
7a4764b677 feat(Settings): add an developer option to show network settings 2018-07-20 11:41:18 +02:00
Ronan Abhamon
3ad8dc2994 feat(Settings): add developer options to display audio or video codecs 2018-07-20 11:28:35 +02:00
Ronan Abhamon
93b0de6ffc fix(Settings): always show all options when developer settings are enabled 2018-07-20 11:06:41 +02:00
Ronan Abhamon
9771d0bda3 fix(SettingsCallsChat): do not show file server field if chat is disabled 2018-07-20 10:54:18 +02:00
Ronan Abhamon
0ef749e01e fix(SettingsUi): disable delete avatars button when contacts are disabled 2018-07-20 10:50:10 +02:00
Ronan Abhamon
b26f88ac3d fix(Settings): use calls folder instead of videos folder for captures 2018-07-20 10:31:31 +02:00
Ronan Abhamon
6de72ed5bd fix(UseAppSipAccount): fix validation when phone number is disabled 2018-07-19 13:50:14 +02:00
Ronan Abhamon
c4f1048087 feat(Settings): add an developer option to disable phone numbers in assistant 2018-07-19 12:11:00 +02:00
Ronan Abhamon
934359712e feat(Settings): add developer options to disable assistant buttons 2018-07-19 10:55:22 +02:00
Ronan Abhamon
92134af645 chore(Assistant): rename linphone files to app files 2018-07-19 09:36:48 +02:00
Ronan Abhamon
53b1c89abc feat(Assistant): rename linphone views to app views 2018-07-19 09:32:29 +02:00
Ronan Abhamon
d392fadb6d chore(assets/languages): remove linphone word of traductions, use app name instead 2018-07-18 17:20:23 +02:00
Ronan Abhamon
d6ffb784e3 fix(Settings): use outgoingCallsEnabled instead of outgoingCallEnabled 2018-07-18 15:44:52 +02:00
Ronan Abhamon
9cb3879395 feat(Settings): add an developer option to disable outgoing calls 2018-07-18 15:40:10 +02:00
Ronan Abhamon
64fe207378 fix(MainWindow): do not display conference button if conference is disabled 2018-07-18 13:46:23 +02:00
Ronan Abhamon
11249292fd fix(MainWindow): set and reset correctly selected entry menu 2018-07-18 13:42:17 +02:00
Ronan Abhamon
235805a77b fix(App): set correct app name on windows 2018-07-18 11:58:21 +02:00
Ronan Abhamon
4fadc52ee8 feat(Settings): add an developer option to disable mute button 2018-07-18 10:15:14 +02:00
Ronan Abhamon
9c3615e15c feat(Settings): add an developer option to disable contacts 2018-07-17 17:35:56 +02:00
Ronan Abhamon
7ccfee4ca7 feat(Settings): add an developer option to disable conference 2018-07-17 14:00:08 +02:00
Ronan Abhamon
7eb3350b47 feat(images): re-activate image providers 2018-07-17 11:11:53 +02:00
Ronan Abhamon
500dd426f2 feat(Colors): reorder 2018-07-17 09:35:21 +02:00
Ronan Abhamon
416be65e12 feat(Colors): remove some colors 2018-07-16 17:13:48 +02:00
Ronan Abhamon
32b5999051 feat(app): add settings and about to tray icon 2018-07-16 13:16:44 +02:00
Ronan Abhamon
0c0f23f9c9 fix(About.qml): rename linphone_logo to app_logo 2018-07-16 10:16:27 +02:00
Ronan Abhamon
5593b36b81 feat(Incall): disable screen saver on fullscreen video call (Windows) 2018-06-21 16:15:41 +02:00
Ronan Abhamon
bd6072b2de fix(App): do not open window before sub windows creation 2018-06-21 14:02:08 +02:00
Ronan Abhamon
7f62ae905a fix(ComboBox): import named QtQuick.Controls, avoid QQmlComponent: Component is not Ready with Qt 5.11.1 2018-06-21 11:31:33 +02:00
Ronan Abhamon
4f908efd12 fix(Calls): avoid a crash with a bad binding (Qt 5.11) on ConferenceControls 2018-06-20 14:32:53 +02:00
Ronan Abhamon
ee9c95d282 fix(Timeline): avoid mark as read on selected chat room if window is not active (fix #69) 2018-06-20 11:01:51 +02:00
Ronan Abhamon
872093116f fix(ExclusiveButtons.spec.qml): do not use SignalSpy in Qt 5.11, click is emitted twice instead of one 2018-06-15 15:20:35 +02:00
Ronan Abhamon
85c2165dd2 fix(TabContainer.qml): do not anchors rectangle in StackLayout (Qt5.11) 2018-06-15 14:26:54 +02:00
Ronan Abhamon
c840bbab8c fix(Timeline.qml): do not anchors rectangle in ColumnLayout (Qt5.11) 2018-06-15 11:55:59 +02:00
Ronan Abhamon
ea6c5da00d feat(app): remove usage of splashscreen 2018-06-15 11:33:34 +02:00
Ronan Abhamon
577247fba3 fix(utils.js): compute correctly uri in write function for windows 2018-04-20 14:56:41 +02:00
Ronan Abhamon
0c8aea3d00 fix(VideoCodecsModel): do not replace used codecs on update + many fixes 2018-04-20 11:39:11 +02:00
Ronan Abhamon
b0c1f64914 fix(app): many fixes to handle correctly openh264 update 2018-04-19 17:32:39 +02:00
danmei.chen
9327bc494f openh264: rename extractFile and store version of lib
videoCodec: rename codec after installation and update codec when there is new version
2018-04-19 17:32:39 +02:00
Ronan Abhamon
96c93d1c20 fix(SettingsCallsChat): disable correctly chat notification sound field 2018-04-18 18:02:37 +02:00
Ronan Abhamon
b50dec69f7 feat(Settings): add an field to choose chat notification sound 2018-04-18 17:36:15 +02:00
Danmei Chen
38f4870d46 feat(Settings): add an option to play chat sound notification when receiving an incoming message
Co-authored-by: Ronan Abhamon <ronan.abhamon@belledonne-communications.com>
2018-04-18 15:52:07 +02:00
Ronan Abhamon
c8d6bdc257 fix(Chat): hide remote composing when chat is not activated 2018-04-18 10:59:11 +02:00