Commit graph

82 commits

Author SHA1 Message Date
Ronan Abhamon
5c806c75e2 feat(ManageAccounts.qml): display unread message count 2018-08-30 11:11:54 +02:00
Ronan Abhamon
3cab5c6dd1 feat(ManageAccounts): display unread message count on each proxy config 2018-08-29 15:04:22 +02:00
Ronan Abhamon
1e35340244 feat(MessageCounter): extract base component in MessageCounter.qml file 2018-08-29 13:53:06 +02:00
Ronan Abhamon
21113dcb7a fix(Timeline): update correctly timeline entry when local address is not set 2018-08-29 10:43:37 +02:00
Ronan Abhamon
1574c4bc9e fix(Icon): add a little fix to avoid bad resize on Icon 2018-08-24 16:04:34 +02:00
Ronan Abhamon
c1598b90a4 feat(ManageAccounts): use a ListItemSelector instead of a ComboBox to show accounts 2018-08-24 15:53:14 +02:00
Ronan Abhamon
45b2c4068a feat(ComboBox): extract Delegate in other file 2018-08-24 10:22:33 +02:00
Ronan Abhamon
4d2af14317 feat(chat): change default proxy if necessary when a popup message is clicked + always notify messages to non-default proxy 2018-08-23 16:03:00 +02:00
Ronan Abhamon
3ea2478c23 feat(app): deal with peer/local addresses 2018-08-22 14:31:58 +02:00
Ronan Abhamon
578e1a2765 fix(SmartSearchBar): disable outgoing calls if necessary 2018-08-10 13:15:37 +02:00
Ronan Abhamon
11260c147c fix(AccountStatus): remove presence choice if rls uri is disabled 2018-08-09 14:32:22 +02:00
Ronan Abhamon
f243c7c8e7 feat(icon): display smooth icons 2018-08-07 18:03:17 +02:00
Ronan Abhamon
87c9801472 fix(Call): disable menu options if video is not supported or pause disabled 2018-08-07 14:46:51 +02:00
Ronan Abhamon
32870cc94e feat(ImageProvider): supports images override 2018-08-06 15:47:09 +02:00
Ronan Abhamon
d802577cda feat(Settings): add an option to disable call pause 2018-08-01 16:12:35 +02:00
Ronan Abhamon
0aec075a0d fix(SearchBox): use readOnly on text field if main component is disabled 2018-08-01 14:25:34 +02:00
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
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
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
9c3615e15c feat(Settings): add an developer option to disable contacts 2018-07-17 17:35:56 +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
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
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
c8d6bdc257 fix(Chat): hide remote composing when chat is not activated 2018-04-18 10:59:11 +02:00
Ronan Abhamon
c076f1beab fix(SipAddressView): hide correctly video button when not available on default contact 2018-04-18 10:16:10 +02:00
Ronan Abhamon
5b3f253760 fix(app): remove useless ids 2018-04-17 15:45:32 +02:00
Ronan Abhamon
e046daae33 fix(app): remove useless loaders 2018-04-17 15:36:07 +02:00
Ronan Abhamon
32637550d8 feat(Settings): add an option to disable chat features 2018-04-17 11:13:27 +02:00
Ronan Abhamon
eca7a39732 feat(app): do not display camera icons when video is not available 2018-04-16 14:47:08 +02:00
Ronan Abhamon
4bcb9e88da feat(app): disable camera icons when video is not enabled at compile time 2018-04-16 14:08:23 +02:00
Ronan Abhamon
d2999acacd feat(SettingsWindow): disable video tab when video is not enabled at compile time 2018-04-16 11:51:00 +02:00
Ronan Abhamon
23939aaa2a feat(core): supports H264 download
Co-authored-by: Danmei Chen <danmei.chen@belledonne-communications.com>
2018-03-23 10:43:48 +01:00