From c9320a6ea9b737c44e64d89d97aaca7ea20e86f5 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Thu, 30 Jan 2020 15:25:35 +0100 Subject: [PATCH 01/65] Add Windows Script for a build starter --- build_all_win.bat | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build_all_win.bat diff --git a/build_all_win.bat b/build_all_win.bat new file mode 100644 index 000000000..7c7959707 --- /dev/null +++ b/build_all_win.bat @@ -0,0 +1,31 @@ + +:: Preparing folders +IF NOT EXIST build-desktop mkdir build-desktop +cd linphone-sdk +IF NOT EXIST build-sdk mkdir build-sdk +cd ../submodules/externals/minizip +IF NOT EXIST build-minizip mkdir build-minizip +cd ../../.. + +:: SDK Building +cd linphone-sdk/build-sdk +cmake .. -DLINPHONESDK_PLATFORM=Desktop -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=Debug -DENABLE_VPX=ON -A Win32 +if %errorlevel% neq 0 exit /b %errorlevel% +cmake --build . --target sdk --parallel 5 +if %errorlevel% neq 0 exit /b %errorlevel% +robocopy linphone-sdk\desktop ..\..\build-desktop\OUTPUT /e /njh /njs /ndl /nc /ns +cd ../.. + +:: Minizip Submodule Building +cd submodules/externals/minizip/build-minizip +cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../build-desktop/OUTPUT -DCMAKE_PREFIX_PATH="../../../linphone-sdk/build-sdk/linphone-sdk/desktop" -A Win32 +cmake --build . --target all_build --config Debug -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false +cmake --build . --target install --config Debug -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false +cd ../../../.. + +:: Desktop Building +cd build-desktop +cmake .. -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH="linphone-sdk/build-sdk/linphone-sdk/desktop;submodules/externals/minizip/build-minizip/OUTPUT" -A Win32 +if %errorlevel% neq 0 exit /b %errorlevel% +cmake --build . --target all_build --config Debug -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false +cmake --build . --target install --config Debug -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false From 7e87f729c1fedd26e9fe6907c0f59cb82d475e22 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 31 Jan 2020 16:56:45 +0100 Subject: [PATCH 02/65] Update logos 1/2[ci skip] --- CMakeLists.txt | 2 +- assets/images/app_logo.svg | 34 - assets/images/linphone_logo.svg | 432 +++++++++++++ resources.qrc | 964 ++++++++++++++-------------- src/utils/LinphoneUtils.hpp | 2 +- ui/views/App/Main/Dialogs/About.qml | 2 +- 6 files changed, 917 insertions(+), 519 deletions(-) delete mode 100644 assets/images/app_logo.svg create mode 100644 assets/images/linphone_logo.svg diff --git a/CMakeLists.txt b/CMakeLists.txt index 42fa578fb..a9a0e4dc4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -427,7 +427,7 @@ if (UNIX AND NOT APPLE) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${EXECUTABLE_NAME}.desktop" DESTINATION "${CMAKE_INSTALL_DATADIR}/applications" ) - install(FILES "${ASSETS_DIR}/images/app_logo.svg" + install(FILES "${ASSETS_DIR}/images/linphone_logo.svg" DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps/" RENAME "${EXECUTABLE_NAME}.svg" ) diff --git a/assets/images/app_logo.svg b/assets/images/app_logo.svg deleted file mode 100644 index 56a9dbd5b..000000000 --- a/assets/images/app_logo.svg +++ /dev/null @@ -1,34 +0,0 @@ - - - - logo - Created with Sketch. - - - - - \ No newline at end of file diff --git a/assets/images/linphone_logo.svg b/assets/images/linphone_logo.svg new file mode 100644 index 000000000..b88e9a1b4 --- /dev/null +++ b/assets/images/linphone_logo.svg @@ -0,0 +1,432 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/resources.qrc b/resources.qrc index 400e612f3..58a27a6c0 100644 --- a/resources.qrc +++ b/resources.qrc @@ -1,483 +1,483 @@ - - - assets/fonts/NotoSans-hinted/NotoSans-BoldItalic.ttf - assets/fonts/NotoSans-hinted/NotoSans-Bold.ttf - assets/fonts/NotoSans-hinted/NotoSans-Italic.ttf - assets/fonts/NotoSans-hinted/NotoSans-Regular.ttf - assets/fonts/NotoSans-hinted/NotoSansUI-BoldItalic.ttf - assets/fonts/NotoSans-hinted/NotoSansUI-Bold.ttf - assets/fonts/NotoSans-hinted/NotoSansUI-Italic.ttf - assets/fonts/NotoSans-hinted/NotoSansUI-Regular.ttf - assets/images/add_disabled.svg - assets/images/add_hovered.svg - assets/images/add_normal.svg - assets/images/add_pressed.svg - assets/images/app_logo.svg - assets/images/attachment_disabled.svg - assets/images/attachment_hovered.svg - assets/images/attachment_normal.svg - assets/images/attachment_pressed.svg - assets/images/auto_answer.svg - assets/images/burger_menu_hovered.svg - assets/images/burger_menu_light_hovered.svg - assets/images/burger_menu_light_normal.svg - assets/images/burger_menu_light_pressed.svg - assets/images/burger_menu_normal.svg - assets/images/burger_menu_pressed.svg - assets/images/call_accept_hovered.svg - assets/images/call_accept_normal.svg - assets/images/call_accept_pressed.svg - assets/images/call_chat_secure_hovered.svg - assets/images/call_chat_secure_normal.svg - assets/images/call_chat_secure_pressed.svg - assets/images/call_chat_unsecure_hovered.svg - assets/images/call_chat_unsecure_normal.svg - assets/images/call_chat_unsecure_pressed.svg - assets/images/call_hovered.svg - assets/images/call_normal.svg - assets/images/call_pressed.svg - assets/images/call_quality_0.svg - assets/images/call_quality_1.svg - assets/images/call_quality_2.svg - assets/images/call_quality_3.svg - assets/images/call_sign_connected.svg - assets/images/call_sign_ended.svg - assets/images/call_sign_incoming.svg - assets/images/call_sign_outgoing.svg - assets/images/call_sign_paused.svg - assets/images/camera_off_hovered.svg - assets/images/camera_off_normal.svg - assets/images/camera_off_pressed.svg - assets/images/camera_off_updating.svg - assets/images/camera_on_hovered.svg - assets/images/camera_on_normal.svg - assets/images/camera_on_pressed.svg - assets/images/camera_on_updating.svg - assets/images/camera.svg - assets/images/cancel_hovered.svg - assets/images/cancel_normal.svg - assets/images/cancel_pressed.svg - assets/images/chat_amount.svg - assets/images/chat_count.svg - assets/images/chat_delivered.svg - assets/images/chat_error.svg - assets/images/chat_hovered.svg - assets/images/chat_is_composing_0.svg - assets/images/chat_is_composing_1.svg - assets/images/chat_is_composing_2.svg - assets/images/chat_is_composing_3.svg - assets/images/chat_normal.svg - assets/images/chat_pressed.svg - assets/images/chat_read.svg - assets/images/collapse.svg - assets/images/contact_add_hovered.svg - assets/images/contact_add_normal.svg - assets/images/contact_add_pressed.svg - assets/images/contact_add.svg - assets/images/contact_card_photo_disabled.svg - assets/images/contact_card_photo_hovered.svg - assets/images/contact_card_photo_normal.svg - assets/images/contact_card_photo_pressed.svg - assets/images/contact_edit_hovered.svg - assets/images/contact_edit_normal.svg - assets/images/contact_edit_pressed.svg - assets/images/contact_normal.svg - assets/images/contact_selected.svg - assets/images/declined_incoming_call.svg - assets/images/declined_outgoing_call.svg - assets/images/delete_hovered.svg - assets/images/delete_normal.svg - assets/images/delete_pressed.svg - assets/images/download.svg - assets/images/drop_down.svg - assets/images/edit_hovered.svg - assets/images/edit_normal.svg - assets/images/edit_pressed.svg - assets/images/ended_call.svg - assets/images/file_hovered.svg - assets/images/file_normal.svg - assets/images/file_pressed.svg - assets/images/file_sign.svg - assets/images/filter.svg - assets/images/folder_hovered.svg - assets/images/folder_normal.svg - assets/images/folder_pressed.svg - assets/images/fullscreen_hovered.svg - assets/images/fullscreen_normal.svg - assets/images/fullscreen_pressed.svg - assets/images/generic_error_hovered.svg - assets/images/generic_error_normal.svg - assets/images/generic_error_pressed.svg - assets/images/generic_error.svg - assets/images/hangup_hovered.svg - assets/images/hangup_normal.svg - assets/images/hangup_pressed.svg - assets/images/history_hovered.svg - assets/images/history_normal.svg - assets/images/history_pressed.svg - assets/images/history.svg - assets/images/home_account_assistant.svg - assets/images/home_invite_friends.svg - assets/images/home_normal.svg - assets/images/home_selected.svg - assets/images/home_use_linphone.svg - assets/images/incoming_call.svg - assets/images/led_green.svg - assets/images/led_orange.svg - assets/images/led_red.svg - assets/images/led_white.svg - assets/images/message_sign.svg - assets/images/micro_off_hovered.svg - assets/images/micro_off_normal.svg - assets/images/micro_off_pressed.svg - assets/images/micro_on_hovered.svg - assets/images/micro_on_normal.svg - assets/images/micro_on_pressed.svg - assets/images/micro.svg - assets/images/missed_incoming_call.svg - assets/images/missed_outgoing_call.svg - assets/images/new_call_hovered.svg - assets/images/new_call_normal.svg - assets/images/new_call_pressed.svg - assets/images/new_conference_hovered.svg - assets/images/new_conference_normal.svg - assets/images/new_conference_pressed.svg - assets/images/options_hovered.svg - assets/images/options_normal.svg - assets/images/options_pressed.svg - assets/images/outgoing_call.svg - assets/images/pause_off_hovered.svg - assets/images/pause_off_normal.svg - assets/images/pause_off_pressed.svg - assets/images/pause_off_updating.svg - assets/images/pause_on_hovered.svg - assets/images/pause_on_normal.svg - assets/images/pause_on_pressed.svg - assets/images/pause_on_updating.svg - assets/images/recording_sign.svg - assets/images/record_off.svg - assets/images/record_on.svg - assets/images/screenshot_hovered.svg - assets/images/screenshot_normal.svg - assets/images/screenshot_pressed.svg - assets/images/search.svg - assets/images/settings_advanced_normal.svg - assets/images/settings_advanced_selected.svg - assets/images/settings_audio_normal.svg - assets/images/settings_audio_selected.svg - assets/images/settings_call_normal.svg - assets/images/settings_call_selected.svg - assets/images/settings_network_normal.svg - assets/images/settings_network_selected.svg - assets/images/settings_sip_accounts_normal.svg - assets/images/settings_sip_accounts_selected.svg - assets/images/settings_video_normal.svg - assets/images/settings_video_selected.svg - assets/images/snapshot_sign.svg - assets/images/speaker_off_hovered.svg - assets/images/speaker_off_normal.svg - assets/images/speaker_off_pressed.svg - assets/images/speaker_on_hovered.svg - assets/images/speaker_on_normal.svg - assets/images/speaker_on_pressed.svg - assets/images/speaker.svg - assets/images/tel_keypad_hovered.svg - assets/images/tel_keypad_normal.svg - assets/images/tel_keypad_pressed.svg - assets/images/timeline_history.svg - assets/images/tooltip_arrow_bottom.svg - assets/images/tooltip_arrow_left.svg - assets/images/tooltip_arrow_right.svg - assets/images/tooltip_arrow_top.svg - assets/images/transfer_hovered.svg - assets/images/transfer_normal.svg - assets/images/transfer_pressed.svg - assets/images/update_sign.svg - assets/images/video_call_accept_hovered.svg - assets/images/video_call_accept_normal.svg - assets/images/video_call_accept_pressed.svg - assets/images/video_call_hovered.svg - assets/images/video_call_normal.svg - assets/images/video_call_pressed.svg - assets/images/warning.svg - ui/modules/Common/Animations/BusyIndicator.qml - ui/modules/Common/Constants/Constants.qml - ui/modules/Common/Dialog/ConfirmDialog.qml - ui/modules/Common/Dialog/DialogDescription.qml - ui/modules/Common/Dialog/DialogPlus.qml - ui/modules/Common/Form/ActionBar.qml - ui/modules/Common/Form/ActionButton.qml - ui/modules/Common/Form/ActionSwitch.qml - ui/modules/Common/Form/Buttons/AbstractTextButton.qml - ui/modules/Common/Form/Buttons/ExclusiveButtons.qml - ui/modules/Common/Form/Buttons/FileChooserButton.qml - ui/modules/Common/Form/Buttons/SmallButton.qml - ui/modules/Common/Form/Buttons/TextButtonA.qml - ui/modules/Common/Form/Buttons/TextButtonB.qml - ui/modules/Common/Form/CheckBoxText.qml - ui/modules/Common/Form/ComboBox.js - ui/modules/Common/Form/ComboBox.qml - ui/modules/Common/Form/CommonItemDelegate.qml - ui/modules/Common/Form/DroppableTextArea.qml - ui/modules/Common/Form/Fields/HexField.qml - ui/modules/Common/Form/Fields/NumericField.qml - ui/modules/Common/Form/Fields/PasswordField.qml - ui/modules/Common/Form/Fields/PortField.qml - ui/modules/Common/Form/Fields/ScrollableListViewField.qml - ui/modules/Common/Form/Fields/TextAreaField.qml - ui/modules/Common/Form/Fields/TextField.qml - ui/modules/Common/Form/ListForm.js - ui/modules/Common/Form/ListForm.qml - ui/modules/Common/Form/ListItemSelector.js - ui/modules/Common/Form/ListItemSelector.qml - ui/modules/Common/Form/Placements/FormEmptyLine.qml - ui/modules/Common/Form/Placements/FormGroup.qml - ui/modules/Common/Form/Placements/FormHGroup.qml - ui/modules/Common/Form/Placements/FormLine.qml - ui/modules/Common/Form/Placements/Form.qml - ui/modules/Common/Form/Placements/FormTableEntry.qml - ui/modules/Common/Form/Placements/FormTableLine.qml - ui/modules/Common/Form/Placements/FormTable.qml - ui/modules/Common/Form/Placements/FormVGroup.qml - ui/modules/Common/Form/SearchBox.qml - ui/modules/Common/Form/Slider.qml - ui/modules/Common/Form/StaticListForm.qml - ui/modules/Common/Form/Switch.qml - ui/modules/Common/Form/Tab/TabBar.qml - ui/modules/Common/Form/Tab/TabButton.qml - ui/modules/Common/Form/Tab/TabContainer.qml - ui/modules/Common/Form/TransparentTextInput.qml - ui/modules/Common/Helpers/DragBox.qml - ui/modules/Common/Helpers/InvertedMouseArea.qml - ui/modules/Common/Image/Icon.qml - ui/modules/Common/Image/RoundedImage.qml - ui/modules/Common/Indicators/VuMeter.qml - ui/modules/Common/Menus/ApplicationMenuEntry.qml - ui/modules/Common/Menus/ApplicationMenu.qml - ui/modules/Common/Menus/DropDownDynamicMenu.qml - ui/modules/Common/Menus/DropDownStaticMenuEntry.qml - ui/modules/Common/Menus/DropDownStaticMenu.qml - ui/modules/Common/Menus/MenuItem.qml - ui/modules/Common/Menus/Menu.qml - ui/modules/Common/Misc/Borders.qml - ui/modules/Common/Misc/ForceScrollBar.qml - ui/modules/Common/Misc/Paned.qml - ui/modules/Common/Popup/DesktopPopup.qml - ui/modules/Common/Popup/Popup.qml - ui/modules/Common/Popup/PopupShadow.qml - ui/modules/Common/qmldir - ui/modules/Common/Styles/Animations/BusyIndicatorStyle.qml - ui/modules/Common/Styles/Dialog/DialogStyle.qml - ui/modules/Common/Styles/Form/ActionBarStyle.qml - ui/modules/Common/Styles/Form/Buttons/AbstractTextButtonStyle.qml - ui/modules/Common/Styles/Form/Buttons/ExclusiveButtonsStyle.qml - ui/modules/Common/Styles/Form/Buttons/FileChooserButtonStyle.qml - ui/modules/Common/Styles/Form/Buttons/SmallButtonStyle.qml - ui/modules/Common/Styles/Form/Buttons/TextButtonAStyle.qml - ui/modules/Common/Styles/Form/Buttons/TextButtonBStyle.qml - ui/modules/Common/Styles/Form/CheckBoxTextStyle.qml - ui/modules/Common/Styles/Form/ComboBoxStyle.qml - ui/modules/Common/Styles/Form/CommonItemDelegateStyle.qml - ui/modules/Common/Styles/Form/DroppableTextAreaStyle.qml - ui/modules/Common/Styles/Form/Fields/NumericFieldStyle.qml - ui/modules/Common/Styles/Form/Fields/TextAreaFieldStyle.qml - ui/modules/Common/Styles/Form/Fields/TextFieldStyle.qml - ui/modules/Common/Styles/Form/ListFormStyle.qml - ui/modules/Common/Styles/Form/Placements/FormHGroupStyle.qml - ui/modules/Common/Styles/Form/Placements/FormLineStyle.qml - ui/modules/Common/Styles/Form/Placements/FormStyle.qml - ui/modules/Common/Styles/Form/Placements/FormTableLineStyle.qml - ui/modules/Common/Styles/Form/Placements/FormTableStyle.qml - ui/modules/Common/Styles/Form/Placements/FormVGroupStyle.qml - ui/modules/Common/Styles/Form/SearchBoxStyle.qml - ui/modules/Common/Styles/Form/SliderStyle.qml - ui/modules/Common/Styles/Form/SwitchStyle.qml - ui/modules/Common/Styles/Form/Tab/TabButtonStyle.qml - ui/modules/Common/Styles/Form/Tab/TabContainerStyle.qml - ui/modules/Common/Styles/Form/TransparentTextInputStyle.qml - ui/modules/Common/Styles/Indicators/VuMeterStyle.qml - ui/modules/Common/Styles/Menus/ApplicationMenuStyle.qml - ui/modules/Common/Styles/Menus/DropDownStaticMenuStyle.qml - ui/modules/Common/Styles/Menus/MenuItemStyle.qml - ui/modules/Common/Styles/Menus/MenuStyle.qml - ui/modules/Common/Styles/Misc/ForceScrollBarStyle.qml - ui/modules/Common/Styles/Misc/PanedStyle.qml - ui/modules/Common/Styles/Popup/PopupStyle.qml - ui/modules/Common/Styles/qmldir - ui/modules/Common/Styles/Tooltip/TooltipStyle.qml - ui/modules/Common/Styles/Window/WindowStyle.qml - ui/modules/Common/Tooltip/TooltipArea.qml - ui/modules/Common/Tooltip/Tooltip.qml - ui/modules/Common/View/ScrollableListView.qml - ui/modules/Common/Window/ApplicationWindow.qml - ui/modules/Common/Window/VirtualWindow.qml - ui/modules/Common/Window/Window.js - ui/modules/Common/Window/Window.qml - ui/modules/Konami/Konami.qml - ui/modules/Konami/qmldir - ui/modules/Linphone/Account/AccountStatus.qml - ui/modules/Linphone/Blocks/CardBlock.qml - ui/modules/Linphone/Blocks/RequestBlock.qml - ui/modules/Linphone/Calls/CallControls.qml - ui/modules/Linphone/Calls/Calls.js - ui/modules/Linphone/Calls/Calls.qml - ui/modules/Linphone/Calls/CallStatistics.qml - ui/modules/Linphone/Calls/ConferenceControls.qml - ui/modules/Linphone/Chat/Chat.js - ui/modules/Linphone/Chat/Chat.qml - ui/modules/Linphone/Chat/Event.qml - ui/modules/Linphone/Chat/FileMessage.qml - ui/modules/Linphone/Chat/IncomingMessage.qml - ui/modules/Linphone/Chat/Message.js - ui/modules/Linphone/Chat/Message.qml - ui/modules/Linphone/Chat/OutgoingMessage.qml - ui/modules/Linphone/Codecs/CodecAttribute.qml - ui/modules/Linphone/Codecs/CodecLegend.qml - ui/modules/Linphone/Codecs/CodecsViewer.qml - ui/modules/Linphone/Contact/Avatar.qml - ui/modules/Linphone/Contact/ContactDescription.qml - ui/modules/Linphone/Contact/ContactMessageCounter.qml - ui/modules/Linphone/Contact/Contact.qml - ui/modules/Linphone/Dialog/OnlineInstallerDialog.qml - ui/modules/Linphone/Menus/SipAddressesMenu.qml - ui/modules/Linphone/Misc/MessageCounter.qml - ui/modules/Linphone/Notifications/NotificationBasic.qml - ui/modules/Linphone/Notifications/NotificationNewVersionAvailable.qml - ui/modules/Linphone/Notifications/Notification.qml - ui/modules/Linphone/Notifications/NotificationReceivedCall.qml - ui/modules/Linphone/Notifications/NotificationReceivedFileMessage.qml - ui/modules/Linphone/Notifications/NotificationReceivedMessage.qml - ui/modules/Linphone/Notifications/NotificationRecordingCompleted.qml - ui/modules/Linphone/Notifications/NotificationSnapshotWasTaken.qml - ui/modules/Linphone/Presence/PresenceLevel.qml - ui/modules/Linphone/qmldir - ui/modules/Linphone/SmartSearchBar/SmartSearchBar.qml - ui/modules/Linphone/Styles/Account/AccountStatusStyle.qml - ui/modules/Linphone/Styles/Blocks/CardBlockStyle.qml - ui/modules/Linphone/Styles/Blocks/RequestBlockStyle.qml - ui/modules/Linphone/Styles/Calls/CallControlsStyle.qml - ui/modules/Linphone/Styles/Calls/CallsStyle.qml - ui/modules/Linphone/Styles/Calls/CallStatisticsStyle.qml - ui/modules/Linphone/Styles/Calls/ConferenceControlsStyle.qml - ui/modules/Linphone/Styles/Chat/ChatStyle.qml - ui/modules/Linphone/Styles/Codecs/CodecsViewerStyle.qml - ui/modules/Linphone/Styles/Contact/AvatarStyle.qml - ui/modules/Linphone/Styles/Contact/ContactDescriptionStyle.qml - ui/modules/Linphone/Styles/Contact/ContactMessageCounterStyle.qml - ui/modules/Linphone/Styles/Contact/ContactStyle.qml - ui/modules/Linphone/Styles/Dialog/OnlineInstallerDialogStyle.qml - ui/modules/Linphone/Styles/Menus/SipAddressesMenuStyle.qml - ui/modules/Linphone/Styles/Misc/MessageCounterStyle.qml - ui/modules/Linphone/Styles/Notifications/NotificationBasicStyle.qml - ui/modules/Linphone/Styles/Notifications/NotificationReceivedCallStyle.qml - ui/modules/Linphone/Styles/Notifications/NotificationReceivedFileMessageStyle.qml - ui/modules/Linphone/Styles/Notifications/NotificationReceivedMessageStyle.qml - ui/modules/Linphone/Styles/Notifications/NotificationStyle.qml - ui/modules/Linphone/Styles/qmldir - ui/modules/Linphone/Styles/TelKeypad/TelKeypadStyle.qml - ui/modules/Linphone/Styles/Timeline/TimelineStyle.qml - ui/modules/Linphone/Styles/View/SipAddressesViewStyle.qml - ui/modules/Linphone/TelKeypad/TelKeypadButton.qml - ui/modules/Linphone/TelKeypad/TelKeypad.js - ui/modules/Linphone/TelKeypad/TelKeypad.qml - ui/modules/Linphone/Timeline/Timeline.js - ui/modules/Linphone/Timeline/Timeline.qml - ui/modules/Linphone/View/SipAddressesView.qml - ui/scripts/LinphoneUtils/linphone-utils.js - ui/scripts/LinphoneUtils/qmldir - ui/scripts/Utils/port-tools.js - ui/scripts/Utils/qmldir - ui/scripts/Utils/uri-tools.js - ui/scripts/Utils/utils.js - ui/views/App/Calls/AbstractStartingCall.qml - ui/views/App/Calls/CallsWindow.js - ui/views/App/Calls/CallsWindow.qml - ui/views/App/Calls/Conference.qml - ui/views/App/Calls/Dialogs/CallSipAddress.qml - ui/views/App/Calls/Dialogs/CallTransfer.qml - ui/views/App/Calls/Dialogs/ConferenceManager.qml - ui/views/App/Calls/Dialogs/MultimediaParameters.qml - ui/views/App/Calls/EndedCall.qml - ui/views/App/Calls/IncallAvatar.qml - ui/views/App/Calls/IncallFullscreenWindow.qml - ui/views/App/Calls/Incall.js - ui/views/App/Calls/Incall.qml - ui/views/App/Calls/IncomingCall.qml - ui/views/App/Calls/OutgoingCall.qml - ui/views/App/Calls/ZrtpTokenAuthentication.qml - ui/views/App/Main/+5.9/MainWindowMenuBar.qml - ui/views/App/Main/Assistant/ActivateAppSipAccountWithEmail.qml - ui/views/App/Main/Assistant/ActivateAppSipAccountWithPhoneNumber.qml - ui/views/App/Main/Assistant/AssistantAbstractView.qml - ui/views/App/Main/Assistant/AssistantHome.qml - ui/views/App/Main/Assistant/CreateAppSipAccount.qml - ui/views/App/Main/Assistant/CreateAppSipAccountWithEmail.qml - ui/views/App/Main/Assistant/CreateAppSipAccountWithPhoneNumber.qml - ui/views/App/Main/Assistant/FetchRemoteConfiguration.qml - ui/views/App/Main/Assistant.qml - ui/views/App/Main/Assistant/UseAppSipAccount.qml - ui/views/App/Main/Assistant/UseAppSipAccountWithPhoneNumber.qml - ui/views/App/Main/Assistant/UseAppSipAccountWithUsername.qml - ui/views/App/Main/Assistant/UseOtherSipAccount.qml - ui/views/App/Main/ContactEdit.js - ui/views/App/Main/ContactEdit.qml - ui/views/App/Main/Contacts.qml - ui/views/App/Main/Conversation.js - ui/views/App/Main/Conversation.qml - ui/views/App/Main/Dialogs/About.qml - ui/views/App/Main/Dialogs/AuthenticationRequest.js - ui/views/App/Main/Dialogs/AuthenticationRequest.qml - ui/views/App/Main/Dialogs/ManageAccount.js - ui/views/App/Main/Dialogs/ManageAccounts.qml - ui/views/App/Main/Home.qml - ui/views/App/Main/InviteFriends.qml - ui/views/App/Main/+mac/MainWindowMenuBar.qml - ui/views/App/Main/MainWindow.js - ui/views/App/Main/MainWindowMenuBar.qml - ui/views/App/Main/MainWindow.qml - ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.js - ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml - ui/views/App/Settings/Dialogs/SettingsVideoPreview.qml - ui/views/App/Settings/SettingsAdvanced.js - ui/views/App/Settings/SettingsAdvanced.qml - ui/views/App/Settings/SettingsAudio.qml - ui/views/App/Settings/SettingsCallsChat.qml - ui/views/App/Settings/SettingsNetwork.qml - ui/views/App/Settings/SettingsSipAccounts.js - ui/views/App/Settings/SettingsSipAccounts.qml - ui/views/App/Settings/SettingsUi.js - ui/views/App/Settings/SettingsUi.qml - ui/views/App/Settings/SettingsVideo.js - ui/views/App/Settings/SettingsVideo.qml - ui/views/App/Settings/SettingsWindow.qml - ui/views/App/Styles/Calls/CallStyle.qml - ui/views/App/Styles/Calls/CallsWindowStyle.qml - ui/views/App/Styles/Calls/ConferenceStyle.qml - ui/views/App/Styles/Calls/Dialogs/CallSipAddressStyle.qml - ui/views/App/Styles/Calls/Dialogs/CallTransferStyle.qml - ui/views/App/Styles/Calls/Dialogs/ConferenceManagerStyle.qml - ui/views/App/Styles/Calls/Dialogs/MultimediaParametersStyle.qml - ui/views/App/Styles/Main/Assistant/ActivateAppSipAccountWithEmailStyle.qml - ui/views/App/Styles/Main/Assistant/ActivateAppSipAccountWithPhoneNumberStyle.qml - ui/views/App/Styles/Main/Assistant/AssistantAbstractViewStyle.qml - ui/views/App/Styles/Main/Assistant/AssistantHomeStyle.qml - ui/views/App/Styles/Main/Assistant/CreateAppSipAccountStyle.qml - ui/views/App/Styles/Main/AssistantStyle.qml - ui/views/App/Styles/Main/Assistant/UseAppSipAccountStyle.qml - ui/views/App/Styles/Main/ContactEditStyle.qml - ui/views/App/Styles/Main/ContactsStyle.qml - ui/views/App/Styles/Main/ConversationStyle.qml - ui/views/App/Styles/Main/Dialogs/AboutStyle.qml - ui/views/App/Styles/Main/Dialogs/AuthenticationRequestStyle.qml - ui/views/App/Styles/Main/Dialogs/ManageAccountsStyle.qml - ui/views/App/Styles/Main/HomeStyle.qml - ui/views/App/Styles/Main/InviteFriendsStyle.qml - ui/views/App/Styles/Main/MainWindowStyle.qml - ui/views/App/Styles/qmldir - ui/views/App/Styles/Settings/Dialogs/SettingsSipAccountsEditStyle.qml - ui/views/App/Styles/Settings/Dialogs/SettingsVideoPreviewStyle.qml - ui/views/App/Styles/Settings/SettingsAdvancedStyle.qml - ui/views/App/Styles/Settings/SettingsAudioStyle.qml - ui/views/App/Styles/Settings/SettingsWindowStyle.qml - + + + assets/fonts/NotoSans-hinted/NotoSans-BoldItalic.ttf + assets/fonts/NotoSans-hinted/NotoSans-Bold.ttf + assets/fonts/NotoSans-hinted/NotoSans-Italic.ttf + assets/fonts/NotoSans-hinted/NotoSans-Regular.ttf + assets/fonts/NotoSans-hinted/NotoSansUI-BoldItalic.ttf + assets/fonts/NotoSans-hinted/NotoSansUI-Bold.ttf + assets/fonts/NotoSans-hinted/NotoSansUI-Italic.ttf + assets/fonts/NotoSans-hinted/NotoSansUI-Regular.ttf + assets/images/add_disabled.svg + assets/images/add_hovered.svg + assets/images/add_normal.svg + assets/images/add_pressed.svg + assets/images/attachment_disabled.svg + assets/images/attachment_hovered.svg + assets/images/attachment_normal.svg + assets/images/attachment_pressed.svg + assets/images/auto_answer.svg + assets/images/burger_menu_hovered.svg + assets/images/burger_menu_light_hovered.svg + assets/images/burger_menu_light_normal.svg + assets/images/burger_menu_light_pressed.svg + assets/images/burger_menu_normal.svg + assets/images/burger_menu_pressed.svg + assets/images/call_accept_hovered.svg + assets/images/call_accept_normal.svg + assets/images/call_accept_pressed.svg + assets/images/call_chat_secure_hovered.svg + assets/images/call_chat_secure_normal.svg + assets/images/call_chat_secure_pressed.svg + assets/images/call_chat_unsecure_hovered.svg + assets/images/call_chat_unsecure_normal.svg + assets/images/call_chat_unsecure_pressed.svg + assets/images/call_hovered.svg + assets/images/call_normal.svg + assets/images/call_pressed.svg + assets/images/call_quality_0.svg + assets/images/call_quality_1.svg + assets/images/call_quality_2.svg + assets/images/call_quality_3.svg + assets/images/call_sign_connected.svg + assets/images/call_sign_ended.svg + assets/images/call_sign_incoming.svg + assets/images/call_sign_outgoing.svg + assets/images/call_sign_paused.svg + assets/images/camera_off_hovered.svg + assets/images/camera_off_normal.svg + assets/images/camera_off_pressed.svg + assets/images/camera_off_updating.svg + assets/images/camera_on_hovered.svg + assets/images/camera_on_normal.svg + assets/images/camera_on_pressed.svg + assets/images/camera_on_updating.svg + assets/images/camera.svg + assets/images/cancel_hovered.svg + assets/images/cancel_normal.svg + assets/images/cancel_pressed.svg + assets/images/chat_amount.svg + assets/images/chat_count.svg + assets/images/chat_delivered.svg + assets/images/chat_error.svg + assets/images/chat_hovered.svg + assets/images/chat_is_composing_0.svg + assets/images/chat_is_composing_1.svg + assets/images/chat_is_composing_2.svg + assets/images/chat_is_composing_3.svg + assets/images/chat_normal.svg + assets/images/chat_pressed.svg + assets/images/chat_read.svg + assets/images/collapse.svg + assets/images/contact_add_hovered.svg + assets/images/contact_add_normal.svg + assets/images/contact_add_pressed.svg + assets/images/contact_add.svg + assets/images/contact_card_photo_disabled.svg + assets/images/contact_card_photo_hovered.svg + assets/images/contact_card_photo_normal.svg + assets/images/contact_card_photo_pressed.svg + assets/images/contact_edit_hovered.svg + assets/images/contact_edit_normal.svg + assets/images/contact_edit_pressed.svg + assets/images/contact_normal.svg + assets/images/contact_selected.svg + assets/images/declined_incoming_call.svg + assets/images/declined_outgoing_call.svg + assets/images/delete_hovered.svg + assets/images/delete_normal.svg + assets/images/delete_pressed.svg + assets/images/download.svg + assets/images/drop_down.svg + assets/images/edit_hovered.svg + assets/images/edit_normal.svg + assets/images/edit_pressed.svg + assets/images/ended_call.svg + assets/images/file_hovered.svg + assets/images/file_normal.svg + assets/images/file_pressed.svg + assets/images/file_sign.svg + assets/images/filter.svg + assets/images/folder_hovered.svg + assets/images/folder_normal.svg + assets/images/folder_pressed.svg + assets/images/fullscreen_hovered.svg + assets/images/fullscreen_normal.svg + assets/images/fullscreen_pressed.svg + assets/images/generic_error_hovered.svg + assets/images/generic_error_normal.svg + assets/images/generic_error_pressed.svg + assets/images/generic_error.svg + assets/images/hangup_hovered.svg + assets/images/hangup_normal.svg + assets/images/hangup_pressed.svg + assets/images/history_hovered.svg + assets/images/history_normal.svg + assets/images/history_pressed.svg + assets/images/history.svg + assets/images/home_account_assistant.svg + assets/images/home_invite_friends.svg + assets/images/home_normal.svg + assets/images/home_selected.svg + assets/images/home_use_linphone.svg + assets/images/incoming_call.svg + assets/images/led_green.svg + assets/images/led_orange.svg + assets/images/led_red.svg + assets/images/led_white.svg + assets/images/message_sign.svg + assets/images/micro_off_hovered.svg + assets/images/micro_off_normal.svg + assets/images/micro_off_pressed.svg + assets/images/micro_on_hovered.svg + assets/images/micro_on_normal.svg + assets/images/micro_on_pressed.svg + assets/images/micro.svg + assets/images/missed_incoming_call.svg + assets/images/missed_outgoing_call.svg + assets/images/new_call_hovered.svg + assets/images/new_call_normal.svg + assets/images/new_call_pressed.svg + assets/images/new_conference_hovered.svg + assets/images/new_conference_normal.svg + assets/images/new_conference_pressed.svg + assets/images/options_hovered.svg + assets/images/options_normal.svg + assets/images/options_pressed.svg + assets/images/outgoing_call.svg + assets/images/pause_off_hovered.svg + assets/images/pause_off_normal.svg + assets/images/pause_off_pressed.svg + assets/images/pause_off_updating.svg + assets/images/pause_on_hovered.svg + assets/images/pause_on_normal.svg + assets/images/pause_on_pressed.svg + assets/images/pause_on_updating.svg + assets/images/recording_sign.svg + assets/images/record_off.svg + assets/images/record_on.svg + assets/images/screenshot_hovered.svg + assets/images/screenshot_normal.svg + assets/images/screenshot_pressed.svg + assets/images/search.svg + assets/images/settings_advanced_normal.svg + assets/images/settings_advanced_selected.svg + assets/images/settings_audio_normal.svg + assets/images/settings_audio_selected.svg + assets/images/settings_call_normal.svg + assets/images/settings_call_selected.svg + assets/images/settings_network_normal.svg + assets/images/settings_network_selected.svg + assets/images/settings_sip_accounts_normal.svg + assets/images/settings_sip_accounts_selected.svg + assets/images/settings_video_normal.svg + assets/images/settings_video_selected.svg + assets/images/snapshot_sign.svg + assets/images/speaker_off_hovered.svg + assets/images/speaker_off_normal.svg + assets/images/speaker_off_pressed.svg + assets/images/speaker_on_hovered.svg + assets/images/speaker_on_normal.svg + assets/images/speaker_on_pressed.svg + assets/images/speaker.svg + assets/images/tel_keypad_hovered.svg + assets/images/tel_keypad_normal.svg + assets/images/tel_keypad_pressed.svg + assets/images/timeline_history.svg + assets/images/tooltip_arrow_bottom.svg + assets/images/tooltip_arrow_left.svg + assets/images/tooltip_arrow_right.svg + assets/images/tooltip_arrow_top.svg + assets/images/transfer_hovered.svg + assets/images/transfer_normal.svg + assets/images/transfer_pressed.svg + assets/images/update_sign.svg + assets/images/video_call_accept_hovered.svg + assets/images/video_call_accept_normal.svg + assets/images/video_call_accept_pressed.svg + assets/images/video_call_hovered.svg + assets/images/video_call_normal.svg + assets/images/video_call_pressed.svg + assets/images/warning.svg + ui/modules/Common/Animations/BusyIndicator.qml + ui/modules/Common/Constants/Constants.qml + ui/modules/Common/Dialog/ConfirmDialog.qml + ui/modules/Common/Dialog/DialogDescription.qml + ui/modules/Common/Dialog/DialogPlus.qml + ui/modules/Common/Form/ActionBar.qml + ui/modules/Common/Form/ActionButton.qml + ui/modules/Common/Form/ActionSwitch.qml + ui/modules/Common/Form/Buttons/AbstractTextButton.qml + ui/modules/Common/Form/Buttons/ExclusiveButtons.qml + ui/modules/Common/Form/Buttons/FileChooserButton.qml + ui/modules/Common/Form/Buttons/SmallButton.qml + ui/modules/Common/Form/Buttons/TextButtonA.qml + ui/modules/Common/Form/Buttons/TextButtonB.qml + ui/modules/Common/Form/CheckBoxText.qml + ui/modules/Common/Form/ComboBox.js + ui/modules/Common/Form/ComboBox.qml + ui/modules/Common/Form/CommonItemDelegate.qml + ui/modules/Common/Form/DroppableTextArea.qml + ui/modules/Common/Form/Fields/HexField.qml + ui/modules/Common/Form/Fields/NumericField.qml + ui/modules/Common/Form/Fields/PasswordField.qml + ui/modules/Common/Form/Fields/PortField.qml + ui/modules/Common/Form/Fields/ScrollableListViewField.qml + ui/modules/Common/Form/Fields/TextAreaField.qml + ui/modules/Common/Form/Fields/TextField.qml + ui/modules/Common/Form/ListForm.js + ui/modules/Common/Form/ListForm.qml + ui/modules/Common/Form/ListItemSelector.js + ui/modules/Common/Form/ListItemSelector.qml + ui/modules/Common/Form/Placements/FormEmptyLine.qml + ui/modules/Common/Form/Placements/FormGroup.qml + ui/modules/Common/Form/Placements/FormHGroup.qml + ui/modules/Common/Form/Placements/FormLine.qml + ui/modules/Common/Form/Placements/Form.qml + ui/modules/Common/Form/Placements/FormTableEntry.qml + ui/modules/Common/Form/Placements/FormTableLine.qml + ui/modules/Common/Form/Placements/FormTable.qml + ui/modules/Common/Form/Placements/FormVGroup.qml + ui/modules/Common/Form/SearchBox.qml + ui/modules/Common/Form/Slider.qml + ui/modules/Common/Form/StaticListForm.qml + ui/modules/Common/Form/Switch.qml + ui/modules/Common/Form/Tab/TabBar.qml + ui/modules/Common/Form/Tab/TabButton.qml + ui/modules/Common/Form/Tab/TabContainer.qml + ui/modules/Common/Form/TransparentTextInput.qml + ui/modules/Common/Helpers/DragBox.qml + ui/modules/Common/Helpers/InvertedMouseArea.qml + ui/modules/Common/Image/Icon.qml + ui/modules/Common/Image/RoundedImage.qml + ui/modules/Common/Indicators/VuMeter.qml + ui/modules/Common/Menus/ApplicationMenuEntry.qml + ui/modules/Common/Menus/ApplicationMenu.qml + ui/modules/Common/Menus/DropDownDynamicMenu.qml + ui/modules/Common/Menus/DropDownStaticMenuEntry.qml + ui/modules/Common/Menus/DropDownStaticMenu.qml + ui/modules/Common/Menus/MenuItem.qml + ui/modules/Common/Menus/Menu.qml + ui/modules/Common/Misc/Borders.qml + ui/modules/Common/Misc/ForceScrollBar.qml + ui/modules/Common/Misc/Paned.qml + ui/modules/Common/Popup/DesktopPopup.qml + ui/modules/Common/Popup/Popup.qml + ui/modules/Common/Popup/PopupShadow.qml + ui/modules/Common/qmldir + ui/modules/Common/Styles/Animations/BusyIndicatorStyle.qml + ui/modules/Common/Styles/Dialog/DialogStyle.qml + ui/modules/Common/Styles/Form/ActionBarStyle.qml + ui/modules/Common/Styles/Form/Buttons/AbstractTextButtonStyle.qml + ui/modules/Common/Styles/Form/Buttons/ExclusiveButtonsStyle.qml + ui/modules/Common/Styles/Form/Buttons/FileChooserButtonStyle.qml + ui/modules/Common/Styles/Form/Buttons/SmallButtonStyle.qml + ui/modules/Common/Styles/Form/Buttons/TextButtonAStyle.qml + ui/modules/Common/Styles/Form/Buttons/TextButtonBStyle.qml + ui/modules/Common/Styles/Form/CheckBoxTextStyle.qml + ui/modules/Common/Styles/Form/ComboBoxStyle.qml + ui/modules/Common/Styles/Form/CommonItemDelegateStyle.qml + ui/modules/Common/Styles/Form/DroppableTextAreaStyle.qml + ui/modules/Common/Styles/Form/Fields/NumericFieldStyle.qml + ui/modules/Common/Styles/Form/Fields/TextAreaFieldStyle.qml + ui/modules/Common/Styles/Form/Fields/TextFieldStyle.qml + ui/modules/Common/Styles/Form/ListFormStyle.qml + ui/modules/Common/Styles/Form/Placements/FormHGroupStyle.qml + ui/modules/Common/Styles/Form/Placements/FormLineStyle.qml + ui/modules/Common/Styles/Form/Placements/FormStyle.qml + ui/modules/Common/Styles/Form/Placements/FormTableLineStyle.qml + ui/modules/Common/Styles/Form/Placements/FormTableStyle.qml + ui/modules/Common/Styles/Form/Placements/FormVGroupStyle.qml + ui/modules/Common/Styles/Form/SearchBoxStyle.qml + ui/modules/Common/Styles/Form/SliderStyle.qml + ui/modules/Common/Styles/Form/SwitchStyle.qml + ui/modules/Common/Styles/Form/Tab/TabButtonStyle.qml + ui/modules/Common/Styles/Form/Tab/TabContainerStyle.qml + ui/modules/Common/Styles/Form/TransparentTextInputStyle.qml + ui/modules/Common/Styles/Indicators/VuMeterStyle.qml + ui/modules/Common/Styles/Menus/ApplicationMenuStyle.qml + ui/modules/Common/Styles/Menus/DropDownStaticMenuStyle.qml + ui/modules/Common/Styles/Menus/MenuItemStyle.qml + ui/modules/Common/Styles/Menus/MenuStyle.qml + ui/modules/Common/Styles/Misc/ForceScrollBarStyle.qml + ui/modules/Common/Styles/Misc/PanedStyle.qml + ui/modules/Common/Styles/Popup/PopupStyle.qml + ui/modules/Common/Styles/qmldir + ui/modules/Common/Styles/Tooltip/TooltipStyle.qml + ui/modules/Common/Styles/Window/WindowStyle.qml + ui/modules/Common/Tooltip/TooltipArea.qml + ui/modules/Common/Tooltip/Tooltip.qml + ui/modules/Common/View/ScrollableListView.qml + ui/modules/Common/Window/ApplicationWindow.qml + ui/modules/Common/Window/VirtualWindow.qml + ui/modules/Common/Window/Window.js + ui/modules/Common/Window/Window.qml + ui/modules/Konami/Konami.qml + ui/modules/Konami/qmldir + ui/modules/Linphone/Account/AccountStatus.qml + ui/modules/Linphone/Blocks/CardBlock.qml + ui/modules/Linphone/Blocks/RequestBlock.qml + ui/modules/Linphone/Calls/CallControls.qml + ui/modules/Linphone/Calls/Calls.js + ui/modules/Linphone/Calls/Calls.qml + ui/modules/Linphone/Calls/CallStatistics.qml + ui/modules/Linphone/Calls/ConferenceControls.qml + ui/modules/Linphone/Chat/Chat.js + ui/modules/Linphone/Chat/Chat.qml + ui/modules/Linphone/Chat/Event.qml + ui/modules/Linphone/Chat/FileMessage.qml + ui/modules/Linphone/Chat/IncomingMessage.qml + ui/modules/Linphone/Chat/Message.js + ui/modules/Linphone/Chat/Message.qml + ui/modules/Linphone/Chat/OutgoingMessage.qml + ui/modules/Linphone/Codecs/CodecAttribute.qml + ui/modules/Linphone/Codecs/CodecLegend.qml + ui/modules/Linphone/Codecs/CodecsViewer.qml + ui/modules/Linphone/Contact/Avatar.qml + ui/modules/Linphone/Contact/ContactDescription.qml + ui/modules/Linphone/Contact/ContactMessageCounter.qml + ui/modules/Linphone/Contact/Contact.qml + ui/modules/Linphone/Dialog/OnlineInstallerDialog.qml + ui/modules/Linphone/Menus/SipAddressesMenu.qml + ui/modules/Linphone/Misc/MessageCounter.qml + ui/modules/Linphone/Notifications/NotificationBasic.qml + ui/modules/Linphone/Notifications/NotificationNewVersionAvailable.qml + ui/modules/Linphone/Notifications/Notification.qml + ui/modules/Linphone/Notifications/NotificationReceivedCall.qml + ui/modules/Linphone/Notifications/NotificationReceivedFileMessage.qml + ui/modules/Linphone/Notifications/NotificationReceivedMessage.qml + ui/modules/Linphone/Notifications/NotificationRecordingCompleted.qml + ui/modules/Linphone/Notifications/NotificationSnapshotWasTaken.qml + ui/modules/Linphone/Presence/PresenceLevel.qml + ui/modules/Linphone/qmldir + ui/modules/Linphone/SmartSearchBar/SmartSearchBar.qml + ui/modules/Linphone/Styles/Account/AccountStatusStyle.qml + ui/modules/Linphone/Styles/Blocks/CardBlockStyle.qml + ui/modules/Linphone/Styles/Blocks/RequestBlockStyle.qml + ui/modules/Linphone/Styles/Calls/CallControlsStyle.qml + ui/modules/Linphone/Styles/Calls/CallsStyle.qml + ui/modules/Linphone/Styles/Calls/CallStatisticsStyle.qml + ui/modules/Linphone/Styles/Calls/ConferenceControlsStyle.qml + ui/modules/Linphone/Styles/Chat/ChatStyle.qml + ui/modules/Linphone/Styles/Codecs/CodecsViewerStyle.qml + ui/modules/Linphone/Styles/Contact/AvatarStyle.qml + ui/modules/Linphone/Styles/Contact/ContactDescriptionStyle.qml + ui/modules/Linphone/Styles/Contact/ContactMessageCounterStyle.qml + ui/modules/Linphone/Styles/Contact/ContactStyle.qml + ui/modules/Linphone/Styles/Dialog/OnlineInstallerDialogStyle.qml + ui/modules/Linphone/Styles/Menus/SipAddressesMenuStyle.qml + ui/modules/Linphone/Styles/Misc/MessageCounterStyle.qml + ui/modules/Linphone/Styles/Notifications/NotificationBasicStyle.qml + ui/modules/Linphone/Styles/Notifications/NotificationReceivedCallStyle.qml + ui/modules/Linphone/Styles/Notifications/NotificationReceivedFileMessageStyle.qml + ui/modules/Linphone/Styles/Notifications/NotificationReceivedMessageStyle.qml + ui/modules/Linphone/Styles/Notifications/NotificationStyle.qml + ui/modules/Linphone/Styles/qmldir + ui/modules/Linphone/Styles/TelKeypad/TelKeypadStyle.qml + ui/modules/Linphone/Styles/Timeline/TimelineStyle.qml + ui/modules/Linphone/Styles/View/SipAddressesViewStyle.qml + ui/modules/Linphone/TelKeypad/TelKeypadButton.qml + ui/modules/Linphone/TelKeypad/TelKeypad.js + ui/modules/Linphone/TelKeypad/TelKeypad.qml + ui/modules/Linphone/Timeline/Timeline.js + ui/modules/Linphone/Timeline/Timeline.qml + ui/modules/Linphone/View/SipAddressesView.qml + ui/scripts/LinphoneUtils/linphone-utils.js + ui/scripts/LinphoneUtils/qmldir + ui/scripts/Utils/port-tools.js + ui/scripts/Utils/qmldir + ui/scripts/Utils/uri-tools.js + ui/scripts/Utils/utils.js + ui/views/App/Calls/AbstractStartingCall.qml + ui/views/App/Calls/CallsWindow.js + ui/views/App/Calls/CallsWindow.qml + ui/views/App/Calls/Conference.qml + ui/views/App/Calls/Dialogs/CallSipAddress.qml + ui/views/App/Calls/Dialogs/CallTransfer.qml + ui/views/App/Calls/Dialogs/ConferenceManager.qml + ui/views/App/Calls/Dialogs/MultimediaParameters.qml + ui/views/App/Calls/EndedCall.qml + ui/views/App/Calls/IncallAvatar.qml + ui/views/App/Calls/IncallFullscreenWindow.qml + ui/views/App/Calls/Incall.js + ui/views/App/Calls/Incall.qml + ui/views/App/Calls/IncomingCall.qml + ui/views/App/Calls/OutgoingCall.qml + ui/views/App/Calls/ZrtpTokenAuthentication.qml + ui/views/App/Main/+5.9/MainWindowMenuBar.qml + ui/views/App/Main/Assistant/ActivateAppSipAccountWithEmail.qml + ui/views/App/Main/Assistant/ActivateAppSipAccountWithPhoneNumber.qml + ui/views/App/Main/Assistant/AssistantAbstractView.qml + ui/views/App/Main/Assistant/AssistantHome.qml + ui/views/App/Main/Assistant/CreateAppSipAccount.qml + ui/views/App/Main/Assistant/CreateAppSipAccountWithEmail.qml + ui/views/App/Main/Assistant/CreateAppSipAccountWithPhoneNumber.qml + ui/views/App/Main/Assistant/FetchRemoteConfiguration.qml + ui/views/App/Main/Assistant.qml + ui/views/App/Main/Assistant/UseAppSipAccount.qml + ui/views/App/Main/Assistant/UseAppSipAccountWithPhoneNumber.qml + ui/views/App/Main/Assistant/UseAppSipAccountWithUsername.qml + ui/views/App/Main/Assistant/UseOtherSipAccount.qml + ui/views/App/Main/ContactEdit.js + ui/views/App/Main/ContactEdit.qml + ui/views/App/Main/Contacts.qml + ui/views/App/Main/Conversation.js + ui/views/App/Main/Conversation.qml + ui/views/App/Main/Dialogs/About.qml + ui/views/App/Main/Dialogs/AuthenticationRequest.js + ui/views/App/Main/Dialogs/AuthenticationRequest.qml + ui/views/App/Main/Dialogs/ManageAccount.js + ui/views/App/Main/Dialogs/ManageAccounts.qml + ui/views/App/Main/Home.qml + ui/views/App/Main/InviteFriends.qml + ui/views/App/Main/+mac/MainWindowMenuBar.qml + ui/views/App/Main/MainWindow.js + ui/views/App/Main/MainWindowMenuBar.qml + ui/views/App/Main/MainWindow.qml + ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.js + ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml + ui/views/App/Settings/Dialogs/SettingsVideoPreview.qml + ui/views/App/Settings/SettingsAdvanced.js + ui/views/App/Settings/SettingsAdvanced.qml + ui/views/App/Settings/SettingsAudio.qml + ui/views/App/Settings/SettingsCallsChat.qml + ui/views/App/Settings/SettingsNetwork.qml + ui/views/App/Settings/SettingsSipAccounts.js + ui/views/App/Settings/SettingsSipAccounts.qml + ui/views/App/Settings/SettingsUi.js + ui/views/App/Settings/SettingsUi.qml + ui/views/App/Settings/SettingsVideo.js + ui/views/App/Settings/SettingsVideo.qml + ui/views/App/Settings/SettingsWindow.qml + ui/views/App/Styles/Calls/CallStyle.qml + ui/views/App/Styles/Calls/CallsWindowStyle.qml + ui/views/App/Styles/Calls/ConferenceStyle.qml + ui/views/App/Styles/Calls/Dialogs/CallSipAddressStyle.qml + ui/views/App/Styles/Calls/Dialogs/CallTransferStyle.qml + ui/views/App/Styles/Calls/Dialogs/ConferenceManagerStyle.qml + ui/views/App/Styles/Calls/Dialogs/MultimediaParametersStyle.qml + ui/views/App/Styles/Main/Assistant/ActivateAppSipAccountWithEmailStyle.qml + ui/views/App/Styles/Main/Assistant/ActivateAppSipAccountWithPhoneNumberStyle.qml + ui/views/App/Styles/Main/Assistant/AssistantAbstractViewStyle.qml + ui/views/App/Styles/Main/Assistant/AssistantHomeStyle.qml + ui/views/App/Styles/Main/Assistant/CreateAppSipAccountStyle.qml + ui/views/App/Styles/Main/AssistantStyle.qml + ui/views/App/Styles/Main/Assistant/UseAppSipAccountStyle.qml + ui/views/App/Styles/Main/ContactEditStyle.qml + ui/views/App/Styles/Main/ContactsStyle.qml + ui/views/App/Styles/Main/ConversationStyle.qml + ui/views/App/Styles/Main/Dialogs/AboutStyle.qml + ui/views/App/Styles/Main/Dialogs/AuthenticationRequestStyle.qml + ui/views/App/Styles/Main/Dialogs/ManageAccountsStyle.qml + ui/views/App/Styles/Main/HomeStyle.qml + ui/views/App/Styles/Main/InviteFriendsStyle.qml + ui/views/App/Styles/Main/MainWindowStyle.qml + ui/views/App/Styles/qmldir + ui/views/App/Styles/Settings/Dialogs/SettingsSipAccountsEditStyle.qml + ui/views/App/Styles/Settings/Dialogs/SettingsVideoPreviewStyle.qml + ui/views/App/Styles/Settings/SettingsAdvancedStyle.qml + ui/views/App/Styles/Settings/SettingsAudioStyle.qml + ui/views/App/Styles/Settings/SettingsWindowStyle.qml + assets/images/linphone_logo.svg + diff --git a/src/utils/LinphoneUtils.hpp b/src/utils/LinphoneUtils.hpp index c360167c8..6a2de9c0d 100644 --- a/src/utils/LinphoneUtils.hpp +++ b/src/utils/LinphoneUtils.hpp @@ -33,7 +33,7 @@ namespace LinphoneUtils { linphone::TransportType stringToTransportType (const QString &transport); - static constexpr char WindowIconPath[] = ":/assets/images/app_logo.svg"; + static constexpr char WindowIconPath[] = ":/assets/images/linphone_logo.svg"; } #endif // ifndef LINPHONE_UTILS_H_ diff --git a/ui/views/App/Main/Dialogs/About.qml b/ui/views/App/Main/Dialogs/About.qml index 202f76c78..24bea58b1 100644 --- a/ui/views/App/Main/Dialogs/About.qml +++ b/ui/views/App/Main/Dialogs/About.qml @@ -34,7 +34,7 @@ DialogPlus { width: parent.width Icon { - icon: 'app_logo' + icon: 'linphone_logo' iconSize: parent.height } From 7538f75e9f523cd07e6a70b8efe98e25e6fc1edd Mon Sep 17 00:00:00 2001 From: Wadel Julien Date: Fri, 31 Jan 2020 17:36:00 +0100 Subject: [PATCH 03/65] Update icons 2/2 --- assets/icon.ico | Bin 370070 -> 8900 bytes assets/icons/genicons.sh | 3 ++- assets/icons/hicolor/128x128/apps/icon.png | Bin 4151 -> 3789 bytes assets/icons/hicolor/16x16/apps/icon.png | Bin 506 -> 402 bytes assets/icons/hicolor/22x22/apps/icon.png | Bin 643 -> 623 bytes assets/icons/hicolor/24x24/apps/icon.png | Bin 713 -> 659 bytes assets/icons/hicolor/32x32/apps/icon.png | Bin 1019 -> 954 bytes assets/icons/hicolor/64x64/apps/icon.png | Bin 2056 -> 1877 bytes 8 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/icon.ico b/assets/icon.ico index c955b0a6eed1e6a6e89e29536c70a09df8e2577c..dd1879852a4ea2c42065252e19e74467b5e6463d 100644 GIT binary patch literal 8900 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 O(bG24s@1T2^?v}{hu|v! literal 370070 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

T2`Mqy9_g=#bn7$`zO|fbQQjCLo^Ga~^jwnj3iz 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 v0U1GnD-qS{?5e zEiq%fs1-HB*Zch!zTbPEyU%lXzua@r-97h7HotGk%pkx3005Yc?!qmvF!n#Cqq(xZ z+AhOaKoz8CWKDM^k#tXxS3Z5f-A6$Hz_pbB6!2s@nsvvWz?6;SAWPCG zuzfs^igCC}Z}bi$H$O39G(kdZCpBVij>IY3_Qw~|$H$oXEqRB}e|;JrR2k3bK?`v_ zek~%hB-dSaVZKRMDRXNx^8QP_Ad5r=R>S*e1qT4ww0Xno^^DV8XLS@gLziXa=A@;d z{xf=7!=+Q-Q7`;~+OhUA*@D!Q$fzGt^sw`z8=kBS@@|b%r4i5SbJU#gmqbJJ=P4_O zqdIdu+U2wD%w{uA*cPOM`mB^z)uYz(u#05T7i|cr(9b(_D7RiAm&Trg@2dU%LOsJN zcDE%G-ufZaAK}cCrlqFxQWXHHZj4`-ra(>VtpNFq|C`(V>{V>9_sq5*Fz?Qr0_R`y zef39>k>Mc*rR~uNaCJzS%+hG`kFDr{S7NrKKu+amUm#UHjj8jG_v|&}rD2$qWy>DC zI7a-$cHf>@;afO}Ncskp(8+4621j<0;T@we0kgUG+Z4uEYoPTB;~}9%@{5 zeoYK0;FX?(57Li1Jzp1oD?u#*=LHYt+P72WTG8v~#tp~+dk;61@LG?sQ!vG-6nyjW zj61&WUX#4pIiQ9Pz42DI0^&0}$)~4~VW<^AL!0o-}qhV{<72+@6mM z4Mz!VZ&g;X{ZtcGZteL{xQPm}IM`65aw-&k`h-xcS+)#W50?IP507~B_ZiKjV^$A( zBHp?$4K?(p3N`HMyeqe|Fp<>?PT8lpnLMi5|5JEhKf23W*yoo}M>_oQi%18{q~|+Y zcrk5uk}AymgHt1k6?7xEKvTTx#^i;eDFNw#0gxk0vGuTkRgmwais%n6%*56R8|(K6 z<^-CWkbAJXIr?^I`IVyM;!bV0hd?;I?uL%oOvG%jeb(?L<4-kyM6Pto`);y3ZhIJl z?FFtEvkT*vh``4^Nl@Q7|Y8F+^!pa z9-;mlwJ1fE<5*m`K-}k#A~6>-K`(mw3bdR*1NwwH=VAhg*Z-WVlp_!2I8K7j6SE^GhT zpKuc0`dr$^!tgOe+zDe=JbQbUR}Rb$N#lk^sQHjm_OpF1J=XnRrnqTlBXsJ0UO>QT zpAua)*J=RVP)+G#M5Hzm^}uzEx5+<_Octi;QD_tNysBXvIQN~hN;YHabZ-*Vc}x8+ z=GWZgxr@9wytQ*ZK){y&pU3S0{@JVa4@*mAGn+n%EHd%TS( zcM$n_Ih60vhfjm^RHxqZ%O;~CHp%h&re_hWH8dnEaVt<fadnf?I?TFWBm1GZ23eHaZGzAjb;wFj2=uPrT*N(M)Y-oFjFzBC;p zdNqAkTbqAU*1Q88e2$?tB1-oG_tikv8z%&Huz^q11qt7u&Qe(Z;$uX5Lf7k5(k*ZB7Pzm?Y# z^@QPI!fL05zMItwGk5Iwxrk+8$hG`o&nV2mP;Pt#^#|!s^#c1Xp(x%oQzj#OR<}#* zJ**!>1zL|@d{bN=FVVtJd$s?M4LHD+_t{DaI7} zD`>iHr`+1225p7Qtg2&jZtw~_cl_DjYA)TM0jw}V>DMK!LtDc!=`oXqtPtDLxQ`r8 z^>uHj9w0R^&g)!$DwnVcjXW$Ue4UQyRUIWU_B2oSPwZl<-fC3{LMv>MS&q zo;%tGi>#KrgBzi~#&_OVZo%XDR7@fw6tYJ-&kkoxuPx^$7SFNj_%()#6aXmwHi+X9 z!XnXbd(yO!Wn|{mzgRQUX!2>r{4;Tmh%kS1OFDjgA4Dn*=rzAYo%|(Fxra?A_g&uo zhG#R%9^z%}%oNuRs1$1bIv{NbmVPcFw|YVTs&T>C)&gBL6fo8C<~D<4 zx>#+yF!q+LDbBs0itEt+_e#Jp)p^8ZZT4q;fR*&v3tuHH+QFF$A{jVcFSxd~6gSOA zz=qF`d*i}tW@r;lIoZc^#XWYdhpW%or5fcQbb1N3q-u74cW(6PZ5;DKBpHBm!9`el zIm53#0uU+17nh0dJMD_`CNuAgr#O`;%6)YMi*eJ~bk@i)D)iZ4L_t=-=b$o@s^Eg^ z96c3KkxevLJHjopBr2xwTF{)DHrAdyS?0!%dejtEALWMFnuv{6dqnX|GNt84(>?I3 zJc~1@qVp5Y-Sk)YES1voWfWnJ5zTnjbgKRZtEDJEmBSaLqMDX+CE= zvDD!{HUn2(Mkhnrlc5t`!^WtAJ>L%F*&%Iu+h)1&w|`iW(aYAln=_V?%r7F>+D-47 zz}8 zK^#88JrYJu{+OgIV@GQwIPArfRBOg3{9RN;D+3X<0pj#QWM+8<%S2H{aGg32$E!SY zjlke!-)b|CRZ5gpA@k0n2@W(9hL4IYhK&|!G40iLg=0rMsGBZLE@#%L4^%V0W2!H_ zQ2J$}E=ccTHn+$7T7{Ze!IQ4u>@h;E!7w&$CQ8@%Pqb{{4g{xd5rpY`j3h)aMVI<& zY!qafc%BjrZscKt*4umKlCXgft<{|m8IhL`TTzu`8@E=9&(uHRAd3+p&y7xq!JH;=bZqeo` z4`#?(m{7lbO3gb>w-aqgjrpQcq}rL}aO+!+e;1m_1%Ne6^i@digph{1s0i51bC1&F zC*v@7cIMt5Z*OZIsKy|(O`7ku0-%Yi$}#}Ks`y4kE5j=UC{8uRi#chJ0alIg825uQ68g!iAU4Pq{!U3~k2%LD(FloE-IbGNQUgsGN zzXdnY|3^gyDgWIHnwFfA4>RwgE=lasI{Nux*Eyxi6g9jUs%#Bu+lpp<{W`P9=tg8vawa&(Gmlvug< zP@7NTAVR~o!ERMRdo37pFtd;Nn`8n)|19%2Wl3w0e$tvh(kB zv%aNKfj~jXc_Z@m`5!i0%4l-4K;@|UqjldN&^%5BR0<5C8xG diff --git a/assets/icons/hicolor/16x16/apps/icon.png b/assets/icons/hicolor/16x16/apps/icon.png index fd1d83a24b66e8270ef1a7ed313006b5290934de..dde2e928869e8172913f309719f3942aded10d08 100644 GIT binary patch delta 315 zcmV-B0mT0L1Cj%fJPLLI004FYPJ1Q@kwz$g4@pEpR5*=ee4WNIgMon|oq-(ipJ4{$ z>oku4WNC&1CQ3A87{HS_hk?T`6~a!M#~?i88-wtSZwx%K({LJq>IFt72I1*na4P=T z?Zois?g`v3U}WdU>s7GpPn zfsv6xc=}g{Kab8cd|g=#4{=rvM+WZb$qdY*N*G?j2m@AC8wS4OT{sPCy7sL0ReGIH7I_~&gKq{a@Uii;2gM96b(*dT)4gkxQ5XgA-;Fh*$D2|BN zkMZi!0vF-tN#VdS`_Ay}9?u^v)E6^YTj1>^^VR15S2X6u(P19m5RP7LDJ>eTSSi-t z2`5H{OH*XKQpb&VuCRGKxqKUg+KiBY-@wZWzI|oY>L%Z}Tew!^;Cbq^H0Jp7xlIN! zicjxS*ec9cgo{u3@Pf`YO|zLPVgFg~kC1$CAENR&A<(l$ymg9zkReHgorkGTi?`3U zNJ3InM=o{YjeYbEkYCSSh4KXTPrr9H(hun;KE7_Qzu>?8h0-$gr61sWXeTxg#sy0N O0000 zq|gSqj2yZxv(+#T93^(*9F@6;e?A_w*>(0ZX5SEKO)a-bb@3^ff{b?GvS$TVXM8$Ht+PxNFOy!KTc?e%!AsO`fM?_5BNp zJ6U8`UntP*Jx%i7I&MDat+g7u`~!DwnZ)=9)aE*sSNCz=zd+@4AS6b2Ki0s11?=-T z5Oyckg~#C5Jz)Rk2|;q=Gh$CFwCi7wu2Nli;_>~Lr!^a6J=8wV1_JBZc>p>t-Sw?| zM$ri0oE$-PB(R4^G1F&2xzw}sRAwKbt6Lxq;v*T~c<4R;SN*s5SfX(vr)nH2r5cPB dzWp=(4TJ}z7=kTJPMou005i;T{Q)Ykwzzf0su)wK~y-6-IPs8RACf`pX1z72OHGL zXq19cLd8Wc5{-e9{E2K)(PBu`O`DiVHx{~)ponl$wkianTxmb6KynifGz-fXLlILF znqV0SrX{&(JT5+&bnZ-zF%bA}E}Zw=hwnT0y+@*L3<)%nMyW6=t8M%Ma?%L~mNU|S z42)^Jf*nrCiu(+nQl$A7)L%^aij@@RJ%}{4LwPOi+-qt-m*C?#SWYNC0w{DAZvlMz zDsr+1zD`1T1f8D-D--dQLq$EfcbUGa37G$sBG}i8)CJIc%`iR;sxeE!jHTL-_!gIB(rr(=EeP8X~!{q{wm zp&e=IgMF2zHWRi-(FO)I5;P+T4uA-9_&nql8Z&DLa_$Z^b|Ai1Q!A=~4=-$gV0$V? zZzGqUppUv>`ZaQ@$K?6jXEXoxo9WAkaNq=#)uPu9*)WN>n=2P-=|jInAT$V`GIMp8 z8y05a-E$MUd(3H_*^uo9cLBV4hK}_o`$7H!j+euN x=&w{dx44f}g9873ZT^ES6`qP3axBf<&>C)=lG?Evc%T3P002ovPDHLkV1jCt`#Jys diff --git a/assets/icons/hicolor/24x24/apps/icon.png b/assets/icons/hicolor/24x24/apps/icon.png index 49ec7cc9c326267058c6dc938537d8a048f1414a..0908939a06fe06f2e0ac8aed9d0b0531de839c8d 100644 GIT binary patch delta 574 zcmV-E0>S;s1(OAkJPNS@006N8#w|&Wkwz$g5J^NqR7i=nlS^n5Q4~PWdub+_w4F3U z3)P*!m4b^1q6oTb1$7}PLa`e~5Ckz4QAE(Cn~Dns#YGn){y=b}Rd6FJ)F6T&Qi5)( z!9o?3~c^1vYfH;NcCD?0=S7{pO|*&+CU zf<$%@4uDo5QW@=H(Y+$H78YH)WZ&7BASAULqX;ui_rY;u{i}Uz+%NB`-#S67@Zzrm zQ9hdV7AF&%572XXBGQD;yT{b7>^odr_5{$O5-iAi49Hwidht83W~i&VO11^o(93zF|n)Y){>xemjTPsDO~*sR%px z4F^!w63u5!=c0bn1N7|b9Pp;oTjg_0kEq|o>@B;Rm2jI4U{SzA| zi7g|Td(I(y`Kl}$)gVHAd+<2aK#rd&xX zoM0wMp=gm(;bc@WMK1cKO@mpKLR7fOMYJj~`U8_TZ6X?I7FLVEGEs^)lSKxDWK>Kj zNzEVzPR(RAmS2l6i|NjfErtks;V$ku?|EO&{q8xROz-6e3J*DefFt?_o!gk9~xBF zA>Iq%TA37<6jasIo>nHcL9G{Q_QCiF>gI6>^~1zFuoZ!08M4#^t9C(QspgM`(i)iO zV4f2>J%qY*7P`;Dx2e>Xb_3bj2A;!zkeEcB*`PmNGE&Tey8#||Lf5JE;sBo}P}h#2 zt{($i5pt*#ELIcEWFXFJRKN%2E?CzD1zCpt?s<5APxEWGXE(rNg=hrX-Hz6@7sdJ;#72#Hr3FP)BrR0PMG6I>&>O)TtVF?jVS*BB@KU`H|89zqh}eQu zLn0{j$CjpvF=o@1B%8$S?CzO4UT7B6W@dMjl6^1dd*^$fv*-JU75WY2?6h^#(;NeT z>e(F4py{t`a(aya!cT2d@QUgYoSOa9(jwJmCE2`_ua+PwD;5r*sh1TC|5u{Y02qD+ z8E?XBKT7t($GFL>h36t{VeEMfW9NOyng-C|%}t>uM#x|L0o;6903y|8=`{SLcFW5HV<2w->gLMXg0 z003E?Ao~2<>jN-$K7g#YMRqe_zucxCOV$e(@cwCtnHlEPweLnZfr;ZCPXp zZ;?AURn+5^;8{0-x_TaU{Q`LI?L{|7{_=OI@zJsX%DRHWOJ)_J#=Xc`0<^|UCvm5* zp!1n>Tlo)RxcLA&=b$ETKatLVE}_OpN(zYVKZrLwiJJU%&ARUusHuy@j-Ms^OgADD zEh%hOgc8jdyIYa* z?W?@$o`=yY>kk}s8vXYiiyw9nJAM{n+5m(aS_n0?1iiMphsp)ki>{%%G0Z~WLA>;I z$)PI>HM9`k)3z}H05vwu{F@KqoEt#r9bcbz7Rh|`E(;$#SJ)D>tuwH9+1~+S$BFEF z3ghnkku{CrdARd`pvHz$$zL2oXO{}za7#PJj{RhY`tBUSomR#F6;~QSOJJsg05cLz xe+2>hWnGigBcU5X64;D^)IbvGuG{9k^$%Y{CFV)jzz6^U002ovPDHLkV1k-;vL^rl delta 937 zcmV;a16KUH2m1$*JPP6f0080v-Jv~0kwz$gcu7P-R9J=Wmw!l;6q8{iWMekg20?>i7>no^SyT|UMM3@1rYqfAgBZg0 z$IL5ia~n&;_2ZnLp6C7WzWwp7S$3z-(MX8i|9qeOJm2s0eto{r^ZDHKNN-hoZBod8 z_b!N;rz#Z=nQaGU@Ez-2OL)-nbj`Jf%vO&{A|y_PIeGG!7Ia>Lp?(kn*9v6SMp#e|U2Ujuw*L;|Ap1%W8+?WYyc6Y{4>3Ol?nH!hJ(=Ct+Tf~U{X4m5@2@0qie%KXgT?0 z08)7rmTdrkA6z<&YHff&S|I2jnUpdO<}O7RRzN`+BwBPlFaY*6=)XI5j{XhSzU0VY z%4261zlFT_6}X#Fht@;iKjUVDBMW(BJG}C?{ypG9)h>sd*P>1jn5^EIRUof_eG0$- zgxa;nm^pyw2C9B7>csn?6xba|^%=0(V=jpfkTwf4^HHZhf^fi?`NL}70}XZh*qH-G zAH)kV8+`vlM+?|ek#&3Ywk8;_T6K0S-1!p#S-L(>fJ6&;Z-a^;C7WS&HL~$b%1C*Pt4Az+XS>_)AN4 zHykCIzXoRJ>8A8@A*8;jPt2OH$6FoH(-qY!_EYuk7qIOYm~#%bvjo|HbQ*G3A~lVA zhkpGUb@Qq&H`lU9Gxhwf!CtKaKsD`-X%ibD=tu3ZKx!IM$E#6wg|O&NWMvh&mP7Go zWb~Q=59&yzhA7(#`KzJ*68umf(78d6cG%eL)2YVYfR5b#C4biicwjt>C3{tGuDD=NX?k7_#)U2fegLPL;}uG{du z638nAUoYz1=Wy|W{-=x~;{XrKnFIMn$c$V_%>>(2K)}}n-R-FMAHm&hsDlPfR&V?- zB;D=WDDH*P^$fogJ_j%gpiG1&%3PTUnS*9qJy10vpXW*T1NQ(FD*7r+7x%6?00000 LNkvXXu0mjfdo#n` diff --git a/assets/icons/hicolor/64x64/apps/icon.png b/assets/icons/hicolor/64x64/apps/icon.png index c9cc5bb94a4ec416264fcf305f1e6ea777676567..4efa3805edb4cff102d5af93e8b47bdba523b3d3 100644 GIT binary patch delta 1802 zcmV+l2le=f5Y-NlJPOzV00Gzm`dp@Rkwzzf2GU7HK~#90?V5dTRplMWKhJZ|J?HlJ z9cYz}GC)|x4k`j=-KumilHnYz10~DI8m7>UjBREMSt6N4mTcKS#4ReIZknabMyFPB zshOQ~Ahg=FI;#y?c@3b_7D`|4`?=@YA5azB+TQ2f+uK<_|DF3hzwh&Xe#t$*=j8~0 zK0^0q{~DxIgA(PS@&Li710@i>N~va~+*7bOcwneO0Gzpx3@c#$Ng&px&*Q`)pf1!K zt}d!0WB^R1$pa|3D z+kQ%-AYbz7DRnvsnQjN^=2`;MZ6Mu$O!)*DIzhspi)Y4M?6d9Q#1oIVGLgC0BdkmS zRHz^4(t9X7qGQJuS_v?3UQ5>Z_u%w*5jpY{;eS1f)A#5UpGq{yGxJ9B9%%dES;fLcUi~9~p%;IP z(|7)gvcz1nmW;1%#hCvk60WxK7}53y!i~QtcI zt93y5&=Y{xKgbovoTcRa=vjoB;aba80-Ot{aRyRfsz$mR$E@XCr zYZJOyWgD={H@ec$PJl6IDZa1#(AD6{Aanh1kXh5U40qR4hc_gJs0Kk0-&^aQT$I#-ndFpaK_N z>)6MeQ#E-YrAJ~46$`spiH4HkWpvVC$j2hZw-zZ)K)m~eYYnG=%e}@Yk+PQ{0EUUR zY(3`Eb$Az4Abi>53Um6qh#h^I$ZLNg_RdSBaL1XtDliP`!83Cq#;iri8FP?1*CD(< zPzn_d;Pkyuyz3b8v+cyYPB1~+>gC-O2f(mkf?>~Zy>6J^Z1Vr2F@!s@xa)0?c<}FoP1G`0-e*EixP0oD{h|K9k z+h5eu(Mmw9^Ht*A$C25EWN)b@XInj<&n(n3kT61GEx(Jroo!^?{u7WMqHolrf|s=9 z^!~`oA>8=84<5ZGtH|5&I$8HTi81?TEy*$Qc(KYhkhi0MiL85`LQb1KWQK6#L)xV72ieXTsN#swCx!N_GzCB zx+{a;lH1AIR?n#GRpnrxZO86Bgng=w_`4m%drqRlgAA+lLL##Z@D$F+GiwpXyfVDS zE0MV)T%- zqwEO%53eJB?rqm*62(`s38crBMpBk@DsYj$-K(*GPrQ~4xp5<>6=9aFa;K3bFQ~x_ z^zUAM<-Ty@ux`88ReVwx^ePr6P`izRhrfe!;dIh;?c>c1{$UgL>DFOwX2~k#^v`K) zd$un%cIsOjnRwSRB8Q&98SKHhzF7Ox!amtT;IBU;`0V|}&%I6L@RP*f?ZBA1@WVSv zAyI>W-Pp&DXpNEj?XdLVEw048<=c2~ti)3=k5ShRj*We`omfXB(blK2&%8BqKOr#} z-+`~P25)gC(KnxGVBhz2+)ey>fXK|pQ@G&6&*YpqD%_9Ldye?|&V&zAg+C7=4c#xw zt{sR>o>Pr9aV-JqHjr+vC4h8%<~4axQXnRE@N37(g@RtGlxj}5k#r%1Xp%^|C*4NU zhU4s&1$%=B1k|P5%S59T`wJe6ydVKWz2WMqlmw;NUl0pd!^d_d-8I&?KyDFAl`F{q sc>Dh`Nq6x>@Tku%qg`tN30VyzC#;t6Y%m4rY07*qoM6N<$f)6~X6951J delta 1983 zcmV;w2SE7M4u}wtJPO4C00G4Tx_H|wkwzzf2Zc#QK~#90?V5XVRMj2FKWBFnlYk-F z1Y=$V0_BmC@KPuZHZu@pC<#R=+5(ZORg2A(#pR zch@};opI*vUqyE~3XozDUj&47wno^?sz%OSY0IeD`Rin7^;2g1bc;!kYr8a-Prwq> z**M2+Z_Hvqr=!3kWKX==j+lj@$8Is(39|_cV73Eh6BfX12h1icfY}b1O;`Z49Wa}) z0A@Q76v?At=%k=beEtNmSYbjTV)-6_#F`V(*&38NTZr7c`NX9_ZV@8C80_h)?bQ2l z;Y3hoZ>|85F)(x@q-7%p4+DD|M8|^dHg)BiFM+cj>8yv^N~k>o?bkiW3k&4TMoeD{ zIkVN(_d*`r610n<7a%SLrY=NGng^Lvz}o*1!u_Ya3r@X_F!@B3jXv^b27<3;cS2m$w&AnsoUQ3HcE z7bu~){UKNZqGJ(D{|w^``tIkfhsHW+x(Jo7N`eYd?fTTMav-!FC(u7b6OP1_KlP_c^{7xqhyH;b5paDzQ#~ zBxp}Z6#Ue)U3&!i^X$-`JgC>)u64*KN5H-p{rAb5f%x856)zY>_mN`e4^)5y&~Os@ z>~wIPH|#*av^F8Pd>{GpL(uKg?!Rk3%rU;MqfY=~f!v2a-IT9<7g`z(53Y+tuOfdp z54t+FZr#5UhKw_0R-XWWX=7nflKOwR6srGaXi&pc?nG{WRNHQiKs@jpLnieJkU9C& zzjFI(LjwlQp{;P>6>WR=EFb>@MVA1={aR|QgEJMrJL6Mf*j*42rP~R;$iMywu3gsp zms_OUmcBdS_C)ntcg*)aKcNt@wg$1H9Px(+#J8S@0e0Qa1Wa3hGqP-rwtd1}-KO*j zV7U=EHed3z*&-2(e-G9OwH+M`vww_OT?uK~x*ZCb1DkwPXHbFDpgVP$(I-Ghi~9Ax z`r`{Aaj3ShJq@vZk7v>hHSO1-Vw<)-HA|NnT>{AF8!^3CWY%ZuIw%P-qgaguZOB`W^Kc+&M~Bewr>I zPaZIfmSEfS0ndtgu`Xp{@1T++nO#0J|24Sfc9(f z!QWN>o;^#oeYhR!j{EH{4{QqDcFGtvan4+(qPp7$L(&L;7&iw|QVOHC|7Ta{;EC=C;Q&-YS%Q0&sL%;w&|`z7|J8% ztIMFX4e{WAbC5FT#^7%vUwBZPo2Ta>o+v{+e;P6WX-LoU#0=i_7c*S^*mpZ&2;4p2 zv)%1N?%AOGT#OY&0H!~VSn>kY9Y;R%HP3{Uo`WdUvt6m3w+(4|wzUF+cB7Ek{0Su9qFOIB+GpdObiXF>L8 z`%PVhxNijv9_DFp_%CvOp>}fAL1+a4h)+d-Jn$?`U8Js3TQgMdK$dTV6Z`a)&r-&~ z~_Jf^~mk3dKWi9LN9=ulrf0BMgWKweO=51UF9rHx?@lpQ2WLzMQYFYIJPi$Gh6qV#~3A zf5N-3sY+A`x%mS4!=9$1$oN#XEEW@o7!a@C60UaSbq8EMtDfx(A8RMm5Yil#Sa<8c z5OJK>tRom)L<OjrQ39Wa})0A@R2HemtGcED`H0+{W9*@Oj Date: Fri, 31 Jan 2020 17:43:00 +0100 Subject: [PATCH 04/65] Correct ico image --- assets/icon.ico | Bin 8900 -> 15406 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/assets/icon.ico b/assets/icon.ico index dd1879852a4ea2c42065252e19e74467b5e6463d..c7167d712d101476f33021dc576777042e41811f 100644 GIT binary patch literal 15406 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 wW_b~NA!=9egLDSL{(;)wzajOYT(^b literal 8900 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 O(bG24s@1T2^?v}{hu|v! From fef46c1b683ec58f652296e3bc711306e40c4c9e Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 31 Jan 2020 15:43:53 +0100 Subject: [PATCH 05/65] MacOs : Update Script for first automatic building and fix libraries references --- CMakeLists.txt | 8 ++++++++ build_all_macos.sh | 36 ++++++++++++++++++++++++++++++++++++ cmake_builder/CMakeLists.txt | 4 ++-- cmake_builder/install.cmake | 28 ++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+), 2 deletions(-) create mode 100755 build_all_macos.sh create mode 100644 cmake_builder/install.cmake diff --git a/CMakeLists.txt b/CMakeLists.txt index a9a0e4dc4..5646aabf6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -481,3 +481,11 @@ source_group( source_group( "Svg" REGULAR_EXPRESSION ".+\.svg$" ) + +# ------------------------------ +# Installation +# ------------------------------ +install(SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/cmake_builder/install.cmake") +#endif () + + diff --git a/build_all_macos.sh b/build_all_macos.sh new file mode 100755 index 000000000..ad52bdef6 --- /dev/null +++ b/build_all_macos.sh @@ -0,0 +1,36 @@ +#!/bin/sh + +#Stop at error +set -e + +if [[ -z ${Qt5_DIR} ]]; then + export Qt5_DIR=/usr/opt/qt/lib/cmake + export PATH=$PATH:/usr/local/opt/qt/bin +fi + +#Creation of folders +mkdir -p build-desktop +mkdir -p linphone-sdk/build-sdk +mkdir -p submodules/externals/minizip/build-minizip + +#SDK building +cd linphone-sdk/build-sdk +cmake .. -DLINPHONESDK_DOXYGEN_PROGRAM=/Applications/Doxygen.app/Contents/Resources/doxygen -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 +cmake --build . --target all --parallel 5 +rsync -a linphone-sdk/desktop/ ../../build-desktop/OUTPUT/ +cd ../.. +#MiniZip Building +cd submodules/externals/minizip/build-minizip +cmake .. -DCMAKE_INSTALL_PREFIX=../../../../build-desktop/OUTPUT -DCMAKE_PREFIX_PATH=../../../build-desktop/OUTPUT +cmake --build . --target all --parallel 5 +cmake --build . --target install +cd ../../../.. + +#Desktop Building +cd build-desktop +cmake .. -DCMAKE_INSTALL_PREFIX=OUTPUT +cmake --build . --target all +cmake --build . --target install + + + diff --git a/cmake_builder/CMakeLists.txt b/cmake_builder/CMakeLists.txt index 41882eb8e..d05733df3 100644 --- a/cmake_builder/CMakeLists.txt +++ b/cmake_builder/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # CMakeLists.txt -# Copyright (C) 2017-2018 Belledonne Communications, Grenoble France +# Copyright (C) 2017-2020 Belledonne Communications, Grenoble France # ############################################################################ # @@ -20,7 +20,7 @@ # ############################################################################ -lcb_define_target("linphoneqt" "linphone" "ms2plugins") +lcb_define_targets("linphoneqt" "linphone" "ms2plugins") #if (NOT WIN32 AND NOT APPLE) diff --git a/cmake_builder/install.cmake b/cmake_builder/install.cmake new file mode 100644 index 000000000..9e8f24776 --- /dev/null +++ b/cmake_builder/install.cmake @@ -0,0 +1,28 @@ +############################################################################ +# packaging.cmake +# Copyright (C) 2017-2020 Belledonne Communications, Grenoble France +# +############################################################################ +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +############################################################################ + +if (APPLE) + execute_process(COMMAND install_name_tool -id "@executable_path/../lib/libminizip.dylib" "${CMAKE_INSTALL_PREFIX}/lib/libminizip.dylib") + execute_process(COMMAND install_name_tool -add_rpath "@executable_path/../Frameworks/" "${CMAKE_INSTALL_PREFIX}/bin/linphone") + execute_process(COMMAND install_name_tool -add_rpath "@executable_path/../lib/" "${CMAKE_INSTALL_PREFIX}/bin/linphone") +else () +endif () From 447435fb746e19a7944345476b3fc72fcc801fd1 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 31 Jan 2020 16:30:18 +0100 Subject: [PATCH 06/65] Update build_all_macos.sh [ci skip] --- build_all_macos.sh | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/build_all_macos.sh b/build_all_macos.sh index ad52bdef6..2d15fee6e 100755 --- a/build_all_macos.sh +++ b/build_all_macos.sh @@ -1,5 +1,27 @@ #!/bin/sh - +################################################################################ +# CMakeLists.txt +# Copyright (C) 2020 Belledonne Communications, Grenoble France +# +################################################################################ +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +################################################################################ +# MAC OSX First building script +#------------------------------------------------------------------------------- #Stop at error set -e @@ -15,10 +37,12 @@ mkdir -p submodules/externals/minizip/build-minizip #SDK building cd linphone-sdk/build-sdk +#LINPHONESDK_DOXYGEN_PROGRAM is set just to be sure to get the version of the Application folder cmake .. -DLINPHONESDK_DOXYGEN_PROGRAM=/Applications/Doxygen.app/Contents/Resources/doxygen -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 cmake --build . --target all --parallel 5 rsync -a linphone-sdk/desktop/ ../../build-desktop/OUTPUT/ cd ../.. + #MiniZip Building cd submodules/externals/minizip/build-minizip cmake .. -DCMAKE_INSTALL_PREFIX=../../../../build-desktop/OUTPUT -DCMAKE_PREFIX_PATH=../../../build-desktop/OUTPUT From 87f501ad5176777bfaf95e584bf8e1c694a0390a Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 31 Jan 2020 16:35:24 +0100 Subject: [PATCH 07/65] Update install.cmake --- cmake_builder/install.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_builder/install.cmake b/cmake_builder/install.cmake index 9e8f24776..05b88cc53 100644 --- a/cmake_builder/install.cmake +++ b/cmake_builder/install.cmake @@ -1,6 +1,6 @@ ############################################################################ # packaging.cmake -# Copyright (C) 2017-2020 Belledonne Communications, Grenoble France +# Copyright (C) 2020 Belledonne Communications, Grenoble France # ############################################################################ # From 744835d31c0209ea36b92e4a6859b7a35e92cebe Mon Sep 17 00:00:00 2001 From: Wadel Julien Date: Mon, 3 Feb 2020 09:25:36 +0100 Subject: [PATCH 08/65] Update icone --- assets/icon.ico | Bin 15406 -> 15784 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/assets/icon.ico b/assets/icon.ico index c7167d712d101476f33021dc576777042e41811f..ac53c9928e20e578470a964d7f3bb5c676c78cae 100644 GIT binary patch literal 15784 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 wW_b~NA!=9egLDSL{(;)wzajOYT(^b From 7d90483126ff598bc546691278742a4461e80062 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 3 Feb 2020 09:31:15 +0100 Subject: [PATCH 09/65] Update genicons.sh[ci skip] --- assets/icons/genicons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/icons/genicons.sh b/assets/icons/genicons.sh index c6d0ee173..f3a9f36e4 100755 --- a/assets/icons/genicons.sh +++ b/assets/icons/genicons.sh @@ -5,4 +5,4 @@ do mkdir -p hicolor/${i}x${i}/apps inkscape -z -e hicolor/${i}x${i}/apps/icon.png -w $i -h $i ../images/linphone_logo.svg done -inkscape -z -e ../icon.ico -w 255 -h 255 ../images/linphone_logo.svg +inkscape -z -e ../icon.ico -w 256 -h 256 ../images/linphone_logo.svg From 1727faef21f166423ae4df690d4992acd1df4d0c Mon Sep 17 00:00:00 2001 From: Wadel Julien Date: Mon, 3 Feb 2020 10:24:09 +0100 Subject: [PATCH 10/65] Add autocreation of icon --- assets/icon.ico | Bin 15784 -> 32286 bytes assets/icons/genicons.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/icon.ico b/assets/icon.ico index ac53c9928e20e578470a964d7f3bb5c676c78cae..882ad54f017d9d5ba8834cf54e05de4696057149 100644 GIT binary patch literal 32286 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 Date: Mon, 3 Feb 2020 10:32:02 +0100 Subject: [PATCH 11/65] Add 256 icon --- assets/icon.ico | Bin 32286 -> 39665 bytes assets/icons/hicolor/256x256/apps/icon.png | Bin 0 -> 7744 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/icons/hicolor/256x256/apps/icon.png diff --git a/assets/icon.ico b/assets/icon.ico index 882ad54f017d9d5ba8834cf54e05de4696057149..32102ae2322da8bea1381ec4a9e72016ff16f188 100644 GIT binary patch delta 7559 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 delta 138 zcmeykm1*7|#(D+@Mg}$p0Ra%r!H~hqz>vnkz#t|D;ZI;=U^oX9laPS$PXPIGJPZs9 z3K0GZ4h9A_VFm^V2MAvSsPCLK14Batl<&j9@Xe5cK?7(e&kE;326xd03cRZQ#JqqEU<|M;NyZH z=HBHF;0LykqPihI_zJ?eivhnAc&a_|0RTLke{U>_mzi^5=L3X_DFW`{fbh5Wwg>$E z{U16%clEKg_OyTK;q92UD@_Xk&~|lY1;c>so%t7UDW~Rp_c2wQz9-fT=JIy(SmN@6 zZiSx<)&=7RDp7(8Ud*&2u^K_K-QC?ZwlSK9uQkjIz23MgE9=WA4@W`u75u`UWNx(Y zUiRf10(Vz|= z#QTVVYT}c4%A*U7h&4R08Yc|+(A*BqI*%7j;IXAEOdllaLSAqeT*)uGMYUr8z-M}! zpr;svtD>NbUhi{V**9qwE4usM5cp%utwT;*_Dp)LsREB$QDn}TICbaQ(eIz9dh^q7 z=!}4us$?DD}f2g}jqzA&_ z!dXvcSeG-hU)pH3_-Jyj8h_#Qg1^|&^3S?&a^bDaNHFY73C2l^y=jzXdhLNcGO&M< zy3igjE`s2wMGJ@iiy*~)E%M>TDFHsScj#lYrVE8FJeJX*(-IlnGqi2^eA=+$`FDZH ztaX>1<|qu%)-dKNj_$)>zcf5f!OO(%hm0e!Ct9<}ZUO-vlC~)v@rGtPKFgfOnLk zqzoK5O#hQze}$n;@a=o{l&>@6=Ic0Ho3dAX?b+l4^UjuUlb)W|Z3JZ6&X}s~)M>Om zOY^I~ttqD9F@Jp!%}n|jr;{s$<_}3h4rMXlR3h00QA}vjj#Cx{tvK+NpxW}} z5erWhxxUpY&YXpb6>CTLM}8r~umnw{1tR$yk^FTec`PU2C?w1}`n~Iq>NKQm{Wl_N zG_AHr+V_1o;-{+V1_$M9q`0#;`PsxDvK~+Mv7wP#2bGCtM;P7DpMe7bRN`1Zqxcm^ zmHNkk==C-d^4nG4v5M_TSC-1_rL&<|O9FIp9d7u>3UrgnW63TlR!A+IsW!IsVWt)b z>ycZAo{*L%;9#UZZEvGPV)3-BsfHc4Vp-@@s`ydNwuP2GNj3j;1N$O3wqxzl#}u7X zik*z=N;cFolzhlB$@G9jr|0Elvhp2sGaxK@4IVIK`{wsZMJ3zC2~v3hMPgx+8D@7$ zhL0w>SQ%j*yS!`oNZ|6pgo-P9-YB~m#(9}2PZgb>rNf5mYQ%Y#hA2ED$qO^kp0!l1 zj2#I|>NoQ*@^{nqX_Yx|h3Y!3n?h6*6>;X9ZQ69$)%bFB+24owNQOZ+yy3 zt8ZV#gjzme75iW$_gy-2WBncr=9lWx@W8s7QNu||oD?a8VD8vya3mph8M~EcajMty zVIKRzNqg~6qzx>Av!xaI*fh`8?(3B*hr9g-Zl-WFEJyL;GFVNSwy}z5SMBW676CCs z#6k2#`T#LG@9%=$5_PtYY!6sm+2>XOhzpj5-YzX@UIyn3zWLF9U}l4nyEp5+*KX{k z+F5oRzL?KA^wlHgXSdvosMZXQ;?I^=nU^S<8t@C9ko(xpAf`mCa#eUywR*cF4Lx1eHVrH_)6;o#?I6l9%lE_-C=P~JUgU0$N0ViI&LS; zkCr>6_a$oKb-8ED;#z&A!v%bbN)L-x)1%H_-WAO06$P&a#!nf9pbEudMia5i`!!^; zfrZ)QC1H+)Om*A*26I2(B`{BXs~@0~3@h9!vrh99%qdkl)WXV#+B68C`sVk`hMZDx z-*mK`1?D-xG~)l{K!8G@n=qYT?LJaxyFbl^>zix%#2vGUxAzC&IQgzk(v8poM1Lp}^WiPh$6lVfh$1zRL$E$y_x4$KSM4+nBoq^e=c+ zIx>#Z6#M7hFHCA)X?1+SO?-4a3s%I^509sq2-1;;41Pom+7YZ1eH zS_QfB(q_PbD3Mz0izudj{x%E$xLz5Oo7xR7$-V|0fD~!+5cg$NjcW*DpBB!ajgEuB zy(14+v0JNkr^XE$7EOq1p7w7X|91(=aA^ym+a(rx_GyEXCBCz(h68b+tKHZC;P*oy z$>WYR7v{^tiqy99q@Z_rACY{re=l*VQVbuwDY0|tCXB}k+*q&NhoNH?EBiygkhykg zex-{O9d|a&gbUdZ+_0vj8B~8urh+?+i}Nz?F?a&B`yLIZ;^ZqvQ6{{&Yk#S&O7<#B zbv_(37F=pevoZkbzr10zLj_~~up;U2IFqdnDlMW}YJu!Q#gagP%SvGOj;YaP>?}(V zhj!t6P=)Sr-WCQF;u@h-eh_KpAT~Cy-)0 zBy5AG5T|y|@9>9;jV`79Z^`C<+x+FwsL^a7OnOqVzVo=K6TK4vL8`t_V17zk`B}y~ zQCe{Q0@6?C8^3{Hh(nl2lSp_UeA-^s4}msKt1Fr4OmHMqnu+3Gx29HKzXS+8ra$8; zhDl)?Jm>|Hzq1fM9Czu{oN6@zaC6Z$(%Z8T{QqDFctiZ=PG=I6WI}^EIL~GxUs<9s z=p0H|TE8Vj@+5+#brcPeiMI9U8nSu6?QM?*V!urqV)imVp(`Q8Tw%)NlH&HLaT}LH zlD);6V9GzSaPx#&LaGUKt*t>uzZbEMJH%pgUw(1=@Z=`kZ+gFbs$2Govtqci{Cp0_ za9%RJ+p(d6PLC#S_Jm!k)KX^(qw}8wNtdp7jc)LC;XS#y`Ra9fcDV|1*_uuggR)e; zRoQ@AJ);VCv^TAq*iuV$0!0|~!ICC;N%XHR(F_f^bjToq-+@CPKUIyNXsInUH!_7o_uj~2?GU8jao zb?|g?TVv~ZrXzEmAGk7Av~m|7r8#_d`Mx|KEWO%ALcpe&?esPP_qMK?@qB8 zKWDwOWHQ>L&jpDeChNF}LBek8nZ5CBIGmzaXH~kXI}~gN=-AK?2M4WFc^69l-Vkwp zxsU`&Ry8kRl7oePk=Xk@L?YS5Lzsr;b%z^GnC%FAz<0@V&*T<9{_KCLJx?L%+hKQx zjuP5UIK3yN8~>_Zw`e!hie@N@pqdA${3NW?gF7jRD(O^-RQ;`Ww(2Fss?XY!fl}X@ zll(zJ)OncGJ2;A(~$Cy9MLlO*Nr>JEs1?-LC5FMo_`_3cq|hw{Z;t=*d>^L~o> z*|m<8N#hh!BxH&wANs9`S&0?KsyiQjpRg!t0L-iwt9^X(45p$pu@5uY%6ONs1ol4p zYxq$d%FHR5mL*>XPDl?dDV&GDYM(|{|s_vYRE-QwOfpAN2Q$mTF_evKB9TOvAsdh;9>#i@>E zms$N=@px5O-5s$2^U+?~p4J&Il4GuOYu(_=W%Gf&FXRiq^N>y28{*ftTRLf%12<7e z^vWnZ{%Y$JGG_@a2DIRWw`66cv_TJUewP&lVNJ#gsk)}P{-pr(dmYZGqO=Vxc}*Q_ zm6Ylshv(4@b^?qjWag2{NA7$$K?+FtP-n!;@s?j_P(KlDbwu2u=Jw}%zI34-eWXD$ zxGNYxX`UoU*wl?AcgmJ5bDhim*inaM^K%ARQx}4#j>G`qkJ{-&mk6M`68ij|LW1z1 zQB&1YgJPdsvwnhHTfN#!%X=6Ck`VU&KaeD>1sgT2Pj)CKzrNfv*lF)>5Sw40rD=&p zttPDSz^r8F5zIIq-a=O9eWzkLFM0O!+tmy9VzGw`svjo(=#!BK!1F&O)>Qu8JUfv_ z(+pHR@;F3#VUJAxt_|!5Ayr!@Kc~16EUyxF?N^u?e!lZH|xhoQ_1IJ)DBc{3EqPF)f0>A zVd>uckQJW|IlgM%(C$si$XAI)du5|Viu|{hFRc@%P9DX1WUJ?+2iS~91)-d*<|hBx z!B{L!7^`l{S#PGPds}7#+f%07WL7TJh6Q*60XDf*h|>dd{S>LW+1=^X6suuo&m*p` z0_FGuzD`Ho;`K5Co1HH?vlX*iE{7Uj--No5I6!v>>U`(cc*%yaCLrz$<`#>uWnX_g zi^oZ6yip((Dm6H-0Yw|&n(dVS;k4T2Qv(Er~Y!u%dv+9M^X#&Jjtm+SO+7QGCk<_1f$s( zi5b2uia|YdxZ(EEyhH#KYCWp`=GUM=$zFXQ*VzDTxu;h;Jl5RCAC|J5of1?+HnM!t9&O@b_ z*g1S|0)RqBY1FMaw~Esu`&+Gx82MWeK-j28uI1|72C zdHn#8U#;p8a}8{px2C*WCDY&-;q?68;;g|wq4Fns7uZ^*)ujUD$B8{api}HkTrqsk1`1%C!y6Ts>*d#s zqefTE5acME#9}lkT;l4lAIKHM8{Q0Boq~WQ6#UVA86?BLQ2BjgOsK&VDF^Qr@8!c> z4zb$@**mTce!uSb)bBIOzWW+VM8FXE{Ab>eU;94-Y%n?ln}R-JYlJ}lVtpSz?RyHQ zmK*qT-j~PAlW4VS3p+NY5&TsO32*GMqLI#pwYwj$3|IvXveMz_b6B}o{eK4_wNDu} z28yG&LZ+SWm3g!7vrnphe5Vf95Y}Cqt%3}uEiM)@l6ON!Q};56-B0{ahD$|_LL_rm zKRj{pp;;b)0QfoH{O4;6&tbhG&e|@Agv-1O>@6;01EPmsgXm11Dd{GXHXn~G3%tcG zK^ib$d<_3t3g6*?UFy5!(Ky0h3Fh(xZ&k)e%T_SIKLz$Qd;@vVKb&`^PBw3g`B6%B zj3)Ko_p`GiZBrr%%1QVtyDAYBebVK>H~#lF$|Drsm^rB47qHv8Q2oUW2%T!8W2aav zcslk*8b-$6Xm51=B|6Jw>1{|99F=R>^D;Z`I1?ExV;DNW$@I|}&$<~#Q+fPt8v4@4 ze>-aa@7QA*mnpvafGAi2LuJzUYF}J8wc|mT5|JrP#Fhv8(T{m<_7-N zdkw1V#zYHe*ekDG0YDD~QN}BoSMTnz)U!3(i>7rj;)9$)|Mg*S13)~n9bk7iVXNjV z5s>p5ez=!tw})ZF0VLAs$}_#mU}=w_Dt7M@3{z)oe;{6GGvn04y^rZPbKAcm?j~Cs zThl@M`ky8*BtfQC5Pu_-*RHz$^%pQ_WF{mD7XzrGlZt&dG~Xjoo+jPyeG@u7)G+`S z(q8LdHxsELuUj_QSm1A2B+fWX;j7r(q3vT+X63okDTbOIR3_VS&&8gkE`M%^c*?J` z5`V1pWnQr99N(YRSH?AcQG$JmTtM7iDF$d4gWBJ3cH~CE&8%T@{h?#eT4=a%Y8fkt zH7i=y=n=)U2+Cv!)bl=Daocu$@g#`EzbsdNafqM&LA$glMudo%!4?*-ZvfzNH3kbB z`DZJ;9P)rsXmJv6nXwN+>G_y2pDcUFO8>ZQiLK*o44jXH$55^O7OX?ku;PrVfn~oB z9ogzvsc0=#GH3Fmy__%uKsz}`@9=AsvSo*ixZ@hxn`NmpC-9FY3<^;0(9(%}z5)vx z$Mb88Kiouf9*e-oim30D0Pnf$f^dzRiP`Edkl+%8u`jKXjvMj4!zkrx!A+?^ZHcf< z-taLJJmsS5XAS7Q1?8cy0kE-LTpsAfV&tE|)acx@AyQqq;`>B0ff{r7Ekvzhb&XN) zyp5tf@Z1=|;kbSbsRG4{Mo%Pzp)P~EP?sy;Y|hIij3i%CU%#jjw-fG@omRN#e!I|; z69pSup!6gUy&F6lRgZt~%eyc79lbmoZ}!&~RLYi@cffS8aQYM(_Gl@!hB;`{*SW*93{JrF97b=k@t(RY|qQ|1$*fVP1y=rp)ey8IL|tCF6$FXWijiL@N>4a zc1?Yhe1kB1N4D-1W3*VH9Df*PC^L_tGFTo|mfx2Rkp~$dpsY)sQkd=0v)Mk7 zd^J_dy9BRcmDnSHD>q$?+FpLJ?p(3 zf1|w}!KoH3DDK*4)C0xO^X3OnQ$aY+n^`f~p@K^u>Y>trcQmE^!}_4Jz+C10g>&pg zS-L4m4b{36@xHDlyV&g$u(lfd%_su|2Jl)kTE8BwkY5@fUnXw0>5O^`9To%LIe)qq zu9ZPm#5%Ty*uE#Dz&%-UQY<>~W=QR0KvwsGzuL#_%$btGtj-e(iIex7K zb{ugr&rhXvhHf&4;=9*gC6|-hsKZrpEy(rKN*>B(^3NeE(TQw+pr$D zN?)N1SyEBxWBg>J@t*_hm+9{{D31`6&Y;IsTvl13%n!T?{)M0i?Uo?nzx<)I0asMd zD#w)-W87w1eZHfq<iEgTv>g69PebN0bJ1Zz${4ub^M~oAEJTAyWz6MY zl7;*7mE4BTB_3j_;8-e+g)Cj{WP|Fk?pgK*`e-b z-Omj*=GhqWBAu*7o^t!bl_D5Vd~o;P{KrsBI7~99p)6z{n*zh2Y9?}vw%duoOS zWm5m;TB2UmmT|u~0@^12yDci;h-ZP%!}ughEvDCV6TPh`n%^Ay)R{Ydi?YFtvj|h^ eaQDLET5e1 Date: Tue, 4 Feb 2020 17:56:59 +0100 Subject: [PATCH 12/65] Fix Settings GUI and App Nap --- CMakeLists.txt | 12 ++++++++++- resources.qrc | 3 +-- src/app/App.cpp | 9 +++++++-- src/app/App.hpp | 3 +++ .../other/desktop-tools/DesktopToolsLinux.hpp | 2 ++ .../other/desktop-tools/DesktopToolsMacOs.hpp | 3 ++- .../desktop-tools/DesktopToolsWindows.hpp | 2 ++ .../state-process/StaeProcessMacOs.m | 0 .../state-process/StateProcessMacOs.mm | 20 +++++++++++++++++++ src/native/mac.mm | 0 ui/views/App/Main/MainWindow.qml | 5 +++-- ui/views/App/Main/MainWindowMenuBar.qml | 2 ++ 12 files changed, 53 insertions(+), 8 deletions(-) create mode 100644 src/components/other/desktop-tools/state-process/StaeProcessMacOs.m create mode 100644 src/components/other/desktop-tools/state-process/StateProcessMacOs.mm create mode 100644 src/native/mac.mm diff --git a/CMakeLists.txt b/CMakeLists.txt index 5646aabf6..41879cd52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,6 +235,7 @@ if (APPLE) src/components/core/event-count-notifier/EventCountNotifierMacOs.m src/components/other/desktop-tools/DesktopToolsMacOs.cpp src/components/other/desktop-tools/screen-saver/ScreenSaverMacOs.m + src/components/other/desktop-tools/state-process/StateProcessMacOs.mm ) list(APPEND HEADERS src/app/single-application/SingleApplicationPrivate.hpp @@ -326,6 +327,15 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_CURRENT_SOURCE_DIR}/tools/private/pre-commit" "${CMAKE_CURRENT_SOURCE_DIR}/.git/hooks/pre-commit" ) +set(_QML_IMPORT_PATHS "") +list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/modules") +list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/dev-modules") +list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/scripts") +list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/views") + + +set(QML_IMPORT_PATH ${_QML_IMPORT_PATHS} CACHE STRING "Path used to locate CMake modules by Qt Creator" FORCE) + # ------------------------------------------------------------------------------ # Create config.h file @@ -432,7 +442,7 @@ if (UNIX AND NOT APPLE) RENAME "${EXECUTABLE_NAME}.svg" ) - set(ICON_DIRS 16x16 22x22 24x24 32x32 64x64 128x128) + set(ICON_DIRS 16x16 22x22 24x24 32x32 64x64 128x128 256x256) foreach (DIR ${ICON_DIRS}) install(FILES "${ASSETS_DIR}/icons/hicolor/${DIR}/apps/icon.png" DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/${DIR}/apps/" diff --git a/resources.qrc b/resources.qrc index 58a27a6c0..d85bde972 100644 --- a/resources.qrc +++ b/resources.qrc @@ -404,7 +404,6 @@ ui/views/App/Calls/IncomingCall.qml ui/views/App/Calls/OutgoingCall.qml ui/views/App/Calls/ZrtpTokenAuthentication.qml - ui/views/App/Main/+5.9/MainWindowMenuBar.qml ui/views/App/Main/Assistant/ActivateAppSipAccountWithEmail.qml ui/views/App/Main/Assistant/ActivateAppSipAccountWithPhoneNumber.qml ui/views/App/Main/Assistant/AssistantAbstractView.qml @@ -430,7 +429,6 @@ ui/views/App/Main/Dialogs/ManageAccounts.qml ui/views/App/Main/Home.qml ui/views/App/Main/InviteFriends.qml - ui/views/App/Main/+mac/MainWindowMenuBar.qml ui/views/App/Main/MainWindow.js ui/views/App/Main/MainWindowMenuBar.qml ui/views/App/Main/MainWindow.qml @@ -479,5 +477,6 @@ ui/views/App/Styles/Settings/SettingsAudioStyle.qml ui/views/App/Styles/Settings/SettingsWindowStyle.qml assets/images/linphone_logo.svg + ui/views/App/Main/MainWindowTopMenuBar.qml diff --git a/src/app/App.cpp b/src/app/App.cpp index 72886dbbe..e145727c6 100644 --- a/src/app/App.cpp +++ b/src/app/App.cpp @@ -47,6 +47,7 @@ #include "translator/DefaultTranslator.hpp" #include "utils/LinphoneUtils.hpp" #include "utils/Utils.hpp" +#include "components/other/desktop-tools/DesktopTools.hpp" #include "App.hpp" @@ -173,6 +174,9 @@ static inline shared_ptr getConfigIfExists (const QCommandLine // ----------------------------------------------------------------------------- App::App (int &argc, char *argv[]) : SingleApplication(argc, argv, true, Mode::User | Mode::ExcludeAppPath | Mode::ExcludeAppVersion) { + + connect(this, SIGNAL(applicationStateChanged(Qt::ApplicationState)), this, SLOT(stateChanged(Qt::ApplicationState))); + setWindowIcon(QIcon(LinphoneUtils::WindowIconPath)); createParser(); @@ -405,11 +409,12 @@ void App::smartShowWindow (QQuickWindow *window) { } // ----------------------------------------------------------------------------- - bool App::hasFocus () const { return getMainWindow()->isActive() || (mCallsWindow && mCallsWindow->isActive()); } - +void App::stateChanged(Qt::ApplicationState pState) { + DesktopTools::applicationStateChanged(pState); +} // ----------------------------------------------------------------------------- void App::createParser () { diff --git a/src/app/App.hpp b/src/app/App.hpp index f57c8db75..f499fdc7f 100644 --- a/src/app/App.hpp +++ b/src/app/App.hpp @@ -103,6 +103,9 @@ public: Q_INVOKABLE static void smartShowWindow (QQuickWindow *window); +public slots: + void stateChanged(Qt::ApplicationState); + signals: void configLocaleChanged (const QString &locale); diff --git a/src/components/other/desktop-tools/DesktopToolsLinux.hpp b/src/components/other/desktop-tools/DesktopToolsLinux.hpp index fb0385174..14abc158b 100644 --- a/src/components/other/desktop-tools/DesktopToolsLinux.hpp +++ b/src/components/other/desktop-tools/DesktopToolsLinux.hpp @@ -40,6 +40,8 @@ public: bool getScreenSaverStatus () const; void setScreenSaverStatus (bool status); + static void applicationStateChanged(Qt::ApplicationState){}; + signals: void screenSaverStatusChanged (bool status); diff --git a/src/components/other/desktop-tools/DesktopToolsMacOs.hpp b/src/components/other/desktop-tools/DesktopToolsMacOs.hpp index a61655d4c..935ba9ea3 100644 --- a/src/components/other/desktop-tools/DesktopToolsMacOs.hpp +++ b/src/components/other/desktop-tools/DesktopToolsMacOs.hpp @@ -24,7 +24,6 @@ #define DESKTOP_TOOLS_MAC_OS_H_ #include - // ============================================================================= class DesktopTools : public QObject { @@ -39,6 +38,8 @@ public: bool getScreenSaverStatus () const; void setScreenSaverStatus (bool status); + static void applicationStateChanged(Qt::ApplicationState currentState); + signals: void screenSaverStatusChanged (bool status); diff --git a/src/components/other/desktop-tools/DesktopToolsWindows.hpp b/src/components/other/desktop-tools/DesktopToolsWindows.hpp index 7f5fe28cc..8dcce6ad9 100644 --- a/src/components/other/desktop-tools/DesktopToolsWindows.hpp +++ b/src/components/other/desktop-tools/DesktopToolsWindows.hpp @@ -39,6 +39,8 @@ public: bool getScreenSaverStatus () const; void setScreenSaverStatus (bool status); + static void applicationStateChanged(Qt::ApplicationState){}; + signals: void screenSaverStatusChanged (bool status); diff --git a/src/components/other/desktop-tools/state-process/StaeProcessMacOs.m b/src/components/other/desktop-tools/state-process/StaeProcessMacOs.m new file mode 100644 index 000000000..e69de29bb diff --git a/src/components/other/desktop-tools/state-process/StateProcessMacOs.mm b/src/components/other/desktop-tools/state-process/StateProcessMacOs.mm new file mode 100644 index 000000000..cb536ba5a --- /dev/null +++ b/src/components/other/desktop-tools/state-process/StateProcessMacOs.mm @@ -0,0 +1,20 @@ +#include "../DesktopToolsMacOs.hpp" +#import +#import + +// Store a unique global instance of Activity to avoid App Nap of MacOs +static id g_backgroundActivity =0; + +void DesktopTools::applicationStateChanged(Qt::ApplicationState p_currentState) +{ + if( p_currentState == Qt::ApplicationActive && g_backgroundActivity != 0 ) + {// Entering Foreground + [[NSProcessInfo processInfo] endActivity:g_backgroundActivity]; + [g_backgroundActivity release]; + g_backgroundActivity = 0; + }else if( g_backgroundActivity == 0 ) + {// Doesn't begin activity if it is already started + g_backgroundActivity = [[NSProcessInfo processInfo] beginActivityWithOptions:NSActivityUserInitiatedAllowingIdleSystemSleep reason:@"Linphone : Continue to receive requests while in Background"]; + [g_backgroundActivity retain]; + } +} diff --git a/src/native/mac.mm b/src/native/mac.mm new file mode 100644 index 000000000..e69de29bb diff --git a/ui/views/App/Main/MainWindow.qml b/ui/views/App/Main/MainWindow.qml index 9661c6a0f..f0c062472 100644 --- a/ui/views/App/Main/MainWindow.qml +++ b/ui/views/App/Main/MainWindow.qml @@ -1,6 +1,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.2 import QtQuick.Layouts 1.3 +import Qt.labs.platform 1.0 import Common 1.0 import Linphone 1.0 @@ -192,14 +193,14 @@ ApplicationWindow { visible: Qt.platform.os !== 'osx' onClicked: menuBar.open() - MainWindowMenuBar { id: menuBar } + } } } - + MainWindowTopMenuBar{} // ----------------------------------------------------------------------- // Content. // ----------------------------------------------------------------------- diff --git a/ui/views/App/Main/MainWindowMenuBar.qml b/ui/views/App/Main/MainWindowMenuBar.qml index e32b8fe31..8acb0faec 100644 --- a/ui/views/App/Main/MainWindowMenuBar.qml +++ b/ui/views/App/Main/MainWindowMenuBar.qml @@ -1,5 +1,6 @@ import QtQuick 2.7 import QtQuick.Controls 2.3 +import Qt.labs.platform 1.0 import Linphone 1.0 @@ -48,6 +49,7 @@ Item { Menu { id: menu + title: qsTr('Settings') MenuItem { text: qsTr('settings') From 231a7755accd363e4934ee45a44f5a1130ad8707 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Tue, 4 Feb 2020 17:59:11 +0100 Subject: [PATCH 13/65] Delete StaeProcessMacOs.m --- .../other/desktop-tools/state-process/StaeProcessMacOs.m | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/components/other/desktop-tools/state-process/StaeProcessMacOs.m diff --git a/src/components/other/desktop-tools/state-process/StaeProcessMacOs.m b/src/components/other/desktop-tools/state-process/StaeProcessMacOs.m deleted file mode 100644 index e69de29bb..000000000 From 311d4fb9e6a5d4c010a30353fb2bd4bc1ae21466 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Tue, 4 Feb 2020 18:03:17 +0100 Subject: [PATCH 14/65] clean files --- src/native/mac.mm | 0 ui/views/App/Main/+5.9/MainWindowMenuBar.qml | 79 -------------------- ui/views/App/Main/+mac/MainWindowMenuBar.qml | 79 -------------------- 3 files changed, 158 deletions(-) delete mode 100644 src/native/mac.mm delete mode 100644 ui/views/App/Main/+5.9/MainWindowMenuBar.qml delete mode 100644 ui/views/App/Main/+mac/MainWindowMenuBar.qml diff --git a/src/native/mac.mm b/src/native/mac.mm deleted file mode 100644 index e69de29bb..000000000 diff --git a/ui/views/App/Main/+5.9/MainWindowMenuBar.qml b/ui/views/App/Main/+5.9/MainWindowMenuBar.qml deleted file mode 100644 index 48a0dde3b..000000000 --- a/ui/views/App/Main/+5.9/MainWindowMenuBar.qml +++ /dev/null @@ -1,79 +0,0 @@ -import QtQuick 2.7 - -// Experimental. -import Qt.labs.platform 1.0 - -import Linphone 1.0 - -// ============================================================================= - -Item { - function open () { - menu.open() - } - - // --------------------------------------------------------------------------- - // Shortcuts. - // --------------------------------------------------------------------------- - - Shortcut { - id: settingsShortcut - - sequence: 'Ctrl+P' - - onActivated: App.smartShowWindow(App.getSettingsWindow()) - } - - Shortcut { - id: quitShortcut - - context: Qt.ApplicationShortcut - sequence: StandardKey.Quit - - onActivated: Qt.quit() - } - - Shortcut { - id: aboutShortcut - - sequence: StandardKey.HelpContents - - onActivated: { - window.detachVirtualWindow() - window.attachVirtualWindow(Qt.resolvedUrl('Dialogs/About.qml')) - } - } - - // --------------------------------------------------------------------------- - // Menu. - // --------------------------------------------------------------------------- - - MenuBar { - Menu { - id: menu - - MenuItem { - role: MenuItem.PreferencesRole - shortcut: settingsShortcut.sequence - text: qsTr('settings') - - onTriggered: settingsShortcut.onActivated() - } - - MenuItem { - role: MenuItem.AboutRole - text: qsTr('about') - - onTriggered: aboutShortcut.onActivated() - } - - MenuItem { - role: MenuItem.QuitRole - shortcut: quitShortcut.sequence - text: qsTr('quit') - - onTriggered: quitShortcut.onActivated() - } - } - } -} diff --git a/ui/views/App/Main/+mac/MainWindowMenuBar.qml b/ui/views/App/Main/+mac/MainWindowMenuBar.qml deleted file mode 100644 index 48a0dde3b..000000000 --- a/ui/views/App/Main/+mac/MainWindowMenuBar.qml +++ /dev/null @@ -1,79 +0,0 @@ -import QtQuick 2.7 - -// Experimental. -import Qt.labs.platform 1.0 - -import Linphone 1.0 - -// ============================================================================= - -Item { - function open () { - menu.open() - } - - // --------------------------------------------------------------------------- - // Shortcuts. - // --------------------------------------------------------------------------- - - Shortcut { - id: settingsShortcut - - sequence: 'Ctrl+P' - - onActivated: App.smartShowWindow(App.getSettingsWindow()) - } - - Shortcut { - id: quitShortcut - - context: Qt.ApplicationShortcut - sequence: StandardKey.Quit - - onActivated: Qt.quit() - } - - Shortcut { - id: aboutShortcut - - sequence: StandardKey.HelpContents - - onActivated: { - window.detachVirtualWindow() - window.attachVirtualWindow(Qt.resolvedUrl('Dialogs/About.qml')) - } - } - - // --------------------------------------------------------------------------- - // Menu. - // --------------------------------------------------------------------------- - - MenuBar { - Menu { - id: menu - - MenuItem { - role: MenuItem.PreferencesRole - shortcut: settingsShortcut.sequence - text: qsTr('settings') - - onTriggered: settingsShortcut.onActivated() - } - - MenuItem { - role: MenuItem.AboutRole - text: qsTr('about') - - onTriggered: aboutShortcut.onActivated() - } - - MenuItem { - role: MenuItem.QuitRole - shortcut: quitShortcut.sequence - text: qsTr('quit') - - onTriggered: quitShortcut.onActivated() - } - } - } -} From 66a648ed02788adc0ecd5af980183ae866ee21d6 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Tue, 4 Feb 2020 18:18:35 +0100 Subject: [PATCH 15/65] Add missing file --- ui/views/App/Main/MainWindowTopMenuBar.qml | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 ui/views/App/Main/MainWindowTopMenuBar.qml diff --git a/ui/views/App/Main/MainWindowTopMenuBar.qml b/ui/views/App/Main/MainWindowTopMenuBar.qml new file mode 100644 index 000000000..66cb7154c --- /dev/null +++ b/ui/views/App/Main/MainWindowTopMenuBar.qml @@ -0,0 +1,72 @@ +import QtQuick 2.7 +import QtQuick.Controls 2.3 +import Qt.labs.platform 1.0 + +import Linphone 1.0 + +// ============================================================================= + +MenuBar { + function open () { + menu.open() + } + + // --------------------------------------------------------------------------- + // Shortcuts. + // --------------------------------------------------------------------------- + + Shortcut { + id: settingsShortcut + + sequence: 'Ctrl+P' + + onActivated: App.smartShowWindow(App.getSettingsWindow()) + } + + Shortcut { + id: quitShortcut + + context: Qt.ApplicationShortcut + sequence: StandardKey.Quit + + onActivated: Qt.quit() + } + + Shortcut { + id: aboutShortcut + + sequence: StandardKey.HelpContents + + onActivated: { + window.detachVirtualWindow() + window.attachVirtualWindow(Qt.resolvedUrl('Dialogs/About.qml')) + } + } + + // --------------------------------------------------------------------------- + // Menu. + // --------------------------------------------------------------------------- + + Menu { + id: menu + title: qsTr('Settings') + + MenuItem { + text: qsTr('settings') + + onTriggered: settingsShortcut.onActivated() + } + + MenuItem { + text: qsTr('about') + + onTriggered: aboutShortcut.onActivated() + } + + MenuItem { + text: qsTr('quit') + + onTriggered: quitShortcut.onActivated() + } + } +} From 8bcecb04d12bf670ced4f26ee7b78edefcca1494 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Wed, 5 Feb 2020 08:57:38 +0100 Subject: [PATCH 16/65] Fix item text --- ui/views/App/Main/MainWindowMenuBar.qml | 2 +- ui/views/App/Main/MainWindowTopMenuBar.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/views/App/Main/MainWindowMenuBar.qml b/ui/views/App/Main/MainWindowMenuBar.qml index 8acb0faec..2ee2476bf 100644 --- a/ui/views/App/Main/MainWindowMenuBar.qml +++ b/ui/views/App/Main/MainWindowMenuBar.qml @@ -49,7 +49,7 @@ Item { Menu { id: menu - title: qsTr('Settings') + title: qsTr('settings') MenuItem { text: qsTr('settings') diff --git a/ui/views/App/Main/MainWindowTopMenuBar.qml b/ui/views/App/Main/MainWindowTopMenuBar.qml index 66cb7154c..9ed15d392 100644 --- a/ui/views/App/Main/MainWindowTopMenuBar.qml +++ b/ui/views/App/Main/MainWindowTopMenuBar.qml @@ -49,7 +49,7 @@ MenuBar { Menu { id: menu - title: qsTr('Settings') + title: qsTr('settings') MenuItem { text: qsTr('settings') From dac7ccdb1213f07dfbf7a0842c704ac56e9030f6 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Wed, 5 Feb 2020 12:44:12 +0100 Subject: [PATCH 17/65] Update build for Mac[ci skip] --- build_all_macos.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build_all_macos.sh b/build_all_macos.sh index 2d15fee6e..4c2f313b3 100755 --- a/build_all_macos.sh +++ b/build_all_macos.sh @@ -38,22 +38,22 @@ mkdir -p submodules/externals/minizip/build-minizip #SDK building cd linphone-sdk/build-sdk #LINPHONESDK_DOXYGEN_PROGRAM is set just to be sure to get the version of the Application folder -cmake .. -DLINPHONESDK_DOXYGEN_PROGRAM=/Applications/Doxygen.app/Contents/Resources/doxygen -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -cmake --build . --target all --parallel 5 +cmake .. -DLINPHONESDK_DOXYGEN_PROGRAM=/Applications/Doxygen.app/Contents/Resources/doxygen -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake --build . --target all --config RelWithDebInfo --parallel 5 rsync -a linphone-sdk/desktop/ ../../build-desktop/OUTPUT/ cd ../.. #MiniZip Building cd submodules/externals/minizip/build-minizip -cmake .. -DCMAKE_INSTALL_PREFIX=../../../../build-desktop/OUTPUT -DCMAKE_PREFIX_PATH=../../../build-desktop/OUTPUT -cmake --build . --target all --parallel 5 +cmake .. -DCMAKE_INSTALL_PREFIX=../../../../build-desktop/OUTPUT -DCMAKE_PREFIX_PATH=../../../build-desktop/OUTPUT -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake --build . --target all --config RelWithDebInfo --parallel 5 cmake --build . --target install cd ../../../.. #Desktop Building cd build-desktop -cmake .. -DCMAKE_INSTALL_PREFIX=OUTPUT -cmake --build . --target all +cmake .. -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake --build . --target all --config RelWithDebInfo cmake --build . --target install From 9a65b710334f75be2158e015dacdc3f3a3365aee Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Thu, 6 Feb 2020 19:45:18 +0100 Subject: [PATCH 18/65] Installation reworking with old packaging. CPack is temporary removed --- CMakeLists.txt | 14 ++- build_all_macos.sh | 2 +- cmake_builder/install.cmake | 2 +- cmake_builder/linphone_package/CMakeLists.txt | 101 ++++++++++-------- .../linphone_package/macos/Info.plist.in | 4 +- 5 files changed, 76 insertions(+), 47 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41879cd52..e27064832 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,9 @@ cmake_minimum_required(VERSION 3.1) project(linphoneqt VERSION 4.1.1) +list(APPEND CMAKE_PREFIX_PATH "linphone-sdk/build-sdk/linphone-sdk/desktop") +list(APPEND CMAKE_PREFIX_PATH "submodules/externals/minizip/build-minizip/OUTPUT") + set(APP_LIBRARY app-library) include(application_info.cmake) @@ -97,6 +100,7 @@ set(QT5_PACKAGES_OPTIONAL TextToSpeech) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") + find_package(LinphoneCxx CONFIG REQUIRED) find_package(Linphone CONFIG REQUIRED) find_package(bctoolbox CONFIG REQUIRED) @@ -386,7 +390,7 @@ endif () set_target_properties(${TARGET_NAME} PROPERTIES OUTPUT_NAME "${EXECUTABLE_NAME}") set(INCLUDED_DIRECTORIES "${LINPHONECXX_INCLUDE_DIRS}" "${LINPHONE_INCLUDE_DIRS}" "${BELCARD_INCLUDE_DIRS}" "${BCTOOLBOX_INCLUDE_DIRS}" "${MEDIASTREAMER2_INCLUDE_DIRS}" "${MINIZIP_INCLUDE_DIRS}") -set(LIBRARIES ${BCTOOLBOX_CORE_LIBRARIES} ${BELCARD_LIBRARIES} ${LINPHONE_LIBRARIES} ${LINPHONECXX_LIBRARIES} ${MEDIASTREAMER2_LIBRARIES} ${ORTP_LIBRARIES} ${MINIZIP_LIBRARIES} ${OPUS_LIBRARIES}) +set(LIBRARIES ${BCTOOLBOX_CORE_LIBRARIES} ${BELCARD_LIBRARIES} ${LINPHONE_LIBRARIES} ${LINPHONECXX_LIBRARIES} ${MEDIASTREAMER2_LIBRARIES} ${ORTP_LIBRARIES} ${OPUS_LIBRARIES}) foreach (package ${QT5_PACKAGES}) list(APPEND INCLUDED_DIRECTORIES "${Qt5${package}_INCLUDE_DIRS}") @@ -414,7 +418,6 @@ if (APPLE) list(APPEND LIBRARIES "-framework Cocoa -framework IOKit") # -framework linphone") #This doesn't work yet endif () - target_include_directories(${APP_LIBRARY} SYSTEM PRIVATE ${INCLUDED_DIRECTORIES}) target_include_directories(${TARGET_NAME} SYSTEM PRIVATE ${INCLUDED_DIRECTORIES}) @@ -475,8 +478,15 @@ install(FILES "${ASSETS_ASSISTANT_DIR}/use-app-sip-account.rc" # ------------------------------------------------------------------------------ # CPack settings & RPM. # ------------------------------------------------------------------------------ +set(LINPHONE_DESKTOP_DIR "${CMAKE_SOURCE_DIR}") +set(LINPHONE_OUTPUT_DIR "${CMAKE_INSTALL_PREFIX}") +set(LINPHONE_SDK_DIR "${CMAKE_SOURCE_DIR}/linphone-sdk/build-sdk/linphone-sdk") +set(TOOLS_DIR "${CMAKE_BINARY_DIR}/programs") +set(LINPHONE_SOURCE_DIR ${EP_linphone_SOURCE_DIR}) +set(LINPHONE_BUILDER_SIGNING_IDENTITY ${LINPHONE_BUILDER_SIGNING_IDENTITY}) add_subdirectory(build) +add_subdirectory(cmake_builder/linphone_package) # ------------------------------------------------------------------------------ # To start better integration into IDE. diff --git a/build_all_macos.sh b/build_all_macos.sh index 4c2f313b3..6e81f98bf 100755 --- a/build_all_macos.sh +++ b/build_all_macos.sh @@ -45,7 +45,7 @@ cd ../.. #MiniZip Building cd submodules/externals/minizip/build-minizip -cmake .. -DCMAKE_INSTALL_PREFIX=../../../../build-desktop/OUTPUT -DCMAKE_PREFIX_PATH=../../../build-desktop/OUTPUT -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake .. -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH=../../../build-desktop/OUTPUT -DCMAKE_BUILD_TYPE=RelWithDebInfo cmake --build . --target all --config RelWithDebInfo --parallel 5 cmake --build . --target install cd ../../../.. diff --git a/cmake_builder/install.cmake b/cmake_builder/install.cmake index 05b88cc53..a2ab59415 100644 --- a/cmake_builder/install.cmake +++ b/cmake_builder/install.cmake @@ -21,7 +21,7 @@ ############################################################################ if (APPLE) - execute_process(COMMAND install_name_tool -id "@executable_path/../lib/libminizip.dylib" "${CMAKE_INSTALL_PREFIX}/lib/libminizip.dylib") + #execute_process(COMMAND install_name_tool -id "@executable_path/../lib/libminizip.dylib" "${CMAKE_INSTALL_PREFIX}/lib/libminizip.dylib") execute_process(COMMAND install_name_tool -add_rpath "@executable_path/../Frameworks/" "${CMAKE_INSTALL_PREFIX}/bin/linphone") execute_process(COMMAND install_name_tool -add_rpath "@executable_path/../lib/" "${CMAKE_INSTALL_PREFIX}/bin/linphone") else () diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index 209dfed9a..eb82d6271 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -20,13 +20,17 @@ # ############################################################################ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.13) project(LINPHONE_PACKAGE) # Dummy project. include("${LINPHONE_DESKTOP_DIR}/application_info.cmake") find_package(Linphone REQUIRED) find_package(Git) +#Policy set to allow link from other directory +if (POLICY CMP0079) + cmake_policy(SET CMP0079 NEW) +endif () set(LINPHONE_QML_DIR "${LINPHONE_DESKTOP_DIR}/ui") @@ -58,11 +62,18 @@ set(PACKAGE_VERSION "${LINPHONE_VERSION}") # Preparing the Linphone SDK bundle. # ============================================================================== +# Create sdk-temp folder where we can find all needed files (libs, includes etc.) set(LINPHONE_SDK_TMP "${CMAKE_CURRENT_BINARY_DIR}/${EXECUTABLE_NAME}-sdk-tmp") file(REMOVE_RECURSE "${LINPHONE_SDK_TMP}") -file(COPY "${LINPHONE_OUTPUT_DIR}" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}") +message(${LINPHONE_SDK_DIR}) +file(COPY "${LINPHONE_SDK_DIR}/" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}") +file(GLOB MINIZIP_FILES "${CMAKE_SOURCE_DIR}/submodules/externals/minizip/build-minizip/OUTPUT/*") +file(COPY ${MINIZIP_FILES} DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/desktop/") +if(APPLE) + execute_process(COMMAND install_name_tool -id "@executable_path/../Frameworks/libminizip.dylib" "${CMAKE_CURRENT_BINARY_DIR}/desktop/lib/libminizip.dylib") +endif() file(RENAME "${CMAKE_CURRENT_BINARY_DIR}/desktop" "${LINPHONE_SDK_TMP}") - +target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib/libminizip.dylib") # Generates a zip archive containing the development files. macro (add_sdk_list_file NAME) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/sdk_content/${NAME}.list.in" "${LINPHONE_SDK_TMP}/${NAME}.list" @ONLY) @@ -88,6 +99,7 @@ add_sdk_list_file(ortp) add_sdk_list_file(ms2) add_sdk_list_file(ms2plugins) add_sdk_list_file(linphone) +add_sdk_list_file(linphonecxx) if (WIN32) add_sdk_list_file(sqlite3) add_sdk_list_file(xml2) @@ -148,6 +160,7 @@ elseif (APPLE) COMMAND zip -ry "${CMAKE_BINARY_DIR}/${EXECUTABLE_NAME}-sdk-${LINPHONE_GIT_REVISION}-mac.zip" . -i "@${EXECUTABLE_NAME}-sdk.list" WORKING_DIRECTORY ${LINPHONE_SDK_TMP} ) + install() endif () # ============================================================================== @@ -195,43 +208,48 @@ if (WIN32) ) endif () elseif (APPLE) - configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/Info.plist.in" "${APPLICATION_NAME}.app/Contents/Info.plist" @ONLY) - configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/linphone.icns" "${APPLICATION_NAME}.app/Contents/Resources/${EXECUTABLE_NAME}.icns" COPYONLY) - file(COPY "${LINPHONE_OUTPUT_DIR}/bin/${EXECUTABLE_NAME}" DESTINATION "${APPLICATION_NAME}.app/Contents/MacOS") - file(GLOB SHARED_LIBRARIES "${LINPHONE_OUTPUT_DIR}/lib/lib*.dylib") + configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/Info.plist.in" "${CMAKE_INSTALL_PREFIX}/${APPLICATION_NAME}.app/Contents/Info.plist" @ONLY) + configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/linphone.icns" "${CMAKE_INSTALL_PREFIX}/${APPLICATION_NAME}.app/Contents/Resources/${EXECUTABLE_NAME}.icns" COPYONLY) + install(DIRECTORY "${LINPHONE_SDK_TMP}/Frameworks/" DESTINATION "${APPLICATION_NAME}.app/Contents/Frameworks" USE_SOURCE_PERMISSIONS) + install(PROGRAMS "${CMAKE_INSTALL_PREFIX}/bin/${EXECUTABLE_NAME}" DESTINATION "${APPLICATION_NAME}.app/Contents/MacOS") + #file(COPY "${LINPHONE_OUTPUT_DIR}/bin/${EXECUTABLE_NAME}" DESTINATION "${APPLICATION_NAME}.app/Contents/MacOS") + file(GLOB SHARED_LIBRARIES "${LINPHONE_SDK_TMP}/lib/lib*.dylib") foreach (LIBRARY ${SHARED_LIBRARIES}) - file(COPY "${LIBRARY}" DESTINATION "${APPLICATION_NAME}.app/Contents/Frameworks") + install(FILES "${LIBRARY}" DESTINATION "${APPLICATION_NAME}.app/Contents/Frameworks") endforeach () find_program(DEPLOYQT_PROGRAM macdeployqt) if (NOT DEPLOYQT_PROGRAM) message(FATAL_ERROR "Could not find the macdeployqt program. Make sure it is in the PATH.") endif () - execute_process( - COMMAND "${DEPLOYQT_PROGRAM}" "${CMAKE_CURRENT_BINARY_DIR}/${APPLICATION_NAME}.app" "-qmldir=${LINPHONE_QML_DIR}" "-verbose=2" - ) + if (EXISTS "${LINPHONE_OUTPUT_DIR}/lib/mediastreamer") file(COPY "${LINPHONE_OUTPUT_DIR}/lib/mediastreamer" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/lib" USE_SOURCE_PERMISSIONS) endif () - file(COPY "${LINPHONE_OUTPUT_DIR}/share/Belr/grammars/cpim_grammar" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/belr/grammars/") - file(COPY "${LINPHONE_OUTPUT_DIR}/share/Belr/grammars/vcard_grammar" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/belr/grammars/") - file(COPY "${LINPHONE_OUTPUT_DIR}/share/images" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share" USE_SOURCE_PERMISSIONS) - file(COPY "${LINPHONE_OUTPUT_DIR}/share/sounds" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share" USE_SOURCE_PERMISSIONS) - file(COPY "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/rootca.pem" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}") - file(COPY "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/linphonerc-factory" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}") + install(FILES "${LINPHONE_SDK_TMP}/share/Belr/grammars/cpim_grammar" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/belr/grammars/") + install(FILES "${LINPHONE_SDK_TMP}/share/Belr/grammars/vcard_grammar" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/belr/grammars/") + install(DIRECTORY "${LINPHONE_SDK_TMP}/share/images" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share" USE_SOURCE_PERMISSIONS) + install(DIRECTORY "${LINPHONE_SDK_TMP}/share/sounds" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share" USE_SOURCE_PERMISSIONS) + install(FILES "${LINPHONE_SDK_TMP}/share/${APPLICATION_NAME}/rootca.pem" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}") + install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/linphonerc-factory" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}") - file(COPY "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/use-other-sip-account.rc" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}/assistant") - file(COPY "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/create-app-sip-account.rc" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}/assistant") - file(COPY "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/use-app-sip-account.rc" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}/assistant") + install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/use-other-sip-account.rc" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}/assistant") + install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/create-app-sip-account.rc" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}/assistant") + install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/use-app-sip-account.rc" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}/assistant") file(GLOB SHARED_LIBRARIES "${CMAKE_CURRENT_BINARY_DIR}/${APPLICATION_NAME}.app/Contents/Frameworks/lib*.dylib") + foreach (LIBRARY ${SHARED_LIBRARIES}) get_filename_component(LIBRARY_FILENAME ${LIBRARY} NAME) - message("Changing RPATH of ${LIBRARY_FILENAME} from '${LINPHONE_OUTPUT_DIR}/lib' to '@executable_path/../Frameworks'") - execute_process(COMMAND install_name_tool -rpath "${LINPHONE_OUTPUT_DIR}/lib" "@executable_path/../Frameworks" "${LIBRARY}") + if(NOT ("${LIBRARY_FILENAME}" STREQUAL "libminizip.dylib")) + message("Changing RPATH of ${LIBRARY_FILENAME} from '${LINPHONE_OUTPUT_DIR}/lib' to '@executable_path/../Frameworks'") + execute_process(COMMAND install_name_tool -rpath "${LINPHONE_OUTPUT_DIR}/lib" "@executable_path/../Frameworks" "${LIBRARY}") + endif() endforeach () + install( CODE "execute_process(COMMAND ${DEPLOYQT_PROGRAM} ${CMAKE_INSTALL_PREFIX}/${APPLICATION_NAME}.app -qmldir=${LINPHONE_QML_DIR} -verbose=2)" ) + if (LINPHONE_BUILDER_SIGNING_IDENTITY) file(GLOB FRAMEWORKS_NAMES "${CMAKE_CURRENT_BINARY_DIR}/${APPLICATION_NAME}.app/Contents/Frameworks/*") foreach (FRAMEWORK ${FRAMEWORKS_NAMES}) @@ -246,11 +264,10 @@ elseif (APPLE) endforeach () execute_process(COMMAND "codesign" "--verbose" "-s" "${LINPHONE_BUILDER_SIGNING_IDENTITY}" "${CMAKE_CURRENT_BINARY_DIR}/${APPLICATION_NAME}.app") endif () +# install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${APPLICATION_NAME}.app" DESTINATION "." USE_SOURCE_PERMISSIONS) - install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${APPLICATION_NAME}.app" DESTINATION "." USE_SOURCE_PERMISSIONS) - - configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/packaging.cmake.in" "packaging.cmake" @ONLY) - install(SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/packaging.cmake") +# configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/packaging.cmake.in" "packaging.cmake" @ONLY) +# install(SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/packaging.cmake") endif () if (MSVC) @@ -278,24 +295,24 @@ endif () # CPack. # ============================================================================== -set(CPACK_PACKAGE_NAME "${APPLICATION_NAME}") -set(CPACK_PACKAGE_VENDOR "${APPLICATION_VENDOR}") -set(CPACK_PACKAGE_VERSION_MAJOR ${LINPHONE_MAJOR_VERSION}) -set(CPACK_PACKAGE_VERSION_MINOR ${LINPHONE_MINOR_VERSION}) -if (LINPHONE_MICRO_VERSION) - set(CPACK_PACKAGE_VERSION_PATCH ${LINPHONE_MICRO_VERSION}) -endif () -set(CPACK_PACKAGE_EXECUTABLES "${EXECUTABLE_NAME};${APPLICATION_NAME}") -set(CPACK_PACKAGE_INSTALL_DIRECTORY "${APPLICATION_NAME}") -set(CPACK_RESOURCE_FILE_LICENSE "${LINPHONE_DESKTOP_DIR}/LICENSE.txt") +#set(CPACK_PACKAGE_NAME "${APPLICATION_NAME}") +#set(CPACK_PACKAGE_VENDOR "${APPLICATION_VENDOR}") +#set(CPACK_PACKAGE_VERSION_MAJOR ${LINPHONE_MAJOR_VERSION}) +#set(CPACK_PACKAGE_VERSION_MINOR ${LINPHONE_MINOR_VERSION}) +#if (LINPHONE_MICRO_VERSION) +# set(CPACK_PACKAGE_VERSION_PATCH ${LINPHONE_MICRO_VERSION}) +#endif () +#set(CPACK_PACKAGE_EXECUTABLES "${EXECUTABLE_NAME};${APPLICATION_NAME}") +#set(CPACK_PACKAGE_INSTALL_DIRECTORY "${APPLICATION_NAME}") +#set(CPACK_RESOURCE_FILE_LICENSE "${LINPHONE_DESKTOP_DIR}/LICENSE.txt") -if (APPLE) - set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${LINPHONE_GIT_REVISION}-mac") - set(CPACK_DMG_BACKGROUND_IMAGE "${CMAKE_CURRENT_SOURCE_DIR}/macos/background_dmg.jpg") +#if (APPLE) +# set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${LINPHONE_GIT_REVISION}-mac") +# set(CPACK_DMG_BACKGROUND_IMAGE "${CMAKE_CURRENT_SOURCE_DIR}/macos/background_dmg.jpg") - configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/linphone_dmg.scpt.in" "${CMAKE_CURRENT_BINARY_DIR}/linphone_dmg.scpt" @ONLY) - set(CPACK_DMG_DS_STORE_SETUP_SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/linphone_dmg.scpt") -endif () +# configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/linphone_dmg.scpt.in" "${CMAKE_CURRENT_BINARY_DIR}/linphone_dmg.scpt" @ONLY) +# set(CPACK_DMG_DS_STORE_SETUP_SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/linphone_dmg.scpt") +#endif () if (WIN32) set(CPACK_GENERATOR "NSIS") diff --git a/cmake_builder/linphone_package/macos/Info.plist.in b/cmake_builder/linphone_package/macos/Info.plist.in index 6e4b7c817..1703aa7e8 100644 --- a/cmake_builder/linphone_package/macos/Info.plist.in +++ b/cmake_builder/linphone_package/macos/Info.plist.in @@ -27,7 +27,7 @@ CFBundleVersion @PACKAGE_VERSION@ NSHumanReadableCopyright - Copyright 2011-2018 @APPLICATION_VENDOR@ + Copyright 2011-2020 @APPLICATION_VENDOR@ LSMinimumSystemVersion @CMAKE_OSX_DEPLOYMENT_TARGET@ NSAppSleepDisabled @@ -50,5 +50,7 @@ NSApplication NSHighResolutionCapable True + NSCameraUsageDescription + Streaming Video between devices From 6f385559af3df3f6a44ef67b9eeda8946e1274e2 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Thu, 6 Feb 2020 19:58:30 +0100 Subject: [PATCH 19/65] Add missing file --- .../linphone_package/sdk_content/linphonecxx.list.in | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cmake_builder/linphone_package/sdk_content/linphonecxx.list.in diff --git a/cmake_builder/linphone_package/sdk_content/linphonecxx.list.in b/cmake_builder/linphone_package/sdk_content/linphonecxx.list.in new file mode 100644 index 000000000..6ed9fc40d --- /dev/null +++ b/cmake_builder/linphone_package/sdk_content/linphonecxx.list.in @@ -0,0 +1,4 @@ +@LIBDIR@/@LIBPREFIX@linphone*.@LIBEXT@ +include/linphone++/* +share/doc/linphoneCxx-* +share/LinphoneCxx/cmake/* \ No newline at end of file From 79ed60ff7201730ff933ce1cd67484e0cc28b65b Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 7 Feb 2020 09:25:16 +0100 Subject: [PATCH 20/65] Remove some macro, debug on qml image loads, order of headers --- CMakeLists.txt | 33 +++++++++++++++++++ build_all_win.bat | 19 ++++++----- src/app/App.cpp | 11 +++---- src/app/main.cpp | 5 ++- src/app/providers/ImageProvider.cpp | 6 ++-- .../single-application/SingleApplication.cpp | 16 +++++---- .../SingleApplicationPrivate.hpp | 2 +- src/components/call/CallModel.cpp | 18 ++++++---- src/components/call/CallModel.hpp | 3 +- .../desktop-tools/DesktopToolsWindows.cpp | 3 +- src/utils/QExifImageHeader.cpp | 9 ++--- 11 files changed, 84 insertions(+), 41 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5646aabf6..1dee0d6dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,29 @@ set(ASSETS_DIR "assets") option(ENABLE_UPDATE_CHECK "Enable update check." NO) +option(ENABLE_GPL_THIRD_PARTIES "" YES) +option(ENABLE_NON_FREE_CODECS "Allow inclusion of non-free codecs in the build." YES) +option(ENABLE_AMRNB "" YES) +option(ENABLE_AMRWB "" YES) +option(ENABLE_BV16 "Build mediastreamer2 with the BV16 codec." YES) +option(ENABLE_G729 "Build mediastreamer2 with the G726 codec." YES) +#option(ENABLE_G729B_CNG "Build mediastreamer2 with G729 annex B cng." NO) +option(ENABLE_GSM "Build mediastreamer2 with the GSM codec." YES) +option(ENABLE_ILBC "" YES) +option(ENABLE_ISAC "" YES) +option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." YES) +option(ENABLE_SILK "" YES) +#option(ENABLE_SPEEX "" YES) +option(ENABLE_SPEEX_CODEC "Build mediastreamer2 with the SPEEX codec." YES) +option(ENABLE_SPEEX_DSP "Build mediastreamer2 with the SPEEX DSP support." YES) +option(ENABLE_FFMPEG "Build mediastreamer2 with ffmpeg video support." YES) +option(ENABLE_H263 "" YES) +option(ENABLE_H263P "" YES) +option(ENABLE_MPEG4 "" YES) +option(ENABLE_OPENH264 "Embedded OpenH264" YES) +option(ENABLE_VPX "Build mediastreamer2 with VPX codec." YES) +option(ENABLE_MKV "Enable support of MKV files reading and writing." YES) + include(GNUInstallDirs) include(CheckCXXCompilerFlag) @@ -72,6 +95,8 @@ if (NOT WIN32) if (SUGGEST_OVERRIDE) set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -Wsuggest-override -Werror=suggest-override") endif () +elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang") + set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -Wno-switch") endif () set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -DQT_NO_EXCEPTIONS") @@ -327,6 +352,14 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_CURRENT_SOURCE_DIR}/.git/hooks/pre-commit" ) +set(_QML_IMPORT_PATHS "") +list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/modules") +list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/dev-modules") +list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/scripts") +list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/views") + +set(QML_IMPORT_PATH ${_QML_IMPORT_PATHS} CACHE STRING "Path used to locate CMake modules by Qt Creator" FORCE) + # ------------------------------------------------------------------------------ # Create config.h file # ------------------------------------------------------------------------------ diff --git a/build_all_win.bat b/build_all_win.bat index 7c7959707..907659e97 100644 --- a/build_all_win.bat +++ b/build_all_win.bat @@ -8,24 +8,25 @@ IF NOT EXIST build-minizip mkdir build-minizip cd ../../.. :: SDK Building -cd linphone-sdk/build-sdk -cmake .. -DLINPHONESDK_PLATFORM=Desktop -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=Debug -DENABLE_VPX=ON -A Win32 +cd linphone-sdk/build-sdk +cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=YES -A Win32 -DENABLE_GPL_THIRD_PARTIES=YES -DENABLE_NON_FREE_CODECS=YES -DENABLE_AMRNB=YES -DENABLE_AMRWB=YES -DENABLE_G729=YES -DENABLE_GSM=YES -DENABLE_ILBC=YES -DENABLE_ISAC=YES -DENABLE_OPUS=YES -DENABLE_SILK=YES -DENABLE_SPEEX=YES -DENABLE_H263=YES -DENABLE_H263P=YES -DENABLE_MPEG4=YES -DENABLE_OPENH264=YES -DENABLE_FFMPEG=YES -DENABLE_VIDEO=YES -DENABLE_GL=YES +::cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=YES -A Win32 -DENABLE_VIDEO=YES -DENABLE_GL=YES if %errorlevel% neq 0 exit /b %errorlevel% -cmake --build . --target sdk --parallel 5 +cmake --build . --target sdk --config RelWithDebInfo --parallel 5 if %errorlevel% neq 0 exit /b %errorlevel% robocopy linphone-sdk\desktop ..\..\build-desktop\OUTPUT /e /njh /njs /ndl /nc /ns cd ../.. :: Minizip Submodule Building cd submodules/externals/minizip/build-minizip -cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../build-desktop/OUTPUT -DCMAKE_PREFIX_PATH="../../../linphone-sdk/build-sdk/linphone-sdk/desktop" -A Win32 -cmake --build . --target all_build --config Debug -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false -cmake --build . --target install --config Debug -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=../../../../build-desktop/OUTPUT -DCMAKE_PREFIX_PATH="../../../linphone-sdk/build-sdk/linphone-sdk/desktop" -A Win32 +cmake --build . --target all_build --config RelWithDebInfo -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false +cmake --build . --target install --config RelWithDebInfo -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false cd ../../../.. :: Desktop Building cd build-desktop -cmake .. -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH="linphone-sdk/build-sdk/linphone-sdk/desktop;submodules/externals/minizip/build-minizip/OUTPUT" -A Win32 +cmake .. -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH="linphone-sdk/build-sdk/linphone-sdk/desktop" -A Win32 if %errorlevel% neq 0 exit /b %errorlevel% -cmake --build . --target all_build --config Debug -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false -cmake --build . --target install --config Debug -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false +cmake --build . --target all_build --config RelWithDebInfo --parallel 5 -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false +cmake --build . --target install --config RelWithDebInfo -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false diff --git a/src/app/App.cpp b/src/app/App.cpp index 72886dbbe..da1f33687 100644 --- a/src/app/App.cpp +++ b/src/app/App.cpp @@ -19,7 +19,11 @@ * Created on: February 2, 2017 * Author: Ronan Abhamon */ +#include "App.hpp" +#ifdef Q_OS_WIN + #include +#endif // ifdef Q_OS_WIN #include #include #include @@ -31,12 +35,7 @@ #include #include -#ifdef Q_OS_WIN - #include -#endif // ifdef Q_OS_WIN - #include "config.h" - #include "cli/Cli.hpp" #include "components/Components.hpp" #include "logger/Logger.hpp" @@ -48,8 +47,6 @@ #include "utils/LinphoneUtils.hpp" #include "utils/Utils.hpp" -#include "App.hpp" - // ============================================================================= using namespace std; diff --git a/src/app/main.cpp b/src/app/main.cpp index 5719f2f33..3414711d5 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -21,11 +21,14 @@ */ #include "AppController.hpp" - +#include // ============================================================================= int main (int argc, char *argv[]) { + QApplication::setOrganizationName("Belledonne-Communications"); + QApplication::setOrganizationDomain("linphone.org"); AppController controller(argc, argv); + //QLoggingCategory::setFilterRules("*.debug=true;qml=false"); App *app = controller.getApp(); if (app->isSecondary()) { diff --git a/src/app/providers/ImageProvider.cpp b/src/app/providers/ImageProvider.cpp index 5364b3d31..f5c3b5a28 100644 --- a/src/app/providers/ImageProvider.cpp +++ b/src/app/providers/ImageProvider.cpp @@ -247,8 +247,8 @@ ImageProvider::ImageProvider () : QQuickImageProvider( QImage ImageProvider::requestImage (const QString &id, QSize *size, const QSize &requestedSize) { const QString path = QStringLiteral(":%1").arg(id); - qDebug() << QStringLiteral("Image `%1` requested with size: (%2, %3).") - .arg(path).arg(requestedSize.width()).arg(requestedSize.height()); +// qDebug() << QStringLiteral("Image `%1` requested with size: (%2, %3).") +// .arg(path).arg(requestedSize.width()).arg(requestedSize.height()); QElapsedTimer timer; timer.start(); @@ -298,7 +298,7 @@ QImage ImageProvider::requestImage (const QString &id, QSize *size, const QSize QPainter painter(&image); renderer.render(&painter); - qDebug() << QStringLiteral("Image `%1` loaded in %2 milliseconds.").arg(path).arg(timer.elapsed()); +// qDebug() << QStringLiteral("Image `%1` loaded in %2 milliseconds.").arg(path).arg(timer.elapsed()); return image; } diff --git a/src/app/single-application/SingleApplication.cpp b/src/app/single-application/SingleApplication.cpp index 38a5f4465..195f64837 100644 --- a/src/app/single-application/SingleApplication.cpp +++ b/src/app/single-application/SingleApplication.cpp @@ -38,16 +38,16 @@ #include #endif // ifdef Q_OS_UNIX -#ifdef Q_OS_WIN - #include - #include -#endif // ifdef Q_OS_WIN #include "utils/Utils.hpp" #include "SingleApplication.hpp" #include "SingleApplicationPrivate.hpp" +#ifdef Q_OS_WIN + #include + #include +#endif // ifdef Q_OS_WIN // ============================================================================= using namespace std; @@ -61,7 +61,7 @@ namespace { // ----------------------------------------------------------------------------- -SingleApplicationPrivate::SingleApplicationPrivate (SingleApplication *q_ptr) : q_ptr(q_ptr) { +SingleApplicationPrivate::SingleApplicationPrivate (SingleApplication *p_ptr) : q_ptr(p_ptr) { server = nullptr; socket = nullptr; } @@ -104,7 +104,7 @@ void SingleApplicationPrivate::genBlockServerName (int timeout) { // User level block requires a user specific data in the hash if (options & SingleApplication::Mode::User) { #ifdef Q_OS_WIN - Q_UNUSED(timeout); + Q_UNUSED(timeout) wchar_t username[UNLEN + 1]; // Specifies size of the buffer on input DWORD usernameLength = UNLEN + 1; @@ -265,7 +265,9 @@ void SingleApplicationPrivate::slotConnectionEstablished () { tmp = nextConnSocket->read(checksum.length()); if (checksum == tmp) break; // Otherwise set to invalid connection (next line) - } UTILS_NO_BREAK; + connectionType = InvalidConnection; + break; + } default: connectionType = InvalidConnection; } diff --git a/src/app/single-application/SingleApplicationPrivate.hpp b/src/app/single-application/SingleApplicationPrivate.hpp index c7ffe1ea2..fa0b3ca49 100644 --- a/src/app/single-application/SingleApplicationPrivate.hpp +++ b/src/app/single-application/SingleApplicationPrivate.hpp @@ -44,7 +44,7 @@ struct InstancesInfo { bool primary; quint32 secondary; - quint64 primaryId; + qint64 primaryId; }; class SingleApplicationPrivate : public QObject { diff --git a/src/components/call/CallModel.cpp b/src/components/call/CallModel.cpp index f98b7adce..eb7b0a427 100644 --- a/src/components/call/CallModel.cpp +++ b/src/components/call/CallModel.cpp @@ -19,6 +19,7 @@ * Created on: February 2, 2017 * Author: Ronan Abhamon */ +#include "CallModel.hpp" #include #include @@ -36,7 +37,7 @@ #include "utils/MediastreamerUtils.hpp" #include "utils/Utils.hpp" -#include "CallModel.hpp" + // ============================================================================= @@ -282,11 +283,14 @@ void CallModel::handleCallStateChanged (const shared_ptr &call, mPausedByRemote = false; break; - case linphone::Call::State::StreamsRunning: + case linphone::Call::State::StreamsRunning: { if (!mWasConnected && CoreManager::getInstance()->getSettingsModel()->getAutomaticallyRecordCalls()) { startRecording(); mWasConnected = true; - } UTILS_NO_BREAK; + } + mPausedByRemote = false; + break; + } case linphone::Call::State::Connected: case linphone::Call::State::Referred: case linphone::Call::State::Released: @@ -703,8 +707,8 @@ void CallModel::updateStats (const shared_ptr &callSt statsList << createStat(tr("callStatsDownloadBandwidth"), QStringLiteral("%1 kbits/s").arg(int(callStats->getDownloadBandwidth()))); statsList << createStat(tr("callStatsIceState"), iceStateToString(callStats->getIceState())); statsList << createStat(tr("callStatsIpFamily"), family); - statsList << createStat(tr("callStatsSenderLossRate"), QStringLiteral("%1 %").arg(callStats->getSenderLossRate())); - statsList << createStat(tr("callStatsReceiverLossRate"), QStringLiteral("%1 %").arg(callStats->getReceiverLossRate())); + statsList << createStat(tr("callStatsSenderLossRate"), QStringLiteral("%1 %").arg(static_cast(callStats->getSenderLossRate()))); + statsList << createStat(tr("callStatsReceiverLossRate"), QStringLiteral("%1 %").arg(static_cast(callStats->getReceiverLossRate()))); switch (callStats->getType()) { case linphone::StreamType::Audio: @@ -730,8 +734,8 @@ void CallModel::updateStats (const shared_ptr &callSt ? receivedVideoDefinition : QString("%1 (%2)").arg(receivedVideoDefinition).arg(receivedVideoDefinitionName)); - statsList << createStat(tr("callStatsReceivedFramerate"), QStringLiteral("%1 FPS").arg(params->getReceivedFramerate())); - statsList << createStat(tr("callStatsSentFramerate"), QStringLiteral("%1 FPS").arg(params->getSentFramerate())); + statsList << createStat(tr("callStatsReceivedFramerate"), QStringLiteral("%1 FPS").arg(static_cast(params->getReceivedFramerate()))); + statsList << createStat(tr("callStatsSentFramerate"), QStringLiteral("%1 FPS").arg(static_cast(params->getSentFramerate()))); } break; default: diff --git a/src/components/call/CallModel.hpp b/src/components/call/CallModel.hpp index a8b394349..2ddbbf413 100644 --- a/src/components/call/CallModel.hpp +++ b/src/components/call/CallModel.hpp @@ -23,8 +23,9 @@ #ifndef CALL_MODEL_H_ #define CALL_MODEL_H_ -#include #include +#include + // ============================================================================= diff --git a/src/components/other/desktop-tools/DesktopToolsWindows.cpp b/src/components/other/desktop-tools/DesktopToolsWindows.cpp index 64c6c574e..4d308f743 100644 --- a/src/components/other/desktop-tools/DesktopToolsWindows.cpp +++ b/src/components/other/desktop-tools/DesktopToolsWindows.cpp @@ -20,10 +20,11 @@ * Author: Ronan Abhamon */ -#include + #include "DesktopToolsWindows.hpp" +#include // ============================================================================= DesktopTools::DesktopTools (QObject *parent) : QObject(parent) {} diff --git a/src/utils/QExifImageHeader.cpp b/src/utils/QExifImageHeader.cpp index fc799f7c2..c9b8de7dc 100644 --- a/src/utils/QExifImageHeader.cpp +++ b/src/utils/QExifImageHeader.cpp @@ -120,7 +120,7 @@ public: QExifByteValuePrivate (const QVector &v) : QExifValuePrivate(QExifValue::Byte, v.size()), value(v) {} - + ~QExifByteValuePrivate(){} QVector value; }; @@ -491,13 +491,15 @@ QString QExifValue::toString () const { QTextCodec *codec = QTextCodec::codecForName("UTF-16"); if (codec) return codec->toUnicode(string); - } UTILS_NO_BREAK; + return QString::fromLocal8Bit(string.constData(), string.length()); + } case UndefinedEncoding: return QString::fromLocal8Bit(string.constData(), string.length()); default: break; } - } UTILS_NO_BREAK; + return QString(); + } default: return QString(); } @@ -1391,7 +1393,6 @@ QExifValue QExifImageHeader::readIfdValue (QDataStream &stream, int startPos, co } return QExifValue(value); } - break; case QExifValue::Rational: { QVector value(int(header.count)); From 665d60df785c801073b10a6f4ba758e3f079003b Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 7 Feb 2020 09:33:27 +0100 Subject: [PATCH 21/65] Linux build [ci skip] --- CMakeLists.txt | 2 ++ cmake_builder/linphone_package/CMakeLists.txt | 17 ++++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e27064832..05e578b97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,8 @@ project(linphoneqt VERSION 4.1.1) list(APPEND CMAKE_PREFIX_PATH "linphone-sdk/build-sdk/linphone-sdk/desktop") list(APPEND CMAKE_PREFIX_PATH "submodules/externals/minizip/build-minizip/OUTPUT") +set(CMAKE_INSTALL_PREFIX "OUTPUT") + set(APP_LIBRARY app-library) include(application_info.cmake) diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index eb82d6271..290e40093 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -71,9 +71,15 @@ file(GLOB MINIZIP_FILES "${CMAKE_SOURCE_DIR}/submodules/externals/minizip/build- file(COPY ${MINIZIP_FILES} DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/desktop/") if(APPLE) execute_process(COMMAND install_name_tool -id "@executable_path/../Frameworks/libminizip.dylib" "${CMAKE_CURRENT_BINARY_DIR}/desktop/lib/libminizip.dylib") +elseif(NOT WIN32) + endif() file(RENAME "${CMAKE_CURRENT_BINARY_DIR}/desktop" "${LINPHONE_SDK_TMP}") -target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib/libminizip.dylib") +if(APPLE) + target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib/libminizip.dylib") +elseif(NOT WIN32) + target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib64/libminizip.so") +endif() # Generates a zip archive containing the development files. macro (add_sdk_list_file NAME) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/sdk_content/${NAME}.list.in" "${LINPHONE_SDK_TMP}/${NAME}.list" @ONLY) @@ -268,6 +274,15 @@ elseif (APPLE) # configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/packaging.cmake.in" "packaging.cmake" @ONLY) # install(SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/packaging.cmake") +else() + foreach (LIBRARY ${SHARED_LIBRARIES}) + get_filename_component(LIBRARY_FILENAME ${LIBRARY} NAME) + #if(NOT ("${LIBRARY_FILENAME}" STREQUAL "libminizip.dylib")) + message("Changing RPATH of ${LIBRARY_FILENAME} from '${LINPHONE_OUTPUT_DIR}/lib' to '@executable_path/../lib'") + execute_process(COMMAND install_name_tool -rpath "${LINPHONE_OUTPUT_DIR}/lib" "@executable_path/../lib" "${LIBRARY}") + execute_process(COMMAND install_name_tool -rpath "${LINPHONE_OUTPUT_DIR}/lib" "@executable_path/../lib64" "${LIBRARY}") + #endif() + endforeach () endif () if (MSVC) From 71774a1aef8c6232c4038985060e129272654bf3 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 7 Feb 2020 10:08:00 +0100 Subject: [PATCH 22/65] Update MacOs auto building script [ci skip] --- build_all_macos.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_all_macos.sh b/build_all_macos.sh index 6e81f98bf..d58982ecf 100755 --- a/build_all_macos.sh +++ b/build_all_macos.sh @@ -40,12 +40,11 @@ cd linphone-sdk/build-sdk #LINPHONESDK_DOXYGEN_PROGRAM is set just to be sure to get the version of the Application folder cmake .. -DLINPHONESDK_DOXYGEN_PROGRAM=/Applications/Doxygen.app/Contents/Resources/doxygen -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -DCMAKE_BUILD_TYPE=RelWithDebInfo cmake --build . --target all --config RelWithDebInfo --parallel 5 -rsync -a linphone-sdk/desktop/ ../../build-desktop/OUTPUT/ cd ../.. #MiniZip Building cd submodules/externals/minizip/build-minizip -cmake .. -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH=../../../build-desktop/OUTPUT -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake .. -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH=../../../linphone-sdk/build-sdk/linphone-sdk/desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo cmake --build . --target all --config RelWithDebInfo --parallel 5 cmake --build . --target install cd ../../../.. From a50dfd98ef884768745bc5e343e66272cf331c84 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 7 Feb 2020 17:32:08 +0100 Subject: [PATCH 23/65] Update some depreciated functions, clean syntaxes, fix Linux installation --- CMakeLists.txt | 15 +- cmake_builder/linphone_package/CMakeLists.txt | 42 ++-- src/app/AppController.cpp | 2 +- src/components/chat/ChatModel.cpp | 184 +++++++++++------- .../settings/AccountSettingsModel.cpp | 5 +- src/components/settings/SettingsModel.cpp | 23 +-- src/components/settings/SettingsModel.hpp | 168 ++++++++-------- src/utils/MediastreamerUtils.hpp | 8 +- 8 files changed, 261 insertions(+), 186 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 418031b22..ffc957d2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,10 @@ list(APPEND CMAKE_PREFIX_PATH "linphone-sdk/build-sdk/linphone-sdk/desktop") list(APPEND CMAKE_PREFIX_PATH "submodules/externals/minizip/build-minizip/OUTPUT") set(CMAKE_INSTALL_PREFIX "OUTPUT") - +if(UNIX AND NOT APPLE) + set(CMAKE_INSTALL_RPATH "lib64;../lib64") + set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) +endif() set(APP_LIBRARY app-library) include(application_info.cmake) @@ -51,7 +54,6 @@ option(ENABLE_G729 "Build mediastreamer2 with the G726 codec." YES) option(ENABLE_GSM "Build mediastreamer2 with the GSM codec." YES) option(ENABLE_ILBC "" YES) option(ENABLE_ISAC "" YES) -option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." YES) option(ENABLE_SILK "" YES) #option(ENABLE_SPEEX "" YES) option(ENABLE_SPEEX_CODEC "Build mediastreamer2 with the SPEEX codec." YES) @@ -63,6 +65,11 @@ option(ENABLE_MPEG4 "" YES) option(ENABLE_OPENH264 "Embedded OpenH264" YES) option(ENABLE_VPX "Build mediastreamer2 with VPX codec." YES) option(ENABLE_MKV "Enable support of MKV files reading and writing." YES) +if(WIN32 OR APPLE) + option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." YES) +else()##Opus crash on Linux. The version for 4.3 is old. We have to use a switch in configuration to select the newest version for desktop. + option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." YES) +endif() include(GNUInstallDirs) include(CheckCXXCompilerFlag) @@ -494,11 +501,11 @@ endif () # ------------------------------------------------------------------------------ install(FILES "${ASSETS_DIR}/linphonerc-factory" - DESTINATION "${CMAKE_INSTALL_DATADIR}/${EXECUTABLE_NAME}" + DESTINATION "${CMAKE_INSTALL_DATADIR}/${APPLICATION_NAME}" ) set(ASSETS_ASSISTANT_DIR "${ASSETS_DIR}/assistant") -set(ASSISTANT_INSTALL_DATADIR "${CMAKE_INSTALL_DATADIR}/${EXECUTABLE_NAME}/assistant") +set(ASSISTANT_INSTALL_DATADIR "${CMAKE_INSTALL_DATADIR}/${APPLICATION_NAME}/assistant") install(FILES "${ASSETS_ASSISTANT_DIR}/use-other-sip-account.rc" DESTINATION "${ASSISTANT_INSTALL_DATADIR}" diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index 290e40093..300ba4a23 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -179,7 +179,7 @@ if (WIN32) ) file(GLOB SHARE_CONTENT RELATIVE "${LINPHONE_OUTPUT_DIR}" "${LINPHONE_OUTPUT_DIR}/share/*") - list(REMOVE_ITEM SHARE_CONTENT "share/belr" "share/Belr" "share/images" "share/${APPLICATION_NAME}" "share/${EXECUTABLE_NAME}" "share/sounds") + list(REMOVE_ITEM SHARE_CONTENT "share/belr" "share/Belr" "share/images" "share/${APPLICATION_NAME}" "share/${APPLICATION_NAME}" "share/sounds") foreach (ITEM IN LISTS SHARE_CONTENT) list(APPEND SHARE_CONTENT_EXCLUDE PATTERN "${ITEM}" EXCLUDE) endforeach () @@ -206,7 +206,7 @@ if (WIN32) ${SHARE_CONTENT_EXCLUDE} ) - install(FILES "${LINPHONE_OUTPUT_DIR}/share/Linphone/rootca.pem" DESTINATION "share/${EXECUTABLE_NAME}") + install(FILES "${LINPHONE_OUTPUT_DIR}/share/Linphone/rootca.pem" DESTINATION "share/${APPLICATION_NAME}") if (ENABLE_OPENH264) install(FILES "${LINPHONE_OUTPUT_DIR}/lib/mediastreamer/plugins/libmsopenh264.dll" @@ -217,8 +217,7 @@ elseif (APPLE) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/Info.plist.in" "${CMAKE_INSTALL_PREFIX}/${APPLICATION_NAME}.app/Contents/Info.plist" @ONLY) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/linphone.icns" "${CMAKE_INSTALL_PREFIX}/${APPLICATION_NAME}.app/Contents/Resources/${EXECUTABLE_NAME}.icns" COPYONLY) install(DIRECTORY "${LINPHONE_SDK_TMP}/Frameworks/" DESTINATION "${APPLICATION_NAME}.app/Contents/Frameworks" USE_SOURCE_PERMISSIONS) - install(PROGRAMS "${CMAKE_INSTALL_PREFIX}/bin/${EXECUTABLE_NAME}" DESTINATION "${APPLICATION_NAME}.app/Contents/MacOS") - #file(COPY "${LINPHONE_OUTPUT_DIR}/bin/${EXECUTABLE_NAME}" DESTINATION "${APPLICATION_NAME}.app/Contents/MacOS") + install(PROGRAMS "${CMAKE_INSTALL_PREFIX}/bin/${EXECUTABLE_NAME}" DESTINATION "${APPLICATION_NAME}.app/Contents/MacOS") file(GLOB SHARED_LIBRARIES "${LINPHONE_SDK_TMP}/lib/lib*.dylib") foreach (LIBRARY ${SHARED_LIBRARIES}) install(FILES "${LIBRARY}" DESTINATION "${APPLICATION_NAME}.app/Contents/Frameworks") @@ -237,12 +236,12 @@ elseif (APPLE) install(FILES "${LINPHONE_SDK_TMP}/share/Belr/grammars/vcard_grammar" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/belr/grammars/") install(DIRECTORY "${LINPHONE_SDK_TMP}/share/images" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share" USE_SOURCE_PERMISSIONS) install(DIRECTORY "${LINPHONE_SDK_TMP}/share/sounds" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share" USE_SOURCE_PERMISSIONS) - install(FILES "${LINPHONE_SDK_TMP}/share/${APPLICATION_NAME}/rootca.pem" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}") - install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/linphonerc-factory" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}") + install(FILES "${LINPHONE_SDK_TMP}/share/${APPLICATION_NAME}/rootca.pem" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${APPLICATION_NAME}") + install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/linphonerc-factory" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${APPLICATION_NAME}") - install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/use-other-sip-account.rc" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}/assistant") - install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/create-app-sip-account.rc" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}/assistant") - install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/use-app-sip-account.rc" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${EXECUTABLE_NAME}/assistant") + install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/use-other-sip-account.rc" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${APPLICATION_NAME}/assistant") + install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/create-app-sip-account.rc" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${APPLICATION_NAME}/assistant") + install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/use-app-sip-account.rc" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/${APPLICATION_NAME}/assistant") file(GLOB SHARED_LIBRARIES "${CMAKE_CURRENT_BINARY_DIR}/${APPLICATION_NAME}.app/Contents/Frameworks/lib*.dylib") @@ -274,7 +273,7 @@ elseif (APPLE) # configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/packaging.cmake.in" "packaging.cmake" @ONLY) # install(SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/packaging.cmake") -else() +else()# Not Windows and Apple foreach (LIBRARY ${SHARED_LIBRARIES}) get_filename_component(LIBRARY_FILENAME ${LIBRARY} NAME) #if(NOT ("${LIBRARY_FILENAME}" STREQUAL "libminizip.dylib")) @@ -282,7 +281,28 @@ else() execute_process(COMMAND install_name_tool -rpath "${LINPHONE_OUTPUT_DIR}/lib" "@executable_path/../lib" "${LIBRARY}") execute_process(COMMAND install_name_tool -rpath "${LINPHONE_OUTPUT_DIR}/lib" "@executable_path/../lib64" "${LIBRARY}") #endif() - endforeach () + endforeach () + install(DIRECTORY "${LINPHONE_SDK_TMP}/bin/" DESTINATION "bin" USE_SOURCE_PERMISSIONS) + install(DIRECTORY "${LINPHONE_SDK_TMP}/lib/" DESTINATION "lib" USE_SOURCE_PERMISSIONS) + install(DIRECTORY "${LINPHONE_SDK_TMP}/lib64/" DESTINATION "lib64" USE_SOURCE_PERMISSIONS) + install(DIRECTORY "${LINPHONE_SDK_TMP}/share/" DESTINATION "share" USE_SOURCE_PERMISSIONS) + #install(PROGRAMS "${CMAKE_INSTALL_PREFIX}/bin/${EXECUTABLE_NAME}" DESTINATION "/bin") + + + if (EXISTS "${LINPHONE_OUTPUT_DIR}/lib/mediastreamer") + file(COPY "${LINPHONE_OUTPUT_DIR}/lib/mediastreamer" DESTINATION "lib" USE_SOURCE_PERMISSIONS) + endif () + install(FILES "${LINPHONE_SDK_TMP}/share/belr/grammars/cpim_grammar" DESTINATION "share/belr/grammars/") + install(FILES "${LINPHONE_SDK_TMP}/share/belr/grammars/vcard_grammar" DESTINATION "share/belr/grammars/") + install(DIRECTORY "${LINPHONE_SDK_TMP}/share/images" DESTINATION "share" USE_SOURCE_PERMISSIONS) + install(DIRECTORY "${LINPHONE_SDK_TMP}/share/sounds" DESTINATION "share" USE_SOURCE_PERMISSIONS) + install(FILES "${LINPHONE_SDK_TMP}/share/${APPLICATION_NAME}/rootca.pem" DESTINATION "share/${APPLICATION_NAME}") +# install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/linphonerc-factory" DESTINATION "share/${APPLICATION_NAME}") + +# install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/use-other-sip-account.rc" DESTINATION "share/${APPLICATION_NAME}/assistant") +# install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/create-app-sip-account.rc" DESTINATION "share/${APPLICATION_NAME}/assistant") +# install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/use-app-sip-account.rc" DESTINATION "share/${APPLICATION_NAME}/assistant") + endif () if (MSVC) diff --git a/src/app/AppController.cpp b/src/app/AppController.cpp index 653407fd0..9e4de97e1 100644 --- a/src/app/AppController.cpp +++ b/src/app/AppController.cpp @@ -40,7 +40,7 @@ namespace { } AppController::AppController (int &argc, char *argv[]) { - QT_REQUIRE_VERSION(argc, argv, ApplicationMinimalQtVersion); + QT_REQUIRE_VERSION(argc, argv, ApplicationMinimalQtVersion) Q_ASSERT(!mApp); // Disable QML cache. Avoid malformed cache. diff --git a/src/components/chat/ChatModel.cpp b/src/components/chat/ChatModel.cpp index 78f7a55cf..7102c0344 100644 --- a/src/components/chat/ChatModel.cpp +++ b/src/components/chat/ChatModel.cpp @@ -53,88 +53,139 @@ namespace { // In Bytes. constexpr qint64 FileSizeLimit = 524288000; } - -static inline QString getFileId (const shared_ptr &message) { - return Utils::coreStringToAppString(message->getAppdata()).section(':', 0, 0); +// MessageAppData is using to parse what's it in Appdata field of a message +class MessageAppData +{ +public: + MessageAppData(){} + MessageAppData(const QString&); + QString m_id; + QString m_path; + QString toString()const; + void fromString(const QString& ); + static QString toString(const QVector& ); + static QVector fromListString(const QString& ); +}; +MessageAppData::MessageAppData(const QString& p_data) +{ + fromString(p_data); +} +QString MessageAppData::toString()const +{ + return m_id+':'+m_path; +} +void MessageAppData::fromString(const QString& p_data) +{ + QStringList fields = p_data.split(':'); + m_id = fields[0]; + m_path = fields[1]; +} +QString MessageAppData::toString(const QVector& p_data) +{ + QString serialization; + if( p_data.size() > 0) + { + serialization = p_data[0].toString(); + for(int i = 1 ; i < p_data.size() ; ++i) + serialization += ';'+p_data[i].toString(); + } + return serialization; +} +QVector MessageAppData::fromListString(const QString& p_data) +{ + QVector data; + QStringList files = p_data.split(";"); + for(int i = 0 ; i < files.size() ; ++i) + data.push_back(MessageAppData(files[i])); + return data; } -static inline QString getDownloadPath (const shared_ptr &message) { - return Utils::coreStringToAppString(message->getAppdata()).section(':', 1); + +// There is only one file (thumbnail) in appdata +static inline MessageAppData getMessageAppData (const shared_ptr &message) { + return MessageAppData(QString::fromStdString(message->getAppdata())); } static inline bool fileWasDownloaded (const shared_ptr &message) { - const QString path = getDownloadPath(message); - return !path.isEmpty() && QFileInfo(path).isFile(); + const MessageAppData appData = getMessageAppData(message); + return !appData.m_path.isEmpty() && QFileInfo(appData.m_path).isFile(); } - +// Set the thumbnail as the first content static inline void fillThumbnailProperty (QVariantMap &dest, const shared_ptr &message) { - QString fileId = getFileId(message); - if (!fileId.isEmpty() && !dest.contains("thumbnail")) - dest["thumbnail"] = QStringLiteral("image://%1/%2") - .arg(ThumbnailProvider::ProviderId).arg(fileId); + if( !dest.contains("thumbnail")) + { + MessageAppData thumbnailData = getMessageAppData(message); + dest["thumbnail"] = QStringLiteral("image://%1/%2") + .arg(ThumbnailProvider::ProviderId).arg(thumbnailData.m_id); + } } +// Create a thumbnail from the first content that have a file and store it in Appdata static inline void createThumbnail (const shared_ptr &message) { if (!message->getAppdata().empty()) - return; + return;// Already exist : no need to create one + std::list > contents = message->getContents(); + if( contents.size() > 0) + { + QString thumbnailPath = QString::fromStdString(contents.front()->getFilePath()); + QImage image(thumbnailPath); + if (image.isNull()) + return; - QString thumbnailPath = Utils::coreStringToAppString(message->getFileTransferFilepath()); - QImage image(thumbnailPath); - if (image.isNull()) - return; + int rotation = 0; + QExifImageHeader exifImageHeader; + if (exifImageHeader.loadFromJpeg(thumbnailPath)) + rotation = int(exifImageHeader.value(QExifImageHeader::ImageTag::Orientation).toShort()); - int rotation = 0; - QExifImageHeader exifImageHeader; - if (exifImageHeader.loadFromJpeg(thumbnailPath)) - rotation = int(exifImageHeader.value(QExifImageHeader::ImageTag::Orientation).toShort()); + QImage thumbnail = image.scaled( + ThumbnailImageFileWidth, ThumbnailImageFileHeight, + Qt::KeepAspectRatio, Qt::SmoothTransformation + ); - QImage thumbnail = image.scaled( - ThumbnailImageFileWidth, ThumbnailImageFileHeight, - Qt::KeepAspectRatio, Qt::SmoothTransformation - ); + if (rotation != 0) { + QTransform transform; + if (rotation == 3 || rotation == 4) + transform.rotate(180); + else if (rotation == 5 || rotation == 6) + transform.rotate(90); + else if (rotation == 7 || rotation == 8) + transform.rotate(-90); - if (rotation != 0) { - QTransform transform; - if (rotation == 3 || rotation == 4) - transform.rotate(180); - else if (rotation == 5 || rotation == 6) - transform.rotate(90); - else if (rotation == 7 || rotation == 8) - transform.rotate(-90); + thumbnail = thumbnail.transformed(transform); + if (rotation == 2 || rotation == 4 || rotation == 5 || rotation == 7) + thumbnail = thumbnail.mirrored(true, false); + } - thumbnail = thumbnail.transformed(transform); - if (rotation == 2 || rotation == 4 || rotation == 5 || rotation == 7) - thumbnail = thumbnail.mirrored(true, false); + QString uuid = QUuid::createUuid().toString(); + QString fileId = QStringLiteral("%1.jpg").arg(uuid.mid(1, uuid.length() - 2)); + + if (!thumbnail.save(Utils::coreStringToAppString(Paths::getThumbnailsDirPath()) + fileId, "jpg", 100)) { + qWarning() << QStringLiteral("Unable to create thumbnail of: `%1`.").arg(thumbnailPath); + return; + } + + message->setAppdata(Utils::appStringToCoreString(fileId)); } - - QString uuid = QUuid::createUuid().toString(); - QString fileId = QStringLiteral("%1.jpg").arg(uuid.mid(1, uuid.length() - 2)); - - if (!thumbnail.save(Utils::coreStringToAppString(Paths::getThumbnailsDirPath()) + fileId, "jpg", 100)) { - qWarning() << QStringLiteral("Unable to create thumbnail of: `%1`.").arg(thumbnailPath); - return; - } - - message->setAppdata(Utils::appStringToCoreString(fileId)); } static inline void removeFileMessageThumbnail (const shared_ptr &message) { - if (message && message->getFileTransferInformation()) { - message->cancelFileTransfer(); - - string fileId = message->getAppdata(); - if (!fileId.empty()) { - QString thumbnailPath = Utils::coreStringToAppString(Paths::getThumbnailsDirPath() + fileId); - if (!QFile::remove(thumbnailPath)) - qWarning() << QStringLiteral("Unable to remove `%1`.").arg(thumbnailPath); + if (message && message->getFileTransferInformation()) { + message->cancelFileTransfer(); + MessageAppData thumbnailFile = getMessageAppData(message); + if(thumbnailFile.m_path.size() > 0) + { + QString thumbnailPath = QString::fromStdString(Paths::getThumbnailsDirPath()) + thumbnailFile.m_path; + if (!QFile::remove(thumbnailPath)) + qWarning() << QStringLiteral("Unable to remove `%1`.").arg(thumbnailPath); + } + message->setAppdata("");// Remove completly Thumbnail from the message } - } } // ----------------------------------------------------------------------------- static inline void fillMessageEntry (QVariantMap &dest, const shared_ptr &message) { - dest["content"] = Utils::coreStringToAppString(message->getText()); + dest["content"] = Utils::coreStringToAppString(message->getTextContent()); dest["isOutgoing"] = message->isOutgoing() || message->getState() == linphone::ChatMessage::State::Idle; // Old workaround. @@ -232,9 +283,10 @@ private: createThumbnail(message); fillThumbnailProperty((*it).first, message); - message->setAppdata( - Utils::appStringToCoreString(getFileId(message)) + ':' + message->getFileTransferFilepath() - ); + MessageAppData thumbnailFile = getMessageAppData(message); + thumbnailFile.m_path = QString::fromStdString(message->getContents().front()->getFilePath()); + + message->setAppdata(thumbnailFile.toString().toStdString()); (*it).first["wasDownloaded"] = true; App::getInstance()->getNotifier()->notifyReceivedFileMessage(message); @@ -472,7 +524,7 @@ void ChatModel::sendFileMessage (const QString &path) { content->setName(Utils::appStringToCoreString(QFileInfo(file).fileName())); shared_ptr message = mChatRoom->createFileTransferMessage(content); - message->setFileTransferFilepath(Utils::appStringToCoreString(path)); + message->getContents().front()->setFilePath(path.toStdString());// Sending only one File Path? message->addListener(mMessageHandlers); createThumbnail(message); @@ -515,12 +567,12 @@ void ChatModel::downloadFile (int id) { if (!soFarSoGood) { qWarning() << QStringLiteral("Unable to create safe file path for: %1.").arg(id); return; - } - - message->setFileTransferFilepath(Utils::appStringToCoreString(safeFilePath)); + } message->addListener(mMessageHandlers); - if (!message->downloadFile()) + message->getContents().front()->setFilePath(safeFilePath.toStdString()); +// Download only the first content. Maybe a bug.. or not. + if (!message->downloadContent(message->getContents().front())) qWarning() << QStringLiteral("Unable to download file of entry %1.").arg(id); } @@ -535,7 +587,7 @@ void ChatModel::openFile (int id, bool showDirectory) { return; } - QFileInfo info(getDownloadPath(message)); + QFileInfo info(getMessageAppData(message).m_path); QDesktopServices::openUrl( QUrl(QStringLiteral("file:///%1").arg(showDirectory ? info.absolutePath() : info.absoluteFilePath())) ); @@ -637,7 +689,7 @@ void ChatModel::insertCall (const shared_ptr &callLog) { auto insertEntry = [this]( const ChatEntryData &entry, - const QList::iterator *start = NULL + const QList::iterator *start = nullptr ) { auto it = lower_bound(start ? *start : mEntries.begin(), mEntries.end(), entry, [](const ChatEntryData &a, const ChatEntryData &b) { return a.first["timestamp"] < b.first["timestamp"]; diff --git a/src/components/settings/AccountSettingsModel.cpp b/src/components/settings/AccountSettingsModel.cpp index 276864e1a..291e476c0 100644 --- a/src/components/settings/AccountSettingsModel.cpp +++ b/src/components/settings/AccountSettingsModel.cpp @@ -125,7 +125,10 @@ QVariantMap AccountSettingsModel::getProxyConfigDescription (const shared_ptr

  • getServerAddr()); map["registrationDuration"] = proxyConfig->getPublishExpires(); map["transport"] = Utils::coreStringToAppString(proxyConfig->getTransport()); - map["route"] = Utils::coreStringToAppString(proxyConfig->getRoute()); + if( proxyConfig->getRoutes().size() > 0) + map["route"] = Utils::coreStringToAppString(proxyConfig->getRoutes().front()); + else + map["route"] = ""; map["contactParams"] = Utils::coreStringToAppString(proxyConfig->getContactParameters()); map["avpfInterval"] = proxyConfig->getAvpfRrInterval(); map["registerEnabled"] = proxyConfig->registerEnabled(); diff --git a/src/components/settings/SettingsModel.cpp b/src/components/settings/SettingsModel.cpp index 57f9a4f9e..3523a36de 100644 --- a/src/components/settings/SettingsModel.cpp +++ b/src/components/settings/SettingsModel.cpp @@ -631,7 +631,7 @@ void SettingsModel::setFileTransferUrl (const QString &url) { // ----------------------------------------------------------------------------- bool SettingsModel::getLimeIsSupported () const { - return CoreManager::getInstance()->getCore()->limeAvailable(); + return CoreManager::getInstance()->getCore()->limeX3DhAvailable(); } // ----------------------------------------------------------------------------- @@ -669,7 +669,7 @@ void SettingsModel::setMediaEncryption (MediaEncryption encryption) { return; if (encryption != SettingsModel::MediaEncryptionZrtp) - setLimeState(SettingsModel::LimeStateDisabled); + setLimeState(false); CoreManager::getInstance()->getCore()->setMediaEncryption( static_cast(encryption) @@ -701,22 +701,18 @@ void SettingsModel::enableMandatoryMediaEncryption(bool mandatory) { // ----------------------------------------------------------------------------- -SettingsModel::LimeState SettingsModel::getLimeState () const { - return static_cast( - CoreManager::getInstance()->getCore()->limeEnabled() - ); +bool SettingsModel::getLimeState () const { + return CoreManager::getInstance()->getCore()->limeX3DhEnabled(); } -void SettingsModel::setLimeState (LimeState state) { +void SettingsModel::setLimeState (const bool& state) { if (state == getLimeState()) return; - if (state != SettingsModel::LimeStateDisabled) + if (state) setMediaEncryption(SettingsModel::MediaEncryptionZrtp); - CoreManager::getInstance()->getCore()->enableLime( - static_cast(state) - ); + CoreManager::getInstance()->getCore()->enableLimeX3Dh(!state); emit limeStateChanged(state); } @@ -1242,15 +1238,16 @@ void SettingsModel::setDeveloperSettingsEnabled (bool status) { mConfig->setInt(UiSection, "developer_settings", status); emit developerSettingsEnabledChanged(status); #else + Q_UNUSED(status) qWarning() << QStringLiteral("Unable to change developer settings mode in release version."); #endif // ifdef DEBUG } -void SettingsModel::handleCallCreated(const shared_ptr &call) { +void SettingsModel::handleCallCreated(const shared_ptr &) { emit isInCallChanged(getIsInCall()); } -void SettingsModel::handleCallStateChanged(const shared_ptr &call, linphone::Call::State state) { +void SettingsModel::handleCallStateChanged(const shared_ptr &, linphone::Call::State) { emit isInCallChanged(getIsInCall()); } diff --git a/src/components/settings/SettingsModel.hpp b/src/components/settings/SettingsModel.hpp index 1c39482f9..402374765 100644 --- a/src/components/settings/SettingsModel.hpp +++ b/src/components/settings/SettingsModel.hpp @@ -32,7 +32,7 @@ // ============================================================================= class SettingsModel : public QObject { - Q_OBJECT; + Q_OBJECT // =========================================================================== // PROPERTIES. @@ -40,146 +40,146 @@ class SettingsModel : public QObject { // Assistant. ---------------------------------------------------------------- - Q_PROPERTY(bool createAppSipAccountEnabled READ getCreateAppSipAccountEnabled WRITE setCreateAppSipAccountEnabled NOTIFY createAppSipAccountEnabledChanged); - Q_PROPERTY(bool fetchRemoteConfigurationEnabled READ getFetchRemoteConfigurationEnabled WRITE setFetchRemoteConfigurationEnabled NOTIFY fetchRemoteConfigurationEnabledChanged); - Q_PROPERTY(bool useAppSipAccountEnabled READ getUseAppSipAccountEnabled WRITE setUseAppSipAccountEnabled NOTIFY useAppSipAccountEnabledChanged); - Q_PROPERTY(bool useOtherSipAccountEnabled READ getUseOtherSipAccountEnabled WRITE setUseOtherSipAccountEnabled NOTIFY useOtherSipAccountEnabledChanged); + Q_PROPERTY(bool createAppSipAccountEnabled READ getCreateAppSipAccountEnabled WRITE setCreateAppSipAccountEnabled NOTIFY createAppSipAccountEnabledChanged) + Q_PROPERTY(bool fetchRemoteConfigurationEnabled READ getFetchRemoteConfigurationEnabled WRITE setFetchRemoteConfigurationEnabled NOTIFY fetchRemoteConfigurationEnabledChanged) + Q_PROPERTY(bool useAppSipAccountEnabled READ getUseAppSipAccountEnabled WRITE setUseAppSipAccountEnabled NOTIFY useAppSipAccountEnabledChanged) + Q_PROPERTY(bool useOtherSipAccountEnabled READ getUseOtherSipAccountEnabled WRITE setUseOtherSipAccountEnabled NOTIFY useOtherSipAccountEnabledChanged) - Q_PROPERTY(bool assistantSupportsPhoneNumbers READ getAssistantSupportsPhoneNumbers WRITE setAssistantSupportsPhoneNumbers NOTIFY assistantSupportsPhoneNumbersChanged); + Q_PROPERTY(bool assistantSupportsPhoneNumbers READ getAssistantSupportsPhoneNumbers WRITE setAssistantSupportsPhoneNumbers NOTIFY assistantSupportsPhoneNumbersChanged) // Audio. -------------------------------------------------------------------- - Q_PROPERTY(bool captureGraphRunning READ getCaptureGraphRunning NOTIFY captureGraphRunningChanged); + Q_PROPERTY(bool captureGraphRunning READ getCaptureGraphRunning NOTIFY captureGraphRunningChanged) - Q_PROPERTY(QStringList captureDevices READ getCaptureDevices NOTIFY captureDevicesChanged); - Q_PROPERTY(QStringList playbackDevices READ getPlaybackDevices NOTIFY playbackDevicesChanged); + Q_PROPERTY(QStringList captureDevices READ getCaptureDevices NOTIFY captureDevicesChanged) + Q_PROPERTY(QStringList playbackDevices READ getPlaybackDevices NOTIFY playbackDevicesChanged) - Q_PROPERTY(float playbackGain READ getPlaybackGain WRITE setPlaybackGain NOTIFY playbackGainChanged); - Q_PROPERTY(float captureGain READ getCaptureGain WRITE setCaptureGain NOTIFY captureGainChanged); + Q_PROPERTY(float playbackGain READ getPlaybackGain WRITE setPlaybackGain NOTIFY playbackGainChanged) + Q_PROPERTY(float captureGain READ getCaptureGain WRITE setCaptureGain NOTIFY captureGainChanged) - Q_PROPERTY(QString captureDevice READ getCaptureDevice WRITE setCaptureDevice NOTIFY captureDeviceChanged); - Q_PROPERTY(QString playbackDevice READ getPlaybackDevice WRITE setPlaybackDevice NOTIFY playbackDeviceChanged); - Q_PROPERTY(QString ringerDevice READ getRingerDevice WRITE setRingerDevice NOTIFY ringerDeviceChanged); + Q_PROPERTY(QString captureDevice READ getCaptureDevice WRITE setCaptureDevice NOTIFY captureDeviceChanged) + Q_PROPERTY(QString playbackDevice READ getPlaybackDevice WRITE setPlaybackDevice NOTIFY playbackDeviceChanged) + Q_PROPERTY(QString ringerDevice READ getRingerDevice WRITE setRingerDevice NOTIFY ringerDeviceChanged) - Q_PROPERTY(QString ringPath READ getRingPath WRITE setRingPath NOTIFY ringPathChanged); + Q_PROPERTY(QString ringPath READ getRingPath WRITE setRingPath NOTIFY ringPathChanged) - Q_PROPERTY(bool echoCancellationEnabled READ getEchoCancellationEnabled WRITE setEchoCancellationEnabled NOTIFY echoCancellationEnabledChanged); + Q_PROPERTY(bool echoCancellationEnabled READ getEchoCancellationEnabled WRITE setEchoCancellationEnabled NOTIFY echoCancellationEnabledChanged) - Q_PROPERTY(bool showAudioCodecs READ getShowAudioCodecs WRITE setShowAudioCodecs NOTIFY showAudioCodecsChanged); + Q_PROPERTY(bool showAudioCodecs READ getShowAudioCodecs WRITE setShowAudioCodecs NOTIFY showAudioCodecsChanged) // Video. -------------------------------------------------------------------- - Q_PROPERTY(QStringList videoDevices READ getVideoDevices NOTIFY videoDevicesChanged); + Q_PROPERTY(QStringList videoDevices READ getVideoDevices NOTIFY videoDevicesChanged) - Q_PROPERTY(QString videoDevice READ getVideoDevice WRITE setVideoDevice NOTIFY videoDeviceChanged); + Q_PROPERTY(QString videoDevice READ getVideoDevice WRITE setVideoDevice NOTIFY videoDeviceChanged) - Q_PROPERTY(QString videoPreset READ getVideoPreset WRITE setVideoPreset NOTIFY videoPresetChanged); - Q_PROPERTY(int videoFramerate READ getVideoFramerate WRITE setVideoFramerate NOTIFY videoFramerateChanged); + Q_PROPERTY(QString videoPreset READ getVideoPreset WRITE setVideoPreset NOTIFY videoPresetChanged) + Q_PROPERTY(int videoFramerate READ getVideoFramerate WRITE setVideoFramerate NOTIFY videoFramerateChanged) - Q_PROPERTY(QVariantList supportedVideoDefinitions READ getSupportedVideoDefinitions CONSTANT); + Q_PROPERTY(QVariantList supportedVideoDefinitions READ getSupportedVideoDefinitions CONSTANT) - Q_PROPERTY(QVariantMap videoDefinition READ getVideoDefinition WRITE setVideoDefinition NOTIFY videoDefinitionChanged); + Q_PROPERTY(QVariantMap videoDefinition READ getVideoDefinition WRITE setVideoDefinition NOTIFY videoDefinitionChanged) - Q_PROPERTY(bool videoSupported READ getVideoSupported CONSTANT); + Q_PROPERTY(bool videoSupported READ getVideoSupported CONSTANT) - Q_PROPERTY(bool showVideoCodecs READ getShowVideoCodecs WRITE setShowVideoCodecs NOTIFY showVideoCodecsChanged); + Q_PROPERTY(bool showVideoCodecs READ getShowVideoCodecs WRITE setShowVideoCodecs NOTIFY showVideoCodecsChanged) // Chat & calls. ------------------------------------------------------------- - Q_PROPERTY(bool autoAnswerStatus READ getAutoAnswerStatus WRITE setAutoAnswerStatus NOTIFY autoAnswerStatusChanged); - Q_PROPERTY(bool autoAnswerVideoStatus READ getAutoAnswerVideoStatus WRITE setAutoAnswerVideoStatus NOTIFY autoAnswerVideoStatusChanged); - Q_PROPERTY(int autoAnswerDelay READ getAutoAnswerDelay WRITE setAutoAnswerDelay NOTIFY autoAnswerDelayChanged); + Q_PROPERTY(bool autoAnswerStatus READ getAutoAnswerStatus WRITE setAutoAnswerStatus NOTIFY autoAnswerStatusChanged) + Q_PROPERTY(bool autoAnswerVideoStatus READ getAutoAnswerVideoStatus WRITE setAutoAnswerVideoStatus NOTIFY autoAnswerVideoStatusChanged) + Q_PROPERTY(int autoAnswerDelay READ getAutoAnswerDelay WRITE setAutoAnswerDelay NOTIFY autoAnswerDelayChanged) - Q_PROPERTY(bool showTelKeypadAutomatically READ getShowTelKeypadAutomatically WRITE setShowTelKeypadAutomatically NOTIFY showTelKeypadAutomaticallyChanged); + Q_PROPERTY(bool showTelKeypadAutomatically READ getShowTelKeypadAutomatically WRITE setShowTelKeypadAutomatically NOTIFY showTelKeypadAutomaticallyChanged) - Q_PROPERTY(bool keepCallsWindowInBackground READ getKeepCallsWindowInBackground WRITE setKeepCallsWindowInBackground NOTIFY keepCallsWindowInBackgroundChanged); + Q_PROPERTY(bool keepCallsWindowInBackground READ getKeepCallsWindowInBackground WRITE setKeepCallsWindowInBackground NOTIFY keepCallsWindowInBackgroundChanged) - Q_PROPERTY(bool outgoingCallsEnabled READ getOutgoingCallsEnabled WRITE setOutgoingCallsEnabled NOTIFY outgoingCallsEnabledChanged); + Q_PROPERTY(bool outgoingCallsEnabled READ getOutgoingCallsEnabled WRITE setOutgoingCallsEnabled NOTIFY outgoingCallsEnabledChanged) - Q_PROPERTY(bool callRecorderEnabled READ getCallRecorderEnabled WRITE setCallRecorderEnabled NOTIFY callRecorderEnabledChanged); - Q_PROPERTY(bool automaticallyRecordCalls READ getAutomaticallyRecordCalls WRITE setAutomaticallyRecordCalls NOTIFY automaticallyRecordCallsChanged); + Q_PROPERTY(bool callRecorderEnabled READ getCallRecorderEnabled WRITE setCallRecorderEnabled NOTIFY callRecorderEnabledChanged) + Q_PROPERTY(bool automaticallyRecordCalls READ getAutomaticallyRecordCalls WRITE setAutomaticallyRecordCalls NOTIFY automaticallyRecordCallsChanged) - Q_PROPERTY(bool callPauseEnabled READ getCallPauseEnabled WRITE setCallPauseEnabled NOTIFY callPauseEnabledChanged); - Q_PROPERTY(bool muteMicrophoneEnabled READ getMuteMicrophoneEnabled WRITE setMuteMicrophoneEnabled NOTIFY muteMicrophoneEnabledChanged); + Q_PROPERTY(bool callPauseEnabled READ getCallPauseEnabled WRITE setCallPauseEnabled NOTIFY callPauseEnabledChanged) + Q_PROPERTY(bool muteMicrophoneEnabled READ getMuteMicrophoneEnabled WRITE setMuteMicrophoneEnabled NOTIFY muteMicrophoneEnabledChanged) - Q_PROPERTY(bool chatEnabled READ getChatEnabled WRITE setChatEnabled NOTIFY chatEnabledChanged); + Q_PROPERTY(bool chatEnabled READ getChatEnabled WRITE setChatEnabled NOTIFY chatEnabledChanged) - Q_PROPERTY(bool conferenceEnabled READ getConferenceEnabled WRITE setConferenceEnabled NOTIFY conferenceEnabledChanged); + Q_PROPERTY(bool conferenceEnabled READ getConferenceEnabled WRITE setConferenceEnabled NOTIFY conferenceEnabledChanged) - Q_PROPERTY(bool chatNotificationSoundEnabled READ getChatNotificationSoundEnabled WRITE setChatNotificationSoundEnabled NOTIFY chatNotificationSoundEnabledChanged); - Q_PROPERTY(QString chatNotificationSoundPath READ getChatNotificationSoundPath WRITE setChatNotificationSoundPath NOTIFY chatNotificationSoundPathChanged); + Q_PROPERTY(bool chatNotificationSoundEnabled READ getChatNotificationSoundEnabled WRITE setChatNotificationSoundEnabled NOTIFY chatNotificationSoundEnabledChanged) + Q_PROPERTY(QString chatNotificationSoundPath READ getChatNotificationSoundPath WRITE setChatNotificationSoundPath NOTIFY chatNotificationSoundPathChanged) - Q_PROPERTY(QString fileTransferUrl READ getFileTransferUrl WRITE setFileTransferUrl NOTIFY fileTransferUrlChanged); + Q_PROPERTY(QString fileTransferUrl READ getFileTransferUrl WRITE setFileTransferUrl NOTIFY fileTransferUrlChanged) - Q_PROPERTY(bool limeIsSupported READ getLimeIsSupported CONSTANT); - Q_PROPERTY(QVariantList supportedMediaEncryptions READ getSupportedMediaEncryptions CONSTANT); + Q_PROPERTY(bool limeIsSupported READ getLimeIsSupported CONSTANT) + Q_PROPERTY(QVariantList supportedMediaEncryptions READ getSupportedMediaEncryptions CONSTANT) - Q_PROPERTY(MediaEncryption mediaEncryption READ getMediaEncryption WRITE setMediaEncryption NOTIFY mediaEncryptionChanged); - Q_PROPERTY(bool mediaEncryptionMandatory READ mandatoryMediaEncryptionEnabled WRITE enableMandatoryMediaEncryption NOTIFY mediaEncryptionChanged); + Q_PROPERTY(MediaEncryption mediaEncryption READ getMediaEncryption WRITE setMediaEncryption NOTIFY mediaEncryptionChanged) + Q_PROPERTY(bool mediaEncryptionMandatory READ mandatoryMediaEncryptionEnabled WRITE enableMandatoryMediaEncryption NOTIFY mediaEncryptionChanged) - Q_PROPERTY(LimeState limeState READ getLimeState WRITE setLimeState NOTIFY limeStateChanged); + Q_PROPERTY(bool limeState READ getLimeState WRITE setLimeState NOTIFY limeStateChanged) - Q_PROPERTY(bool contactsEnabled READ getContactsEnabled WRITE setContactsEnabled NOTIFY contactsEnabledChanged); + Q_PROPERTY(bool contactsEnabled READ getContactsEnabled WRITE setContactsEnabled NOTIFY contactsEnabledChanged) // Network. ------------------------------------------------------------------ - Q_PROPERTY(bool showNetworkSettings READ getShowNetworkSettings WRITE setShowNetworkSettings NOTIFY showNetworkSettingsChanged); + Q_PROPERTY(bool showNetworkSettings READ getShowNetworkSettings WRITE setShowNetworkSettings NOTIFY showNetworkSettingsChanged) - Q_PROPERTY(bool useSipInfoForDtmfs READ getUseSipInfoForDtmfs WRITE setUseSipInfoForDtmfs NOTIFY dtmfsProtocolChanged); - Q_PROPERTY(bool useRfc2833ForDtmfs READ getUseRfc2833ForDtmfs WRITE setUseRfc2833ForDtmfs NOTIFY dtmfsProtocolChanged); + Q_PROPERTY(bool useSipInfoForDtmfs READ getUseSipInfoForDtmfs WRITE setUseSipInfoForDtmfs NOTIFY dtmfsProtocolChanged) + Q_PROPERTY(bool useRfc2833ForDtmfs READ getUseRfc2833ForDtmfs WRITE setUseRfc2833ForDtmfs NOTIFY dtmfsProtocolChanged) - Q_PROPERTY(bool ipv6Enabled READ getIpv6Enabled WRITE setIpv6Enabled NOTIFY ipv6EnabledChanged); + Q_PROPERTY(bool ipv6Enabled READ getIpv6Enabled WRITE setIpv6Enabled NOTIFY ipv6EnabledChanged) - Q_PROPERTY(int downloadBandwidth READ getDownloadBandwidth WRITE setDownloadBandwidth NOTIFY downloadBandWidthChanged); - Q_PROPERTY(int uploadBandwidth READ getUploadBandwidth WRITE setUploadBandwidth NOTIFY uploadBandWidthChanged); + Q_PROPERTY(int downloadBandwidth READ getDownloadBandwidth WRITE setDownloadBandwidth NOTIFY downloadBandWidthChanged) + Q_PROPERTY(int uploadBandwidth READ getUploadBandwidth WRITE setUploadBandwidth NOTIFY uploadBandWidthChanged) Q_PROPERTY( bool adaptiveRateControlEnabled READ getAdaptiveRateControlEnabled WRITE setAdaptiveRateControlEnabled NOTIFY adaptiveRateControlEnabledChanged - ); + ) - Q_PROPERTY(int tcpPort READ getTcpPort WRITE setTcpPort NOTIFY tcpPortChanged); - Q_PROPERTY(int udpPort READ getUdpPort WRITE setUdpPort NOTIFY udpPortChanged); + Q_PROPERTY(int tcpPort READ getTcpPort WRITE setTcpPort NOTIFY tcpPortChanged) + Q_PROPERTY(int udpPort READ getUdpPort WRITE setUdpPort NOTIFY udpPortChanged) - Q_PROPERTY(QList audioPortRange READ getAudioPortRange WRITE setAudioPortRange NOTIFY audioPortRangeChanged); - Q_PROPERTY(QList videoPortRange READ getVideoPortRange WRITE setVideoPortRange NOTIFY videoPortRangeChanged); + Q_PROPERTY(QList audioPortRange READ getAudioPortRange WRITE setAudioPortRange NOTIFY audioPortRangeChanged) + Q_PROPERTY(QList videoPortRange READ getVideoPortRange WRITE setVideoPortRange NOTIFY videoPortRangeChanged) - Q_PROPERTY(bool iceEnabled READ getIceEnabled WRITE setIceEnabled NOTIFY iceEnabledChanged); - Q_PROPERTY(bool turnEnabled READ getTurnEnabled WRITE setTurnEnabled NOTIFY turnEnabledChanged); + Q_PROPERTY(bool iceEnabled READ getIceEnabled WRITE setIceEnabled NOTIFY iceEnabledChanged) + Q_PROPERTY(bool turnEnabled READ getTurnEnabled WRITE setTurnEnabled NOTIFY turnEnabledChanged) - Q_PROPERTY(QString stunServer READ getStunServer WRITE setStunServer NOTIFY stunServerChanged); + Q_PROPERTY(QString stunServer READ getStunServer WRITE setStunServer NOTIFY stunServerChanged) - Q_PROPERTY(QString turnUser READ getTurnUser WRITE setTurnUser NOTIFY turnUserChanged); - Q_PROPERTY(QString turnPassword READ getTurnPassword WRITE setTurnPassword NOTIFY turnPasswordChanged); + Q_PROPERTY(QString turnUser READ getTurnUser WRITE setTurnUser NOTIFY turnUserChanged) + Q_PROPERTY(QString turnPassword READ getTurnPassword WRITE setTurnPassword NOTIFY turnPasswordChanged) - Q_PROPERTY(int dscpSip READ getDscpSip WRITE setDscpSip NOTIFY dscpSipChanged); - Q_PROPERTY(int dscpAudio READ getDscpAudio WRITE setDscpAudio NOTIFY dscpAudioChanged); - Q_PROPERTY(int dscpVideo READ getDscpVideo WRITE setDscpVideo NOTIFY dscpVideoChanged); + Q_PROPERTY(int dscpSip READ getDscpSip WRITE setDscpSip NOTIFY dscpSipChanged) + Q_PROPERTY(int dscpAudio READ getDscpAudio WRITE setDscpAudio NOTIFY dscpAudioChanged) + Q_PROPERTY(int dscpVideo READ getDscpVideo WRITE setDscpVideo NOTIFY dscpVideoChanged) - Q_PROPERTY(bool rlsUriEnabled READ getRlsUriEnabled WRITE setRlsUriEnabled NOTIFY rlsUriEnabledChanged); + Q_PROPERTY(bool rlsUriEnabled READ getRlsUriEnabled WRITE setRlsUriEnabled NOTIFY rlsUriEnabledChanged) // UI. ----------------------------------------------------------------------- - Q_PROPERTY(QString remoteProvisioning READ getRemoteProvisioning WRITE setRemoteProvisioning NOTIFY remoteProvisioningChanged); + Q_PROPERTY(QString remoteProvisioning READ getRemoteProvisioning WRITE setRemoteProvisioning NOTIFY remoteProvisioningChanged) - Q_PROPERTY(QString savedScreenshotsFolder READ getSavedScreenshotsFolder WRITE setSavedScreenshotsFolder NOTIFY savedScreenshotsFolderChanged); - Q_PROPERTY(QString savedCallsFolder READ getSavedCallsFolder WRITE setSavedCallsFolder NOTIFY savedCallsFolderChanged); - Q_PROPERTY(QString downloadFolder READ getDownloadFolder WRITE setDownloadFolder NOTIFY downloadFolderChanged); + Q_PROPERTY(QString savedScreenshotsFolder READ getSavedScreenshotsFolder WRITE setSavedScreenshotsFolder NOTIFY savedScreenshotsFolderChanged) + Q_PROPERTY(QString savedCallsFolder READ getSavedCallsFolder WRITE setSavedCallsFolder NOTIFY savedCallsFolderChanged) + Q_PROPERTY(QString downloadFolder READ getDownloadFolder WRITE setDownloadFolder NOTIFY downloadFolderChanged) - Q_PROPERTY(bool exitOnClose READ getExitOnClose WRITE setExitOnClose NOTIFY exitOnCloseChanged); + Q_PROPERTY(bool exitOnClose READ getExitOnClose WRITE setExitOnClose NOTIFY exitOnCloseChanged) // Advanced. ----------------------------------------------------------------- - Q_PROPERTY(QString logsFolder READ getLogsFolder WRITE setLogsFolder NOTIFY logsFolderChanged); - Q_PROPERTY(QString logsUploadUrl READ getLogsUploadUrl WRITE setLogsUploadUrl NOTIFY logsUploadUrlChanged); - Q_PROPERTY(bool logsEnabled READ getLogsEnabled WRITE setLogsEnabled NOTIFY logsEnabledChanged); - Q_PROPERTY(QString logsEmail READ getLogsEmail WRITE setLogsEmail NOTIFY logsEmailChanged); + Q_PROPERTY(QString logsFolder READ getLogsFolder WRITE setLogsFolder NOTIFY logsFolderChanged) + Q_PROPERTY(QString logsUploadUrl READ getLogsUploadUrl WRITE setLogsUploadUrl NOTIFY logsUploadUrlChanged) + Q_PROPERTY(bool logsEnabled READ getLogsEnabled WRITE setLogsEnabled NOTIFY logsEnabledChanged) + Q_PROPERTY(QString logsEmail READ getLogsEmail WRITE setLogsEmail NOTIFY logsEmailChanged) - Q_PROPERTY(bool developerSettingsEnabled READ getDeveloperSettingsEnabled WRITE setDeveloperSettingsEnabled NOTIFY developerSettingsEnabledChanged); + Q_PROPERTY(bool developerSettingsEnabled READ getDeveloperSettingsEnabled WRITE setDeveloperSettingsEnabled NOTIFY developerSettingsEnabledChanged) - Q_PROPERTY(bool isInCall READ getIsInCall NOTIFY isInCallChanged); + Q_PROPERTY(bool isInCall READ getIsInCall NOTIFY isInCallChanged) public: enum MediaEncryption { @@ -188,14 +188,8 @@ public: MediaEncryptionSrtp = int(linphone::MediaEncryption::SRTP), MediaEncryptionZrtp = int(linphone::MediaEncryption::ZRTP) }; - Q_ENUM(MediaEncryption); + Q_ENUM(MediaEncryption) - enum LimeState { - LimeStateDisabled = int(linphone::LimeState::Disabled), - LimeStateMandatory = int(linphone::LimeState::Mandatory), - LimeStatePreferred = int(linphone::LimeState::Preferred) - }; - Q_ENUM(LimeState); SettingsModel (QObject *parent = Q_NULLPTR); @@ -341,8 +335,8 @@ public: bool mandatoryMediaEncryptionEnabled () const; void enableMandatoryMediaEncryption(bool mandatory); - LimeState getLimeState () const; - void setLimeState (LimeState state); + bool getLimeState () const; + void setLimeState (const bool& state); bool getContactsEnabled () const; void setContactsEnabled (bool status); @@ -534,7 +528,7 @@ signals: void fileTransferUrlChanged (const QString &url); void mediaEncryptionChanged (MediaEncryption encryption); - void limeStateChanged (LimeState state); + void limeStateChanged (bool state); void contactsEnabledChanged (bool status); diff --git a/src/utils/MediastreamerUtils.hpp b/src/utils/MediastreamerUtils.hpp index 35ed99bcf..0888f333b 100644 --- a/src/utils/MediastreamerUtils.hpp +++ b/src/utils/MediastreamerUtils.hpp @@ -31,6 +31,8 @@ #include "mediastreamer2/msticker.h" #include +#include + // ============================================================================= namespace MediastreamerUtils { @@ -48,14 +50,14 @@ namespace MediastreamerUtils { } inline float dbToLinear(float volume) { - return static_cast(pow(10, volume / 10)); + return static_cast(pow(10.0, volume / 10.0)); } inline float linearToDb(float volume) { - if (volume == 0.0f) { + if (qFuzzyIsNull(volume)) { return MS_VOLUME_DB_LOWEST; } - return static_cast(10 * log10(volume)); + return static_cast(10.0 * log10(volume)); } //Simple mediastreamer audio capture graph From c749c0d99b758a90c8ee269c1c9ebba492bd83fa Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 7 Feb 2020 17:33:53 +0100 Subject: [PATCH 24/65] Add Linux Autobuild [ci skip] --- build_all_linux.sh | 59 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100755 build_all_linux.sh diff --git a/build_all_linux.sh b/build_all_linux.sh new file mode 100755 index 000000000..7397356bd --- /dev/null +++ b/build_all_linux.sh @@ -0,0 +1,59 @@ +#!/bin/sh +################################################################################ +# CMakeLists.txt +# Copyright (C) 2020 Belledonne Communications, Grenoble France +# +################################################################################ +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +################################################################################ +# Linux First building script +#------------------------------------------------------------------------------- +#Stop at error +set -e + +if [[ -z ${Qt5_DIR} ]]; then + export Qt5_DIR=/usr/opt/qt/lib/cmake + export PATH=$PATH:/usr/local/opt/qt/bin +fi + +#Creation of folders +mkdir -p build-desktop +mkdir -p linphone-sdk/build-sdk +mkdir -p submodules/externals/minizip/build-minizip +#Opus crash on Linux. The version for 4.3 is old. We have to use a switch in configuration to select the newest version for desktop. +#SDK building +cd linphone-sdk/build-sdk +cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=YES -DENABLE_GPL_THIRD_PARTIES=YES -DENABLE_NON_FREE_CODECS=YES -DENABLE_AMRNB=YES -DENABLE_AMRWB=YES -DENABLE_G729=YES -DENABLE_GSM=YES -DENABLE_ILBC=YES -DENABLE_ISAC=YES -DENABLE_SILK=YES -DENABLE_SPEEX=YES -DENABLE_H263=YES -DENABLE_H263P=YES -DENABLE_MPEG4=YES -DENABLE_OPENH264=YES -DENABLE_FFMPEG=YES -DENABLE_VIDEO=YES -DENABLE_GL=YES -DENABLE_OPUS=NO +#cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake --build . --target all --config RelWithDebInfo --parallel 5 +cd ../.. + +#MiniZip Building +cd submodules/externals/minizip/build-minizip +cmake .. -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH=../../../linphone-sdk/build-sdk/linphone-sdk/desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake --build . --target all --config RelWithDebInfo --parallel 5 +cmake --build . --target install +cd ../../../.. + +#Desktop Building +cd build-desktop +cmake .. -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake --build . --target all --config RelWithDebInfo --parallel 5 +cmake --build . --target install + + + From 9623043af9fc6516fd91176f3df6290637a8c8a3 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 7 Feb 2020 18:48:22 +0100 Subject: [PATCH 25/65] Update SDK to the latest version of 4.3 --- linphone-sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-sdk b/linphone-sdk index b3dbedd10..65e753f3a 160000 --- a/linphone-sdk +++ b/linphone-sdk @@ -1 +1 @@ -Subproject commit b3dbedd109f9d4357f5b73410a132c11c2660b58 +Subproject commit 65e753f3a90d272fbd0fcaa285ba0757b973029a From a2281b5f7d71b27fe71cfb2727775e5072a3dfae Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 7 Feb 2020 19:04:24 +0100 Subject: [PATCH 26/65] Update CI --- .gitlab-ci-files/job-linux-desktop.yml | 2 +- .gitlab-ci-files/job-windows-desktop.yml | 2 +- build_all_win.bat | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci-files/job-linux-desktop.yml b/.gitlab-ci-files/job-linux-desktop.yml index 12c37efe9..31cbf8c17 100644 --- a/.gitlab-ci-files/job-linux-desktop.yml +++ b/.gitlab-ci-files/job-linux-desktop.yml @@ -30,7 +30,7 @@ - cmake --build . --target install # Desktop Building - cd ../../../../build-desktop - - cmake .. -G "$CMAKE_GENERATOR" $DEFAULT_LINUX_CMAKE_OPTIONS $CMAKE_OPTIONS $SCHEDULE_CMAKE_OPTIONS $CMAKE_SANITIZER_OPTIONS -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH="linphone-sdk/build-sdk/linphone-sdk/desktop;submodules/externals/minizip/build-minizip/OUTPUT" + - cmake .. -G "$CMAKE_GENERATOR" $DEFAULT_LINUX_CMAKE_OPTIONS $CMAKE_OPTIONS $SCHEDULE_CMAKE_OPTIONS $CMAKE_SANITIZER_OPTIONS -DCMAKE_INSTALL_PREFIX=OUTPUT - cmake --build . --target all -- $ADDITIONAL_BUILD_OPTIONS - cmake --build . --target install -- $ADDITIONAL_BUILD_OPTIONS diff --git a/.gitlab-ci-files/job-windows-desktop.yml b/.gitlab-ci-files/job-windows-desktop.yml index f984a2c00..c93388e20 100644 --- a/.gitlab-ci-files/job-windows-desktop.yml +++ b/.gitlab-ci-files/job-windows-desktop.yml @@ -79,7 +79,7 @@ - cmake --build . --target install --config Release %LBC_NODEBUG_OPTIONS% -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false # Desktop Building - cd ../../../../build-desktop - - cmake .. -G "Visual Studio 15 2017" -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=Release %DEFAULT_WINDOWS_CMAKE_OPTIONS% %CMAKE_OPTIONS% -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH="linphone-sdk/build-sdk/linphone-sdk/desktop;submodules/externals/minizip/build-minizip/OUTPUT" + - cmake .. -G "Visual Studio 15 2017" -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=Release %DEFAULT_WINDOWS_CMAKE_OPTIONS% %CMAKE_OPTIONS% -DCMAKE_INSTALL_PREFIX=OUTPUT - cmake --build . --target all_build --config Release -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false - cmake --build . --target install --config Release -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false - C:\PROGRA~1\Python37\Scripts\cl -s diff --git a/build_all_win.bat b/build_all_win.bat index 907659e97..fb6c76553 100644 --- a/build_all_win.bat +++ b/build_all_win.bat @@ -19,14 +19,14 @@ cd ../.. :: Minizip Submodule Building cd submodules/externals/minizip/build-minizip -cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=../../../../build-desktop/OUTPUT -DCMAKE_PREFIX_PATH="../../../linphone-sdk/build-sdk/linphone-sdk/desktop" -A Win32 +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH="../../../linphone-sdk/build-sdk/linphone-sdk/desktop" -A Win32 cmake --build . --target all_build --config RelWithDebInfo -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false cmake --build . --target install --config RelWithDebInfo -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false cd ../../../.. :: Desktop Building cd build-desktop -cmake .. -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH="linphone-sdk/build-sdk/linphone-sdk/desktop" -A Win32 +cmake .. -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=OUTPUT -A Win32 if %errorlevel% neq 0 exit /b %errorlevel% cmake --build . --target all_build --config RelWithDebInfo --parallel 5 -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false cmake --build . --target install --config RelWithDebInfo -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false From cf8388a9841e9510c138082e722bfb885a9596d9 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 7 Feb 2020 20:05:59 +0100 Subject: [PATCH 27/65] CMakeLists update for Windows --- CMakeLists.txt | 4 +- cmake_builder/linphone_package/CMakeLists.txt | 102 +++++++----------- 2 files changed, 42 insertions(+), 64 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffc957d2d..13a70afb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -433,7 +433,9 @@ endif () set_target_properties(${TARGET_NAME} PROPERTIES OUTPUT_NAME "${EXECUTABLE_NAME}") set(INCLUDED_DIRECTORIES "${LINPHONECXX_INCLUDE_DIRS}" "${LINPHONE_INCLUDE_DIRS}" "${BELCARD_INCLUDE_DIRS}" "${BCTOOLBOX_INCLUDE_DIRS}" "${MEDIASTREAMER2_INCLUDE_DIRS}" "${MINIZIP_INCLUDE_DIRS}") set(LIBRARIES ${BCTOOLBOX_CORE_LIBRARIES} ${BELCARD_LIBRARIES} ${LINPHONE_LIBRARIES} ${LINPHONECXX_LIBRARIES} ${MEDIASTREAMER2_LIBRARIES} ${ORTP_LIBRARIES} ${OPUS_LIBRARIES}) - +if(WIN32) + list(APPEND LIBRARIES ${MINIZIP_LIBRARIES}) +endif() foreach (package ${QT5_PACKAGES}) list(APPEND INCLUDED_DIRECTORIES "${Qt5${package}_INCLUDE_DIRS}") # `qt5_create_translation` is provided from `LinguistTools` package. diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index 300ba4a23..ab2c5cf11 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -71,14 +71,18 @@ file(GLOB MINIZIP_FILES "${CMAKE_SOURCE_DIR}/submodules/externals/minizip/build- file(COPY ${MINIZIP_FILES} DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/desktop/") if(APPLE) execute_process(COMMAND install_name_tool -id "@executable_path/../Frameworks/libminizip.dylib" "${CMAKE_CURRENT_BINARY_DIR}/desktop/lib/libminizip.dylib") -elseif(NOT WIN32) +elseif(WIN32) endif() file(RENAME "${CMAKE_CURRENT_BINARY_DIR}/desktop" "${LINPHONE_SDK_TMP}") if(APPLE) target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib/libminizip.dylib") elseif(NOT WIN32) - target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib64/libminizip.so") + if( EXISTS "${LINPHONE_SDK_TMP}/lib64/libminizip.so") + target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib64/libminizip.so") + elseif(EXISTS "${LINPHONE_SDK_TMP}/lib/libminizip.so") + target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib/libminizip.so") + endif() endif() # Generates a zip archive containing the development files. macro (add_sdk_list_file NAME) @@ -166,7 +170,6 @@ elseif (APPLE) COMMAND zip -ry "${CMAKE_BINARY_DIR}/${EXECUTABLE_NAME}-sdk-${LINPHONE_GIT_REVISION}-mac.zip" . -i "@${EXECUTABLE_NAME}-sdk.list" WORKING_DIRECTORY ${LINPHONE_SDK_TMP} ) - install() endif () # ============================================================================== @@ -174,45 +177,17 @@ endif () # ============================================================================== if (WIN32) - execute_process( - COMMAND windeployqt "${LINPHONE_OUTPUT_DIR}/bin/${EXECUTABLE_NAME}.exe" "--qmldir" "${LINPHONE_QML_DIR}" - ) + #execute_process( + # COMMAND windeployqt "${LINPHONE_OUTPUT_DIR}/bin/${EXECUTABLE_NAME}.exe" "--qmldir" "${LINPHONE_QML_DIR}" + #) + install( CODE "execute_process(COMMAND windeployqt ${LINPHONE_OUTPUT_DIR}/bin/${EXECUTABLE_NAME}.exe --qmldir=${LINPHONE_QML_DIR})")# -verbose=2)" ) - file(GLOB SHARE_CONTENT RELATIVE "${LINPHONE_OUTPUT_DIR}" "${LINPHONE_OUTPUT_DIR}/share/*") - list(REMOVE_ITEM SHARE_CONTENT "share/belr" "share/Belr" "share/images" "share/${APPLICATION_NAME}" "share/${APPLICATION_NAME}" "share/sounds") - foreach (ITEM IN LISTS SHARE_CONTENT) - list(APPEND SHARE_CONTENT_EXCLUDE PATTERN "${ITEM}" EXCLUDE) - endforeach () - - install(DIRECTORY "${LINPHONE_OUTPUT_DIR}/" - DESTINATION "." - PATTERN "bin/*_tester.exe" EXCLUDE - PATTERN "bin/belcard*.exe" EXCLUDE - PATTERN "bin/openh264.dll" EXCLUDE - PATTERN "cmake" EXCLUDE - PATTERN "include" EXCLUDE - PATTERN "lib/*.a" EXCLUDE - PATTERN "lib/*.def" EXCLUDE - PATTERN "lib/*.exp" EXCLUDE - PATTERN "lib/cmake" EXCLUDE - PATTERN "lib/*.la" EXCLUDE - PATTERN "lib/*.lib" EXCLUDE - PATTERN "lib/mediastreamer/plugins/*openh264.*" EXCLUDE - PATTERN "lib/pkgconfig" EXCLUDE - PATTERN "lib/Win32" EXCLUDE - PATTERN "${EXECUTABLE_NAME}.lnk" EXCLUDE - PATTERN "share/${APPLICATION_NAME}/cmake" EXCLUDE - PATTERN "share/Belr/cmake" EXCLUDE - ${SHARE_CONTENT_EXCLUDE} - ) - - install(FILES "${LINPHONE_OUTPUT_DIR}/share/Linphone/rootca.pem" DESTINATION "share/${APPLICATION_NAME}") - - if (ENABLE_OPENH264) - install(FILES "${LINPHONE_OUTPUT_DIR}/lib/mediastreamer/plugins/libmsopenh264.dll" - DESTINATION "lib/mediastreamer/plugins" - ) - endif () + file(GLOB LIB_FILES "${LINPHONE_SDK_TMP}/lib/*.dll") + install(FILES ${LIB_FILES} DESTINATION "bin") +# list(REMOVE_ITEM SHARE_CONTENT "share/belr" "share/Belr" "share/images" "share/${APPLICATION_NAME}" "share/${APPLICATION_NAME}" "share/sounds") +# foreach (ITEM IN LISTS SHARE_CONTENT) +# list(APPEND SHARE_CONTENT_EXCLUDE PATTERN "${ITEM}" EXCLUDE) +# endforeach () elseif (APPLE) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/Info.plist.in" "${CMAKE_INSTALL_PREFIX}/${APPLICATION_NAME}.app/Contents/Info.plist" @ONLY) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/linphone.icns" "${CMAKE_INSTALL_PREFIX}/${APPLICATION_NAME}.app/Contents/Resources/${EXECUTABLE_NAME}.icns" COPYONLY) @@ -253,7 +228,7 @@ elseif (APPLE) endif() endforeach () - install( CODE "execute_process(COMMAND ${DEPLOYQT_PROGRAM} ${CMAKE_INSTALL_PREFIX}/${APPLICATION_NAME}.app -qmldir=${LINPHONE_QML_DIR} -verbose=2)" ) + install( CODE "execute_process(COMMAND ${DEPLOYQT_PROGRAM} ${CMAKE_INSTALL_PREFIX}/${APPLICATION_NAME}.app -qmldir=${LINPHONE_QML_DIR})")# -verbose=2)" ) if (LINPHONE_BUILDER_SIGNING_IDENTITY) file(GLOB FRAMEWORKS_NAMES "${CMAKE_CURRENT_BINARY_DIR}/${APPLICATION_NAME}.app/Contents/Frameworks/*") @@ -305,26 +280,27 @@ else()# Not Windows and Apple endif () -if (MSVC) - string(REGEX REPLACE "Visual Studio ([0-9]+).*" "\\1" MSVC_VERSION "${CMAKE_GENERATOR}") - find_file(MSVCP_LIB "msvcp${MSVC_VERSION}0.dll" PATHS "C:/Windows/System32") - find_file(UCRTBASE_LIB "ucrtbase.dll" PATHS "C:/Windows/System32") - # Starting with Visual Studio 2015 (MSVC_VERSION==14) the msvcr dll has been renamed to vcruntime. - find_file(VCRUNTIME_LIB "vcruntime${MSVC_VERSION}0.dll" PATHS "C:/Windows/System32") - if (NOT VCRUNTIME_LIB) - find_file(VCRUNTIME_LIB "msvcr${MSVC_VERSION}0.dll" PATHS "C:/Windows/System32") - endif () - install(FILES ${MSVCP_LIB} ${UCRTBASE_LIB} ${VCRUNTIME_LIB} DESTINATION "bin") - if (CMAKE_BUILD_TYPE STREQUAL "Debug") - find_file(MSVCPD_LIB "msvcp${MSVC_VERSION}0d.dll" PATHS "C:/Windows/System32") - find_file(UCRTBASED_LIB "ucrtbased.dll" PATHS "C:/Windows/System32") - find_file(VCRUNTIMED_LIB "vcruntime${MSVC_VERSION}0d.dll" PATHS "C:/Windows/System32") - if (NOT VCRUNTIMED_LIB) - find_file(VCRUNTIMED_LIB "msvcr${MSVC_VERSION}0d.dll" PATHS "C:/Windows/System32") - endif () - install(FILES ${MSVCPD_LIB} ${UCRTBASED_LIB} ${VCRUNTIMED_LIB} DESTINATION "bin") - endif () -endif () +# Temporary deactivate +#if (MSVC) +# string(REGEX REPLACE "Visual Studio ([0-9]+).*" "\\1" MSVC_VERSION "${CMAKE_GENERATOR}") +# find_file(MSVCP_LIB "msvcp${MSVC_VERSION}0.dll" PATHS "C:/Windows/System32") +# find_file(UCRTBASE_LIB "ucrtbase.dll" PATHS "C:/Windows/System32") +# # Starting with Visual Studio 2015 (MSVC_VERSION==14) the msvcr dll has been renamed to vcruntime. +# find_file(VCRUNTIME_LIB "vcruntime${MSVC_VERSION}0.dll" PATHS "C:/Windows/System32") +# if (NOT VCRUNTIME_LIB) +# find_file(VCRUNTIME_LIB "msvcr${MSVC_VERSION}0.dll" PATHS "C:/Windows/System32") +# endif () +# install(FILES ${MSVCP_LIB} ${UCRTBASE_LIB} ${VCRUNTIME_LIB} DESTINATION "bin") +# if (CMAKE_BUILD_TYPE STREQUAL "Debug") +# find_file(MSVCPD_LIB "msvcp${MSVC_VERSION}0d.dll" PATHS "C:/Windows/System32") +# find_file(UCRTBASED_LIB "ucrtbased.dll" PATHS "C:/Windows/System32") +# find_file(VCRUNTIMED_LIB "vcruntime${MSVC_VERSION}0d.dll" PATHS "C:/Windows/System32") +# if (NOT VCRUNTIMED_LIB) +# find_file(VCRUNTIMED_LIB "msvcr${MSVC_VERSION}0d.dll" PATHS "C:/Windows/System32") +# endif () +# install(FILES ${MSVCPD_LIB} ${UCRTBASED_LIB} ${VCRUNTIMED_LIB} DESTINATION "bin") +# endif () +#endif () # ============================================================================== # CPack. @@ -411,6 +387,6 @@ if (WIN32) message(STATUS "No signtool certificate found; assuming development machine (${PFX_FILE})") endif () configure_file("${CMAKE_CURRENT_SOURCE_DIR}/windows/packaging.cmake.in" "${CMAKE_CURRENT_BINARY_DIR}/packaging.cmake" @ONLY) - install(SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/packaging.cmake") + # install(SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/packaging.cmake") endif () include(CPack) From e74796306410ae3e1dfe1d8b0580f28c8a2cfcd5 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 7 Feb 2020 20:29:10 +0100 Subject: [PATCH 28/65] CMakeLists Fix for linux --- cmake_builder/linphone_package/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index ab2c5cf11..eab499812 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -259,7 +259,9 @@ else()# Not Windows and Apple endforeach () install(DIRECTORY "${LINPHONE_SDK_TMP}/bin/" DESTINATION "bin" USE_SOURCE_PERMISSIONS) install(DIRECTORY "${LINPHONE_SDK_TMP}/lib/" DESTINATION "lib" USE_SOURCE_PERMISSIONS) - install(DIRECTORY "${LINPHONE_SDK_TMP}/lib64/" DESTINATION "lib64" USE_SOURCE_PERMISSIONS) + if( EXISTS "${LINPHONE_SDK_TMP}/lib64/) + install(DIRECTORY "${LINPHONE_SDK_TMP}/lib64/" DESTINATION "lib64" USE_SOURCE_PERMISSIONS) + endif() install(DIRECTORY "${LINPHONE_SDK_TMP}/share/" DESTINATION "share" USE_SOURCE_PERMISSIONS) #install(PROGRAMS "${CMAKE_INSTALL_PREFIX}/bin/${EXECUTABLE_NAME}" DESTINATION "/bin") From 56a381c3f8247293e2e5dba911adf53dd4204856 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 7 Feb 2020 20:32:01 +0100 Subject: [PATCH 29/65] CMakeLists Fix for linux --- cmake_builder/linphone_package/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index eab499812..2fac4f363 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -259,7 +259,7 @@ else()# Not Windows and Apple endforeach () install(DIRECTORY "${LINPHONE_SDK_TMP}/bin/" DESTINATION "bin" USE_SOURCE_PERMISSIONS) install(DIRECTORY "${LINPHONE_SDK_TMP}/lib/" DESTINATION "lib" USE_SOURCE_PERMISSIONS) - if( EXISTS "${LINPHONE_SDK_TMP}/lib64/) + if( EXISTS "${LINPHONE_SDK_TMP}/lib64/") install(DIRECTORY "${LINPHONE_SDK_TMP}/lib64/" DESTINATION "lib64" USE_SOURCE_PERMISSIONS) endif() install(DIRECTORY "${LINPHONE_SDK_TMP}/share/" DESTINATION "share" USE_SOURCE_PERMISSIONS) From 9afb6f32d52365d1b2f3df11ef3884045742b582 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 7 Feb 2020 20:38:49 +0100 Subject: [PATCH 30/65] CMakeLists Fix (root.ca folder) for linux --- cmake_builder/linphone_package/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index 2fac4f363..008b1e7b2 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -273,7 +273,8 @@ else()# Not Windows and Apple install(FILES "${LINPHONE_SDK_TMP}/share/belr/grammars/vcard_grammar" DESTINATION "share/belr/grammars/") install(DIRECTORY "${LINPHONE_SDK_TMP}/share/images" DESTINATION "share" USE_SOURCE_PERMISSIONS) install(DIRECTORY "${LINPHONE_SDK_TMP}/share/sounds" DESTINATION "share" USE_SOURCE_PERMISSIONS) - install(FILES "${LINPHONE_SDK_TMP}/share/${APPLICATION_NAME}/rootca.pem" DESTINATION "share/${APPLICATION_NAME}") + #install(FILES "${LINPHONE_SDK_TMP}/share/${APPLICATION_NAME}/rootca.pem" DESTINATION "share/${APPLICATION_NAME}") + install(FILES "${LINPHONE_SDK_TMP}/share/${EXECUTABLE_NAME}/rootca.pem" DESTINATION "share/${APPLICATION_NAME}") #We use executable_name because of name folder that is not harmonized from the SDK # install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/linphonerc-factory" DESTINATION "share/${APPLICATION_NAME}") # install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/use-other-sip-account.rc" DESTINATION "share/${APPLICATION_NAME}/assistant") From fd33de30216b394c4250aeef6e2b5ca1562d3145 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 7 Feb 2020 20:58:15 +0100 Subject: [PATCH 31/65] CMakeLists Fix for linux and Windows (Libraries) --- build_all_win.bat | 5 ++--- cmake_builder/linphone_package/CMakeLists.txt | 22 ++++++++++++++----- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/build_all_win.bat b/build_all_win.bat index fb6c76553..636a2b4a7 100644 --- a/build_all_win.bat +++ b/build_all_win.bat @@ -9,12 +9,11 @@ cd ../../.. :: SDK Building cd linphone-sdk/build-sdk -cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=YES -A Win32 -DENABLE_GPL_THIRD_PARTIES=YES -DENABLE_NON_FREE_CODECS=YES -DENABLE_AMRNB=YES -DENABLE_AMRWB=YES -DENABLE_G729=YES -DENABLE_GSM=YES -DENABLE_ILBC=YES -DENABLE_ISAC=YES -DENABLE_OPUS=YES -DENABLE_SILK=YES -DENABLE_SPEEX=YES -DENABLE_H263=YES -DENABLE_H263P=YES -DENABLE_MPEG4=YES -DENABLE_OPENH264=YES -DENABLE_FFMPEG=YES -DENABLE_VIDEO=YES -DENABLE_GL=YES -::cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=YES -A Win32 -DENABLE_VIDEO=YES -DENABLE_GL=YES +::cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=YES -A Win32 -DENABLE_GPL_THIRD_PARTIES=YES -DENABLE_NON_FREE_CODECS=YES -DENABLE_AMRNB=YES -DENABLE_AMRWB=YES -DENABLE_G729=YES -DENABLE_GSM=YES -DENABLE_ILBC=YES -DENABLE_ISAC=YES -DENABLE_OPUS=YES -DENABLE_SILK=YES -DENABLE_SPEEX=YES -DENABLE_H263=YES -DENABLE_H263P=YES -DENABLE_MPEG4=YES -DENABLE_OPENH264=YES -DENABLE_FFMPEG=YES -DENABLE_VIDEO=YES -DENABLE_GL=YES +cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=NO -DENABLE_OPUS=NO -A Win32 -DENABLE_VIDEO=YES -DENABLE_GL=YES if %errorlevel% neq 0 exit /b %errorlevel% cmake --build . --target sdk --config RelWithDebInfo --parallel 5 if %errorlevel% neq 0 exit /b %errorlevel% -robocopy linphone-sdk\desktop ..\..\build-desktop\OUTPUT /e /njh /njs /ndl /nc /ns cd ../.. :: Minizip Submodule Building diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index 008b1e7b2..239d37160 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -183,7 +183,17 @@ if (WIN32) install( CODE "execute_process(COMMAND windeployqt ${LINPHONE_OUTPUT_DIR}/bin/${EXECUTABLE_NAME}.exe --qmldir=${LINPHONE_QML_DIR})")# -verbose=2)" ) file(GLOB LIB_FILES "${LINPHONE_SDK_TMP}/lib/*.dll") - install(FILES ${LIB_FILES} DESTINATION "bin") + install(FILES ${LIB_FILES} DESTINATION "bin/") + file(GLOB LIB_FILES "${LINPHONE_SDK_TMP}/bin/*.dll") + install(FILES ${LIB_FILES} DESTINATION "bin/") + file(GLOB EXE_FILES "${LINPHONE_SDK_TMP}/bin/*.exe") + install(FILES ${EXE_FILES} DESTINATION "bin/") + if (EXISTS "${LINPHONE_SDK_TMP}/lib/mediastreamer") + install(DIRECTORY "${LINPHONE_SDK_TMP}/lib/mediastreamer" DESTINATION "lib" USE_SOURCE_PERMISSIONS) + endif () + install(DIRECTORY "${LINPHONE_SDK_TMP}/share/images" DESTINATION "share" USE_SOURCE_PERMISSIONS) + install(DIRECTORY "${LINPHONE_SDK_TMP}/share/sounds" DESTINATION "share" USE_SOURCE_PERMISSIONS) + # list(REMOVE_ITEM SHARE_CONTENT "share/belr" "share/Belr" "share/images" "share/${APPLICATION_NAME}" "share/${APPLICATION_NAME}" "share/sounds") # foreach (ITEM IN LISTS SHARE_CONTENT) # list(APPEND SHARE_CONTENT_EXCLUDE PATTERN "${ITEM}" EXCLUDE) @@ -262,17 +272,17 @@ else()# Not Windows and Apple if( EXISTS "${LINPHONE_SDK_TMP}/lib64/") install(DIRECTORY "${LINPHONE_SDK_TMP}/lib64/" DESTINATION "lib64" USE_SOURCE_PERMISSIONS) endif() - install(DIRECTORY "${LINPHONE_SDK_TMP}/share/" DESTINATION "share" USE_SOURCE_PERMISSIONS) + install(DIRECTORY "${LINPHONE_SDK_TMP}/share/" DESTINATION "." USE_SOURCE_PERMISSIONS) #install(PROGRAMS "${CMAKE_INSTALL_PREFIX}/bin/${EXECUTABLE_NAME}" DESTINATION "/bin") - if (EXISTS "${LINPHONE_OUTPUT_DIR}/lib/mediastreamer") - file(COPY "${LINPHONE_OUTPUT_DIR}/lib/mediastreamer" DESTINATION "lib" USE_SOURCE_PERMISSIONS) + if (EXISTS "${LINPHONE_SDK_TMP}/lib/mediastreamer") + file(COPY "${LINPHONE_SDK_TMP}/lib/mediastreamer" DESTINATION "lib" USE_SOURCE_PERMISSIONS) endif () install(FILES "${LINPHONE_SDK_TMP}/share/belr/grammars/cpim_grammar" DESTINATION "share/belr/grammars/") install(FILES "${LINPHONE_SDK_TMP}/share/belr/grammars/vcard_grammar" DESTINATION "share/belr/grammars/") - install(DIRECTORY "${LINPHONE_SDK_TMP}/share/images" DESTINATION "share" USE_SOURCE_PERMISSIONS) - install(DIRECTORY "${LINPHONE_SDK_TMP}/share/sounds" DESTINATION "share" USE_SOURCE_PERMISSIONS) +# install(DIRECTORY "${LINPHONE_SDK_TMP}/share/images" DESTINATION "share" USE_SOURCE_PERMISSIONS) +# install(DIRECTORY "${LINPHONE_SDK_TMP}/share/sounds" DESTINATION "share" USE_SOURCE_PERMISSIONS) #install(FILES "${LINPHONE_SDK_TMP}/share/${APPLICATION_NAME}/rootca.pem" DESTINATION "share/${APPLICATION_NAME}") install(FILES "${LINPHONE_SDK_TMP}/share/${EXECUTABLE_NAME}/rootca.pem" DESTINATION "share/${APPLICATION_NAME}") #We use executable_name because of name folder that is not harmonized from the SDK # install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/linphonerc-factory" DESTINATION "share/${APPLICATION_NAME}") From 72cf66a5b237302f010b1c1a5ac17d7d269df1de Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 7 Feb 2020 21:08:42 +0100 Subject: [PATCH 32/65] CMakeLists Fix for linux (Fix share folder+test policy on lesser cmake version) --- cmake_builder/linphone_package/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index 239d37160..4002e14f9 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -20,14 +20,14 @@ # ############################################################################ -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.11) project(LINPHONE_PACKAGE) # Dummy project. include("${LINPHONE_DESKTOP_DIR}/application_info.cmake") find_package(Linphone REQUIRED) find_package(Git) -#Policy set to allow link from other directory +#Policy set to allow link from other directory (cmake 3.13) if (POLICY CMP0079) cmake_policy(SET CMP0079 NEW) endif () @@ -272,7 +272,7 @@ else()# Not Windows and Apple if( EXISTS "${LINPHONE_SDK_TMP}/lib64/") install(DIRECTORY "${LINPHONE_SDK_TMP}/lib64/" DESTINATION "lib64" USE_SOURCE_PERMISSIONS) endif() - install(DIRECTORY "${LINPHONE_SDK_TMP}/share/" DESTINATION "." USE_SOURCE_PERMISSIONS) + install(DIRECTORY "${LINPHONE_SDK_TMP}/share/" DESTINATION "share" USE_SOURCE_PERMISSIONS) #install(PROGRAMS "${CMAKE_INSTALL_PREFIX}/bin/${EXECUTABLE_NAME}" DESTINATION "/bin") From 3fb54ecb3fecb052d329a325e38c41fbfd218475 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 7 Feb 2020 21:16:44 +0100 Subject: [PATCH 33/65] CMakeLists Fix for linux (Loading target lib from another directory) --- CMakeLists.txt | 11 ++++++++++- cmake_builder/linphone_package/CMakeLists.txt | 14 +++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 13a70afb7..747e5ed1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -528,6 +528,7 @@ set(LINPHONE_SDK_DIR "${CMAKE_SOURCE_DIR}/linphone-sdk/build-sdk/linphone-sdk") set(TOOLS_DIR "${CMAKE_BINARY_DIR}/programs") set(LINPHONE_SOURCE_DIR ${EP_linphone_SOURCE_DIR}) set(LINPHONE_BUILDER_SIGNING_IDENTITY ${LINPHONE_BUILDER_SIGNING_IDENTITY}) +set(LINPHONE_SDK_TMP "${CMAKE_CURRENT_BINARY_DIR}/${EXECUTABLE_NAME}-sdk-tmp") add_subdirectory(build) add_subdirectory(cmake_builder/linphone_package) @@ -552,4 +553,12 @@ source_group( install(SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/cmake_builder/install.cmake") #endif () - +if(APPLE) + target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib/libminizip.dylib") +elseif(NOT WIN32) + if( EXISTS "${LINPHONE_SDK_TMP}/lib64/libminizip.so") + target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib64/libminizip.so") + elseif(EXISTS "${LINPHONE_SDK_TMP}/lib/libminizip.so") + target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib/libminizip.so") + endif() +endif() diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index 4002e14f9..165bc2f8a 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -20,7 +20,7 @@ # ############################################################################ -cmake_minimum_required(VERSION 3.11) +cmake_minimum_required(VERSION 3.1) project(LINPHONE_PACKAGE) # Dummy project. include("${LINPHONE_DESKTOP_DIR}/application_info.cmake") @@ -63,7 +63,7 @@ set(PACKAGE_VERSION "${LINPHONE_VERSION}") # ============================================================================== # Create sdk-temp folder where we can find all needed files (libs, includes etc.) -set(LINPHONE_SDK_TMP "${CMAKE_CURRENT_BINARY_DIR}/${EXECUTABLE_NAME}-sdk-tmp") + file(REMOVE_RECURSE "${LINPHONE_SDK_TMP}") message(${LINPHONE_SDK_DIR}) file(COPY "${LINPHONE_SDK_DIR}/" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}") @@ -75,15 +75,7 @@ elseif(WIN32) endif() file(RENAME "${CMAKE_CURRENT_BINARY_DIR}/desktop" "${LINPHONE_SDK_TMP}") -if(APPLE) - target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib/libminizip.dylib") -elseif(NOT WIN32) - if( EXISTS "${LINPHONE_SDK_TMP}/lib64/libminizip.so") - target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib64/libminizip.so") - elseif(EXISTS "${LINPHONE_SDK_TMP}/lib/libminizip.so") - target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib/libminizip.so") - endif() -endif() + # Generates a zip archive containing the development files. macro (add_sdk_list_file NAME) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/sdk_content/${NAME}.list.in" "${LINPHONE_SDK_TMP}/${NAME}.list" @ONLY) From 77e51db886589153358212e44fcad29b2067d9a7 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Sat, 8 Feb 2020 09:25:37 +0100 Subject: [PATCH 34/65] Fix RPATH syntax for linux --- CMakeLists.txt | 12 +++++++++--- cmake_builder/linphone_package/CMakeLists.txt | 5 ++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 747e5ed1d..16f5b18c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,14 +23,17 @@ cmake_minimum_required(VERSION 3.1) project(linphoneqt VERSION 4.1.1) +# Prepare gobal CMAKE configuration specific to the current project list(APPEND CMAKE_PREFIX_PATH "linphone-sdk/build-sdk/linphone-sdk/desktop") list(APPEND CMAKE_PREFIX_PATH "submodules/externals/minizip/build-minizip/OUTPUT") set(CMAKE_INSTALL_PREFIX "OUTPUT") if(UNIX AND NOT APPLE) - set(CMAKE_INSTALL_RPATH "lib64;../lib64") + set(CMAKE_INSTALL_RPATH "$ORIGIN/lib64;$ORIGIN/../lib64;$ORIGIN/lib;$ORIGIN/../lib") set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) endif() +#------------------------------------------------------------------------------ + set(APP_LIBRARY app-library) include(application_info.cmake) @@ -42,6 +45,10 @@ set(CMAKE_CXX_STANDARD 11) set(ASSETS_DIR "assets") +#------------------------------------------------------------------------------- +# SET OPTIONS +#------------------------------------------------------------------------------- + option(ENABLE_UPDATE_CHECK "Enable update check." NO) option(ENABLE_GPL_THIRD_PARTIES "" YES) @@ -423,7 +430,6 @@ set_property(TARGET ${APP_LIBRARY} PROPERTY AUTORCC ON) bc_git_version(${TARGET_NAME} ${PROJECT_VERSION}) add_dependencies(${APP_LIBRARY} ${TARGET_NAME}-git-version) add_dependencies(${APP_LIBRARY} update_translations) - if (WIN32) add_executable(${TARGET_NAME} WIN32 $ ${ASSETS_DIR}/app-icon.rc ${MAIN_FILE}) else () @@ -554,7 +560,7 @@ install(SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/cmake_builder/install.cmake") #endif () if(APPLE) - target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib/libminizip.dylib") + target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib/libminizip.dylib") elseif(NOT WIN32) if( EXISTS "${LINPHONE_SDK_TMP}/lib64/libminizip.so") target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib64/libminizip.so") diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index 165bc2f8a..d784d1070 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -255,8 +255,8 @@ else()# Not Windows and Apple get_filename_component(LIBRARY_FILENAME ${LIBRARY} NAME) #if(NOT ("${LIBRARY_FILENAME}" STREQUAL "libminizip.dylib")) message("Changing RPATH of ${LIBRARY_FILENAME} from '${LINPHONE_OUTPUT_DIR}/lib' to '@executable_path/../lib'") - execute_process(COMMAND install_name_tool -rpath "${LINPHONE_OUTPUT_DIR}/lib" "@executable_path/../lib" "${LIBRARY}") - execute_process(COMMAND install_name_tool -rpath "${LINPHONE_OUTPUT_DIR}/lib" "@executable_path/../lib64" "${LIBRARY}") + execute_process(COMMAND install_name_tool -rpath "${LINPHONE_OUTPUT_DIR}/lib" "$ORIGIN/../lib" "${LIBRARY}") + execute_process(COMMAND install_name_tool -rpath "${LINPHONE_OUTPUT_DIR}/lib" "$ORIGIN/../lib64" "${LIBRARY}") #endif() endforeach () install(DIRECTORY "${LINPHONE_SDK_TMP}/bin/" DESTINATION "bin" USE_SOURCE_PERMISSIONS) @@ -282,7 +282,6 @@ else()# Not Windows and Apple # install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/use-other-sip-account.rc" DESTINATION "share/${APPLICATION_NAME}/assistant") # install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/create-app-sip-account.rc" DESTINATION "share/${APPLICATION_NAME}/assistant") # install(FILES "${LINPHONE_OUTPUT_DIR}/share/${APPLICATION_NAME}/assistant/use-app-sip-account.rc" DESTINATION "share/${APPLICATION_NAME}/assistant") - endif () # Temporary deactivate From 741e9ff641c2b4b82c52f3f19198c74145db3b79 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Tue, 11 Feb 2020 15:29:13 +0100 Subject: [PATCH 35/65] Use local folders for builds Set to SDK where sources are relative to the SDK and not to the main project --- .gitignore | 1 + .gitlab-ci-files/job-linux-desktop.yml | 28 +- .gitlab-ci-files/job-macosx-desktop.yml | 29 +- .gitlab-ci-files/job-windows-desktop.yml | 30 +- .gitlab-ci.yml | 6 +- CMakeLists.txt | 837 +++++++++--------- build_all_linux.sh | 18 +- build_all_macos.sh | 16 +- build_all_win.bat | 23 +- cmake_builder/linphone_package/CMakeLists.txt | 15 +- linphone-sdk | 2 +- 11 files changed, 491 insertions(+), 514 deletions(-) diff --git a/.gitignore b/.gitignore index b5a7a4d0b..eaafa02dc 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ CMakeLists.txt.user build-*-Debug build-*-Default prepare.conf.user +build-desktop/* # Tags ------------------------------------------------------------------------- diff --git a/.gitlab-ci-files/job-linux-desktop.yml b/.gitlab-ci-files/job-linux-desktop.yml index 31cbf8c17..839ce142b 100644 --- a/.gitlab-ci-files/job-linux-desktop.yml +++ b/.gitlab-ci-files/job-linux-desktop.yml @@ -8,6 +8,7 @@ extends: .linux-prepare script: + - cmake --version - export CC=$CC - export CXX=$CXX - mkdir -p build-desktop/OUTPUT @@ -17,27 +18,20 @@ - echo $CMAKE_OPTIONS - echo $CMAKE_SANITIZER_OPTIONS # SDK Building - - mkdir -p linphone-sdk/build-sdk - - cd linphone-sdk/build-sdk - - cmake .. -G "$CMAKE_GENERATOR" -DLINPHONESDK_PLATFORM=Desktop $DEFAULT_LINUX_CMAKE_OPTIONS $CMAKE_OPTIONS $SCHEDULE_CMAKE_OPTIONS $CMAKE_SANITIZER_OPTIONS - - cmake --build . --target sdk $LBC_NODEBUG_OPTIONS - - cd ../../submodules/externals/minizip -# Minizip submodule Building - - mkdir -p build-minizip - - cd build-minizip - - cmake .. -G "$CMAKE_GENERATOR" $DEFAULT_LINUX_CMAKE_OPTIONS $CMAKE_OPTIONS $SCHEDULE_CMAKE_OPTIONS $CMAKE_SANITIZER_OPTIONS -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH="../../../linphone-sdk/build-sdk/linphone-sdk/desktop" + - cd build-desktop + - cmake .. -G "$CMAKE_GENERATOR" -DCMAKE_VERBOSE_MAKEFILE=ON -DLINPHONESDK_PLATFORM=Desktop $DEFAULT_LINUX_CMAKE_OPTIONS $CMAKE_OPTIONS $SCHEDULE_CMAKE_OPTIONS $CMAKE_SANITIZER_OPTIONS - cmake --build . --target all $LBC_NODEBUG_OPTIONS - - cmake --build . --target install -# Desktop Building - - cd ../../../../build-desktop - - cmake .. -G "$CMAKE_GENERATOR" $DEFAULT_LINUX_CMAKE_OPTIONS $CMAKE_OPTIONS $SCHEDULE_CMAKE_OPTIONS $CMAKE_SANITIZER_OPTIONS -DCMAKE_INSTALL_PREFIX=OUTPUT - - cmake --build . --target all -- $ADDITIONAL_BUILD_OPTIONS - - cmake --build . --target install -- $ADDITIONAL_BUILD_OPTIONS +# Minizip install to OUTPUT folder + - cmake .. + - cmake --build . --target minizip $LBC_NODEBUG_OPTIONS + - cmake --build . --target install $LBC_NODEBUG_OPTIONS +# Update CMake installation + - cmake .. -G "$CMAKE_GENERATOR" $DEFAULT_LINUX_CMAKE_OPTIONS $CMAKE_OPTIONS $SCHEDULE_CMAKE_OPTIONS $CMAKE_SANITIZER_OPTIONS + - cmake --build . --target linphone-qt $LBC_NODEBUG_OPTIONS + - cmake --build . --target install artifacts: paths: - build-desktop/OUTPUT - - linphone-sdk/build-sdk/linphone-sdk/desktop - - submodules/externals/minizip/build-minizip/OUTPUT expire_in: 1 week diff --git a/.gitlab-ci-files/job-macosx-desktop.yml b/.gitlab-ci-files/job-macosx-desktop.yml index 3c8054cd0..51553daa5 100644 --- a/.gitlab-ci-files/job-macosx-desktop.yml +++ b/.gitlab-ci-files/job-macosx-desktop.yml @@ -11,38 +11,28 @@ - export PATH=$PATH:/usr/local/opt/qt/bin - if [ -d "build-desktop" ]; then rm -rf build-desktop; fi; - mkdir -p build-desktop/OUTPUT - - cd linphone-sdk + - cd build-desktop #SDK Building - - if [ -d "build-sdk" ]; then rm -rf build-sdk; fi; - - mkdir -p build-sdk - - cd build-sdk - echo $CMAKE_GENERATOR - echo $DEFAULT_MACOS_CMAKE_OPTIONS - echo $CMAKE_OPTIONS - echo $ADDITIONAL_BUILD_OPTIONS - cmake .. -G "$CMAKE_GENERATOR" -DLINPHONESDK_PLATFORM=Desktop $DEFAULT_MACOS_CMAKE_OPTIONS $XCODE_OPTIONS $CMAKE_OPTIONS - - cmake --build . $LBC_NODEBUG_OPTIONS - - cd ../../submodules/externals/minizip -# Minizip submodule Building - - if [ -d "build-minizip" ]; then rm -rf build-minizip; fi; - - mkdir -p build-minizip - - cd build-minizip - - cmake .. -G "$CMAKE_GENERATOR" $DEFAULT_MACOS_CMAKE_OPTIONS $XCODE_OPTIONS $CMAKE_OPTIONS -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH="../../../linphone-sdk/build-sdk/linphone-sdk/desktop" - cmake --build . --target all $LBC_NODEBUG_OPTIONS - - cmake --build . --target install -# Desktop Building - - cd ../../../../build-desktop - - cmake .. -G "$CMAKE_GENERATOR" -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 $DEFAULT_MACOS_CMAKE_OPTIONS $XCODE_OPTIONS $CMAKE_OPTIONS -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH="linphone-sdk/build-sdk/linphone-sdk/desktop;submodules/externals/minizip/build-minizip/OUTPUT" - - cmake --build . --target all -- $ADDITIONAL_BUILD_OPTIONS +# Minizip install to OUTPUT folder + - cmake .. + - cmake --build . --target minizip + - cmake --build . --target install +# Update CMake installation + - cmake .. -G "$CMAKE_GENERATOR" -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 $DEFAULT_MACOS_CMAKE_OPTIONS $XCODE_OPTIONS $CMAKE_OPTIONS + - cmake --build . --target linphone-qt -- $ADDITIONAL_BUILD_OPTIONS # - codesign --verbose -s "$MACOS_SIGNING_IDENTITY" WORK/desktop/Build/linphone_package/Linphone-*.dmg -# - cmake --build . --target install -- $ADDITIONAL_BUILD_OPTIONS + - cmake --build . --target install -- $ADDITIONAL_BUILD_OPTIONS - ccache -s artifacts: paths: - build-desktop/OUTPUT - - linphone-sdk/build-sdk/linphone-sdk/desktop - - submodules/externals/minizip/build-minizip/OUTPUT expire_in: 1 week @@ -72,7 +62,6 @@ job-macosx-ninja: variables: CMAKE_GENERATOR: Ninja - CMAKE_OPTIONS: -DENABLE_UNIT_TESTS=ON extends: .job-macosx-desktop diff --git a/.gitlab-ci-files/job-windows-desktop.yml b/.gitlab-ci-files/job-windows-desktop.yml index c93388e20..291028d38 100644 --- a/.gitlab-ci-files/job-windows-desktop.yml +++ b/.gitlab-ci-files/job-windows-desktop.yml @@ -57,38 +57,26 @@ - mkdir build-desktop - cd build-desktop - mkdir OUTPUT -#SDK Building - - cd ../linphone-sdk - #handling the case of previous job cancellation - - IF EXIST build-sdkdesktop RMDIR /S /Q build-sdkdesktop - - mkdir build-sdk - - cd build-sdk +#SDK Building #we launch the msvc-cl wrapper located in python scripts folder #this wrapper relays only needed calls to the real compiler #cache stats display - C:\PROGRA~1\Python37\Scripts\cl -s - - cmake .. -G "Visual Studio 15 2017" -DLINPHONESDK_PLATFORM=Desktop -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=Release %DEFAULT_WINDOWS_CMAKE_OPTIONS% %CMAKE_OPTIONS% - - cmake --build . --target sdk --config Release %LBC_NODEBUG_OPTIONS% -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false - - cd ../../submodules/externals/minizip -# Minizip submodule Building - - IF EXIST build-minizip RMDIR /S /Q build-minizip - - mkdir build-minizip - - cd build-minizip - - cmake .. -G "Visual Studio 15 2017" -DCMAKE_BUILD_TYPE=Release %DEFAULT_WINDOWS_CMAKE_OPTIONS% %CMAKE_OPTIONS% -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH="../../../linphone-sdk/build-sdk/linphone-sdk/desktop" - - cmake --build . --target all_build --config Release %LBC_NODEBUG_OPTIONS% -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false + - cmake .. -G "Visual Studio 15 2017" -DLINPHONESDK_PLATFORM=Desktop -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=Release %DEFAULT_WINDOWS_CMAKE_OPTIONS% %CMAKE_OPTIONS% + - cmake --build . --target ALL_BUILD --config Release %LBC_NODEBUG_OPTIONS% -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false +# Minizip install to OUTPUT folder + - cmake .. + - cmake --build . --target minizip - cmake --build . --target install --config Release %LBC_NODEBUG_OPTIONS% -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false -# Desktop Building - - cd ../../../../build-desktop - - cmake .. -G "Visual Studio 15 2017" -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=Release %DEFAULT_WINDOWS_CMAKE_OPTIONS% %CMAKE_OPTIONS% -DCMAKE_INSTALL_PREFIX=OUTPUT - - cmake --build . --target all_build --config Release -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false +# Update CMake installation + - cmake .. -G "Visual Studio 15 2017" -DCMAKE_BUILD_TYPE=Release %DEFAULT_WINDOWS_CMAKE_OPTIONS% %CMAKE_OPTIONS% + - cmake --build . --target linphone-qt --config Release -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false - cmake --build . --target install --config Release -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false - C:\PROGRA~1\Python37\Scripts\cl -s artifacts: paths: - build-desktop\OUTPUT - - linphone-sdk\build-sdk\linphone-sdk\desktop - - submodules\externals\minizip\build-minizip\OUTPUT expire_in: 1 week .job-windows-vs2017-scheduled: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d250197dc..c4882e8e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,11 +7,7 @@ variables: MAKEFILE_JOBS: 5 CCACHE_SIZE: 2G #this option is used to speedup submodule building times, when we don't need to trace debug (like SDK where it is already tested in its project) - LBC_NODEBUG_OPTIONS : --parallel $MAKEFILE_JOBS - DEFAULT_LINUX_CMAKE_OPTIONS : -DENABLE_TOOLS=OFF - DEFAULT_MACOS_CMAKE_OPTIONS : -DENABLE_TOOLS=OFF - DEFAULT_WINDOWS_CMAKE_OPTIONS : -DENABLE_TOOLS=OFF - + LBC_NODEBUG_OPTIONS : --parallel $MAKEFILE_JOBS # DEFAULT_LINUX_CMAKE_OPTIONS: -DENABLE_NON_FREE_CODECS=YES -DENABLE_OPENH264=YES # DEFAULT_MACOS_CMAKE_OPTIONS: -DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 -DENABLE_UPDATE_CHECK=YES diff --git a/CMakeLists.txt b/CMakeLists.txt index 16f5b18c1..eca42bb2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,18 +20,24 @@ # ################################################################################ +# First building command: +# cmake .. -DENABLE_VPX=NO && cmake --build . --target all --parallel 10 && cmake --build . --target install && cmake .. +# Logic : Prepare first building of the SDK and Minizip. Install binaries and prepare for application building. +# Next, we can build the application with cmake --build . --target all --parallel 10 && cmake --build . --target install + cmake_minimum_required(VERSION 3.1) project(linphoneqt VERSION 4.1.1) # Prepare gobal CMAKE configuration specific to the current project -list(APPEND CMAKE_PREFIX_PATH "linphone-sdk/build-sdk/linphone-sdk/desktop") -list(APPEND CMAKE_PREFIX_PATH "submodules/externals/minizip/build-minizip/OUTPUT") - -set(CMAKE_INSTALL_PREFIX "OUTPUT") +list(APPEND CMAKE_PREFIX_PATH "${CMAKE_BINARY_DIR}/linphone-sdk/desktop;${CMAKE_BINARY_DIR}/OUTPUT") +message("${CMAKE_PREFIX_PATH}") +set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/OUTPUT") if(UNIX AND NOT APPLE) - set(CMAKE_INSTALL_RPATH "$ORIGIN/lib64;$ORIGIN/../lib64;$ORIGIN/lib;$ORIGIN/../lib") + set(CMAKE_INSTALL_RPATH "$ORIGIN;$ORIGIN/lib64;$ORIGIN/../lib64;$ORIGIN/lib;$ORIGIN/../lib") set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) endif() +#set_property(GLOBAL PROPERTY USE_FOLDERS ON) + #------------------------------------------------------------------------------ set(APP_LIBRARY app-library) @@ -50,37 +56,43 @@ set(ASSETS_DIR "assets") #------------------------------------------------------------------------------- option(ENABLE_UPDATE_CHECK "Enable update check." NO) +option(ENABLE_UNIT_TESTS "Enable unit test of SDK." NO ) +option(ENABLE_TOOLS "Enable tools of SDK" NO) + +#option(ENABLE_GPL_THIRD_PARTIES "" YES) +#option(ENABLE_NON_FREE_CODECS "Allow inclusion of non-free codecs in the build." YES) +#option(ENABLE_AMRNB "" YES) +#option(ENABLE_AMRWB "" YES) +#option(ENABLE_BV16 "Build mediastreamer2 with the BV16 codec." YES) +#option(ENABLE_G729 "Build mediastreamer2 with the G726 codec." YES) +##option(ENABLE_G729B_CNG "Build mediastreamer2 with G729 annex B cng." NO) +#option(ENABLE_GSM "Build mediastreamer2 with the GSM codec." YES) +#option(ENABLE_ILBC "" YES) +#option(ENABLE_ISAC "" YES) +#option(ENABLE_SILK "" YES) +##option(ENABLE_SPEEX "" YES) +#option(ENABLE_SPEEX_CODEC "Build mediastreamer2 with the SPEEX codec." YES) +#option(ENABLE_SPEEX_DSP "Build mediastreamer2 with the SPEEX DSP support." YES) +#option(ENABLE_H263 "" YES) +#option(ENABLE_H263P "" YES) +#option(ENABLE_MPEG4 "" YES) +#option(ENABLE_OPENH264 "Embedded OpenH264" YES) +#option(ENABLE_VPX "Build mediastreamer2 with VPX codec." YES) +#option(ENABLE_MKV "Enable support of MKV files reading and writing." YES) +#if(WIN32 OR APPLE) + #option(ENABLE_FFMPEG "Build mediastreamer2 with ffmpeg video support." YES) + #option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." YES) +#else()##Opus crash on Linux. The version for 4.3 is old. We have to use a switch in configuration to select the newest version for desktop. +# option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." YES) + #option(ENABLE_FFMPEG "Build mediastreamer2 with ffmpeg video support." NO) +#endif() + -option(ENABLE_GPL_THIRD_PARTIES "" YES) -option(ENABLE_NON_FREE_CODECS "Allow inclusion of non-free codecs in the build." YES) -option(ENABLE_AMRNB "" YES) -option(ENABLE_AMRWB "" YES) -option(ENABLE_BV16 "Build mediastreamer2 with the BV16 codec." YES) -option(ENABLE_G729 "Build mediastreamer2 with the G726 codec." YES) -#option(ENABLE_G729B_CNG "Build mediastreamer2 with G729 annex B cng." NO) -option(ENABLE_GSM "Build mediastreamer2 with the GSM codec." YES) -option(ENABLE_ILBC "" YES) -option(ENABLE_ISAC "" YES) -option(ENABLE_SILK "" YES) -#option(ENABLE_SPEEX "" YES) -option(ENABLE_SPEEX_CODEC "Build mediastreamer2 with the SPEEX codec." YES) -option(ENABLE_SPEEX_DSP "Build mediastreamer2 with the SPEEX DSP support." YES) -option(ENABLE_FFMPEG "Build mediastreamer2 with ffmpeg video support." YES) -option(ENABLE_H263 "" YES) -option(ENABLE_H263P "" YES) -option(ENABLE_MPEG4 "" YES) -option(ENABLE_OPENH264 "Embedded OpenH264" YES) -option(ENABLE_VPX "Build mediastreamer2 with VPX codec." YES) -option(ENABLE_MKV "Enable support of MKV files reading and writing." YES) -if(WIN32 OR APPLE) - option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." YES) -else()##Opus crash on Linux. The version for 4.3 is old. We have to use a switch in configuration to select the newest version for desktop. - option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." YES) -endif() include(GNUInstallDirs) include(CheckCXXCompilerFlag) + # Use automatically moc from Qt5. set(CMAKE_AUTOMOC ON) set(CMAKE_INCLUDE_CURRENT_DIR ON) @@ -96,7 +108,6 @@ if (NOT WIN32) -Wall \ -Wcast-align \ -Wconversion \ --Werror=old-style-cast \ -Werror=return-type \ -Wextra \ -Wfloat-equal \ @@ -142,429 +153,445 @@ set(QT5_PACKAGES_OPTIONAL TextToSpeech) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") -find_package(LinphoneCxx CONFIG REQUIRED) -find_package(Linphone CONFIG REQUIRED) -find_package(bctoolbox CONFIG REQUIRED) -find_package(belcard CONFIG REQUIRED) -find_package(Mediastreamer2 CONFIG REQUIRED) -find_package(ortp CONFIG REQUIRED) +add_subdirectory("linphone-sdk" "linphone-sdk/build-sdk") -find_package(Minizip REQUIRED) +find_package(LinphoneCxx CONFIG) +find_package(Linphone CONFIG) +find_package(bctoolbox CONFIG) +find_package(belcard CONFIG) +find_package(Mediastreamer2 CONFIG) +find_package(ortp CONFIG) -message("INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} FRAMEWORK_PATH=${CMAKE_FRAMEWORK_PATH}") -message("LINPHONE : ${LINPHONE_INCLUDE_DIRS} => ${LINPHONE_LIBRARIES}") -message("LINPHONECXX : ${LINPHONECXX_INCLUDE_DIRS} => ${LINPHONECXX_LIBRARIES}") +if( NOT (LinphoneCxx_FOUND)) + message("Linphone packages are not installed. Build and install it in order to build Minizip and then Desktop Application.") +else() +# Linphone SDK has been builded + message("LINPHONECXX : ${LINPHONECXX_INCLUDE_DIRS} => ${LINPHONECXX_LIBRARIES}") + add_subdirectory(submodules/externals/minizip "submodules/externals/minizip/build-minizip") + add_dependencies(minizip sdk) + find_package(Minizip) + if( NOT(Minizip_FOUND)) + message("Minizip are not installed. Build and install it in order to build Desktop Application.") + else() + message("MINIZIP : ${MINIZIP_INCLUDE_DIRS} => ${MINIZIP_LIBRARIES}") + message("INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} FRAMEWORK_PATH=${CMAKE_FRAMEWORK_PATH}") + message("LINPHONE : ${LINPHONE_INCLUDE_DIRS} => ${LINPHONE_LIBRARIES}") + message("LINPHONECXX : ${LINPHONECXX_INCLUDE_DIRS} => ${LINPHONECXX_LIBRARIES}") -set(SOURCES - src/app/App.cpp - src/app/AppController.cpp - src/app/cli/Cli.cpp - src/app/logger/Logger.cpp - src/app/paths/Paths.cpp - src/app/providers/AvatarProvider.cpp - src/app/providers/ImageProvider.cpp - src/app/providers/ThumbnailProvider.cpp - src/app/translator/DefaultTranslator.cpp - src/components/assistant/AssistantModel.cpp - src/components/authentication/AuthenticationNotifier.cpp - src/components/call/CallModel.cpp - src/components/calls/CallsListModel.cpp - src/components/calls/CallsListProxyModel.cpp - src/components/camera/Camera.cpp - src/components/camera/CameraPreview.cpp - src/components/camera/MSFunctions.cpp - src/components/chat/ChatModel.cpp - src/components/chat/ChatProxyModel.cpp - src/components/codecs/AbstractCodecsModel.cpp - src/components/codecs/AudioCodecsModel.cpp - src/components/codecs/VideoCodecsModel.cpp - src/components/conference/ConferenceAddModel.cpp - src/components/conference/ConferenceHelperModel.cpp - src/components/conference/ConferenceModel.cpp - src/components/contact/ContactModel.cpp - src/components/contact/VcardModel.cpp - src/components/contacts/ContactsListModel.cpp - src/components/contacts/ContactsListProxyModel.cpp - src/components/core/CoreHandlers.cpp - src/components/core/CoreManager.cpp - src/components/core/event-count-notifier/AbstractEventCountNotifier.cpp - src/components/file/FileDownloader.cpp - src/components/file/FileExtractor.cpp - src/components/notifier/Notifier.cpp - src/components/other/clipboard/Clipboard.cpp - src/components/other/colors/Colors.cpp - src/components/other/text-to-speech/TextToSpeech.cpp - src/components/other/units/Units.cpp - src/components/presence/OwnPresenceModel.cpp - src/components/presence/Presence.cpp - src/components/settings/AccountSettingsModel.cpp - src/components/settings/SettingsModel.cpp - src/components/sip-addresses/SipAddressesModel.cpp - src/components/sip-addresses/SipAddressesProxyModel.cpp - src/components/sip-addresses/SipAddressObserver.cpp - src/components/sound-player/SoundPlayer.cpp - src/components/telephone-numbers/TelephoneNumbersModel.cpp - src/components/timeline/TimelineModel.cpp - src/components/url-handlers/UrlHandlers.cpp - src/utils/LinphoneUtils.cpp - src/utils/MediastreamerUtils.cpp - src/utils/QExifImageHeader.cpp - src/utils/Utils.cpp -) + set(SOURCES + src/app/App.cpp + src/app/AppController.cpp + src/app/cli/Cli.cpp + src/app/logger/Logger.cpp + src/app/paths/Paths.cpp + src/app/providers/AvatarProvider.cpp + src/app/providers/ImageProvider.cpp + src/app/providers/ThumbnailProvider.cpp + src/app/translator/DefaultTranslator.cpp + src/components/assistant/AssistantModel.cpp + src/components/authentication/AuthenticationNotifier.cpp + src/components/call/CallModel.cpp + src/components/calls/CallsListModel.cpp + src/components/calls/CallsListProxyModel.cpp + src/components/camera/Camera.cpp + src/components/camera/CameraPreview.cpp + src/components/camera/MSFunctions.cpp + src/components/chat/ChatModel.cpp + src/components/chat/ChatProxyModel.cpp + src/components/codecs/AbstractCodecsModel.cpp + src/components/codecs/AudioCodecsModel.cpp + src/components/codecs/VideoCodecsModel.cpp + src/components/conference/ConferenceAddModel.cpp + src/components/conference/ConferenceHelperModel.cpp + src/components/conference/ConferenceModel.cpp + src/components/contact/ContactModel.cpp + src/components/contact/VcardModel.cpp + src/components/contacts/ContactsListModel.cpp + src/components/contacts/ContactsListProxyModel.cpp + src/components/core/CoreHandlers.cpp + src/components/core/CoreManager.cpp + src/components/core/event-count-notifier/AbstractEventCountNotifier.cpp + src/components/file/FileDownloader.cpp + src/components/file/FileExtractor.cpp + src/components/notifier/Notifier.cpp + src/components/other/clipboard/Clipboard.cpp + src/components/other/colors/Colors.cpp + src/components/other/text-to-speech/TextToSpeech.cpp + src/components/other/units/Units.cpp + src/components/presence/OwnPresenceModel.cpp + src/components/presence/Presence.cpp + src/components/settings/AccountSettingsModel.cpp + src/components/settings/SettingsModel.cpp + src/components/sip-addresses/SipAddressesModel.cpp + src/components/sip-addresses/SipAddressesProxyModel.cpp + src/components/sip-addresses/SipAddressObserver.cpp + src/components/sound-player/SoundPlayer.cpp + src/components/telephone-numbers/TelephoneNumbersModel.cpp + src/components/timeline/TimelineModel.cpp + src/components/url-handlers/UrlHandlers.cpp + src/utils/LinphoneUtils.cpp + src/utils/MediastreamerUtils.cpp + src/utils/QExifImageHeader.cpp + src/utils/Utils.cpp + ) -set(HEADERS - src/app/App.hpp - src/app/AppController.hpp - src/app/cli/Cli.hpp - src/app/logger/Logger.hpp - src/app/paths/Paths.hpp - src/app/providers/AvatarProvider.hpp - src/app/providers/ImageProvider.hpp - src/app/providers/ThumbnailProvider.hpp - src/app/single-application/SingleApplication.hpp - src/app/translator/DefaultTranslator.hpp - src/components/assistant/AssistantModel.hpp - src/components/authentication/AuthenticationNotifier.hpp - src/components/call/CallModel.hpp - src/components/calls/CallsListModel.hpp - src/components/calls/CallsListProxyModel.hpp - src/components/camera/Camera.hpp - src/components/camera/CameraPreview.hpp - src/components/camera/MSFunctions.hpp - src/components/chat/ChatModel.hpp - src/components/chat/ChatProxyModel.hpp - src/components/codecs/AbstractCodecsModel.hpp - src/components/codecs/AudioCodecsModel.hpp - src/components/codecs/VideoCodecsModel.hpp - src/components/Components.hpp - src/components/conference/ConferenceAddModel.hpp - src/components/conference/ConferenceHelperModel.hpp - src/components/conference/ConferenceModel.hpp - src/components/contact/ContactModel.hpp - src/components/contact/VcardModel.hpp - src/components/contacts/ContactsListModel.hpp - src/components/contacts/ContactsListProxyModel.hpp - src/components/core/CoreHandlers.hpp - src/components/core/CoreManager.hpp - src/components/core/event-count-notifier/AbstractEventCountNotifier.hpp - src/components/file/FileDownloader.hpp - src/components/file/FileExtractor.hpp - src/components/notifier/Notifier.hpp - src/components/other/clipboard/Clipboard.hpp - src/components/other/colors/Colors.hpp - src/components/other/desktop-tools/DesktopTools.hpp - src/components/other/text-to-speech/TextToSpeech.hpp - src/components/other/units/Units.hpp - src/components/presence/OwnPresenceModel.hpp - src/components/presence/Presence.hpp - src/components/settings/AccountSettingsModel.hpp - src/components/settings/SettingsModel.hpp - src/components/sip-addresses/SipAddressesModel.hpp - src/components/sip-addresses/SipAddressesProxyModel.hpp - src/components/sip-addresses/SipAddressObserver.hpp - src/components/sound-player/SoundPlayer.hpp - src/components/telephone-numbers/TelephoneNumbersModel.hpp - src/components/timeline/TimelineModel.hpp - src/components/url-handlers/UrlHandlers.hpp - src/utils/LinphoneUtils.hpp - src/utils/MediastreamerUtils.hpp - src/utils/QExifImageHeader.hpp - src/utils/Utils.hpp -) + set(HEADERS + src/app/App.hpp + src/app/AppController.hpp + src/app/cli/Cli.hpp + src/app/logger/Logger.hpp + src/app/paths/Paths.hpp + src/app/providers/AvatarProvider.hpp + src/app/providers/ImageProvider.hpp + src/app/providers/ThumbnailProvider.hpp + src/app/single-application/SingleApplication.hpp + src/app/translator/DefaultTranslator.hpp + src/components/assistant/AssistantModel.hpp + src/components/authentication/AuthenticationNotifier.hpp + src/components/call/CallModel.hpp + src/components/calls/CallsListModel.hpp + src/components/calls/CallsListProxyModel.hpp + src/components/camera/Camera.hpp + src/components/camera/CameraPreview.hpp + src/components/camera/MSFunctions.hpp + src/components/chat/ChatModel.hpp + src/components/chat/ChatProxyModel.hpp + src/components/codecs/AbstractCodecsModel.hpp + src/components/codecs/AudioCodecsModel.hpp + src/components/codecs/VideoCodecsModel.hpp + src/components/Components.hpp + src/components/conference/ConferenceAddModel.hpp + src/components/conference/ConferenceHelperModel.hpp + src/components/conference/ConferenceModel.hpp + src/components/contact/ContactModel.hpp + src/components/contact/VcardModel.hpp + src/components/contacts/ContactsListModel.hpp + src/components/contacts/ContactsListProxyModel.hpp + src/components/core/CoreHandlers.hpp + src/components/core/CoreManager.hpp + src/components/core/event-count-notifier/AbstractEventCountNotifier.hpp + src/components/file/FileDownloader.hpp + src/components/file/FileExtractor.hpp + src/components/notifier/Notifier.hpp + src/components/other/clipboard/Clipboard.hpp + src/components/other/colors/Colors.hpp + src/components/other/desktop-tools/DesktopTools.hpp + src/components/other/text-to-speech/TextToSpeech.hpp + src/components/other/units/Units.hpp + src/components/presence/OwnPresenceModel.hpp + src/components/presence/Presence.hpp + src/components/settings/AccountSettingsModel.hpp + src/components/settings/SettingsModel.hpp + src/components/sip-addresses/SipAddressesModel.hpp + src/components/sip-addresses/SipAddressesProxyModel.hpp + src/components/sip-addresses/SipAddressObserver.hpp + src/components/sound-player/SoundPlayer.hpp + src/components/telephone-numbers/TelephoneNumbersModel.hpp + src/components/timeline/TimelineModel.hpp + src/components/url-handlers/UrlHandlers.hpp + src/utils/LinphoneUtils.hpp + src/utils/MediastreamerUtils.hpp + src/utils/QExifImageHeader.hpp + src/utils/Utils.hpp + ) -set(MAIN_FILE src/app/main.cpp) + set(MAIN_FILE src/app/main.cpp) -if (APPLE) - list(APPEND SOURCES - src/app/single-application/SingleApplication.cpp - src/components/core/event-count-notifier/EventCountNotifierMacOs.m - src/components/other/desktop-tools/DesktopToolsMacOs.cpp - src/components/other/desktop-tools/screen-saver/ScreenSaverMacOs.m - src/components/other/desktop-tools/state-process/StateProcessMacOs.mm - ) - list(APPEND HEADERS - src/app/single-application/SingleApplicationPrivate.hpp - src/components/core/event-count-notifier/EventCountNotifierMacOs.hpp - src/components/other/desktop-tools/DesktopToolsMacOs.hpp - ) -elseif (WIN32) - list(APPEND SOURCES - src/app/single-application/SingleApplication.cpp - src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.cpp - src/components/other/desktop-tools/DesktopToolsWindows.cpp - ) - list(APPEND HEADERS - src/app/single-application/SingleApplicationPrivate.hpp - src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.hpp - src/components/other/desktop-tools/DesktopToolsWindows.hpp - ) -else () - list(APPEND SOURCES - src/app/single-application/SingleApplicationDBus.cpp - src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.cpp - src/components/other/desktop-tools/DesktopToolsLinux.cpp - src/components/other/desktop-tools/screen-saver/ScreenSaverDBus.cpp - src/components/other/desktop-tools/screen-saver/ScreenSaverXdg.cpp - ) - list(APPEND HEADERS - src/app/single-application/SingleApplicationDBusPrivate.hpp - src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.hpp - src/components/other/desktop-tools/DesktopToolsLinux.hpp - src/components/other/desktop-tools/screen-saver/ScreenSaverDBus.hpp - src/components/other/desktop-tools/screen-saver/ScreenSaverXdg.hpp - ) -endif () + if (APPLE) + list(APPEND SOURCES + src/app/single-application/SingleApplication.cpp + src/components/core/event-count-notifier/EventCountNotifierMacOs.m + src/components/other/desktop-tools/DesktopToolsMacOs.cpp + src/components/other/desktop-tools/screen-saver/ScreenSaverMacOs.m + src/components/other/desktop-tools/state-process/StateProcessMacOs.mm + ) + list(APPEND HEADERS + src/app/single-application/SingleApplicationPrivate.hpp + src/components/core/event-count-notifier/EventCountNotifierMacOs.hpp + src/components/other/desktop-tools/DesktopToolsMacOs.hpp + ) + elseif (WIN32) + list(APPEND SOURCES + src/app/single-application/SingleApplication.cpp + src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.cpp + src/components/other/desktop-tools/DesktopToolsWindows.cpp + ) + list(APPEND HEADERS + src/app/single-application/SingleApplicationPrivate.hpp + src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.hpp + src/components/other/desktop-tools/DesktopToolsWindows.hpp + ) + else () + list(APPEND SOURCES + src/app/single-application/SingleApplicationDBus.cpp + src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.cpp + src/components/other/desktop-tools/DesktopToolsLinux.cpp + src/components/other/desktop-tools/screen-saver/ScreenSaverDBus.cpp + src/components/other/desktop-tools/screen-saver/ScreenSaverXdg.cpp + ) + list(APPEND HEADERS + src/app/single-application/SingleApplicationDBusPrivate.hpp + src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.hpp + src/components/other/desktop-tools/DesktopToolsLinux.hpp + src/components/other/desktop-tools/screen-saver/ScreenSaverDBus.hpp + src/components/other/desktop-tools/screen-saver/ScreenSaverXdg.hpp + ) + endif () -set(QRC_RESOURCES resources.qrc) + set(QRC_RESOURCES resources.qrc) -set(LANGUAGES_DIRECTORY "${ASSETS_DIR}/languages") -set(I18N_FILENAME i18n.qrc) -set(LANGUAGES de en fr_FR ja lt ru sv tr pt_BR) + set(LANGUAGES_DIRECTORY "${ASSETS_DIR}/languages") + set(I18N_FILENAME i18n.qrc) + set(LANGUAGES de en fr_FR ja lt ru sv tr pt_BR) -# ------------------------------------------------------------------------------ + # ------------------------------------------------------------------------------ -function (PREPEND list prefix) - set(new_list "") + function (PREPEND list prefix) + set(new_list "") - foreach (elem ${${list}}) - list(APPEND new_list "${prefix}${elem}") - endforeach () + foreach (elem ${${list}}) + list(APPEND new_list "${prefix}${elem}") + endforeach () - set(${list} ${new_list} PARENT_SCOPE) -endfunction () + set(${list} ${new_list} PARENT_SCOPE) + endfunction () -# Force absolute paths. -PREPEND(SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/") -PREPEND(HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/") + # Force absolute paths. + PREPEND(SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/") + PREPEND(HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/") -# ------------------------------------------------------------------------------ -# Compute QML files list. -# ------------------------------------------------------------------------------ + # ------------------------------------------------------------------------------ + # Compute QML files list. + # ------------------------------------------------------------------------------ -set(QML_SOURCES) -file(STRINGS ${QRC_RESOURCES} QRC_RESOURCES_CONTENT) -foreach (line ${QRC_RESOURCES_CONTENT}) - set(result) - string(REGEX REPLACE - "^[ \t]*<[ \t]*file[ \t]*>[ \t]*(.+\\.[a-z]+)[ \t]*<[ \t]*/[ \t]*file[ \t]*>[ \t]*$" - "\\1" - result - "${line}" - ) - string(REGEX MATCH "\\.[a-z]+$" is_ui ${result}) - if (NOT ${is_ui} STREQUAL "") - list(APPEND QML_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/${result}") - endif () -endforeach () + set(QML_SOURCES) + file(STRINGS ${QRC_RESOURCES} QRC_RESOURCES_CONTENT) + foreach (line ${QRC_RESOURCES_CONTENT}) + set(result) + string(REGEX REPLACE + "^[ \t]*<[ \t]*file[ \t]*>[ \t]*(.+\\.[a-z]+)[ \t]*<[ \t]*/[ \t]*file[ \t]*>[ \t]*$" + "\\1" + result + "${line}" + ) + string(REGEX MATCH "\\.[a-z]+$" is_ui ${result}) + if (NOT ${is_ui} STREQUAL "") + list(APPEND QML_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/${result}") + endif () + endforeach () -# ------------------------------------------------------------------------------ -# Init git hooks. -# ------------------------------------------------------------------------------ + # ------------------------------------------------------------------------------ + # Init git hooks. + # ------------------------------------------------------------------------------ -if (NOT WIN32) - add_custom_target( - check_qml DEPENDS ${QML_SOURCES} - COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/tools/check_qml_syntax" - ) -endif() + if (NOT WIN32) + add_custom_target( + check_qml DEPENDS ${QML_SOURCES} + COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/tools/check_qml_syntax" + ) + endif() -execute_process(COMMAND ${CMAKE_COMMAND} -E copy - "${CMAKE_CURRENT_SOURCE_DIR}/tools/private/pre-commit" - "${CMAKE_CURRENT_SOURCE_DIR}/.git/hooks/pre-commit" -) -set(_QML_IMPORT_PATHS "") -list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/modules") -list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/dev-modules") -list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/scripts") -list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/views") + execute_process(COMMAND ${CMAKE_COMMAND} -E copy + "${CMAKE_CURRENT_SOURCE_DIR}/tools/private/pre-commit" + "${CMAKE_CURRENT_SOURCE_DIR}/.git/hooks/pre-commit" + ) + set(_QML_IMPORT_PATHS "") + list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/modules") + list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/dev-modules") + list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/scripts") + list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/views") -set(QML_IMPORT_PATH ${_QML_IMPORT_PATHS} CACHE STRING "Path used to locate CMake modules by Qt Creator" FORCE) + set(QML_IMPORT_PATH ${_QML_IMPORT_PATHS} CACHE STRING "Path used to locate CMake modules by Qt Creator" FORCE) -set(_QML_IMPORT_PATHS "") -list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/modules") -list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/dev-modules") -list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/scripts") -list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/views") + set(_QML_IMPORT_PATHS "") + list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/modules") + list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/dev-modules") + list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/scripts") + list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/views") -set(QML_IMPORT_PATH ${_QML_IMPORT_PATHS} CACHE STRING "Path used to locate CMake modules by Qt Creator" FORCE) + set(QML_IMPORT_PATH ${_QML_IMPORT_PATHS} CACHE STRING "Path used to locate CMake modules by Qt Creator" FORCE) -# ------------------------------------------------------------------------------ -# Create config.h file -# ------------------------------------------------------------------------------ + # ------------------------------------------------------------------------------ + # Create config.h file + # ------------------------------------------------------------------------------ -set(MSPLUGINS_DIR "${CMAKE_INSTALL_LIBDIR}/mediastreamer/plugins") -configure_file("${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.cmake" "${CMAKE_CURRENT_BINARY_DIR}/config.h") + set(MSPLUGINS_DIR "${CMAKE_INSTALL_LIBDIR}/mediastreamer/plugins") + configure_file("${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.cmake" "${CMAKE_CURRENT_BINARY_DIR}/config.h") -# ------------------------------------------------------------------------------ -# Build. -# ------------------------------------------------------------------------------ + # ------------------------------------------------------------------------------ + # Build. + # ------------------------------------------------------------------------------ -include_directories(src/) + include_directories(src/) -find_package(Qt5 COMPONENTS ${QT5_PACKAGES} REQUIRED) -find_package(Qt5 COMPONENTS ${QT5_PACKAGES_OPTIONAL} QUIET) + find_package(Qt5 COMPONENTS ${QT5_PACKAGES} REQUIRED) + find_package(Qt5 COMPONENTS ${QT5_PACKAGES_OPTIONAL} QUIET) -if (CMAKE_INSTALL_RPATH) - #Retrieve lib path from a know QT executable - get_target_property(LUPDATE_PATH Qt5::lupdate LOCATION) - get_filename_component(LUPDATE_PATH "${LUPDATE_PATH}" DIRECTORY) - get_filename_component(QT_PATH "${LUPDATE_PATH}/../lib" ABSOLUTE) - list(APPEND CMAKE_INSTALL_RPATH "${QT_PATH}") -endif () -# Add languages support. -add_subdirectory(${LANGUAGES_DIRECTORY}) + if (CMAKE_INSTALL_RPATH) + #Retrieve lib path from a know QT executable + get_target_property(LUPDATE_PATH Qt5::lupdate LOCATION) + get_filename_component(LUPDATE_PATH "${LUPDATE_PATH}" DIRECTORY) + get_filename_component(QT_PATH "${LUPDATE_PATH}/../lib" ABSOLUTE) + list(APPEND CMAKE_INSTALL_RPATH "${QT_PATH}") + endif () + # Add languages support. + add_subdirectory(${LANGUAGES_DIRECTORY}) -list(APPEND SOURCES "${CMAKE_CURRENT_BINARY_DIR}/${LANGUAGES_DIRECTORY}/${I18N_FILENAME}") + list(APPEND SOURCES "${CMAKE_CURRENT_BINARY_DIR}/${LANGUAGES_DIRECTORY}/${I18N_FILENAME}") -# Build. -#add_library(${APP_LIBRARY} OBJECT ${SOURCES} ${HEADERS} ${RESOURCES} ${QML_SOURCES}) -add_library(${APP_LIBRARY} OBJECT ${SOURCES} ${HEADERS} ${QML_SOURCES} ${QRC_RESOURCES}) -set_property(TARGET ${APP_LIBRARY} PROPERTY POSITION_INDEPENDENT_CODE ON) + # Build. + #add_library(${APP_LIBRARY} OBJECT ${SOURCES} ${HEADERS} ${RESOURCES} ${QML_SOURCES}) + add_library(${APP_LIBRARY} OBJECT ${SOURCES} ${HEADERS} ${QML_SOURCES} ${QRC_RESOURCES}) + set_property(TARGET ${APP_LIBRARY} PROPERTY POSITION_INDEPENDENT_CODE ON) -#Turn on automatic resources compilation by cmake -#Instead of excplicitely calling qt5_add_resources -set_property(TARGET ${APP_LIBRARY} PROPERTY AUTORCC ON) + #Turn on automatic resources compilation by cmake + #Instead of excplicitely calling qt5_add_resources + set_property(TARGET ${APP_LIBRARY} PROPERTY AUTORCC ON) -bc_git_version(${TARGET_NAME} ${PROJECT_VERSION}) -add_dependencies(${APP_LIBRARY} ${TARGET_NAME}-git-version) -add_dependencies(${APP_LIBRARY} update_translations) -if (WIN32) - add_executable(${TARGET_NAME} WIN32 $ ${ASSETS_DIR}/app-icon.rc ${MAIN_FILE}) -else () - add_executable(${TARGET_NAME} $ ${MAIN_FILE}) -endif () + bc_git_version(${TARGET_NAME} ${PROJECT_VERSION}) + add_dependencies(${APP_LIBRARY} ${TARGET_NAME}-git-version) + add_dependencies(${APP_LIBRARY} update_translations) + if (WIN32) + add_executable(${TARGET_NAME} WIN32 $ ${ASSETS_DIR}/app-icon.rc ${MAIN_FILE}) + else () + add_executable(${TARGET_NAME} $ ${MAIN_FILE}) + endif () -set_target_properties(${TARGET_NAME} PROPERTIES OUTPUT_NAME "${EXECUTABLE_NAME}") -set(INCLUDED_DIRECTORIES "${LINPHONECXX_INCLUDE_DIRS}" "${LINPHONE_INCLUDE_DIRS}" "${BELCARD_INCLUDE_DIRS}" "${BCTOOLBOX_INCLUDE_DIRS}" "${MEDIASTREAMER2_INCLUDE_DIRS}" "${MINIZIP_INCLUDE_DIRS}") -set(LIBRARIES ${BCTOOLBOX_CORE_LIBRARIES} ${BELCARD_LIBRARIES} ${LINPHONE_LIBRARIES} ${LINPHONECXX_LIBRARIES} ${MEDIASTREAMER2_LIBRARIES} ${ORTP_LIBRARIES} ${OPUS_LIBRARIES}) -if(WIN32) - list(APPEND LIBRARIES ${MINIZIP_LIBRARIES}) -endif() -foreach (package ${QT5_PACKAGES}) - list(APPEND INCLUDED_DIRECTORIES "${Qt5${package}_INCLUDE_DIRS}") - # `qt5_create_translation` is provided from `LinguistTools` package. - # But the `Qt5::LinguistTools` lib does not exist. Remove it. - if (NOT (${package} STREQUAL LinguistTools)) - list(APPEND LIBRARIES ${Qt5${package}_LIBRARIES}) - endif () -endforeach () + set_target_properties(${TARGET_NAME} PROPERTIES OUTPUT_NAME "${EXECUTABLE_NAME}") + set(INCLUDED_DIRECTORIES "${LINPHONECXX_INCLUDE_DIRS}" "${LINPHONE_INCLUDE_DIRS}" "${BELCARD_INCLUDE_DIRS}" "${BCTOOLBOX_INCLUDE_DIRS}" "${MEDIASTREAMER2_INCLUDE_DIRS}" "${MINIZIP_INCLUDE_DIRS}") + set(LIBRARIES ${BCTOOLBOX_CORE_LIBRARIES} ${BELCARD_LIBRARIES} ${LINPHONE_LIBRARIES} ${LINPHONECXX_LIBRARIES} ${MEDIASTREAMER2_LIBRARIES} ${ORTP_LIBRARIES} ${OPUS_LIBRARIES}) + if(WIN32) + list(APPEND LIBRARIES ${MINIZIP_LIBRARIES}) + endif() + foreach (package ${QT5_PACKAGES}) + list(APPEND INCLUDED_DIRECTORIES "${Qt5${package}_INCLUDE_DIRS}") + # `qt5_create_translation` is provided from `LinguistTools` package. + # But the `Qt5::LinguistTools` lib does not exist. Remove it. + if (NOT (${package} STREQUAL LinguistTools)) + list(APPEND LIBRARIES ${Qt5${package}_LIBRARIES}) + endif () + endforeach () -foreach (package ${QT5_PACKAGES_OPTIONAL}) - if ("${Qt5${package}_FOUND}") - message("Optional package ${package} found.") - list(APPEND INCLUDED_DIRECTORIES "${Qt5${package}_INCLUDE_DIRS}") - list(APPEND LIBRARIES ${Qt5${package}_LIBRARIES}) + foreach (package ${QT5_PACKAGES_OPTIONAL}) + if ("${Qt5${package}_FOUND}") + message("Optional package ${package} found.") + list(APPEND INCLUDED_DIRECTORIES "${Qt5${package}_INCLUDE_DIRS}") + list(APPEND LIBRARIES ${Qt5${package}_LIBRARIES}) - string(TOUPPER "${package}" INCLUDE_NAME) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D${INCLUDE_NAME}_ENABLED") - else () - message("Optional package ${package} not found.") - endif () -endforeach () + string(TOUPPER "${package}" INCLUDE_NAME) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D${INCLUDE_NAME}_ENABLED") + else () + message("Optional package ${package} not found.") + endif () + endforeach () -if (APPLE) - list(APPEND LIBRARIES "-framework Cocoa -framework IOKit") -# -framework linphone") #This doesn't work yet -endif () -target_include_directories(${APP_LIBRARY} SYSTEM PRIVATE ${INCLUDED_DIRECTORIES}) -target_include_directories(${TARGET_NAME} SYSTEM PRIVATE ${INCLUDED_DIRECTORIES}) + if (APPLE) + list(APPEND LIBRARIES "-framework Cocoa -framework IOKit") + # -framework linphone") #This doesn't work yet + endif () + target_include_directories(${APP_LIBRARY} SYSTEM PRIVATE ${INCLUDED_DIRECTORIES}) + target_include_directories(${TARGET_NAME} SYSTEM PRIVATE ${INCLUDED_DIRECTORIES}) -target_link_libraries(${TARGET_NAME} ${LIBRARIES}) + target_link_libraries(${TARGET_NAME} ${LIBRARIES}) -foreach (target ${TARGET_NAME}) - install(TARGETS ${target} - RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} - LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} - PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE - ) -endforeach () + foreach (target ${TARGET_NAME}) + install(TARGETS ${target} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} + PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE + ) + endforeach () -if (UNIX AND NOT APPLE) - # Install desktop/icon files. - configure_file("${ASSETS_DIR}/linphone.desktop.cmake" "${EXECUTABLE_NAME}.desktop" @ONLY) + if (UNIX AND NOT APPLE) + # Install desktop/icon files. + configure_file("${ASSETS_DIR}/linphone.desktop.cmake" "${EXECUTABLE_NAME}.desktop" @ONLY) - install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${EXECUTABLE_NAME}.desktop" - DESTINATION "${CMAKE_INSTALL_DATADIR}/applications" - ) - install(FILES "${ASSETS_DIR}/images/linphone_logo.svg" - DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps/" - RENAME "${EXECUTABLE_NAME}.svg" - ) + install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${EXECUTABLE_NAME}.desktop" + DESTINATION "${CMAKE_INSTALL_DATADIR}/applications" + ) + install(FILES "${ASSETS_DIR}/images/linphone_logo.svg" + DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps/" + RENAME "${EXECUTABLE_NAME}.svg" + ) - set(ICON_DIRS 16x16 22x22 24x24 32x32 64x64 128x128 256x256) - foreach (DIR ${ICON_DIRS}) - install(FILES "${ASSETS_DIR}/icons/hicolor/${DIR}/apps/icon.png" - DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/${DIR}/apps/" - RENAME "${EXECUTABLE_NAME}.png" - ) - endforeach () -endif () + set(ICON_DIRS 16x16 22x22 24x24 32x32 64x64 128x128 256x256) + foreach (DIR ${ICON_DIRS}) + install(FILES "${ASSETS_DIR}/icons/hicolor/${DIR}/apps/icon.png" + DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/${DIR}/apps/" + RENAME "${EXECUTABLE_NAME}.png" + ) + endforeach () + endif () -# ------------------------------------------------------------------------------ -# Install rc files. -# ------------------------------------------------------------------------------ + # ------------------------------------------------------------------------------ + # Install rc files. + # ------------------------------------------------------------------------------ -install(FILES "${ASSETS_DIR}/linphonerc-factory" - DESTINATION "${CMAKE_INSTALL_DATADIR}/${APPLICATION_NAME}" -) + install(FILES "${ASSETS_DIR}/linphonerc-factory" + DESTINATION "${CMAKE_INSTALL_DATADIR}/${APPLICATION_NAME}" + ) -set(ASSETS_ASSISTANT_DIR "${ASSETS_DIR}/assistant") -set(ASSISTANT_INSTALL_DATADIR "${CMAKE_INSTALL_DATADIR}/${APPLICATION_NAME}/assistant") + set(ASSETS_ASSISTANT_DIR "${ASSETS_DIR}/assistant") + set(ASSISTANT_INSTALL_DATADIR "${CMAKE_INSTALL_DATADIR}/${APPLICATION_NAME}/assistant") -install(FILES "${ASSETS_ASSISTANT_DIR}/use-other-sip-account.rc" - DESTINATION "${ASSISTANT_INSTALL_DATADIR}" -) -install(FILES "${ASSETS_ASSISTANT_DIR}/create-app-sip-account.rc" - DESTINATION "${ASSISTANT_INSTALL_DATADIR}" -) -install(FILES "${ASSETS_ASSISTANT_DIR}/use-app-sip-account.rc" - DESTINATION "${ASSISTANT_INSTALL_DATADIR}" -) + install(FILES "${ASSETS_ASSISTANT_DIR}/use-other-sip-account.rc" + DESTINATION "${ASSISTANT_INSTALL_DATADIR}" + ) + install(FILES "${ASSETS_ASSISTANT_DIR}/create-app-sip-account.rc" + DESTINATION "${ASSISTANT_INSTALL_DATADIR}" + ) + install(FILES "${ASSETS_ASSISTANT_DIR}/use-app-sip-account.rc" + DESTINATION "${ASSISTANT_INSTALL_DATADIR}" + ) -# ------------------------------------------------------------------------------ -# CPack settings & RPM. -# ------------------------------------------------------------------------------ -set(LINPHONE_DESKTOP_DIR "${CMAKE_SOURCE_DIR}") -set(LINPHONE_OUTPUT_DIR "${CMAKE_INSTALL_PREFIX}") -set(LINPHONE_SDK_DIR "${CMAKE_SOURCE_DIR}/linphone-sdk/build-sdk/linphone-sdk") -set(TOOLS_DIR "${CMAKE_BINARY_DIR}/programs") -set(LINPHONE_SOURCE_DIR ${EP_linphone_SOURCE_DIR}) -set(LINPHONE_BUILDER_SIGNING_IDENTITY ${LINPHONE_BUILDER_SIGNING_IDENTITY}) -set(LINPHONE_SDK_TMP "${CMAKE_CURRENT_BINARY_DIR}/${EXECUTABLE_NAME}-sdk-tmp") + # ------------------------------------------------------------------------------ + # CPack settings & RPM. + # ------------------------------------------------------------------------------ + set(LINPHONE_DESKTOP_DIR "${CMAKE_SOURCE_DIR}") + set(LINPHONE_OUTPUT_DIR "${CMAKE_INSTALL_PREFIX}") + set(LINPHONE_SDK_DIR "${CMAKE_BINARY_DIR}/linphone-sdk") + set(TOOLS_DIR "${CMAKE_BINARY_DIR}/programs") + set(LINPHONE_SOURCE_DIR ${EP_linphone_SOURCE_DIR}) + set(LINPHONE_BUILDER_SIGNING_IDENTITY ${LINPHONE_BUILDER_SIGNING_IDENTITY}) + set(LINPHONE_SDK_TMP "${CMAKE_CURRENT_BINARY_DIR}/${EXECUTABLE_NAME}-sdk-tmp") -add_subdirectory(build) -add_subdirectory(cmake_builder/linphone_package) + add_subdirectory(build) + add_subdirectory(cmake_builder/linphone_package) -# ------------------------------------------------------------------------------ -# To start better integration into IDE. -# ------------------------------------------------------------------------------ + # ------------------------------------------------------------------------------ + # To start better integration into IDE. + # ------------------------------------------------------------------------------ -source_group( - "Qml" REGULAR_EXPRESSION ".+\.qml$" -) -source_group( - "Js" REGULAR_EXPRESSION ".+\.js$" -) -source_group( - "Svg" REGULAR_EXPRESSION ".+\.svg$" -) + source_group( + "Qml" REGULAR_EXPRESSION ".+\.qml$" + ) + source_group( + "Js" REGULAR_EXPRESSION ".+\.js$" + ) + source_group( + "Svg" REGULAR_EXPRESSION ".+\.svg$" + ) -# ------------------------------ -# Installation -# ------------------------------ -install(SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/cmake_builder/install.cmake") -#endif () + # ------------------------------ + # Installation + # ------------------------------ + install(SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/cmake_builder/install.cmake") + #endif () -if(APPLE) - target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib/libminizip.dylib") -elseif(NOT WIN32) - if( EXISTS "${LINPHONE_SDK_TMP}/lib64/libminizip.so") - target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib64/libminizip.so") - elseif(EXISTS "${LINPHONE_SDK_TMP}/lib/libminizip.so") - target_link_libraries(${TARGET_NAME} "${LINPHONE_SDK_TMP}/lib/libminizip.so") - endif() -endif() + if(APPLE) + target_link_libraries(${TARGET_NAME} "${CMAKE_INSTALL_PREFIX}/lib/libminizip.dylib") + elseif(NOT WIN32) + if( EXISTS "${CMAKE_INSTALL_PREFIX}/lib64/libminizip.so") + target_link_libraries(${TARGET_NAME} "${CMAKE_INSTALL_PREFIX}/lib64/libminizip.so") + elseif(EXISTS "${CMAKE_INSTALL_PREFIX}/lib/libminizip.so") + target_link_libraries(${TARGET_NAME} "${CMAKE_INSTALL_PREFIX}/lib/libminizip.so") + else() + message("Error cannot find ${CMAKE_INSTALL_PREFIX}/lib*/libminizip.so while linking") + endif() + endif() + endif()#If (LinphoneCxx_FOUND AND Minizip_FOUND) +endif()#If (LinphoneCxx_FOUND) diff --git a/build_all_linux.sh b/build_all_linux.sh index 7397356bd..54e0482de 100755 --- a/build_all_linux.sh +++ b/build_all_linux.sh @@ -32,27 +32,21 @@ fi #Creation of folders mkdir -p build-desktop -mkdir -p linphone-sdk/build-sdk -mkdir -p submodules/externals/minizip/build-minizip #Opus crash on Linux. The version for 4.3 is old. We have to use a switch in configuration to select the newest version for desktop. #SDK building -cd linphone-sdk/build-sdk +cd build-desktop cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=YES -DENABLE_GPL_THIRD_PARTIES=YES -DENABLE_NON_FREE_CODECS=YES -DENABLE_AMRNB=YES -DENABLE_AMRWB=YES -DENABLE_G729=YES -DENABLE_GSM=YES -DENABLE_ILBC=YES -DENABLE_ISAC=YES -DENABLE_SILK=YES -DENABLE_SPEEX=YES -DENABLE_H263=YES -DENABLE_H263P=YES -DENABLE_MPEG4=YES -DENABLE_OPENH264=YES -DENABLE_FFMPEG=YES -DENABLE_VIDEO=YES -DENABLE_GL=YES -DENABLE_OPUS=NO #cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -cmake --build . --target all --config RelWithDebInfo --parallel 5 -cd ../.. +cmake --build . --target all --config RelWithDebInfo --parallel 10 #MiniZip Building -cd submodules/externals/minizip/build-minizip -cmake .. -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH=../../../linphone-sdk/build-sdk/linphone-sdk/desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -cmake --build . --target all --config RelWithDebInfo --parallel 5 +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake --build . --target minizip --config RelWithDebInfo --parallel 10 cmake --build . --target install -cd ../../../.. #Desktop Building -cd build-desktop -cmake .. -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_BUILD_TYPE=RelWithDebInfo -cmake --build . --target all --config RelWithDebInfo --parallel 5 +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake --build . --target all --config RelWithDebInfo --parallel 10 cmake --build . --target install diff --git a/build_all_macos.sh b/build_all_macos.sh index d58982ecf..1061754b2 100755 --- a/build_all_macos.sh +++ b/build_all_macos.sh @@ -32,26 +32,20 @@ fi #Creation of folders mkdir -p build-desktop -mkdir -p linphone-sdk/build-sdk -mkdir -p submodules/externals/minizip/build-minizip +cd build-desktop #SDK building -cd linphone-sdk/build-sdk #LINPHONESDK_DOXYGEN_PROGRAM is set just to be sure to get the version of the Application folder cmake .. -DLINPHONESDK_DOXYGEN_PROGRAM=/Applications/Doxygen.app/Contents/Resources/doxygen -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -DCMAKE_BUILD_TYPE=RelWithDebInfo -cmake --build . --target all --config RelWithDebInfo --parallel 5 -cd ../.. +cmake --build . --target all --config RelWithDebInfo --parallel 10 #MiniZip Building -cd submodules/externals/minizip/build-minizip -cmake .. -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH=../../../linphone-sdk/build-sdk/linphone-sdk/desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -cmake --build . --target all --config RelWithDebInfo --parallel 5 +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake --build . --target all --config RelWithDebInfo --parallel 10 cmake --build . --target install -cd ../../../.. #Desktop Building -cd build-desktop -cmake .. -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo cmake --build . --target all --config RelWithDebInfo cmake --build . --target install diff --git a/build_all_win.bat b/build_all_win.bat index 636a2b4a7..46f89bb59 100644 --- a/build_all_win.bat +++ b/build_all_win.bat @@ -1,31 +1,24 @@ :: Preparing folders IF NOT EXIST build-desktop mkdir build-desktop -cd linphone-sdk -IF NOT EXIST build-sdk mkdir build-sdk -cd ../submodules/externals/minizip -IF NOT EXIST build-minizip mkdir build-minizip -cd ../../.. :: SDK Building -cd linphone-sdk/build-sdk +cd build-desktop +:: Full config ::cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=YES -A Win32 -DENABLE_GPL_THIRD_PARTIES=YES -DENABLE_NON_FREE_CODECS=YES -DENABLE_AMRNB=YES -DENABLE_AMRWB=YES -DENABLE_G729=YES -DENABLE_GSM=YES -DENABLE_ILBC=YES -DENABLE_ISAC=YES -DENABLE_OPUS=YES -DENABLE_SILK=YES -DENABLE_SPEEX=YES -DENABLE_H263=YES -DENABLE_H263P=YES -DENABLE_MPEG4=YES -DENABLE_OPENH264=YES -DENABLE_FFMPEG=YES -DENABLE_VIDEO=YES -DENABLE_GL=YES +:: Mini config cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=NO -DENABLE_OPUS=NO -A Win32 -DENABLE_VIDEO=YES -DENABLE_GL=YES if %errorlevel% neq 0 exit /b %errorlevel% -cmake --build . --target sdk --config RelWithDebInfo --parallel 5 +cmake --build . --target sdk --config RelWithDebInfo --parallel 10 if %errorlevel% neq 0 exit /b %errorlevel% -cd ../.. :: Minizip Submodule Building -cd submodules/externals/minizip/build-minizip -cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_PREFIX_PATH="../../../linphone-sdk/build-sdk/linphone-sdk/desktop" -A Win32 -cmake --build . --target all_build --config RelWithDebInfo -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -A Win32 +cmake --build . --target all_build --parallel 10 --config RelWithDebInfo -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false cmake --build . --target install --config RelWithDebInfo -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false -cd ../../../.. :: Desktop Building -cd build-desktop -cmake .. -DENABLE_CSHARP_WRAPPER=YES -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=OUTPUT -A Win32 +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -A Win32 if %errorlevel% neq 0 exit /b %errorlevel% -cmake --build . --target all_build --config RelWithDebInfo --parallel 5 -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false +cmake --build . --target all_build --config RelWithDebInfo --parallel 10 -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false cmake --build . --target install --config RelWithDebInfo -- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index d784d1070..edd7abd0c 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -65,12 +65,10 @@ set(PACKAGE_VERSION "${LINPHONE_VERSION}") # Create sdk-temp folder where we can find all needed files (libs, includes etc.) file(REMOVE_RECURSE "${LINPHONE_SDK_TMP}") -message(${LINPHONE_SDK_DIR}) +message(" Linphone_SDK_DIR : ${LINPHONE_SDK_DIR}") file(COPY "${LINPHONE_SDK_DIR}/" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}") -file(GLOB MINIZIP_FILES "${CMAKE_SOURCE_DIR}/submodules/externals/minizip/build-minizip/OUTPUT/*") -file(COPY ${MINIZIP_FILES} DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/desktop/") if(APPLE) - execute_process(COMMAND install_name_tool -id "@executable_path/../Frameworks/libminizip.dylib" "${CMAKE_CURRENT_BINARY_DIR}/desktop/lib/libminizip.dylib") + execute_process(COMMAND install_name_tool -id "@executable_path/../Frameworks/libminizip.dylib" "${CMAKE_INSTALL_PREFIX}/lib/libminizip.dylib") elseif(WIN32) endif() @@ -254,13 +252,16 @@ else()# Not Windows and Apple foreach (LIBRARY ${SHARED_LIBRARIES}) get_filename_component(LIBRARY_FILENAME ${LIBRARY} NAME) #if(NOT ("${LIBRARY_FILENAME}" STREQUAL "libminizip.dylib")) - message("Changing RPATH of ${LIBRARY_FILENAME} from '${LINPHONE_OUTPUT_DIR}/lib' to '@executable_path/../lib'") + message("Changing RPATH of ${LIBRARY_FILENAME} from '${LINPHONE_OUTPUT_DIR}/lib' to '$ORIGIN/../lib'") execute_process(COMMAND install_name_tool -rpath "${LINPHONE_OUTPUT_DIR}/lib" "$ORIGIN/../lib" "${LIBRARY}") - execute_process(COMMAND install_name_tool -rpath "${LINPHONE_OUTPUT_DIR}/lib" "$ORIGIN/../lib64" "${LIBRARY}") + execute_process(COMMAND install_name_tool -add_rpath "$ORIGIN/../lib64" "${LIBRARY}") #endif() endforeach () install(DIRECTORY "${LINPHONE_SDK_TMP}/bin/" DESTINATION "bin" USE_SOURCE_PERMISSIONS) - install(DIRECTORY "${LINPHONE_SDK_TMP}/lib/" DESTINATION "lib" USE_SOURCE_PERMISSIONS) +#Just in case. This is useless because we have to use CMAKE_INSTALL_LIBDIR + if( EXISTS "${LINPHONE_SDK_TMP}/lib/") + install(DIRECTORY "${LINPHONE_SDK_TMP}/lib/" DESTINATION "lib" USE_SOURCE_PERMISSIONS) + endif() if( EXISTS "${LINPHONE_SDK_TMP}/lib64/") install(DIRECTORY "${LINPHONE_SDK_TMP}/lib64/" DESTINATION "lib64" USE_SOURCE_PERMISSIONS) endif() diff --git a/linphone-sdk b/linphone-sdk index 65e753f3a..cad6724af 160000 --- a/linphone-sdk +++ b/linphone-sdk @@ -1 +1 @@ -Subproject commit 65e753f3a90d272fbd0fcaa285ba0757b973029a +Subproject commit cad6724afade785b6649061059e03473439fb0b5 From b4cbbf96edc5f886f01339c0b2badca253202924 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Wed, 12 Feb 2020 12:02:33 +0100 Subject: [PATCH 36/65] Update options and explanations on error application path --- CMakeLists.txt | 57 +++++++++++++++++++++-------------------- src/app/paths/Paths.cpp | 18 +++++++++++-- 2 files changed, 45 insertions(+), 30 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eca42bb2b..9a83d4b8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,36 +58,37 @@ set(ASSETS_DIR "assets") option(ENABLE_UPDATE_CHECK "Enable update check." NO) option(ENABLE_UNIT_TESTS "Enable unit test of SDK." NO ) option(ENABLE_TOOLS "Enable tools of SDK" NO) - -#option(ENABLE_GPL_THIRD_PARTIES "" YES) -#option(ENABLE_NON_FREE_CODECS "Allow inclusion of non-free codecs in the build." YES) -#option(ENABLE_AMRNB "" YES) -#option(ENABLE_AMRWB "" YES) -#option(ENABLE_BV16 "Build mediastreamer2 with the BV16 codec." YES) -#option(ENABLE_G729 "Build mediastreamer2 with the G726 codec." YES) -##option(ENABLE_G729B_CNG "Build mediastreamer2 with G729 annex B cng." NO) -#option(ENABLE_GSM "Build mediastreamer2 with the GSM codec." YES) -#option(ENABLE_ILBC "" YES) -#option(ENABLE_ISAC "" YES) -#option(ENABLE_SILK "" YES) -##option(ENABLE_SPEEX "" YES) -#option(ENABLE_SPEEX_CODEC "Build mediastreamer2 with the SPEEX codec." YES) -#option(ENABLE_SPEEX_DSP "Build mediastreamer2 with the SPEEX DSP support." YES) -#option(ENABLE_H263 "" YES) -#option(ENABLE_H263P "" YES) -#option(ENABLE_MPEG4 "" YES) -#option(ENABLE_OPENH264 "Embedded OpenH264" YES) -#option(ENABLE_VPX "Build mediastreamer2 with VPX codec." YES) -#option(ENABLE_MKV "Enable support of MKV files reading and writing." YES) -#if(WIN32 OR APPLE) - #option(ENABLE_FFMPEG "Build mediastreamer2 with ffmpeg video support." YES) - #option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." YES) -#else()##Opus crash on Linux. The version for 4.3 is old. We have to use a switch in configuration to select the newest version for desktop. -# option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." YES) - #option(ENABLE_FFMPEG "Build mediastreamer2 with ffmpeg video support." NO) -#endif() +option(ENABLE_GPL_THIRD_PARTIES "" YES) +option(ENABLE_NON_FREE_CODECS "Allow inclusion of non-free codecs in the build." YES) +option(ENABLE_AMRNB "" YES) +option(ENABLE_AMRWB "" YES) +option(ENABLE_BV16 "Build mediastreamer2 with the BV16 codec." YES) +option(ENABLE_G729 "Build mediastreamer2 with the G726 codec." YES) +option(ENABLE_G729B_CNG "Build mediastreamer2 with G729 annex B cng." NO) +option(ENABLE_GSM "Build mediastreamer2 with the GSM codec." YES) +option(ENABLE_ILBC "" YES) +option(ENABLE_ISAC "" YES) +option(ENABLE_SILK "" YES) +option(ENABLE_SPEEX "" YES) +option(ENABLE_SPEEX_CODEC "Build mediastreamer2 with the SPEEX codec." YES) +option(ENABLE_SPEEX_DSP "Build mediastreamer2 with the SPEEX DSP support." YES) +option(ENABLE_H263 "" YES) +option(ENABLE_H263P "" YES) +option(ENABLE_LIME_X3DH "Enable lime X3DH support." YES) +option(ENABLE_MPEG4 "" YES) +option(ENABLE_OPENH264 "Embedded OpenH264" YES) +option(ENABLE_VPX "Build mediastreamer2 with VPX codec." YES) +option(ENABLE_V4L "Ability to capture and display video using libv4l2 or libv4l." YES) +option(ENABLE_MKV "Enable support of MKV files reading and writing." YES) +option(ENABLE_FFMPEG "Build mediastreamer2 with ffmpeg video support." YES) +if(WIN32 OR APPLE) + option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." YES) +else()##Opus crash on Linux. The version for 4.3 is old. We have to use a switch in configuration to select the newest version for desktop. + option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." NO) +endif() +option(ENABLE_RELATIVE_PREFIX "Set Internal packages relative to the binary" YES) include(GNUInstallDirs) include(CheckCXXCompilerFlag) diff --git a/src/app/paths/Paths.cpp b/src/app/paths/Paths.cpp index 5554a4676..abfcc733a 100644 --- a/src/app/paths/Paths.cpp +++ b/src/app/paths/Paths.cpp @@ -42,7 +42,7 @@ namespace { constexpr char PathCaptures[] = "/" EXECUTABLE_NAME "/captures/"; constexpr char PathCodecs[] = "/codecs/"; constexpr char PathLogs[] = "/logs/"; - constexpr char PathPlugins[] = "/plugins/"; + //constexpr char PathPlugins[] = "/plugins/"; // Unused constexpr char PathThumbnails[] = "/thumbnails/"; constexpr char PathUserCertificates[] = "/usr-crt/"; @@ -103,6 +103,17 @@ static inline string getWritableFilePath (const QString &filename) { } // ----------------------------------------------------------------------------- +// On Windows or Linux, the folders of the application are : +// bin/linphone +// lib/ +// lib64/ +// share/ + +// But in some cases, it can be : +// /linphone +// lib/ +// lib64/ +// share/ static inline QDir getAppPackageDir () { QDir dir(QCoreApplication::applicationDirPath()); @@ -113,8 +124,11 @@ static inline QDir getAppPackageDir () { dir.mkdir("Resources"); dir.cd("Resources"); } - } else + } else if( !dir.exists("lib") && !dir.exists("lib64")){// Check if these folders are in the current path dir.cdUp(); + if(!dir.exists("lib") && !dir.exists("lib64")) + qWarning() << QObject::tr("The application's location is not correct: You have to put your 'bin/' folder next to 'lib/' folder."); + } return dir; } From 0d6e01561f869d98bce941aafbd73c0502efd5e0 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Wed, 12 Feb 2020 21:14:31 +0100 Subject: [PATCH 37/65] Update ReadMe and ChangeLog Add rootca.pem in the installation Set SDK to fix paths --- CHANGELOG.md | 9 +- README.md | 132 ++++++++++-------- build_all_win.bat | 6 +- cmake_builder/linphone_package/CMakeLists.txt | 1 + linphone-sdk | 2 +- 5 files changed, 85 insertions(+), 65 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd742e39..6fbaca50c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,12 @@ - TelKeypad supports A, B, C and D keys. - TelKeypad supports keyboard. - OpenH264 codec can be download in the application. -- Remove useless splashscreen. +- New icons - Disable screensaver on fullscreen video call. - Add caller/callee on saved files. - Supports totally french, english, portuguese, russian, turkish, ukrainian. +- App Nap avoiding for MacOs + ### Fixes @@ -29,6 +31,11 @@ - Do not use `:` separator when a file is saved on Windows. - Avoid mark as read on selected chat room if window is not active. +### Removed + +- Prepare.py configuration +- Remove useless splashscreen. + ## 4.1.0 - 2017-07-19 ### Features diff --git a/README.md b/README.md index be471cf59..6762b37d5 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,31 @@ # Linphone Desktop -![screenshot](readme_screen.png) +Linphone is an open source softphone for voice and video over IP calling and instant messaging. -Linphone is a free VoIP and video softphone based on the SIP protocol. +It is fully SIP-based, for all calling, presence and IM features. + +General description is available from [linphone web site](https://www.linphone.org/technical-corner/linphone) + +### License + +Copyright © Belledonne Communications + +Linphone is dual licensed, and is available either : + + - under a [GNU/GPLv3 license](https://www.gnu.org/licenses/gpl-3.0.en.html), for free (open source). Please make sure that you + +understand and agree with the terms of this license before using it (see LICENSE file for details). + + - under a proprietary license, for a fee, to be used in closed source applications. Contact + +[Belledonne Communications](https://www.linphone.org/contact) for any question about costs and services. + +### Documentation + +- Supported features and RFCs : https://www.linphone.org/technical-corner/linphone/features + +- Linphone public wiki : https://wiki.linphone.org/xwiki/wiki/public/view/Linphone/ ## Getting started @@ -12,9 +34,20 @@ Installing dependencies: apt-get install libqt53dcore5:amd64 libqt53dextras5:amd64 libqt53dinput5:amd64 libqt53dlogic5:amd64 libqt53dquick5:amd64 libqt53dquickextras5:amd64 libqt53dquickinput5:amd64 libqt53dquickrender5:amd64 libqt53drender5:amd64 libqt5concurrent5:amd64 libqt5core5a:amd64 libqt5dbus5:amd64 libqt5designer5:amd64 libqt5designercomponents5:amd64 libqt5gui5:amd64 libqt5help5:amd64 libqt5multimedia5:amd64 libqt5multimedia5-plugins:amd64 libqt5multimediawidgets5:amd64 libqt5network5:amd64 libqt5opengl5:amd64 libqt5opengl5-dev:amd64 libqt5positioning5:amd64 libqt5printsupport5:amd64 libqt5qml5:amd64 libqt5quick5:amd64 libqt5quickcontrols2-5:amd64 libqt5quickparticles5:amd64 libqt5quicktemplates2-5:amd64 libqt5quicktest5:amd64 libqt5quickwidgets5:amd64 libqt5script5:amd64 libqt5scripttools5:amd64 libqt5sensors5:amd64 libqt5serialport5:amd64 libqt5sql5:amd64 libqt5sql5-sqlite:amd64 libqt5svg5:amd64 libqt5svg5-dev:amd64 libqt5test5:amd64 libqt5webchannel5:amd64 libqt5webengine-data libqt5webenginecore5:amd64 libqt5webenginewidgets5:amd64 libqt5webkit5:amd64 libqt5widgets5:amd64 libqt5x11extras5:amd64 libqt5xml5:amd64 libqt5xmlpatterns5:amd64 qt5-default:amd64 qt5-doc qt5-gtk-platformtheme:amd64 qt5-qmake:amd64 qt5-qmltooling-plugins:amd64 - - Here are the general instructions to build linphone for desktop. The specific instructions for each build platform is described just below. +You will need the tools defined for Linphone-SDK 4.3 : +- cmake >= 3.6 +- python = 2.7 (python 3.7 if C# wrapper generation is disabled) +- pip +- yasm +- nasm +- doxygen +- Pystache (use pip install pystache) +- six (use pip install six) +- Perl (can be downloaded at http://strawberryperl.com/ for Windows. Set your Path to perl binaries) + +Set your environment: + 1. Install some build tools: `CMake`, `Python` and `Qt5` (_5.9 or newer_). `C++11` support is required! It's necessary to install the `pip` command and to execute: @@ -27,20 +60,41 @@ Here are the general instructions to build linphone for desktop. The specific in 3. The `PATH` environment variable must point to the Qt5 directory `bin`. Example: - PATH="~/Qt/5.9/gcc_64/bin/:$PATH" + PATH="~/Qt/5.9/gcc_64/bin/:$PATH" -4. Prepare the build by running the `prepare.py` script. -5. Build the project using the appropriate build tool (`make`, `ninja`, `Xcode`, `Visual Studio (2013 or 2015 version)`). + +Building: -### Specific instructions for the GNU/Linux and Mac OS X platforms +The build is done in 3 steps. First, you need to build the SDK, then the submodule Minizip and finally, the application. + +1. Create your build folder at the root of the project : `mkdir build-desktop` +Go to this new folder and begin the build process : `cd build-desktop` + +2. Prepare your options : `cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo` By default, it will try compile all dependencies. You can remove some by adding `-ENABLE_=NO` to the command. You can use `cmake-gui ..` if you want to have a better access to them. + +3. Build the SDK : `cmake --build . --target sdk`. You can add `--parallel 10` if you have CMake>3.12 to speedup the process. + +4. Build The submodule. `cmake ..` and `cmake --build . --target install` + +5. Finish the process with a new `cmake ..` and `cmake --build . --target install`. + +When all are over, the files will be in the OUTPUT folder in the build directory. + +You can find a script file for each supported platform to achieve the first building. Don't use it for a second one, they only exist for convenience. +There are called build_all_linux.sh, build_all_macos.sh and build_all_win.bat. + +#### General Troubleshooting + +* The latest version of Doxygen doesn't work with the SDK. If you have a specific version of Doxygen that is not in your PATH, you can use `-DLINPHONESDK_DOXYGEN_PROGRAM`. + +Eg on Mac : `-DLINPHONESDK_DOXYGEN_PROGRAM=/Applications/Doxygen.app/Contents/Resources/doxygen=/Applications/Doxygen.app/Contents/Resources/doxygen` + +* If the build of the SDK crash with something like "cmd.exe failed" and no more info, it can be a dependency that is not available. You have to check if all are in your PATH. +Usually, if it is about VPX or Decaf, this could come from your Perl installation. -1. Prepare the build in a terminal by running the following command in the current directory: - ./prepare.py -DENABLE_DOC=OFF -2. Build the project in a terminal with: - make #### Mac OS X Troubleshooting To install the required dependencies on Mac OS X, you can use [Homebrew](https://brew.sh/). @@ -57,69 +111,29 @@ Before you install packages with Brew, you may have to change directories permis pip install pystache pip install graphviz -3. Finish the pre-build by cleaning the obsolete files and then run prepare.py and make again: - - ./prepare.py -c - ./prepare.py -DENABLE_DOC=OFF - make ### Specific instructions for the Windows platform -1. Ensure that you have downloaded the `Qt msvc2015 version` (32-bit). (64-bit version is not supported at this moment by Linphone Desktop.) `MinGW` must be installed too. +1. Ensure that you have downloaded the `Qt msvc2015 version` or `Qt msvc2017 version` (32-bit). (64-bit version is not supported at this moment by Linphone Desktop.) `MinGW` must be installed too. 2. Define the `Qt5_DIR` and `PATH` environment variable to the Qt5 installation path: Qt5_DIR="C:\Qt\5.9\msvc2015\lib\cmake" PATH="C:\Qt\5.9\msvc2015\bin;%PATH%" -3. Open a Windows command line (cmd.exe) in the current directory and run: +2. Or open a Command line with Visual Studio `Developer Comand Prompt for VS 2017` and call qtenv2.bat that is in your qt binaries eg: C:\Qt\5.12.6\msvc2017\bin\qtenv2.bat - python prepare.py -G "Visual Studio 15 2017" -DENABLE_DOC=OFF +3. Install msys-coreutils : `mingw-get install msys-coreutils` -4. Run the following command in the root directory of linphone-desktop: +4. Build as usual with adding `-A Win32` to each command (General Steps) - cmake --build WORK\desktop\cmake --config Release +5. The project folder will be in the build directory. - Or Open the generated Visual Studio solution `Project.sln.lnk` and build it. Check if the `Release` option is selected in Visual Studio. (With `Win32`!) ## Known bugs and issues * __4K (High DPI Displays)__ If you encounter troubles with high DPI displays on Windows, please to see this link: https://bugreports.qt.io/browse/QTBUG-53022 -## Customizing your build - -Some options can be given during the `prepare.py` step to customize the build. The basic usage of the `prepare.py` script is: - - ./prepare.py [options] - -Here are the main options you can use. - -### Building with debug symbols - -Building with debug symbols is necessary if you want to be able to debug the application using some tools like GDB or the Visual Studio debugger. To do so, pass the `--debug` option to `prepare.py`: - - ./prepare.py --debug [other options] - -### Generating an installation package (on Windows and Mac OS X platforms) - -You might want to generate an installation package to ease the distribution of the application. To add the package generation step to the build just run: - - ./prepare.py --package [other options] - -### Activate the build of all codecs - - ./prepare.py --all-codecs - -### Using more advanced options - -The `prepare.py` script is wrapper around CMake. Therefore you can give any CMake option to the `prepare.py` script. -To get a list of the options you can pass, you can run: - - ./prepare.py --list-cmake-variables - -The options that enable you to configure what will be built are the ones beginning with `ENABLE_`. So for example, you might want to build linphone without the opus codec support. To do so use: - - ./prepare.py -DENABLE_OPUS=NO ## Updating your build @@ -129,9 +143,7 @@ You need to update the project: git submodule sync && git submodule update --init --recursive Then simply re-building using the appropriate tool corresponding to your platform (make, Visual Studio...) should be sufficient to update the build (after having updated the source code via git). -However if the compilation fails, you may need to rebuild everything from scratch using: - - ./prepare.py -c && ./prepare.py [options] +However if the compilation fails, you may need to rebuild everything from scratch (Delete all files in your build-desktop folder). Then you re-build as usual. diff --git a/build_all_win.bat b/build_all_win.bat index 46f89bb59..de71f6f30 100644 --- a/build_all_win.bat +++ b/build_all_win.bat @@ -4,10 +4,10 @@ IF NOT EXIST build-desktop mkdir build-desktop :: SDK Building cd build-desktop -:: Full config -::cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=YES -A Win32 -DENABLE_GPL_THIRD_PARTIES=YES -DENABLE_NON_FREE_CODECS=YES -DENABLE_AMRNB=YES -DENABLE_AMRWB=YES -DENABLE_G729=YES -DENABLE_GSM=YES -DENABLE_ILBC=YES -DENABLE_ISAC=YES -DENABLE_OPUS=YES -DENABLE_SILK=YES -DENABLE_SPEEX=YES -DENABLE_H263=YES -DENABLE_H263P=YES -DENABLE_MPEG4=YES -DENABLE_OPENH264=YES -DENABLE_FFMPEG=YES -DENABLE_VIDEO=YES -DENABLE_GL=YES +:: Default config +cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -A Win32 :: Mini config -cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=NO -DENABLE_OPUS=NO -A Win32 -DENABLE_VIDEO=YES -DENABLE_GL=YES +::cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=NO -DENABLE_OPUS=NO -A Win32 -DENABLE_VIDEO=YES -DENABLE_GL=YES if %errorlevel% neq 0 exit /b %errorlevel% cmake --build . --target sdk --config RelWithDebInfo --parallel 10 if %errorlevel% neq 0 exit /b %errorlevel% diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index edd7abd0c..d3cac0599 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -183,6 +183,7 @@ if (WIN32) endif () install(DIRECTORY "${LINPHONE_SDK_TMP}/share/images" DESTINATION "share" USE_SOURCE_PERMISSIONS) install(DIRECTORY "${LINPHONE_SDK_TMP}/share/sounds" DESTINATION "share" USE_SOURCE_PERMISSIONS) + install(FILES "${LINPHONE_SDK_TMP}/share/Linphone/rootca.pem" DESTINATION "share/Linphone/") # list(REMOVE_ITEM SHARE_CONTENT "share/belr" "share/Belr" "share/images" "share/${APPLICATION_NAME}" "share/${APPLICATION_NAME}" "share/sounds") # foreach (ITEM IN LISTS SHARE_CONTENT) diff --git a/linphone-sdk b/linphone-sdk index cad6724af..47f1db409 160000 --- a/linphone-sdk +++ b/linphone-sdk @@ -1 +1 @@ -Subproject commit cad6724afade785b6649061059e03473439fb0b5 +Subproject commit 47f1db409ae379a6a86f9b6829874cb70dd04c8e From 54dd0f431813de6ebd63da83be78a9398296880b Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Thu, 13 Feb 2020 10:06:34 +0100 Subject: [PATCH 38/65] Update ICNS image for MacOs --- .../linphone_package/macos/linphone.icns | Bin 95761 -> 37952 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/cmake_builder/linphone_package/macos/linphone.icns b/cmake_builder/linphone_package/macos/linphone.icns index 0a0a207277c05adc5f07c3304a3c2ea4c806aadc..88f76b37b64246b9cf8aed143214fb6efda3b970 100644 GIT binary patch literal 37952 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 literal 95761 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 Date: Thu, 13 Feb 2020 10:42:22 +0100 Subject: [PATCH 39/65] Update Licence to gpl-v3 --- assets/icons/genicons.sh | 19 +++++++++ build_all_linux.sh | 41 ++++++++++--------- build_all_macos.sh | 41 ++++++++++--------- .../linphone_package/windows/signtool.py | 19 +++++++++ create_appimage.sh | 19 +++++++++ src/app/App.cpp | 20 ++++----- src/app/App.hpp | 20 ++++----- src/app/AppController.cpp | 20 ++++----- src/app/AppController.hpp | 20 ++++----- src/app/cli/Cli.cpp | 20 ++++----- src/app/cli/Cli.hpp | 20 ++++----- src/app/logger/Logger.cpp | 20 ++++----- src/app/logger/Logger.hpp | 20 ++++----- src/app/main.cpp | 20 ++++----- src/app/paths/Paths.cpp | 20 ++++----- src/app/paths/Paths.hpp | 20 ++++----- src/app/providers/AvatarProvider.cpp | 20 ++++----- src/app/providers/AvatarProvider.hpp | 20 ++++----- src/app/providers/ImageProvider.cpp | 20 ++++----- src/app/providers/ImageProvider.hpp | 20 ++++----- src/app/providers/ThumbnailProvider.cpp | 20 ++++----- src/app/providers/ThumbnailProvider.hpp | 20 ++++----- .../SingleApplicationDBus.cpp | 20 ++++----- .../SingleApplicationDBusPrivate.hpp | 20 ++++----- .../SingleApplicationPrivate.hpp | 19 +++++++++ src/app/translator/DefaultTranslator.cpp | 20 ++++----- src/app/translator/DefaultTranslator.hpp | 20 ++++----- src/components/Components.hpp | 20 ++++----- src/components/assistant/AssistantModel.cpp | 20 ++++----- src/components/assistant/AssistantModel.hpp | 20 ++++----- .../authentication/AuthenticationNotifier.cpp | 20 ++++----- .../authentication/AuthenticationNotifier.hpp | 20 ++++----- src/components/call/CallModel.cpp | 20 ++++----- src/components/call/CallModel.hpp | 20 ++++----- src/components/calls/CallsListModel.cpp | 20 ++++----- src/components/calls/CallsListModel.hpp | 20 ++++----- src/components/calls/CallsListProxyModel.cpp | 20 ++++----- src/components/calls/CallsListProxyModel.hpp | 20 ++++----- src/components/camera/Camera.cpp | 20 ++++----- src/components/camera/Camera.hpp | 20 ++++----- src/components/camera/CameraPreview.cpp | 20 ++++----- src/components/camera/CameraPreview.hpp | 20 ++++----- src/components/camera/MSFunctions.cpp | 20 ++++----- src/components/camera/MSFunctions.hpp | 20 ++++----- src/components/chat/ChatModel.cpp | 20 ++++----- src/components/chat/ChatModel.hpp | 20 ++++----- src/components/chat/ChatProxyModel.cpp | 20 ++++----- src/components/chat/ChatProxyModel.hpp | 20 ++++----- src/components/codecs/AbstractCodecsModel.cpp | 20 ++++----- src/components/codecs/AbstractCodecsModel.hpp | 20 ++++----- src/components/codecs/AudioCodecsModel.cpp | 20 ++++----- src/components/codecs/AudioCodecsModel.hpp | 20 ++++----- src/components/codecs/VideoCodecsModel.cpp | 20 ++++----- src/components/codecs/VideoCodecsModel.hpp | 20 ++++----- .../conference/ConferenceAddModel.cpp | 20 ++++----- .../conference/ConferenceAddModel.hpp | 20 ++++----- .../conference/ConferenceHelperModel.cpp | 20 ++++----- .../conference/ConferenceHelperModel.hpp | 20 ++++----- src/components/conference/ConferenceModel.cpp | 20 ++++----- src/components/conference/ConferenceModel.hpp | 20 ++++----- src/components/contact/ContactModel.cpp | 20 ++++----- src/components/contact/ContactModel.hpp | 20 ++++----- src/components/contact/VcardModel.cpp | 20 ++++----- src/components/contact/VcardModel.hpp | 20 ++++----- src/components/contacts/ContactsListModel.cpp | 20 ++++----- src/components/contacts/ContactsListModel.hpp | 20 ++++----- .../contacts/ContactsListProxyModel.cpp | 20 ++++----- .../contacts/ContactsListProxyModel.hpp | 20 ++++----- src/components/core/CoreHandlers.cpp | 20 ++++----- src/components/core/CoreHandlers.hpp | 20 ++++----- src/components/core/CoreManager.cpp | 20 ++++----- src/components/core/CoreManager.hpp | 20 ++++----- .../AbstractEventCountNotifier.cpp | 20 ++++----- .../AbstractEventCountNotifier.hpp | 20 ++++----- .../EventCountNotifierMacOs.hpp | 20 ++++----- .../EventCountNotifierSystemTrayIcon.cpp | 20 ++++----- .../EventCountNotifierSystemTrayIcon.hpp | 20 ++++----- src/components/file/FileDownloader.cpp | 20 ++++----- src/components/file/FileDownloader.hpp | 20 ++++----- src/components/file/FileExtractor.cpp | 20 ++++----- src/components/file/FileExtractor.hpp | 20 ++++----- src/components/notifier/Notifier.cpp | 20 ++++----- src/components/notifier/Notifier.hpp | 20 ++++----- src/components/other/clipboard/Clipboard.cpp | 20 ++++----- src/components/other/clipboard/Clipboard.hpp | 20 ++++----- src/components/other/colors/Colors.cpp | 20 ++++----- src/components/other/colors/Colors.hpp | 20 ++++----- .../other/desktop-tools/DesktopTools.hpp | 20 ++++----- .../other/desktop-tools/DesktopToolsLinux.cpp | 20 ++++----- .../other/desktop-tools/DesktopToolsLinux.hpp | 20 ++++----- .../other/desktop-tools/DesktopToolsMacOs.cpp | 20 ++++----- .../other/desktop-tools/DesktopToolsMacOs.hpp | 20 ++++----- .../desktop-tools/DesktopToolsWindows.cpp | 20 ++++----- .../desktop-tools/DesktopToolsWindows.hpp | 20 ++++----- .../screen-saver/ScreenSaverDBus.cpp | 20 ++++----- .../screen-saver/ScreenSaverDBus.hpp | 20 ++++----- .../screen-saver/ScreenSaverXdg.cpp | 20 ++++----- .../screen-saver/ScreenSaverXdg.hpp | 20 ++++----- .../other/text-to-speech/TextToSpeech.cpp | 20 ++++----- .../other/text-to-speech/TextToSpeech.hpp | 20 ++++----- src/components/other/units/Units.cpp | 20 ++++----- src/components/other/units/Units.hpp | 20 ++++----- src/components/presence/OwnPresenceModel.cpp | 20 ++++----- src/components/presence/OwnPresenceModel.hpp | 20 ++++----- src/components/presence/Presence.cpp | 20 ++++----- src/components/presence/Presence.hpp | 20 ++++----- .../settings/AccountSettingsModel.cpp | 20 ++++----- .../settings/AccountSettingsModel.hpp | 20 ++++----- src/components/settings/SettingsModel.cpp | 20 ++++----- src/components/settings/SettingsModel.hpp | 20 ++++----- .../sip-addresses/SipAddressObserver.cpp | 20 ++++----- .../sip-addresses/SipAddressObserver.hpp | 20 ++++----- .../sip-addresses/SipAddressesModel.cpp | 20 ++++----- .../sip-addresses/SipAddressesModel.hpp | 20 ++++----- .../sip-addresses/SipAddressesProxyModel.cpp | 20 ++++----- .../sip-addresses/SipAddressesProxyModel.hpp | 20 ++++----- src/components/sound-player/SoundPlayer.cpp | 20 ++++----- src/components/sound-player/SoundPlayer.hpp | 20 ++++----- .../TelephoneNumbersModel.cpp | 20 ++++----- .../TelephoneNumbersModel.hpp | 20 ++++----- src/components/timeline/TimelineModel.cpp | 20 ++++----- src/components/timeline/TimelineModel.hpp | 20 ++++----- src/components/url-handlers/UrlHandlers.cpp | 20 ++++----- src/components/url-handlers/UrlHandlers.hpp | 20 ++++----- src/utils/LinphoneUtils.cpp | 20 ++++----- src/utils/LinphoneUtils.hpp | 20 ++++----- src/utils/MediastreamerUtils.cpp | 20 ++++----- src/utils/MediastreamerUtils.hpp | 20 ++++----- src/utils/Utils.cpp | 20 ++++----- src/utils/Utils.hpp | 20 ++++----- ui/modules/Common/Form/ComboBox.js | 19 +++++++++ ui/modules/Common/Form/ListForm.js | 19 +++++++++ ui/modules/Common/Form/ListItemSelector.js | 19 +++++++++ ui/modules/Common/Window/Window.js | 19 +++++++++ ui/modules/Linphone/Calls/Calls.js | 19 +++++++++ ui/modules/Linphone/Chat/Chat.js | 19 +++++++++ ui/modules/Linphone/Chat/Message.js | 19 +++++++++ ui/modules/Linphone/TelKeypad/TelKeypad.js | 19 +++++++++ ui/modules/Linphone/Timeline/Timeline.js | 19 +++++++++ ui/scripts/LinphoneUtils/linphone-utils.js | 19 +++++++++ ui/scripts/Utils/port-tools.js | 19 +++++++++ ui/scripts/Utils/uri-tools.js | 19 +++++++++ ui/scripts/Utils/utils.js | 19 +++++++++ ui/views/App/Calls/CallsWindow.js | 19 +++++++++ ui/views/App/Calls/Incall.js | 19 +++++++++ ui/views/App/Main/ContactEdit.js | 19 +++++++++ ui/views/App/Main/Conversation.js | 19 +++++++++ .../App/Main/Dialogs/AuthenticationRequest.js | 19 +++++++++ ui/views/App/Main/Dialogs/ManageAccount.js | 19 +++++++++ ui/views/App/Main/MainWindow.js | 19 +++++++++ .../Dialogs/SettingsSipAccountsEdit.js | 19 +++++++++ ui/views/App/Settings/SettingsAdvanced.js | 19 +++++++++ ui/views/App/Settings/SettingsSipAccounts.js | 19 +++++++++ ui/views/App/Settings/SettingsUi.js | 19 +++++++++ ui/views/App/Settings/SettingsVideo.js | 19 +++++++++ 155 files changed, 1709 insertions(+), 1404 deletions(-) diff --git a/assets/icons/genicons.sh b/assets/icons/genicons.sh index 66934c644..858411db9 100755 --- a/assets/icons/genicons.sh +++ b/assets/icons/genicons.sh @@ -1,4 +1,23 @@ #!/usr/bin/env bash +## +## Copyright (c) 2010-2020 Belledonne Communications SARL. +## +## This file is part of linphone-desktop +## (see https://www.linphone.org). +## +## This program is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program. If not, see . +## for i in 16 22 24 32 64 128 256 do diff --git a/build_all_linux.sh b/build_all_linux.sh index 54e0482de..fac87455f 100755 --- a/build_all_linux.sh +++ b/build_all_linux.sh @@ -1,27 +1,28 @@ #!/bin/sh -################################################################################ -# CMakeLists.txt -# Copyright (C) 2020 Belledonne Communications, Grenoble France -# -################################################################################ -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# +## +## Copyright (c) 2010-2020 Belledonne Communications SARL. +## +## This file is part of linphone-desktop +## (see https://www.linphone.org). +## +## This program is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program. If not, see . +## + ################################################################################ # Linux First building script #------------------------------------------------------------------------------- + #Stop at error set -e diff --git a/build_all_macos.sh b/build_all_macos.sh index 1061754b2..95c31a790 100755 --- a/build_all_macos.sh +++ b/build_all_macos.sh @@ -1,25 +1,26 @@ #!/bin/sh +## +## Copyright (c) 2010-2020 Belledonne Communications SARL. +## +## This file is part of linphone-desktop +## (see https://www.linphone.org). +## +## This program is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program. If not, see . +## ################################################################################ -# CMakeLists.txt -# Copyright (C) 2020 Belledonne Communications, Grenoble France -# -################################################################################ -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -################################################################################ + +#------------------------------------------------------------------------------- # MAC OSX First building script #------------------------------------------------------------------------------- #Stop at error diff --git a/cmake_builder/linphone_package/windows/signtool.py b/cmake_builder/linphone_package/windows/signtool.py index b7ef4fc1e..18f20b828 100644 --- a/cmake_builder/linphone_package/windows/signtool.py +++ b/cmake_builder/linphone_package/windows/signtool.py @@ -1,4 +1,23 @@ #!/usr/bin/env python +# +# Copyright (c) 2010-2020 Belledonne Communications SARL. +# +# This file is part of linphone-desktop +# (see https://www.linphone.org). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# import os, sys import subprocess class PassFile: diff --git a/create_appimage.sh b/create_appimage.sh index 371ca0778..94ebb944a 100755 --- a/create_appimage.sh +++ b/create_appimage.sh @@ -1,4 +1,23 @@ #!/bin/bash +## +## Copyright (c) 2010-2020 Belledonne Communications SARL. +## +## This file is part of linphone-desktop +## (see https://www.linphone.org). +## +## This program is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program. If not, see . +## APP_NAME="linphone" diff --git a/src/app/App.cpp b/src/app/App.cpp index b0b5396cf..2e75f2a93 100644 --- a/src/app/App.cpp +++ b/src/app/App.cpp @@ -1,11 +1,13 @@ /* - * App.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "App.hpp" diff --git a/src/app/App.hpp b/src/app/App.hpp index f499fdc7f..7025fb9c1 100644 --- a/src/app/App.hpp +++ b/src/app/App.hpp @@ -1,11 +1,13 @@ /* - * App.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef APP_H_ diff --git a/src/app/AppController.cpp b/src/app/AppController.cpp index 9e4de97e1..af2a2a1b3 100644 --- a/src/app/AppController.cpp +++ b/src/app/AppController.cpp @@ -1,11 +1,13 @@ /* - * AppController.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: July 17, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/app/AppController.hpp b/src/app/AppController.hpp index 9f0a4aaed..f2ab8d4d4 100644 --- a/src/app/AppController.hpp +++ b/src/app/AppController.hpp @@ -1,11 +1,13 @@ /* - * AppController.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: July 17, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef APP_CONTROLLER_H_ diff --git a/src/app/cli/Cli.cpp b/src/app/cli/Cli.cpp index 2cdd79d5e..bbfdbc59b 100644 --- a/src/app/cli/Cli.cpp +++ b/src/app/cli/Cli.cpp @@ -1,11 +1,13 @@ /* - * Cli.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 6, 2017 - * Author: Nicolas Follet + * along with this program. If not, see . */ #include diff --git a/src/app/cli/Cli.hpp b/src/app/cli/Cli.hpp index 04ef41006..d84c0abed 100644 --- a/src/app/cli/Cli.hpp +++ b/src/app/cli/Cli.hpp @@ -1,11 +1,13 @@ /* - * Cli.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 6, 2017 - * Author: Nicolas Follet + * along with this program. If not, see . */ #ifndef CLI_H_ diff --git a/src/app/logger/Logger.cpp b/src/app/logger/Logger.cpp index 092065511..b0c138f3d 100644 --- a/src/app/logger/Logger.cpp +++ b/src/app/logger/Logger.cpp @@ -1,11 +1,13 @@ /* - * Logger.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/app/logger/Logger.hpp b/src/app/logger/Logger.hpp index b55c484db..36a63cb3a 100644 --- a/src/app/logger/Logger.hpp +++ b/src/app/logger/Logger.hpp @@ -1,11 +1,13 @@ /* - * Logger.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef LOGGER_H_ diff --git a/src/app/main.cpp b/src/app/main.cpp index 3414711d5..f5e277863 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -1,11 +1,13 @@ /* - * main.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "AppController.hpp" diff --git a/src/app/paths/Paths.cpp b/src/app/paths/Paths.cpp index abfcc733a..80933edfe 100644 --- a/src/app/paths/Paths.cpp +++ b/src/app/paths/Paths.cpp @@ -1,11 +1,13 @@ /* - * Paths.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/app/paths/Paths.hpp b/src/app/paths/Paths.hpp index 57ba3da03..34f277d6c 100644 --- a/src/app/paths/Paths.hpp +++ b/src/app/paths/Paths.hpp @@ -1,11 +1,13 @@ /* - * Paths.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef PATHS_H_ diff --git a/src/app/providers/AvatarProvider.cpp b/src/app/providers/AvatarProvider.cpp index 8045d6795..1be0306a7 100644 --- a/src/app/providers/AvatarProvider.cpp +++ b/src/app/providers/AvatarProvider.cpp @@ -1,11 +1,13 @@ /* - * AvatarProvider.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "app/paths/Paths.hpp" diff --git a/src/app/providers/AvatarProvider.hpp b/src/app/providers/AvatarProvider.hpp index 273a68e93..662f8411e 100644 --- a/src/app/providers/AvatarProvider.hpp +++ b/src/app/providers/AvatarProvider.hpp @@ -1,11 +1,13 @@ /* - * AvatarProvider.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef AVATAR_PROVIDER_H_ diff --git a/src/app/providers/ImageProvider.cpp b/src/app/providers/ImageProvider.cpp index f5c3b5a28..1ad4d4f8c 100644 --- a/src/app/providers/ImageProvider.cpp +++ b/src/app/providers/ImageProvider.cpp @@ -1,11 +1,13 @@ /* - * ImageProvider.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 19, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/app/providers/ImageProvider.hpp b/src/app/providers/ImageProvider.hpp index b9c450da1..05d3af083 100644 --- a/src/app/providers/ImageProvider.hpp +++ b/src/app/providers/ImageProvider.hpp @@ -1,11 +1,13 @@ /* - * ImageProvider.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 19, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef IMAGE_PROVIDER_H_ diff --git a/src/app/providers/ThumbnailProvider.cpp b/src/app/providers/ThumbnailProvider.cpp index 9a516681a..ffe62e13b 100644 --- a/src/app/providers/ThumbnailProvider.cpp +++ b/src/app/providers/ThumbnailProvider.cpp @@ -1,11 +1,13 @@ /* - * ThumbnailProvider.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "app/paths/Paths.hpp" diff --git a/src/app/providers/ThumbnailProvider.hpp b/src/app/providers/ThumbnailProvider.hpp index 899fd7b73..380dc6b0f 100644 --- a/src/app/providers/ThumbnailProvider.hpp +++ b/src/app/providers/ThumbnailProvider.hpp @@ -1,11 +1,13 @@ /* - * ThumbnailProvider.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef THUMBNAIL_PROVIDER_H_ diff --git a/src/app/single-application/SingleApplicationDBus.cpp b/src/app/single-application/SingleApplicationDBus.cpp index 1ece4fe93..9ddba55ff 100644 --- a/src/app/single-application/SingleApplicationDBus.cpp +++ b/src/app/single-application/SingleApplicationDBus.cpp @@ -1,11 +1,13 @@ /* - * SingleApplicationDBus.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 20, 2017 - * Author: Ghislain MARY + * along with this program. If not, see . */ #include diff --git a/src/app/single-application/SingleApplicationDBusPrivate.hpp b/src/app/single-application/SingleApplicationDBusPrivate.hpp index 55d6076f1..b98167aef 100644 --- a/src/app/single-application/SingleApplicationDBusPrivate.hpp +++ b/src/app/single-application/SingleApplicationDBusPrivate.hpp @@ -1,11 +1,13 @@ /* - * SingleApplicationDBusPrivate.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 20, 2017 - * Author: Ghislain MARY + * along with this program. If not, see . */ #ifndef SINGLE_APPLICATION_DBUS_PRIVATE_H_ diff --git a/src/app/single-application/SingleApplicationPrivate.hpp b/src/app/single-application/SingleApplicationPrivate.hpp index fa0b3ca49..8db9a288e 100644 --- a/src/app/single-application/SingleApplicationPrivate.hpp +++ b/src/app/single-application/SingleApplicationPrivate.hpp @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // The MIT License (MIT) // // Copyright (c) Itay Grudev 2015 - 2016 diff --git a/src/app/translator/DefaultTranslator.cpp b/src/app/translator/DefaultTranslator.cpp index d119aa340..7ef0c2941 100644 --- a/src/app/translator/DefaultTranslator.cpp +++ b/src/app/translator/DefaultTranslator.cpp @@ -1,11 +1,13 @@ /* - * DefaultTranslator.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/app/translator/DefaultTranslator.hpp b/src/app/translator/DefaultTranslator.hpp index 7c2583a2b..2d8b1262a 100644 --- a/src/app/translator/DefaultTranslator.hpp +++ b/src/app/translator/DefaultTranslator.hpp @@ -1,11 +1,13 @@ /* - * DefaultTranslator.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef DEFAULT_TRANSLATOR_H_ diff --git a/src/components/Components.hpp b/src/components/Components.hpp index 5fd463470..8147d8432 100644 --- a/src/components/Components.hpp +++ b/src/components/Components.hpp @@ -1,11 +1,13 @@ /* - * Components.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 6, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef COMPONENTS_H_ diff --git a/src/components/assistant/AssistantModel.cpp b/src/components/assistant/AssistantModel.cpp index 918e31e53..d53591662 100644 --- a/src/components/assistant/AssistantModel.cpp +++ b/src/components/assistant/AssistantModel.cpp @@ -1,11 +1,13 @@ /* - * AssistantModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 6, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "app/paths/Paths.hpp" diff --git a/src/components/assistant/AssistantModel.hpp b/src/components/assistant/AssistantModel.hpp index 5d1574422..dddfc05f1 100644 --- a/src/components/assistant/AssistantModel.hpp +++ b/src/components/assistant/AssistantModel.hpp @@ -1,11 +1,13 @@ /* - * AssistantModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 6, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef ASSISTANT_MODEL_H_ diff --git a/src/components/authentication/AuthenticationNotifier.cpp b/src/components/authentication/AuthenticationNotifier.cpp index b0caa193c..858bb9ae9 100644 --- a/src/components/authentication/AuthenticationNotifier.cpp +++ b/src/components/authentication/AuthenticationNotifier.cpp @@ -1,11 +1,13 @@ /* - * AuthenticationNotifier.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 13, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "components/core/CoreHandlers.hpp" diff --git a/src/components/authentication/AuthenticationNotifier.hpp b/src/components/authentication/AuthenticationNotifier.hpp index 0d934820d..bf76963e8 100644 --- a/src/components/authentication/AuthenticationNotifier.hpp +++ b/src/components/authentication/AuthenticationNotifier.hpp @@ -1,11 +1,13 @@ /* - * AuthenticationNotifier.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 13, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef AUTHENTICATION_NOTIFIER_H_ diff --git a/src/components/call/CallModel.cpp b/src/components/call/CallModel.cpp index eb7b0a427..89e735d1a 100644 --- a/src/components/call/CallModel.cpp +++ b/src/components/call/CallModel.cpp @@ -1,11 +1,13 @@ /* - * CallModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "CallModel.hpp" diff --git a/src/components/call/CallModel.hpp b/src/components/call/CallModel.hpp index 2ddbbf413..195c88600 100644 --- a/src/components/call/CallModel.hpp +++ b/src/components/call/CallModel.hpp @@ -1,11 +1,13 @@ /* - * CallModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CALL_MODEL_H_ diff --git a/src/components/calls/CallsListModel.cpp b/src/components/calls/CallsListModel.cpp index c3b2d5cea..e9b394c5c 100644 --- a/src/components/calls/CallsListModel.cpp +++ b/src/components/calls/CallsListModel.cpp @@ -1,11 +1,13 @@ /* - * CallsListModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/calls/CallsListModel.hpp b/src/components/calls/CallsListModel.hpp index 8b61d7f35..be8be3a54 100644 --- a/src/components/calls/CallsListModel.hpp +++ b/src/components/calls/CallsListModel.hpp @@ -1,11 +1,13 @@ /* - * CallsListModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CALLS_LIST_MODEL_H_ diff --git a/src/components/calls/CallsListProxyModel.cpp b/src/components/calls/CallsListProxyModel.cpp index 40fa13e15..5a2a82501 100644 --- a/src/components/calls/CallsListProxyModel.cpp +++ b/src/components/calls/CallsListProxyModel.cpp @@ -1,11 +1,13 @@ /* - * CallsListProxyModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 22, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "components/call/CallModel.hpp" diff --git a/src/components/calls/CallsListProxyModel.hpp b/src/components/calls/CallsListProxyModel.hpp index 87429f085..10e59f72b 100644 --- a/src/components/calls/CallsListProxyModel.hpp +++ b/src/components/calls/CallsListProxyModel.hpp @@ -1,11 +1,13 @@ /* - * CallsListProxyModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 22, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CALLS_LIST_PROXY_MODEL_H_ diff --git a/src/components/camera/Camera.cpp b/src/components/camera/Camera.cpp index df113935e..3604faae9 100644 --- a/src/components/camera/Camera.cpp +++ b/src/components/camera/Camera.cpp @@ -1,11 +1,13 @@ /* - * Camera.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/camera/Camera.hpp b/src/components/camera/Camera.hpp index a87c90124..2fbb7b0ec 100644 --- a/src/components/camera/Camera.hpp +++ b/src/components/camera/Camera.hpp @@ -1,11 +1,13 @@ /* - * Camera.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CAMERA_H_ diff --git a/src/components/camera/CameraPreview.cpp b/src/components/camera/CameraPreview.cpp index 7acc534d6..c284c669f 100644 --- a/src/components/camera/CameraPreview.cpp +++ b/src/components/camera/CameraPreview.cpp @@ -1,11 +1,13 @@ /* - * CameraPreview.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 19, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/camera/CameraPreview.hpp b/src/components/camera/CameraPreview.hpp index 5a82c3e84..2127dbca4 100644 --- a/src/components/camera/CameraPreview.hpp +++ b/src/components/camera/CameraPreview.hpp @@ -1,11 +1,13 @@ /* - * CameraPreview.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 19, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CAMERA_PREVIEW_H_ diff --git a/src/components/camera/MSFunctions.cpp b/src/components/camera/MSFunctions.cpp index f06d51665..7b1ce9c31 100644 --- a/src/components/camera/MSFunctions.cpp +++ b/src/components/camera/MSFunctions.cpp @@ -1,11 +1,13 @@ /* - * MSFunctions.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 9, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "MSFunctions.hpp" diff --git a/src/components/camera/MSFunctions.hpp b/src/components/camera/MSFunctions.hpp index 00be3a1d5..52b645c1a 100644 --- a/src/components/camera/MSFunctions.hpp +++ b/src/components/camera/MSFunctions.hpp @@ -1,11 +1,13 @@ /* - * MSFunctions.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 9, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef MS_FUNCTIONS_H_ diff --git a/src/components/chat/ChatModel.cpp b/src/components/chat/ChatModel.cpp index 7102c0344..d2895ca83 100644 --- a/src/components/chat/ChatModel.cpp +++ b/src/components/chat/ChatModel.cpp @@ -1,11 +1,13 @@ /* - * ChatModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/chat/ChatModel.hpp b/src/components/chat/ChatModel.hpp index b7e312ed7..60460f33e 100644 --- a/src/components/chat/ChatModel.hpp +++ b/src/components/chat/ChatModel.hpp @@ -1,11 +1,13 @@ /* - * ChatModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CHAT_MODEL_H_ diff --git a/src/components/chat/ChatProxyModel.cpp b/src/components/chat/ChatProxyModel.cpp index 0a90c4430..3c4ac0acd 100644 --- a/src/components/chat/ChatProxyModel.cpp +++ b/src/components/chat/ChatProxyModel.cpp @@ -1,11 +1,13 @@ /* - * ChatProxyModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/chat/ChatProxyModel.hpp b/src/components/chat/ChatProxyModel.hpp index 7188fada6..4be4e7504 100644 --- a/src/components/chat/ChatProxyModel.hpp +++ b/src/components/chat/ChatProxyModel.hpp @@ -1,11 +1,13 @@ /* - * ChatProxyModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CHAT_PROXY_MODEL_H_ diff --git a/src/components/codecs/AbstractCodecsModel.cpp b/src/components/codecs/AbstractCodecsModel.cpp index 74280cd13..ff95a173a 100644 --- a/src/components/codecs/AbstractCodecsModel.cpp +++ b/src/components/codecs/AbstractCodecsModel.cpp @@ -1,11 +1,13 @@ /* - * AbstractCodecsModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 4, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "app/paths/Paths.hpp" diff --git a/src/components/codecs/AbstractCodecsModel.hpp b/src/components/codecs/AbstractCodecsModel.hpp index c517e12e3..d4f10ce2d 100644 --- a/src/components/codecs/AbstractCodecsModel.hpp +++ b/src/components/codecs/AbstractCodecsModel.hpp @@ -1,11 +1,13 @@ /* - * AbstractCodecsModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 4, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef ABSTRACT_CODECS_MODEL_H_ diff --git a/src/components/codecs/AudioCodecsModel.cpp b/src/components/codecs/AudioCodecsModel.cpp index 5ceba7524..6d0fa4e3b 100644 --- a/src/components/codecs/AudioCodecsModel.cpp +++ b/src/components/codecs/AudioCodecsModel.cpp @@ -1,11 +1,13 @@ /* - * AudioCodecsModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 3, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "components/core/CoreManager.hpp" diff --git a/src/components/codecs/AudioCodecsModel.hpp b/src/components/codecs/AudioCodecsModel.hpp index 1b9d13656..57b7f4df0 100644 --- a/src/components/codecs/AudioCodecsModel.hpp +++ b/src/components/codecs/AudioCodecsModel.hpp @@ -1,11 +1,13 @@ /* - * AudioCodecsModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 3, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef AUDIO_CODECS_MODEL_H_ diff --git a/src/components/codecs/VideoCodecsModel.cpp b/src/components/codecs/VideoCodecsModel.cpp index 915bf74af..892b29f6a 100644 --- a/src/components/codecs/VideoCodecsModel.cpp +++ b/src/components/codecs/VideoCodecsModel.cpp @@ -1,11 +1,13 @@ /* - * VideoCodecsModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 3, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/codecs/VideoCodecsModel.hpp b/src/components/codecs/VideoCodecsModel.hpp index 65d1d8180..63e3a4382 100644 --- a/src/components/codecs/VideoCodecsModel.hpp +++ b/src/components/codecs/VideoCodecsModel.hpp @@ -1,11 +1,13 @@ /* - * VideoCodecsModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 3, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef VIDEO_CODECS_MODEL_H_ diff --git a/src/components/conference/ConferenceAddModel.cpp b/src/components/conference/ConferenceAddModel.cpp index 1e3bea103..a65536814 100644 --- a/src/components/conference/ConferenceAddModel.cpp +++ b/src/components/conference/ConferenceAddModel.cpp @@ -1,11 +1,13 @@ /* - * ConferenceAddModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 18, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "components/core/CoreManager.hpp" diff --git a/src/components/conference/ConferenceAddModel.hpp b/src/components/conference/ConferenceAddModel.hpp index 6854f0666..222691c55 100644 --- a/src/components/conference/ConferenceAddModel.hpp +++ b/src/components/conference/ConferenceAddModel.hpp @@ -1,11 +1,13 @@ /* - * ConferenceAddModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 18, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CONFERENCE_ADD_MODEL_H_ diff --git a/src/components/conference/ConferenceHelperModel.cpp b/src/components/conference/ConferenceHelperModel.cpp index 45c519f46..f7db0b264 100644 --- a/src/components/conference/ConferenceHelperModel.cpp +++ b/src/components/conference/ConferenceHelperModel.cpp @@ -1,11 +1,13 @@ /* - * ConferenceHelperModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 11, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/conference/ConferenceHelperModel.hpp b/src/components/conference/ConferenceHelperModel.hpp index 93fa8aa7d..fffcef6d9 100644 --- a/src/components/conference/ConferenceHelperModel.hpp +++ b/src/components/conference/ConferenceHelperModel.hpp @@ -1,11 +1,13 @@ /* - * ConferenceHelperModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 11, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CONFERENCE_HELPER_MODEL_H_ diff --git a/src/components/conference/ConferenceModel.cpp b/src/components/conference/ConferenceModel.cpp index 74a276320..d795bd77d 100644 --- a/src/components/conference/ConferenceModel.cpp +++ b/src/components/conference/ConferenceModel.cpp @@ -1,11 +1,13 @@ /* - * ConferenceModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 23, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/conference/ConferenceModel.hpp b/src/components/conference/ConferenceModel.hpp index 25f1ed385..ec35ffa77 100644 --- a/src/components/conference/ConferenceModel.hpp +++ b/src/components/conference/ConferenceModel.hpp @@ -1,11 +1,13 @@ /* - * ConferenceModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 23, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CONFERENCE_MODEL_H_ diff --git a/src/components/contact/ContactModel.cpp b/src/components/contact/ContactModel.cpp index 39b6dd794..04d9a30f5 100644 --- a/src/components/contact/ContactModel.cpp +++ b/src/components/contact/ContactModel.cpp @@ -1,11 +1,13 @@ /* - * ContactModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/contact/ContactModel.hpp b/src/components/contact/ContactModel.hpp index 46c109b62..cb74adb64 100644 --- a/src/components/contact/ContactModel.hpp +++ b/src/components/contact/ContactModel.hpp @@ -1,11 +1,13 @@ /* - * ContactModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CONTACT_MODEL_H_ diff --git a/src/components/contact/VcardModel.cpp b/src/components/contact/VcardModel.cpp index 1a8c729c5..a15b34d50 100644 --- a/src/components/contact/VcardModel.cpp +++ b/src/components/contact/VcardModel.cpp @@ -1,11 +1,13 @@ /* - * VcardModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/contact/VcardModel.hpp b/src/components/contact/VcardModel.hpp index e87ae3449..8dabe0ad2 100644 --- a/src/components/contact/VcardModel.hpp +++ b/src/components/contact/VcardModel.hpp @@ -1,11 +1,13 @@ /* - * VcardModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef VCARD_MODEL_H_ diff --git a/src/components/contacts/ContactsListModel.cpp b/src/components/contacts/ContactsListModel.cpp index 8464716c9..a4808a0a8 100644 --- a/src/components/contacts/ContactsListModel.cpp +++ b/src/components/contacts/ContactsListModel.cpp @@ -1,11 +1,13 @@ /* - * ContactsListModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/contacts/ContactsListModel.hpp b/src/components/contacts/ContactsListModel.hpp index 6b2858c37..cd155da86 100644 --- a/src/components/contacts/ContactsListModel.hpp +++ b/src/components/contacts/ContactsListModel.hpp @@ -1,11 +1,13 @@ /* - * ContactsListModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CONTACTS_LIST_MODEL_H_ diff --git a/src/components/contacts/ContactsListProxyModel.cpp b/src/components/contacts/ContactsListProxyModel.cpp index 48e831e1c..ccb5496ac 100644 --- a/src/components/contacts/ContactsListProxyModel.cpp +++ b/src/components/contacts/ContactsListProxyModel.cpp @@ -1,11 +1,13 @@ /* - * ContactsListProxyModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/contacts/ContactsListProxyModel.hpp b/src/components/contacts/ContactsListProxyModel.hpp index 5cb243d4c..3fe08400f 100644 --- a/src/components/contacts/ContactsListProxyModel.hpp +++ b/src/components/contacts/ContactsListProxyModel.hpp @@ -1,11 +1,13 @@ /* - * ContactsListProxyModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CONTACTS_LIST_PROXY_MODEL_H_ diff --git a/src/components/core/CoreHandlers.cpp b/src/components/core/CoreHandlers.cpp index 417765d1c..aff12c458 100644 --- a/src/components/core/CoreHandlers.cpp +++ b/src/components/core/CoreHandlers.cpp @@ -1,11 +1,13 @@ /* - * CoreHandlers.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/core/CoreHandlers.hpp b/src/components/core/CoreHandlers.hpp index bdb377d91..f47e69c7d 100644 --- a/src/components/core/CoreHandlers.hpp +++ b/src/components/core/CoreHandlers.hpp @@ -1,11 +1,13 @@ /* - * CoreHandlers.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CORE_HANDLERS_H_ diff --git a/src/components/core/CoreManager.cpp b/src/components/core/CoreManager.cpp index 5df6e8db1..bacf0389a 100644 --- a/src/components/core/CoreManager.cpp +++ b/src/components/core/CoreManager.cpp @@ -1,11 +1,13 @@ /* - * CoreManager.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/core/CoreManager.hpp b/src/components/core/CoreManager.hpp index 5c29a28b1..33b33e581 100644 --- a/src/components/core/CoreManager.hpp +++ b/src/components/core/CoreManager.hpp @@ -1,11 +1,13 @@ /* - * CoreManager.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CORE_MANAGER_H_ diff --git a/src/components/core/event-count-notifier/AbstractEventCountNotifier.cpp b/src/components/core/event-count-notifier/AbstractEventCountNotifier.cpp index 078ec2a70..16c1e85ea 100644 --- a/src/components/core/event-count-notifier/AbstractEventCountNotifier.cpp +++ b/src/components/core/event-count-notifier/AbstractEventCountNotifier.cpp @@ -1,11 +1,13 @@ /* - * AbstractEventCountNotifier.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 29, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "components/call/CallModel.hpp" diff --git a/src/components/core/event-count-notifier/AbstractEventCountNotifier.hpp b/src/components/core/event-count-notifier/AbstractEventCountNotifier.hpp index 5ed3d5349..09a84ceb4 100644 --- a/src/components/core/event-count-notifier/AbstractEventCountNotifier.hpp +++ b/src/components/core/event-count-notifier/AbstractEventCountNotifier.hpp @@ -1,11 +1,13 @@ /* - * AbstractEventCountNotifier.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 29, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef ABSTRACT_EVENT_COUNT_NOTIFIER_H_ diff --git a/src/components/core/event-count-notifier/EventCountNotifierMacOs.hpp b/src/components/core/event-count-notifier/EventCountNotifierMacOs.hpp index 48e5f126e..53487d711 100644 --- a/src/components/core/event-count-notifier/EventCountNotifierMacOs.hpp +++ b/src/components/core/event-count-notifier/EventCountNotifierMacOs.hpp @@ -1,11 +1,13 @@ /* - * EventCountNotifierMacOs.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 30, 2017 - * Author: Ghislain MARY + * along with this program. If not, see . */ #ifndef EVENT_COUNT_NOTIFIER_MAC_OS_H_ diff --git a/src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.cpp b/src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.cpp index 345916fb7..2499c741d 100644 --- a/src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.cpp +++ b/src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.cpp @@ -1,11 +1,13 @@ /* - * EventCountNotifierSystemTrayIcon.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: August 7, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.hpp b/src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.hpp index 61cfcf7f1..5a94c4359 100644 --- a/src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.hpp +++ b/src/components/core/event-count-notifier/EventCountNotifierSystemTrayIcon.hpp @@ -1,11 +1,13 @@ /* - * EventCountNotifierSystemTrayIcon.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: August 7, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef EVENT_COUNT_NOTIFIER_SYSTEM_TRAY_ICON_H_ diff --git a/src/components/file/FileDownloader.cpp b/src/components/file/FileDownloader.cpp index ecf988242..8ff2b4fa5 100644 --- a/src/components/file/FileDownloader.cpp +++ b/src/components/file/FileDownloader.cpp @@ -1,11 +1,13 @@ /* - * FileDownloader.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 6, 2018 - * Author: Danmei Chen + * along with this program. If not, see . */ #include "app/paths/Paths.hpp" diff --git a/src/components/file/FileDownloader.hpp b/src/components/file/FileDownloader.hpp index 4c845a022..782768bd0 100644 --- a/src/components/file/FileDownloader.hpp +++ b/src/components/file/FileDownloader.hpp @@ -1,11 +1,13 @@ /* - * FileDownloader.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 6, 2018 - * Author: Danmei Chen + * along with this program. If not, see . */ #ifndef FILE_DOWNLOADER_H_ diff --git a/src/components/file/FileExtractor.cpp b/src/components/file/FileExtractor.cpp index 2d12ec86d..0bc8379cb 100644 --- a/src/components/file/FileExtractor.cpp +++ b/src/components/file/FileExtractor.cpp @@ -1,11 +1,13 @@ /* - * FileExtractor.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: March 8, 2018 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/file/FileExtractor.hpp b/src/components/file/FileExtractor.hpp index b38925237..dffe29798 100644 --- a/src/components/file/FileExtractor.hpp +++ b/src/components/file/FileExtractor.hpp @@ -1,11 +1,13 @@ /* - * FileExtractor.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: March 8, 2018 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef FILE_EXTRACTOR_H_ diff --git a/src/components/notifier/Notifier.cpp b/src/components/notifier/Notifier.cpp index 8a40590bb..ab7e9e76a 100644 --- a/src/components/notifier/Notifier.cpp +++ b/src/components/notifier/Notifier.cpp @@ -1,11 +1,13 @@ /* - * Notifier.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/notifier/Notifier.hpp b/src/components/notifier/Notifier.hpp index 352f00e52..eacc8123a 100644 --- a/src/components/notifier/Notifier.hpp +++ b/src/components/notifier/Notifier.hpp @@ -1,11 +1,13 @@ /* - * Notifier.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef NOTIFIER_H_ diff --git a/src/components/other/clipboard/Clipboard.cpp b/src/components/other/clipboard/Clipboard.cpp index 146b4b05c..297621c80 100644 --- a/src/components/other/clipboard/Clipboard.cpp +++ b/src/components/other/clipboard/Clipboard.cpp @@ -1,11 +1,13 @@ /* - * Clipboard.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 30, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/other/clipboard/Clipboard.hpp b/src/components/other/clipboard/Clipboard.hpp index cc5e01c29..04d7856cb 100644 --- a/src/components/other/clipboard/Clipboard.hpp +++ b/src/components/other/clipboard/Clipboard.hpp @@ -1,11 +1,13 @@ /* - * Clipboard.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 30, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef CLIPBOARD_H_ diff --git a/src/components/other/colors/Colors.cpp b/src/components/other/colors/Colors.cpp index 73ffbbdce..fd6b5d556 100644 --- a/src/components/other/colors/Colors.cpp +++ b/src/components/other/colors/Colors.cpp @@ -1,11 +1,13 @@ /* - * Colors.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 18, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/other/colors/Colors.hpp b/src/components/other/colors/Colors.hpp index c80de6f78..5ba4d76fb 100644 --- a/src/components/other/colors/Colors.hpp +++ b/src/components/other/colors/Colors.hpp @@ -1,11 +1,13 @@ /* - * Colors.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 18, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef COLORS_H_ diff --git a/src/components/other/desktop-tools/DesktopTools.hpp b/src/components/other/desktop-tools/DesktopTools.hpp index ca04d11ec..a370a2fd3 100644 --- a/src/components/other/desktop-tools/DesktopTools.hpp +++ b/src/components/other/desktop-tools/DesktopTools.hpp @@ -1,11 +1,13 @@ /* - * DesktopTools.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 21, 2018 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef DESKTOP_TOOLS_H_ diff --git a/src/components/other/desktop-tools/DesktopToolsLinux.cpp b/src/components/other/desktop-tools/DesktopToolsLinux.cpp index 772e4a908..98fb0799e 100644 --- a/src/components/other/desktop-tools/DesktopToolsLinux.cpp +++ b/src/components/other/desktop-tools/DesktopToolsLinux.cpp @@ -1,11 +1,13 @@ /* - * DesktopToolsLinux.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 21, 2018 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "DesktopToolsLinux.hpp" diff --git a/src/components/other/desktop-tools/DesktopToolsLinux.hpp b/src/components/other/desktop-tools/DesktopToolsLinux.hpp index 14abc158b..fce67e103 100644 --- a/src/components/other/desktop-tools/DesktopToolsLinux.hpp +++ b/src/components/other/desktop-tools/DesktopToolsLinux.hpp @@ -1,11 +1,13 @@ /* - * DesktopToolsLinux.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 21, 2018 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef DESKTOP_TOOLS_LINUX_H_ diff --git a/src/components/other/desktop-tools/DesktopToolsMacOs.cpp b/src/components/other/desktop-tools/DesktopToolsMacOs.cpp index 1c2bb53b6..25365e8fd 100644 --- a/src/components/other/desktop-tools/DesktopToolsMacOs.cpp +++ b/src/components/other/desktop-tools/DesktopToolsMacOs.cpp @@ -1,11 +1,13 @@ /* - * DesktopToolsMacOs.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 21, 2018 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "DesktopToolsMacOs.hpp" diff --git a/src/components/other/desktop-tools/DesktopToolsMacOs.hpp b/src/components/other/desktop-tools/DesktopToolsMacOs.hpp index 935ba9ea3..a426d882a 100644 --- a/src/components/other/desktop-tools/DesktopToolsMacOs.hpp +++ b/src/components/other/desktop-tools/DesktopToolsMacOs.hpp @@ -1,11 +1,13 @@ /* - * DesktopToolsMacOs.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 21, 2018 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef DESKTOP_TOOLS_MAC_OS_H_ diff --git a/src/components/other/desktop-tools/DesktopToolsWindows.cpp b/src/components/other/desktop-tools/DesktopToolsWindows.cpp index 4d308f743..cbabd3def 100644 --- a/src/components/other/desktop-tools/DesktopToolsWindows.cpp +++ b/src/components/other/desktop-tools/DesktopToolsWindows.cpp @@ -1,11 +1,13 @@ /* - * DesktopToolsWindows.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 21, 2018 - * Author: Ronan Abhamon + * along with this program. If not, see . */ diff --git a/src/components/other/desktop-tools/DesktopToolsWindows.hpp b/src/components/other/desktop-tools/DesktopToolsWindows.hpp index 8dcce6ad9..a60b21c5b 100644 --- a/src/components/other/desktop-tools/DesktopToolsWindows.hpp +++ b/src/components/other/desktop-tools/DesktopToolsWindows.hpp @@ -1,11 +1,13 @@ /* - * DesktopToolsWindows.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 21, 2018 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef DESKTOP_TOOLS_WINDOWS_H_ diff --git a/src/components/other/desktop-tools/screen-saver/ScreenSaverDBus.cpp b/src/components/other/desktop-tools/screen-saver/ScreenSaverDBus.cpp index 2d44a516b..3421f80e8 100644 --- a/src/components/other/desktop-tools/screen-saver/ScreenSaverDBus.cpp +++ b/src/components/other/desktop-tools/screen-saver/ScreenSaverDBus.cpp @@ -1,11 +1,13 @@ /* - * ScreenSaverDBusLinux.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 21, 2018 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/other/desktop-tools/screen-saver/ScreenSaverDBus.hpp b/src/components/other/desktop-tools/screen-saver/ScreenSaverDBus.hpp index 34146edaf..b2615205f 100644 --- a/src/components/other/desktop-tools/screen-saver/ScreenSaverDBus.hpp +++ b/src/components/other/desktop-tools/screen-saver/ScreenSaverDBus.hpp @@ -1,11 +1,13 @@ /* - * ScreenSaverDBus.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: July 11, 2018 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef SCREEN_SAVER_DBUS_H_ diff --git a/src/components/other/desktop-tools/screen-saver/ScreenSaverXdg.cpp b/src/components/other/desktop-tools/screen-saver/ScreenSaverXdg.cpp index 03f936d11..81a2af5b0 100644 --- a/src/components/other/desktop-tools/screen-saver/ScreenSaverXdg.cpp +++ b/src/components/other/desktop-tools/screen-saver/ScreenSaverXdg.cpp @@ -1,11 +1,13 @@ /* - * ScreenSaverXdg.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 21, 2018 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/other/desktop-tools/screen-saver/ScreenSaverXdg.hpp b/src/components/other/desktop-tools/screen-saver/ScreenSaverXdg.hpp index 1f24ecc4a..b84dfcadf 100644 --- a/src/components/other/desktop-tools/screen-saver/ScreenSaverXdg.hpp +++ b/src/components/other/desktop-tools/screen-saver/ScreenSaverXdg.hpp @@ -1,11 +1,13 @@ /* - * ScreenSaverXdg.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: July 11, 2018 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef SCREEN_SAVER_XDG_H_ diff --git a/src/components/other/text-to-speech/TextToSpeech.cpp b/src/components/other/text-to-speech/TextToSpeech.cpp index 2e982077a..23d2e211e 100644 --- a/src/components/other/text-to-speech/TextToSpeech.cpp +++ b/src/components/other/text-to-speech/TextToSpeech.cpp @@ -1,11 +1,13 @@ /* - * TextToSpeech.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 31, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifdef TEXTTOSPEECH_ENABLED diff --git a/src/components/other/text-to-speech/TextToSpeech.hpp b/src/components/other/text-to-speech/TextToSpeech.hpp index 75ae5d0a4..2f12cfb1f 100644 --- a/src/components/other/text-to-speech/TextToSpeech.hpp +++ b/src/components/other/text-to-speech/TextToSpeech.hpp @@ -1,11 +1,13 @@ /* - * TextToSpeech.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 31, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef TEXT_TO_SPEECH_H_ diff --git a/src/components/other/units/Units.cpp b/src/components/other/units/Units.cpp index b1842425c..f0316d81e 100644 --- a/src/components/other/units/Units.cpp +++ b/src/components/other/units/Units.cpp @@ -1,11 +1,13 @@ /* - * Units.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 8, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "Units.hpp" diff --git a/src/components/other/units/Units.hpp b/src/components/other/units/Units.hpp index 118400d26..73672d495 100644 --- a/src/components/other/units/Units.hpp +++ b/src/components/other/units/Units.hpp @@ -1,11 +1,13 @@ /* - * Units.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 8, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef UNITS_H_ diff --git a/src/components/presence/OwnPresenceModel.cpp b/src/components/presence/OwnPresenceModel.cpp index c3e42e3ef..3997d2ed6 100644 --- a/src/components/presence/OwnPresenceModel.cpp +++ b/src/components/presence/OwnPresenceModel.cpp @@ -1,11 +1,13 @@ /* - * OwnPresenceModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: March 14, 2017 - * Author: Ghislain MARY + * along with this program. If not, see . */ #include "components/core/CoreManager.hpp" diff --git a/src/components/presence/OwnPresenceModel.hpp b/src/components/presence/OwnPresenceModel.hpp index 889f54798..f1e1a57f2 100644 --- a/src/components/presence/OwnPresenceModel.hpp +++ b/src/components/presence/OwnPresenceModel.hpp @@ -1,11 +1,13 @@ /* - * OwnPresenceModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: March 14, 2017 - * Author: Ghislain MARY + * along with this program. If not, see . */ #ifndef OWN_PRESENCE_MODEL_H_ diff --git a/src/components/presence/Presence.cpp b/src/components/presence/Presence.cpp index 853d6d5b6..e8c18ee97 100644 --- a/src/components/presence/Presence.cpp +++ b/src/components/presence/Presence.cpp @@ -1,11 +1,13 @@ /* - * Presence.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: March 14, 2017 - * Author: Ghislain MARY + * along with this program. If not, see . */ #include "Presence.hpp" diff --git a/src/components/presence/Presence.hpp b/src/components/presence/Presence.hpp index 7e84229e3..3471d7579 100644 --- a/src/components/presence/Presence.hpp +++ b/src/components/presence/Presence.hpp @@ -1,11 +1,13 @@ /* - * Presence.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef PRESENCE_H_ diff --git a/src/components/settings/AccountSettingsModel.cpp b/src/components/settings/AccountSettingsModel.cpp index 291e476c0..8fb3fef93 100644 --- a/src/components/settings/AccountSettingsModel.cpp +++ b/src/components/settings/AccountSettingsModel.cpp @@ -1,11 +1,13 @@ /* - * AccountSettingsModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "config.h" diff --git a/src/components/settings/AccountSettingsModel.hpp b/src/components/settings/AccountSettingsModel.hpp index 5d3807c7d..50d3fa086 100644 --- a/src/components/settings/AccountSettingsModel.hpp +++ b/src/components/settings/AccountSettingsModel.hpp @@ -1,11 +1,13 @@ /* - * AccountSettingsModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef ACCOUNT_SETTINGS_MODEL_H_ diff --git a/src/components/settings/SettingsModel.cpp b/src/components/settings/SettingsModel.cpp index 3523a36de..c6636d8e5 100644 --- a/src/components/settings/SettingsModel.cpp +++ b/src/components/settings/SettingsModel.cpp @@ -1,11 +1,13 @@ /* - * SettingsModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/settings/SettingsModel.hpp b/src/components/settings/SettingsModel.hpp index 402374765..5720786b0 100644 --- a/src/components/settings/SettingsModel.hpp +++ b/src/components/settings/SettingsModel.hpp @@ -1,11 +1,13 @@ /* - * SettingsModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef SETTINGS_MODEL_H_ diff --git a/src/components/sip-addresses/SipAddressObserver.cpp b/src/components/sip-addresses/SipAddressObserver.cpp index 515ac0f43..0925dc971 100644 --- a/src/components/sip-addresses/SipAddressObserver.cpp +++ b/src/components/sip-addresses/SipAddressObserver.cpp @@ -1,11 +1,13 @@ /* - * SipAddressObserver.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: March 28, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "SipAddressObserver.hpp" diff --git a/src/components/sip-addresses/SipAddressObserver.hpp b/src/components/sip-addresses/SipAddressObserver.hpp index ee639e574..8751ccfe9 100644 --- a/src/components/sip-addresses/SipAddressObserver.hpp +++ b/src/components/sip-addresses/SipAddressObserver.hpp @@ -1,11 +1,13 @@ /* - * SipAddressObserver.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: March 28, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef SIP_ADDRESS_OBSERVER_H_ diff --git a/src/components/sip-addresses/SipAddressesModel.cpp b/src/components/sip-addresses/SipAddressesModel.cpp index 88f163f6c..aabcf82ae 100644 --- a/src/components/sip-addresses/SipAddressesModel.cpp +++ b/src/components/sip-addresses/SipAddressesModel.cpp @@ -1,11 +1,13 @@ /* - * SipAddressesModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/sip-addresses/SipAddressesModel.hpp b/src/components/sip-addresses/SipAddressesModel.hpp index d304dbabf..6684aed2c 100644 --- a/src/components/sip-addresses/SipAddressesModel.hpp +++ b/src/components/sip-addresses/SipAddressesModel.hpp @@ -1,11 +1,13 @@ /* - * SipAddressesModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef SIP_ADDRESSES_MODEL_H_ diff --git a/src/components/sip-addresses/SipAddressesProxyModel.cpp b/src/components/sip-addresses/SipAddressesProxyModel.cpp index 61034dfe7..e49ef6a3e 100644 --- a/src/components/sip-addresses/SipAddressesProxyModel.cpp +++ b/src/components/sip-addresses/SipAddressesProxyModel.cpp @@ -1,11 +1,13 @@ /* - * SipAddressesProxyModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "components/contact/ContactModel.hpp" diff --git a/src/components/sip-addresses/SipAddressesProxyModel.hpp b/src/components/sip-addresses/SipAddressesProxyModel.hpp index 7b4e97a15..37f8279a5 100644 --- a/src/components/sip-addresses/SipAddressesProxyModel.hpp +++ b/src/components/sip-addresses/SipAddressesProxyModel.hpp @@ -1,11 +1,13 @@ /* - * SipAddressesProxyModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef SIP_ADDRESSES_PROXY_MODEL_H_ diff --git a/src/components/sound-player/SoundPlayer.cpp b/src/components/sound-player/SoundPlayer.cpp index 2c2d4762e..1ce479606 100644 --- a/src/components/sound-player/SoundPlayer.cpp +++ b/src/components/sound-player/SoundPlayer.cpp @@ -1,11 +1,13 @@ /* - * SoundPlayer.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 25, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/sound-player/SoundPlayer.hpp b/src/components/sound-player/SoundPlayer.hpp index 9d68f2bdb..b7d4aa265 100644 --- a/src/components/sound-player/SoundPlayer.hpp +++ b/src/components/sound-player/SoundPlayer.hpp @@ -1,11 +1,13 @@ /* - * SoundPlayer.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: April 25, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef SOUND_PLAYER_H_ diff --git a/src/components/telephone-numbers/TelephoneNumbersModel.cpp b/src/components/telephone-numbers/TelephoneNumbersModel.cpp index 8aefd1a6c..558e19344 100644 --- a/src/components/telephone-numbers/TelephoneNumbersModel.cpp +++ b/src/components/telephone-numbers/TelephoneNumbersModel.cpp @@ -1,11 +1,13 @@ /* - * TelephoneNumbersModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 31, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "TelephoneNumbersModel.hpp" diff --git a/src/components/telephone-numbers/TelephoneNumbersModel.hpp b/src/components/telephone-numbers/TelephoneNumbersModel.hpp index 4918f038d..b1c1a9d6c 100644 --- a/src/components/telephone-numbers/TelephoneNumbersModel.hpp +++ b/src/components/telephone-numbers/TelephoneNumbersModel.hpp @@ -1,11 +1,13 @@ /* - * TelephoneNumbersModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 31, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef TELEPHONE_NUMBERS_MODEL_H_ diff --git a/src/components/timeline/TimelineModel.cpp b/src/components/timeline/TimelineModel.cpp index 8f6ca0686..ebd8473eb 100644 --- a/src/components/timeline/TimelineModel.cpp +++ b/src/components/timeline/TimelineModel.cpp @@ -1,11 +1,13 @@ /* - * TimelineModel.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include "components/core/CoreManager.hpp" diff --git a/src/components/timeline/TimelineModel.hpp b/src/components/timeline/TimelineModel.hpp index 9a7c4e9f9..e91a9c9d9 100644 --- a/src/components/timeline/TimelineModel.hpp +++ b/src/components/timeline/TimelineModel.hpp @@ -1,11 +1,13 @@ /* - * TimelineModel.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef TIMELINE_MODEL_H_ diff --git a/src/components/url-handlers/UrlHandlers.cpp b/src/components/url-handlers/UrlHandlers.cpp index 0023dcab2..54c87d963 100644 --- a/src/components/url-handlers/UrlHandlers.cpp +++ b/src/components/url-handlers/UrlHandlers.cpp @@ -1,11 +1,13 @@ /* - * UrlHandlers.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 16, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/components/url-handlers/UrlHandlers.hpp b/src/components/url-handlers/UrlHandlers.hpp index 5d976cb1a..abfc9c338 100644 --- a/src/components/url-handlers/UrlHandlers.hpp +++ b/src/components/url-handlers/UrlHandlers.hpp @@ -1,11 +1,13 @@ /* - * UrlHandlers.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 16, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef URL_HANDLERS_H_ diff --git a/src/utils/LinphoneUtils.cpp b/src/utils/LinphoneUtils.cpp index 3a90dcab9..9001f3503 100644 --- a/src/utils/LinphoneUtils.cpp +++ b/src/utils/LinphoneUtils.cpp @@ -1,11 +1,13 @@ /* - * LinphoneUtils.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/utils/LinphoneUtils.hpp b/src/utils/LinphoneUtils.hpp index 6a2de9c0d..1eeb73d1d 100644 --- a/src/utils/LinphoneUtils.hpp +++ b/src/utils/LinphoneUtils.hpp @@ -1,11 +1,13 @@ /* - * LinphoneUtils.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: June 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef LINPHONE_UTILS_H_ diff --git a/src/utils/MediastreamerUtils.cpp b/src/utils/MediastreamerUtils.cpp index a0742f476..8c0ef16ca 100644 --- a/src/utils/MediastreamerUtils.cpp +++ b/src/utils/MediastreamerUtils.cpp @@ -1,11 +1,13 @@ /* - * MediastreamerUtils.cpp - * Copyright (C) 2017-2019 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: Nov 6, 2019 - * Author: Nicolas Michon + * along with this program. If not, see . */ #include diff --git a/src/utils/MediastreamerUtils.hpp b/src/utils/MediastreamerUtils.hpp index 0888f333b..0afa33d9d 100644 --- a/src/utils/MediastreamerUtils.hpp +++ b/src/utils/MediastreamerUtils.hpp @@ -1,11 +1,13 @@ /* - * MediastreamerUtils.hpp - * Copyright (C) 2017-2019 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: Nov 6, 2019 - * Author: Nicolas Michon + * along with this program. If not, see . */ #ifndef MEDIASTREAMER_UTILS_H_ diff --git a/src/utils/Utils.cpp b/src/utils/Utils.cpp index fb2097a82..c209062b1 100644 --- a/src/utils/Utils.cpp +++ b/src/utils/Utils.cpp @@ -1,11 +1,13 @@ /* - * utils.cpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: March 24, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #include diff --git a/src/utils/Utils.hpp b/src/utils/Utils.hpp index ebdd6108e..6c3b40bbf 100644 --- a/src/utils/Utils.hpp +++ b/src/utils/Utils.hpp @@ -1,11 +1,13 @@ /* - * utils.hpp - * Copyright (C) 2017-2018 Belledonne Communications, Grenoble, France + * Copyright (c) 2010-2020 Belledonne Communications SARL. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,11 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: February 2, 2017 - * Author: Ronan Abhamon + * along with this program. If not, see . */ #ifndef UTILS_H_ diff --git a/ui/modules/Common/Form/ComboBox.js b/ui/modules/Common/Form/ComboBox.js index 4d881aba9..b06d2368f 100644 --- a/ui/modules/Common/Form/ComboBox.js +++ b/ui/modules/Common/Form/ComboBox.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `ComboBox.qml` Logic. // ============================================================================= diff --git a/ui/modules/Common/Form/ListForm.js b/ui/modules/Common/Form/ListForm.js index 2d0426a5a..e6676ef39 100644 --- a/ui/modules/Common/Form/ListForm.js +++ b/ui/modules/Common/Form/ListForm.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `ListForm.qml` Logic. // ============================================================================= diff --git a/ui/modules/Common/Form/ListItemSelector.js b/ui/modules/Common/Form/ListItemSelector.js index 9d25c7d42..f15cf2a2c 100644 --- a/ui/modules/Common/Form/ListItemSelector.js +++ b/ui/modules/Common/Form/ListItemSelector.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `ListItemSelector.qml` Logic. // ============================================================================= diff --git a/ui/modules/Common/Window/Window.js b/ui/modules/Common/Window/Window.js index 2051a318d..95363b874 100644 --- a/ui/modules/Common/Window/Window.js +++ b/ui/modules/Common/Window/Window.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // Windows (qml) Logic. // ============================================================================= diff --git a/ui/modules/Linphone/Calls/Calls.js b/ui/modules/Linphone/Calls/Calls.js index fa4b95be9..d942a8fe0 100644 --- a/ui/modules/Linphone/Calls/Calls.js +++ b/ui/modules/Linphone/Calls/Calls.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `Calls.qml` Logic. // ============================================================================= diff --git a/ui/modules/Linphone/Chat/Chat.js b/ui/modules/Linphone/Chat/Chat.js index 3e9cb1398..1e3c011da 100644 --- a/ui/modules/Linphone/Chat/Chat.js +++ b/ui/modules/Linphone/Chat/Chat.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `Chat.qml` Logic. // ============================================================================= diff --git a/ui/modules/Linphone/Chat/Message.js b/ui/modules/Linphone/Chat/Message.js index e4d41cc40..11edcc4c1 100644 --- a/ui/modules/Linphone/Chat/Message.js +++ b/ui/modules/Linphone/Chat/Message.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `Message.qml` Logic. // ============================================================================= diff --git a/ui/modules/Linphone/TelKeypad/TelKeypad.js b/ui/modules/Linphone/TelKeypad/TelKeypad.js index 8b4c3b191..5555b1bab 100644 --- a/ui/modules/Linphone/TelKeypad/TelKeypad.js +++ b/ui/modules/Linphone/TelKeypad/TelKeypad.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `TelKeypad.qml` Logic. // ============================================================================= diff --git a/ui/modules/Linphone/Timeline/Timeline.js b/ui/modules/Linphone/Timeline/Timeline.js index 15f321ebe..c3b4f1398 100644 --- a/ui/modules/Linphone/Timeline/Timeline.js +++ b/ui/modules/Linphone/Timeline/Timeline.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `Timeline.qml` Logic. // ============================================================================= diff --git a/ui/scripts/LinphoneUtils/linphone-utils.js b/ui/scripts/LinphoneUtils/linphone-utils.js index 86d3753f4..93b49afae 100644 --- a/ui/scripts/LinphoneUtils/linphone-utils.js +++ b/ui/scripts/LinphoneUtils/linphone-utils.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // Contains linphone helpers. // ============================================================================= diff --git a/ui/scripts/Utils/port-tools.js b/ui/scripts/Utils/port-tools.js index ed7019a5a..9c2f30c73 100644 --- a/ui/scripts/Utils/port-tools.js +++ b/ui/scripts/Utils/port-tools.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // Library to deal with Ports. // ============================================================================= diff --git a/ui/scripts/Utils/uri-tools.js b/ui/scripts/Utils/uri-tools.js index f106f8176..b32941cd4 100644 --- a/ui/scripts/Utils/uri-tools.js +++ b/ui/scripts/Utils/uri-tools.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // Library to deal with URI. // See: https://tools.ietf.org/html/rfc3986#section-1.3 diff --git a/ui/scripts/Utils/utils.js b/ui/scripts/Utils/utils.js index 2581d1f60..c9731d165 100644 --- a/ui/scripts/Utils/utils.js +++ b/ui/scripts/Utils/utils.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // Contains many common helpers. // ============================================================================= diff --git a/ui/views/App/Calls/CallsWindow.js b/ui/views/App/Calls/CallsWindow.js index bdf2d5368..b2bbc7990 100644 --- a/ui/views/App/Calls/CallsWindow.js +++ b/ui/views/App/Calls/CallsWindow.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `CallsWindow.qml` Logic. // ============================================================================= diff --git a/ui/views/App/Calls/Incall.js b/ui/views/App/Calls/Incall.js index 5d6ee1dd1..219bfe7ed 100644 --- a/ui/views/App/Calls/Incall.js +++ b/ui/views/App/Calls/Incall.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `Incall.qml` Logic. // ============================================================================= diff --git a/ui/views/App/Main/ContactEdit.js b/ui/views/App/Main/ContactEdit.js index ffb9fe0e8..bb2629c64 100644 --- a/ui/views/App/Main/ContactEdit.js +++ b/ui/views/App/Main/ContactEdit.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `Conversation.qml` Logic. // ============================================================================= diff --git a/ui/views/App/Main/Conversation.js b/ui/views/App/Main/Conversation.js index 978a27d3f..df5d1e9d3 100644 --- a/ui/views/App/Main/Conversation.js +++ b/ui/views/App/Main/Conversation.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `Conversation.qml` Logic. // ============================================================================= diff --git a/ui/views/App/Main/Dialogs/AuthenticationRequest.js b/ui/views/App/Main/Dialogs/AuthenticationRequest.js index 48f4b838a..b367f7f91 100644 --- a/ui/views/App/Main/Dialogs/AuthenticationRequest.js +++ b/ui/views/App/Main/Dialogs/AuthenticationRequest.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `AuthenticationRequest.qml` Logic. // ============================================================================= diff --git a/ui/views/App/Main/Dialogs/ManageAccount.js b/ui/views/App/Main/Dialogs/ManageAccount.js index 622925c4e..762aaaf75 100644 --- a/ui/views/App/Main/Dialogs/ManageAccount.js +++ b/ui/views/App/Main/Dialogs/ManageAccount.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `ManageAccount.qml` Logic. // ============================================================================= diff --git a/ui/views/App/Main/MainWindow.js b/ui/views/App/Main/MainWindow.js index d5c2e9487..4761633e2 100644 --- a/ui/views/App/Main/MainWindow.js +++ b/ui/views/App/Main/MainWindow.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `MainWindow.qml` Logic. // ============================================================================= diff --git a/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.js b/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.js index 83b5aa9f9..c38e5d398 100644 --- a/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.js +++ b/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `SettingsSipAccounts.qml` Logic. // ============================================================================= diff --git a/ui/views/App/Settings/SettingsAdvanced.js b/ui/views/App/Settings/SettingsAdvanced.js index f199d9a77..c0f88a0ee 100644 --- a/ui/views/App/Settings/SettingsAdvanced.js +++ b/ui/views/App/Settings/SettingsAdvanced.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `SettingsAdvanced.qml` Logic. // ============================================================================= diff --git a/ui/views/App/Settings/SettingsSipAccounts.js b/ui/views/App/Settings/SettingsSipAccounts.js index 43a87cde1..fa42c63c5 100644 --- a/ui/views/App/Settings/SettingsSipAccounts.js +++ b/ui/views/App/Settings/SettingsSipAccounts.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `SettingsSipAccounts.qml` Logic. // ============================================================================= diff --git a/ui/views/App/Settings/SettingsUi.js b/ui/views/App/Settings/SettingsUi.js index 87f0af8bd..c5afb8114 100644 --- a/ui/views/App/Settings/SettingsUi.js +++ b/ui/views/App/Settings/SettingsUi.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `SettingsUi.qml` Logic. // ============================================================================= diff --git a/ui/views/App/Settings/SettingsVideo.js b/ui/views/App/Settings/SettingsVideo.js index 7acc12e1b..024967490 100644 --- a/ui/views/App/Settings/SettingsVideo.js +++ b/ui/views/App/Settings/SettingsVideo.js @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2010-2020 Belledonne Communications SARL. + * + * This file is part of linphone-desktop + * (see https://www.linphone.org). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // ============================================================================= // `SettingsVideo.qml` Logic. // ============================================================================= From fd2b1d22d392042b20e8d496777a4479672e5480 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 14 Feb 2020 15:23:37 +0100 Subject: [PATCH 40/65] -Fix ICE/STUN connexion and saving state -Remove error on warning for building SDK -Add missing files in Qt ressources --- CMakeLists.txt | 14 ++--- build_all_linux.sh | 8 +-- resources.qrc | 2 + src/components/other/colors/Colors.hpp | 54 +++++++++---------- .../settings/AccountSettingsModel.cpp | 26 +++++---- 5 files changed, 54 insertions(+), 50 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a83d4b8f..37b92e60f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,6 +109,7 @@ if (NOT WIN32) -Wall \ -Wcast-align \ -Wconversion \ +-Wno-error=conversion \ -Werror=return-type \ -Wextra \ -Wfloat-equal \ @@ -117,14 +118,16 @@ if (NOT WIN32) -Woverloaded-virtual \ -Wpointer-arith \ -Wsign-conversion \ +-Wno-error=sign-conversion \ -Wuninitialized \ -Wunused \ +-Wno-error=float-equal \ ") if (NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang") set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -Wlogical-op") endif () if (SUGGEST_OVERRIDE) - set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -Wsuggest-override -Werror=suggest-override") + set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -Wsuggest-override") endif () elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang") set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -Wno-switch") @@ -403,15 +406,6 @@ else() list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/views") - set(QML_IMPORT_PATH ${_QML_IMPORT_PATHS} CACHE STRING "Path used to locate CMake modules by Qt Creator" FORCE) - - - set(_QML_IMPORT_PATHS "") - list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/modules") - list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/dev-modules") - list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/scripts") - list(APPEND _QML_IMPORT_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/ui/views") - set(QML_IMPORT_PATH ${_QML_IMPORT_PATHS} CACHE STRING "Path used to locate CMake modules by Qt Creator" FORCE) # ------------------------------------------------------------------------------ diff --git a/build_all_linux.sh b/build_all_linux.sh index fac87455f..96b714837 100755 --- a/build_all_linux.sh +++ b/build_all_linux.sh @@ -36,17 +36,17 @@ mkdir -p build-desktop #Opus crash on Linux. The version for 4.3 is old. We have to use a switch in configuration to select the newest version for desktop. #SDK building cd build-desktop -cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=YES -DENABLE_GPL_THIRD_PARTIES=YES -DENABLE_NON_FREE_CODECS=YES -DENABLE_AMRNB=YES -DENABLE_AMRWB=YES -DENABLE_G729=YES -DENABLE_GSM=YES -DENABLE_ILBC=YES -DENABLE_ISAC=YES -DENABLE_SILK=YES -DENABLE_SPEEX=YES -DENABLE_H263=YES -DENABLE_H263P=YES -DENABLE_MPEG4=YES -DENABLE_OPENH264=YES -DENABLE_FFMPEG=YES -DENABLE_VIDEO=YES -DENABLE_GL=YES -DENABLE_OPUS=NO -#cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo +#cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=YES -DENABLE_GPL_THIRD_PARTIES=YES -DENABLE_NON_FREE_CODECS=YES -DENABLE_AMRNB=YES -DENABLE_AMRWB=YES -DENABLE_G729=YES -DENABLE_GSM=YES -DENABLE_ILBC=YES -DENABLE_ISAC=YES -DENABLE_SILK=YES -DENABLE_SPEEX=YES -DENABLE_H263=YES -DENABLE_H263P=YES -DENABLE_MPEG4=YES -DENABLE_OPENH264=YES -DENABLE_FFMPEG=YES -DENABLE_VIDEO=YES -DENABLE_GL=YES -DENABLE_OPUS=NO +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_WSI_WAYLAND_SUPPORT=OFF cmake --build . --target all --config RelWithDebInfo --parallel 10 #MiniZip Building -cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_WSI_WAYLAND_SUPPORT=OFF cmake --build . --target minizip --config RelWithDebInfo --parallel 10 cmake --build . --target install #Desktop Building -cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_WSI_WAYLAND_SUPPORT=OFF cmake --build . --target all --config RelWithDebInfo --parallel 10 cmake --build . --target install diff --git a/resources.qrc b/resources.qrc index d85bde972..2e91f697b 100644 --- a/resources.qrc +++ b/resources.qrc @@ -478,5 +478,7 @@ ui/views/App/Styles/Settings/SettingsWindowStyle.qml assets/images/linphone_logo.svg ui/views/App/Main/MainWindowTopMenuBar.qml + ui/dev-modules/Colors/Colors.qml + ui/dev-modules/Units/Units.qml diff --git a/src/components/other/colors/Colors.hpp b/src/components/other/colors/Colors.hpp index 5ba4d76fb..8e32493b1 100644 --- a/src/components/other/colors/Colors.hpp +++ b/src/components/other/colors/Colors.hpp @@ -52,54 +52,54 @@ namespace linphone { } class Colors : public QObject { - Q_OBJECT; + Q_OBJECT - Q_PROPERTY(QStringList colorNames READ getColorNames CONSTANT); + Q_PROPERTY(QStringList colorNames READ getColorNames CONSTANT) - ADD_COLOR(a, "transparent"); + ADD_COLOR(a, "transparent") // Primary color for hovered items. - ADD_COLOR(b, "#D64D00"); + ADD_COLOR(b, "#D64D00") - ADD_COLOR(c, "#CBCBCB"); - ADD_COLOR(d, "#5A585B"); - ADD_COLOR(e, "#F3F3F3"); - ADD_COLOR(f, "#E8E8E8"); - ADD_COLOR(g, "#6B7A86"); - ADD_COLOR(h, "#687680"); + ADD_COLOR(c, "#CBCBCB") + ADD_COLOR(d, "#5A585B") + ADD_COLOR(e, "#F3F3F3") + ADD_COLOR(f, "#E8E8E8") + ADD_COLOR(g, "#6B7A86") + ADD_COLOR(h, "#687680") // Primary color. - ADD_COLOR(i, "#FE5E00"); + ADD_COLOR(i, "#FE5E00") - ADD_COLOR(j, "#4B5964"); + ADD_COLOR(j, "#4B5964") // Popups, home, call, assistant and settings background. - ADD_COLOR(k, "#FFFFFF"); + ADD_COLOR(k, "#FFFFFF") - ADD_COLOR(l, "#000000"); + ADD_COLOR(l, "#000000") // Primary color for clicked items. - ADD_COLOR(m, "#FF8600"); + ADD_COLOR(m, "#FF8600") - ADD_COLOR(n, "#A1A1A1"); - ADD_COLOR(o, "#D0D8DE"); + ADD_COLOR(n, "#A1A1A1") + ADD_COLOR(o, "#D0D8DE") // Progress bar. - ADD_COLOR(p, "#17A81A"); + ADD_COLOR(p, "#17A81A") // Fields, backgrounds and text color on some items. - ADD_COLOR(q, "#FFFFFF"); + ADD_COLOR(q, "#FFFFFF") // Field error. - ADD_COLOR(error, "#FF0000"); + ADD_COLOR(error, "#FF0000") - ADD_COLOR_WITH_ALPHA(g, 10); - ADD_COLOR_WITH_ALPHA(g, 20); - ADD_COLOR_WITH_ALPHA(g, 90); - ADD_COLOR_WITH_ALPHA(i, 30); - ADD_COLOR_WITH_ALPHA(l, 50); - ADD_COLOR_WITH_ALPHA(l, 80); - ADD_COLOR_WITH_ALPHA(q, 50); + ADD_COLOR_WITH_ALPHA(g, 10) + ADD_COLOR_WITH_ALPHA(g, 20) + ADD_COLOR_WITH_ALPHA(g, 90) + ADD_COLOR_WITH_ALPHA(i, 30) + ADD_COLOR_WITH_ALPHA(l, 50) + ADD_COLOR_WITH_ALPHA(l, 80) + ADD_COLOR_WITH_ALPHA(q, 50) public: Colors (QObject *parent = Q_NULLPTR); diff --git a/src/components/settings/AccountSettingsModel.cpp b/src/components/settings/AccountSettingsModel.cpp index 8fb3fef93..9ce1b7933 100644 --- a/src/components/settings/AccountSettingsModel.cpp +++ b/src/components/settings/AccountSettingsModel.cpp @@ -135,16 +135,20 @@ QVariantMap AccountSettingsModel::getProxyConfigDescription (const shared_ptr
  • getState()); shared_ptr natPolicy = proxyConfig->getNatPolicy(); - if (!natPolicy) - natPolicy = proxyConfig->getCore()->createNatPolicy(); + bool createdNat = !natPolicy; + if (createdNat) + natPolicy = proxyConfig->getCore()->createNatPolicy(); map["iceEnabled"] = natPolicy->iceEnabled(); map["turnEnabled"] = natPolicy->turnEnabled(); const string &turnUser(natPolicy->getStunServerUsername()); const string &stunServer(natPolicy->getStunServer()); - map["turnUser"] = Utils::coreStringToAppString(turnUser); - map["stunServer"] = Utils::coreStringToAppString(stunServer); + map["turnUser"] = QString::fromStdString(turnUser); + map["stunServer"] = QString::fromStdString(stunServer); + + if (createdNat) + proxyConfig->setNatPolicy(natPolicy); shared_ptr authInfo = CoreManager::getInstance()->getCore()->findAuthInfo( "", turnUser, stunServer @@ -237,25 +241,29 @@ bool AccountSettingsModel::addOrUpdateProxyConfig ( ); shared_ptr natPolicy = proxyConfig->getNatPolicy(); - if (!natPolicy) + bool createdNat = !natPolicy; + if (createdNat) natPolicy = proxyConfig->getCore()->createNatPolicy(); natPolicy->enableIce(data["iceEnabled"].toBool()); natPolicy->enableStun(data["iceEnabled"].toBool()); - const string turnUser(Utils::appStringToCoreString(data["turnUser"].toString())); - const string stunServer(Utils::appStringToCoreString(data["stunServer"].toString())); + const string turnUser(data["turnUser"].toString().toStdString()); + const string stunServer(data["stunServer"].toString().toStdString()); natPolicy->enableTurn(data["turnEnabled"].toBool()); natPolicy->setStunServerUsername(turnUser); natPolicy->setStunServer(stunServer); + if( createdNat) + proxyConfig->setNatPolicy(natPolicy); + shared_ptr core(proxyConfig->getCore()); shared_ptr authInfo(core->findAuthInfo("", turnUser, stunServer)); if (authInfo) { shared_ptr clonedAuthInfo(authInfo->clone()); clonedAuthInfo->setUserid(turnUser); clonedAuthInfo->setUsername(turnUser); - clonedAuthInfo->setPassword(Utils::appStringToCoreString(data["turnPassword"].toString())); + clonedAuthInfo->setPassword(data["turnPassword"].toString().toStdString()); core->addAuthInfo(clonedAuthInfo); core->removeAuthInfo(authInfo); @@ -263,7 +271,7 @@ bool AccountSettingsModel::addOrUpdateProxyConfig ( core->addAuthInfo(linphone::Factory::get()->createAuthInfo( turnUser, turnUser, - Utils::appStringToCoreString(data["turnPassword"].toString()), + data["turnPassword"].toString().toStdString(), "", "", "" From 0d89be9cd90c2db122561394d1467543c6a94844 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 14 Feb 2020 17:40:45 +0100 Subject: [PATCH 41/65] Add a note about manually flipping horizontally --- ui/views/App/Calls/Incall.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/views/App/Calls/Incall.qml b/ui/views/App/Calls/Incall.qml index 0e6d9c9af..e48dfb5e4 100644 --- a/ui/views/App/Calls/Incall.qml +++ b/ui/views/App/Calls/Incall.qml @@ -380,10 +380,13 @@ Rectangle { anchors.centerIn: parent height: CallStyle.actionArea.userVideo.height width: CallStyle.actionArea.userVideo.width +// Function to use if we want to manually Flip horizontally the preview without MSOGL +// transform: Matrix4x4 { +// matrix: Qt.matrix4x4(-1, 0, 0, CallStyle.actionArea.userVideo.width, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) +// } active: incall.width >= CallStyle.actionArea.lowWidth && incall.call.videoEnabled && !_fullscreen sourceComponent: cameraPreview - Component { id: cameraPreview From 44041b5d942ea4b1e0a89b06b98171e868235fc0 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 14 Feb 2020 19:14:27 +0100 Subject: [PATCH 42/65] Fix Mediastreamer plugin loading[ci skip] --- CMakeLists.txt | 9 ++++++++- src/app/paths/Paths.cpp | 19 ++++++++++++++----- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 37b92e60f..f42478061 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -411,8 +411,15 @@ else() # ------------------------------------------------------------------------------ # Create config.h file # ------------------------------------------------------------------------------ - +if(APPLE) + if(MS2_PLUGINS_LOCATION) + set(MSPLUGINS_DIR ${MS2_PLUGINS_LOCATION}) + else() + set(MSPLUGINS_DIR "Frameworks/mediastreamer2.framework/Versions/A/Libraries") + endif() +else() set(MSPLUGINS_DIR "${CMAKE_INSTALL_LIBDIR}/mediastreamer/plugins") +endif() configure_file("${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.cmake" "${CMAKE_CURRENT_BINARY_DIR}/config.h") # ------------------------------------------------------------------------------ diff --git a/src/app/paths/Paths.cpp b/src/app/paths/Paths.cpp index 80933edfe..21acfb6dc 100644 --- a/src/app/paths/Paths.cpp +++ b/src/app/paths/Paths.cpp @@ -113,15 +113,19 @@ static inline string getWritableFilePath (const QString &filename) { // lib64/ // share/ +// On Mac, we have : +// Contents/ +// Frameworks/ +// MacOs/linphone +// Plugins/ +// Resources/ +// share/ + static inline QDir getAppPackageDir () { QDir dir(QCoreApplication::applicationDirPath()); if (dir.dirName() == QLatin1String("MacOS")) { dir.cdUp(); - if (!dir.cd("Resources")) - { - dir.mkdir("Resources"); - dir.cd("Resources"); - } + } else if( !dir.exists("lib") && !dir.exists("lib64")){// Check if these folders are in the current path dir.cdUp(); if(!dir.exists("lib") && !dir.exists("lib64")) @@ -132,6 +136,11 @@ static inline QDir getAppPackageDir () { static inline QString getAppPackageDataDirPath() { QDir dir = getAppPackageDir(); + if (!dir.cd("Resources")) + { + dir.mkdir("Resources"); + dir.cd("Resources"); + } if (!dir.cd("share")) { dir.mkdir("share"); From 8d03c67e944c44f62b2cfdbcca3eef4b1c114ef2 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Sat, 15 Feb 2020 10:11:16 +0100 Subject: [PATCH 43/65] Update Readme[ci skip] --- README.md | 53 +++++++++++++++++++++++++--------------------- build_all_linux.sh | 13 ++++++------ 2 files changed, 36 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 6762b37d5..bb2c0b7b4 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,9 @@ Copyright © Belledonne Communications Linphone is dual licensed, and is available either : - - under a [GNU/GPLv3 license](https://www.gnu.org/licenses/gpl-3.0.en.html), for free (open source). Please make sure that you + - under a [GNU/GPLv3 license](https://www.gnu.org/licenses/gpl-3.0.en.html), for free (open source). Please make sure that you understand and agree with the terms of this license before using it (see LICENSE file for details). -understand and agree with the terms of this license before using it (see LICENSE file for details). - - - under a proprietary license, for a fee, to be used in closed source applications. Contact - -[Belledonne Communications](https://www.linphone.org/contact) for any question about costs and services. + - under a proprietary license, for a fee, to be used in closed source applications. Contact [Belledonne Communications](https://www.linphone.org/contact) for any question about costs and services. ### Documentation @@ -30,10 +26,6 @@ understand and agree with the terms of this license before using it (see LICENSE ## Getting started -Installing dependencies: - -apt-get install libqt53dcore5:amd64 libqt53dextras5:amd64 libqt53dinput5:amd64 libqt53dlogic5:amd64 libqt53dquick5:amd64 libqt53dquickextras5:amd64 libqt53dquickinput5:amd64 libqt53dquickrender5:amd64 libqt53drender5:amd64 libqt5concurrent5:amd64 libqt5core5a:amd64 libqt5dbus5:amd64 libqt5designer5:amd64 libqt5designercomponents5:amd64 libqt5gui5:amd64 libqt5help5:amd64 libqt5multimedia5:amd64 libqt5multimedia5-plugins:amd64 libqt5multimediawidgets5:amd64 libqt5network5:amd64 libqt5opengl5:amd64 libqt5opengl5-dev:amd64 libqt5positioning5:amd64 libqt5printsupport5:amd64 libqt5qml5:amd64 libqt5quick5:amd64 libqt5quickcontrols2-5:amd64 libqt5quickparticles5:amd64 libqt5quicktemplates2-5:amd64 libqt5quicktest5:amd64 libqt5quickwidgets5:amd64 libqt5script5:amd64 libqt5scripttools5:amd64 libqt5sensors5:amd64 libqt5serialport5:amd64 libqt5sql5:amd64 libqt5sql5-sqlite:amd64 libqt5svg5:amd64 libqt5svg5-dev:amd64 libqt5test5:amd64 libqt5webchannel5:amd64 libqt5webengine-data libqt5webenginecore5:amd64 libqt5webenginewidgets5:amd64 libqt5webkit5:amd64 libqt5widgets5:amd64 libqt5x11extras5:amd64 libqt5xml5:amd64 libqt5xmlpatterns5:amd64 qt5-default:amd64 qt5-doc qt5-gtk-platformtheme:amd64 qt5-qmake:amd64 qt5-qmltooling-plugins:amd64 - Here are the general instructions to build linphone for desktop. The specific instructions for each build platform is described just below. You will need the tools defined for Linphone-SDK 4.3 : - cmake >= 3.6 @@ -46,24 +38,28 @@ You will need the tools defined for Linphone-SDK 4.3 : - six (use pip install six) - Perl (can be downloaded at http://strawberryperl.com/ for Windows. Set your Path to perl binaries) -Set your environment: +For Desktop : you will need `Qt5` (_5.9 or newer_). `C++11` support is required! + +### Set your environment -1. Install some build tools: `CMake`, `Python` and `Qt5` (_5.9 or newer_). `C++11` support is required! - It's necessary to install the `pip` command and to execute: +1. It's necessary to install the `pip` command and to execute: pip install pystache -2. It's necessary to set the environment variable `Qt5_DIR` to point to the path containing the cmake folders of Qt5. Example: +2. You have to set the environment variable `Qt5_DIR` to point to the path containing the cmake folders of Qt5, and the `PATH` to the Qt5 `bin`. Example: Qt5_DIR="~/Qt/5.9/gcc_64/lib/cmake" + PATH="~/Qt/5.9/gcc_64/bin/:$PATH" -3. The `PATH` environment variable must point to the Qt5 directory `bin`. Example: +Note: If you have `qtchooser` set in your `PATH`, the best use is : - PATH="~/Qt/5.9/gcc_64/bin/:$PATH" + eval "$(qtchooser -print-env)" + export Qt5_DIR=${QTLIBDIR}/cmake/Qt5 + export PATH=${QTTOOLDIR}:$PATH -Building: +### Building The build is done in 3 steps. First, you need to build the SDK, then the submodule Minizip and finally, the application. @@ -80,8 +76,8 @@ Go to this new folder and begin the build process : `cd build-desktop` When all are over, the files will be in the OUTPUT folder in the build directory. -You can find a script file for each supported platform to achieve the first building. Don't use it for a second one, they only exist for convenience. -There are called build_all_linux.sh, build_all_macos.sh and build_all_win.bat. +You can find a script file for each supported platform to achieve the first building. They only exist for convenience. +There are called `build_all_linux.sh`, `build_all_macos.sh` and `build_all_win.bat`. #### General Troubleshooting @@ -118,8 +114,8 @@ Before you install packages with Brew, you may have to change directories permis 2. Define the `Qt5_DIR` and `PATH` environment variable to the Qt5 installation path: - Qt5_DIR="C:\Qt\5.9\msvc2015\lib\cmake" - PATH="C:\Qt\5.9\msvc2015\bin;%PATH%" + Qt5_DIR="C:\Qt\\msvc2015\lib\cmake" + PATH="C:\Qt\\msvc2015\bin;%PATH%" 2. Or open a Command line with Visual Studio `Developer Comand Prompt for VS 2017` and call qtenv2.bat that is in your qt binaries eg: C:\Qt\5.12.6\msvc2017\bin\qtenv2.bat @@ -129,6 +125,13 @@ Before you install packages with Brew, you may have to change directories permis 5. The project folder will be in the build directory. +### Installing Linux dependencies + + +From 4.1 version of Desktop: + +apt-get install libqt53dcore5:amd64 libqt53dextras5:amd64 libqt53dinput5:amd64 libqt53dlogic5:amd64 libqt53dquick5:amd64 libqt53dquickextras5:amd64 libqt53dquickinput5:amd64 libqt53dquickrender5:amd64 libqt53drender5:amd64 libqt5concurrent5:amd64 libqt5core5a:amd64 libqt5dbus5:amd64 libqt5designer5:amd64 libqt5designercomponents5:amd64 libqt5gui5:amd64 libqt5help5:amd64 libqt5multimedia5:amd64 libqt5multimedia5-plugins:amd64 libqt5multimediawidgets5:amd64 libqt5network5:amd64 libqt5opengl5:amd64 libqt5opengl5-dev:amd64 libqt5positioning5:amd64 libqt5printsupport5:amd64 libqt5qml5:amd64 libqt5quick5:amd64 libqt5quickcontrols2-5:amd64 libqt5quickparticles5:amd64 libqt5quicktemplates2-5:amd64 libqt5quicktest5:amd64 libqt5quickwidgets5:amd64 libqt5script5:amd64 libqt5scripttools5:amd64 libqt5sensors5:amd64 libqt5serialport5:amd64 libqt5sql5:amd64 libqt5sql5-sqlite:amd64 libqt5svg5:amd64 libqt5svg5-dev:amd64 libqt5test5:amd64 libqt5webchannel5:amd64 libqt5webengine-data libqt5webenginecore5:amd64 libqt5webenginewidgets5:amd64 libqt5webkit5:amd64 libqt5widgets5:amd64 libqt5x11extras5:amd64 libqt5xml5:amd64 libqt5xmlpatterns5:amd64 qt5-default:amd64 qt5-doc qt5-gtk-platformtheme:amd64 qt5-qmake:amd64 qt5-qmltooling-plugins:amd64 + ## Known bugs and issues @@ -143,7 +146,7 @@ You need to update the project: git submodule sync && git submodule update --init --recursive Then simply re-building using the appropriate tool corresponding to your platform (make, Visual Studio...) should be sufficient to update the build (after having updated the source code via git). -However if the compilation fails, you may need to rebuild everything from scratch (Delete all files in your build-desktop folder). +However if the compilation fails, you may need to rebuild everything from scratch (Delete all files in your build-desktop folder). Then you re-build as usual. @@ -154,6 +157,8 @@ Then you re-build as usual. Linphone is getting a full internationalization support, using Transifex platform. If you want you can contribute at: https://www.transifex.com/belledonne-communications/linphone-desktop/languages/ -## License +### Feedback or bug reporting + +Launch the application with `--verbose` parameter to get full logs and send it with your request. + -GPLv2 © [Linphone](https://linphone.org) diff --git a/build_all_linux.sh b/build_all_linux.sh index 96b714837..367bdb12a 100755 --- a/build_all_linux.sh +++ b/build_all_linux.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ## ## Copyright (c) 2010-2020 Belledonne Communications SARL. ## @@ -27,8 +27,9 @@ set -e if [[ -z ${Qt5_DIR} ]]; then - export Qt5_DIR=/usr/opt/qt/lib/cmake - export PATH=$PATH:/usr/local/opt/qt/bin + eval "$(qtchooser -print-env)" + export Qt5_DIR=${QTLIBDIR}/cmake/Qt5 + export PATH=${QTTOOLDIR}:$PATH fi #Creation of folders @@ -37,16 +38,16 @@ mkdir -p build-desktop #SDK building cd build-desktop #cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=YES -DENABLE_GPL_THIRD_PARTIES=YES -DENABLE_NON_FREE_CODECS=YES -DENABLE_AMRNB=YES -DENABLE_AMRWB=YES -DENABLE_G729=YES -DENABLE_GSM=YES -DENABLE_ILBC=YES -DENABLE_ISAC=YES -DENABLE_SILK=YES -DENABLE_SPEEX=YES -DENABLE_H263=YES -DENABLE_H263P=YES -DENABLE_MPEG4=YES -DENABLE_OPENH264=YES -DENABLE_FFMPEG=YES -DENABLE_VIDEO=YES -DENABLE_GL=YES -DENABLE_OPUS=NO -cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_WSI_WAYLAND_SUPPORT=OFF +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo cmake --build . --target all --config RelWithDebInfo --parallel 10 #MiniZip Building -cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_WSI_WAYLAND_SUPPORT=OFF +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo cmake --build . --target minizip --config RelWithDebInfo --parallel 10 cmake --build . --target install #Desktop Building -cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_WSI_WAYLAND_SUPPORT=OFF +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo cmake --build . --target all --config RelWithDebInfo --parallel 10 cmake --build . --target install From e6d1b4cad53df4bc1385b19fb205b89a43559313 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Sun, 16 Feb 2020 00:08:28 +0100 Subject: [PATCH 44/65] Update Licence.txt file to GPLv3 --- LICENSE.txt | 836 ++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 586 insertions(+), 250 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 23cb79033..53d1f3d01 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,281 +1,622 @@ GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + Version 3, 29 June 2007 - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + TERMS AND CONDITIONS - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". + 0. Definitions. -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. + "This License" refers to version 3 of the GNU General Public License. - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. + A "covered work" means either the unmodified Program or a work based +on the Program. - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. + 1. Source Code. -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. + The Corresponding Source for a work in source code form is that +same work. -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. + 2. Basic Permissions. - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of this License. - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. + 13. Use with the GNU Affero General Public License. -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. + 14. Revised Versions of this License. - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. - NO WARRANTY + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. + 15. Disclaimer of Warranty. - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. END OF TERMS AND CONDITIONS @@ -287,15 +628,15 @@ free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least +state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - {description} - Copyright (C) {year} {fullname} + + Copyright (C) - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -303,37 +644,32 @@ the "copyright" line and a pointer to where the full notice is found. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + You should have received a copy of the GNU General Public License + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. - {signature of Ty Coon}, 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. From 6bda98b8f2ea8b21f11dbf41d146166e65aeb798 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Sun, 16 Feb 2020 23:21:39 +0100 Subject: [PATCH 45/65] - Update Settings navigation, add placeholders to fields, auto-update server address with the selected protocol - Set to TLS if transport cannot be defined - Add Title to MenuBar and console info if SystemTray is unavailable - Fix setting icon in qrc for future using - Add old CPACK in CMake --- CMakeLists.txt | 24 ++++++------- build_all_linux.sh | 2 +- cmake_builder/linphone_package/CMakeLists.txt | 34 +++++++++---------- resources.qrc | 1 + src/app/App.cpp | 7 ++-- .../settings/AccountSettingsModel.cpp | 6 +++- .../sip-addresses/SipAddressesModel.cpp | 4 +-- .../Dialogs/SettingsSipAccountsEdit.qml | 16 +++++++-- 8 files changed, 56 insertions(+), 38 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f42478061..f801b6f5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -342,7 +342,7 @@ else() ) endif () - set(QRC_RESOURCES resources.qrc) + set(QRC_RESOURCES resources.qrc) set(LANGUAGES_DIRECTORY "${ASSETS_DIR}/languages") set(I18N_FILENAME i18n.qrc) @@ -371,17 +371,17 @@ else() set(QML_SOURCES) file(STRINGS ${QRC_RESOURCES} QRC_RESOURCES_CONTENT) foreach (line ${QRC_RESOURCES_CONTENT}) - set(result) - string(REGEX REPLACE - "^[ \t]*<[ \t]*file[ \t]*>[ \t]*(.+\\.[a-z]+)[ \t]*<[ \t]*/[ \t]*file[ \t]*>[ \t]*$" - "\\1" - result - "${line}" - ) - string(REGEX MATCH "\\.[a-z]+$" is_ui ${result}) - if (NOT ${is_ui} STREQUAL "") - list(APPEND QML_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/${result}") - endif () + set(result) + string(REGEX REPLACE + "^[ \t]*<[ \t]*file[ \t]*>[ \t]*(.+\\.[a-z]+)[ \t]*<[ \t]*/[ \t]*file[ \t]*>[ \t]*$" + "\\1" + result + "${line}" + ) + string(REGEX MATCH "\\.[a-z]+$" is_ui ${result}) + if (NOT ${is_ui} STREQUAL "") + list(APPEND QML_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/${result}") + endif () endforeach () # ------------------------------------------------------------------------------ diff --git a/build_all_linux.sh b/build_all_linux.sh index 367bdb12a..2bebceec5 100755 --- a/build_all_linux.sh +++ b/build_all_linux.sh @@ -39,7 +39,7 @@ mkdir -p build-desktop cd build-desktop #cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=YES -DENABLE_GPL_THIRD_PARTIES=YES -DENABLE_NON_FREE_CODECS=YES -DENABLE_AMRNB=YES -DENABLE_AMRWB=YES -DENABLE_G729=YES -DENABLE_GSM=YES -DENABLE_ILBC=YES -DENABLE_ISAC=YES -DENABLE_SILK=YES -DENABLE_SPEEX=YES -DENABLE_H263=YES -DENABLE_H263P=YES -DENABLE_MPEG4=YES -DENABLE_OPENH264=YES -DENABLE_FFMPEG=YES -DENABLE_VIDEO=YES -DENABLE_GL=YES -DENABLE_OPUS=NO cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -cmake --build . --target all --config RelWithDebInfo --parallel 10 +cmake --build . --target sdk --config RelWithDebInfo --parallel 10 #MiniZip Building cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index d3cac0599..30583f1ba 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -309,27 +309,27 @@ endif () #endif () # ============================================================================== -# CPack. +# CPack. # ============================================================================== -#set(CPACK_PACKAGE_NAME "${APPLICATION_NAME}") -#set(CPACK_PACKAGE_VENDOR "${APPLICATION_VENDOR}") -#set(CPACK_PACKAGE_VERSION_MAJOR ${LINPHONE_MAJOR_VERSION}) -#set(CPACK_PACKAGE_VERSION_MINOR ${LINPHONE_MINOR_VERSION}) -#if (LINPHONE_MICRO_VERSION) -# set(CPACK_PACKAGE_VERSION_PATCH ${LINPHONE_MICRO_VERSION}) -#endif () -#set(CPACK_PACKAGE_EXECUTABLES "${EXECUTABLE_NAME};${APPLICATION_NAME}") -#set(CPACK_PACKAGE_INSTALL_DIRECTORY "${APPLICATION_NAME}") -#set(CPACK_RESOURCE_FILE_LICENSE "${LINPHONE_DESKTOP_DIR}/LICENSE.txt") +set(CPACK_PACKAGE_NAME "${APPLICATION_NAME}") +set(CPACK_PACKAGE_VENDOR "${APPLICATION_VENDOR}") +set(CPACK_PACKAGE_VERSION_MAJOR ${LINPHONE_MAJOR_VERSION}) +set(CPACK_PACKAGE_VERSION_MINOR ${LINPHONE_MINOR_VERSION}) +if (LINPHONE_MICRO_VERSION) + set(CPACK_PACKAGE_VERSION_PATCH ${LINPHONE_MICRO_VERSION}) +endif () +set(CPACK_PACKAGE_EXECUTABLES "${EXECUTABLE_NAME};${APPLICATION_NAME}") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "${APPLICATION_NAME}") +set(CPACK_RESOURCE_FILE_LICENSE "${LINPHONE_DESKTOP_DIR}/LICENSE.txt") -#if (APPLE) -# set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${LINPHONE_GIT_REVISION}-mac") -# set(CPACK_DMG_BACKGROUND_IMAGE "${CMAKE_CURRENT_SOURCE_DIR}/macos/background_dmg.jpg") +if (APPLE) + set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${LINPHONE_GIT_REVISION}-mac") + set(CPACK_DMG_BACKGROUND_IMAGE "${CMAKE_CURRENT_SOURCE_DIR}/macos/background_dmg.jpg") -# configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/linphone_dmg.scpt.in" "${CMAKE_CURRENT_BINARY_DIR}/linphone_dmg.scpt" @ONLY) -# set(CPACK_DMG_DS_STORE_SETUP_SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/linphone_dmg.scpt") -#endif () + configure_file("${CMAKE_CURRENT_SOURCE_DIR}/macos/linphone_dmg.scpt.in" "${CMAKE_CURRENT_BINARY_DIR}/linphone_dmg.scpt" @ONLY) + set(CPACK_DMG_DS_STORE_SETUP_SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/linphone_dmg.scpt") +endif () if (WIN32) set(CPACK_GENERATOR "NSIS") diff --git a/resources.qrc b/resources.qrc index 2e91f697b..aac0c7fd2 100644 --- a/resources.qrc +++ b/resources.qrc @@ -480,5 +480,6 @@ ui/views/App/Main/MainWindowTopMenuBar.qml ui/dev-modules/Colors/Colors.qml ui/dev-modules/Units/Units.qml + assets/icon.ico diff --git a/src/app/App.cpp b/src/app/App.cpp index 2e75f2a93..febb9efd9 100644 --- a/src/app/App.cpp +++ b/src/app/App.cpp @@ -558,6 +558,8 @@ void App::registerSharedToolTypes () { // ----------------------------------------------------------------------------- void App::setTrayIcon () { + if(!QSystemTrayIcon::isSystemTrayAvailable()) + qInfo() << "System tray is not available"; QQuickWindow *root = getMainWindow(); QSystemTrayIcon *systemTrayIcon = new QSystemTrayIcon(mEngine); @@ -596,7 +598,7 @@ void App::setTrayIcon () { root->hide(); } }); - + menu->setTitle(APPLICATION_NAME); // Build trayIcon menu. menu->addAction(settingsAction); menu->addAction(aboutAction); @@ -605,11 +607,12 @@ void App::setTrayIcon () { menu->addSeparator(); menu->addAction(quitAction); + + systemTrayIcon->setContextMenu(menu); systemTrayIcon->setIcon(QIcon(LinphoneUtils::WindowIconPath)); systemTrayIcon->setToolTip(APPLICATION_NAME); systemTrayIcon->show(); - mSystemTrayIcon = systemTrayIcon; } diff --git a/src/components/settings/AccountSettingsModel.cpp b/src/components/settings/AccountSettingsModel.cpp index 9ce1b7933..869e128da 100644 --- a/src/components/settings/AccountSettingsModel.cpp +++ b/src/components/settings/AccountSettingsModel.cpp @@ -122,7 +122,11 @@ QVariantMap AccountSettingsModel::getProxyConfigDescription (const shared_ptr
  • getServerAddr()); map["registrationDuration"] = proxyConfig->getPublishExpires(); - map["transport"] = Utils::coreStringToAppString(proxyConfig->getTransport()); + QString transport = QString::fromStdString(proxyConfig->getTransport()); + if(transport == "") + map["transport"] = "tls";// Set to TLS by default + else + map["transport"] = transport; if( proxyConfig->getRoutes().size() > 0) map["route"] = Utils::coreStringToAppString(proxyConfig->getRoutes().front()); else diff --git a/src/components/sip-addresses/SipAddressesModel.cpp b/src/components/sip-addresses/SipAddressesModel.cpp index aabcf82ae..78ef2d5ca 100644 --- a/src/components/sip-addresses/SipAddressesModel.cpp +++ b/src/components/sip-addresses/SipAddressesModel.cpp @@ -149,7 +149,7 @@ QString SipAddressesModel::getTransportFromSipAddress (const QString &sipAddress ); if (!address) - return QString(""); + return QString("TLS"); // Return TLS by default switch (address->getTransport()) { case linphone::TransportType::Udp: @@ -162,7 +162,7 @@ QString SipAddressesModel::getTransportFromSipAddress (const QString &sipAddress return QStringLiteral("DTLS"); } - return QString(""); + return QString("TLS"); } QString SipAddressesModel::addTransportToSipAddress (const QString &sipAddress, const QString &transport) { diff --git a/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml b/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml index 9b36866c3..3db9a4a68 100644 --- a/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml +++ b/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml @@ -58,10 +58,12 @@ DialogPlus { TextField { id: sipAddress + placeholderText: 'sip:name@sip.linphone.org' error: dialog._sipAddressOk ? '' : qsTr('invalidSipAddress') onTextChanged: Logic.handleSipAddressChanged(text) + Keys.onReturnPressed: nextItemInFocusChain().forceActiveFocus() } } } @@ -72,10 +74,11 @@ DialogPlus { TextField { id: serverAddress - - error: dialog._serverAddressOk ? '' : qsTr('invalidServerAddress') - + placeholderText: 'sip:sip.linphone.org' + error: dialog._serverAddressOk ? '' : qsTr('invalidServerAddress') + onActiveFocusChanged: if(!activeFocus && dialog._serverAddressOk) Logic.handleTransportChanged(transport.model[transport.currentIndex]) onTextChanged: Logic.handleServerAddressChanged(text) + Keys.onReturnPressed: nextItemInFocusChain().forceActiveFocus() } } } @@ -86,6 +89,7 @@ DialogPlus { NumericField { id: registrationDuration + Keys.onReturnPressed: route.forceActiveFocus() } } } @@ -115,6 +119,7 @@ DialogPlus { error: dialog._routeOk ? '' : qsTr('invalidRoute') onTextChanged: Logic.handleRouteChanged(text) + Keys.onReturnPressed: nextItemInFocusChain().forceActiveFocus() } } } @@ -125,6 +130,7 @@ DialogPlus { TextField { id: contactParams + Keys.onReturnPressed: nextItemInFocusChain().forceActiveFocus() } } } @@ -138,6 +144,7 @@ DialogPlus { maxValue: 5 minValue: 1 + Keys.onReturnPressed: focus=false } } } @@ -203,8 +210,10 @@ DialogPlus { TextField { id: stunServer + placeholderText: 'stun.linphone.org' readOnly: !iceEnabled.checked + Keys.onReturnPressed: nextItemInFocusChain().forceActiveFocus() } } } @@ -229,6 +238,7 @@ DialogPlus { id: turnUser readOnly: !turnEnabled.checked || !turnEnabled.enabled + Keys.onReturnPressed: nextItemInFocusChain().forceActiveFocus() } } } From 0040c078b2f2a111c304c90a7d9226cdff5acbc0 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 13:57:59 +0100 Subject: [PATCH 46/65] Change placeholder --- README.md | 4 ++++ build_all_linux.sh | 2 +- ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bb2c0b7b4..df0e64e10 100644 --- a/README.md +++ b/README.md @@ -161,4 +161,8 @@ If you want you can contribute at: https://www.transifex.com/belledonne-communic Launch the application with `--verbose` parameter to get full logs and send it with your request. +On some OS (like Fedora 22 and later), they disable Qt debug output by default. To get full output, you need to create `~/.config/QtProject/qtlogging.ini` and add : + [Rules] + *.debug=true + qt.*.debug=false diff --git a/build_all_linux.sh b/build_all_linux.sh index 2bebceec5..bcd7eb351 100755 --- a/build_all_linux.sh +++ b/build_all_linux.sh @@ -38,7 +38,7 @@ mkdir -p build-desktop #SDK building cd build-desktop #cmake .. -DLINPHONESDK_PLATFORM=Desktop -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_VPX=YES -DENABLE_GPL_THIRD_PARTIES=YES -DENABLE_NON_FREE_CODECS=YES -DENABLE_AMRNB=YES -DENABLE_AMRWB=YES -DENABLE_G729=YES -DENABLE_GSM=YES -DENABLE_ILBC=YES -DENABLE_ISAC=YES -DENABLE_SILK=YES -DENABLE_SPEEX=YES -DENABLE_H263=YES -DENABLE_H263P=YES -DENABLE_MPEG4=YES -DENABLE_OPENH264=YES -DENABLE_FFMPEG=YES -DENABLE_VIDEO=YES -DENABLE_GL=YES -DENABLE_OPUS=NO -cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_OPUS=NO cmake --build . --target sdk --config RelWithDebInfo --parallel 10 #MiniZip Building diff --git a/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml b/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml index 3db9a4a68..4c18a9e6d 100644 --- a/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml +++ b/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml @@ -58,7 +58,7 @@ DialogPlus { TextField { id: sipAddress - placeholderText: 'sip:name@sip.linphone.org' + placeholderText: 'sip:name@sip.example.net' error: dialog._sipAddressOk ? '' : qsTr('invalidSipAddress') @@ -74,8 +74,8 @@ DialogPlus { TextField { id: serverAddress - placeholderText: 'sip:sip.linphone.org' - error: dialog._serverAddressOk ? '' : qsTr('invalidServerAddress') + placeholderText: 'sip:sip.example.net' + error: dialog._serverAddressOk ? '' : qsTr('invalidServerAddress') onActiveFocusChanged: if(!activeFocus && dialog._serverAddressOk) Logic.handleTransportChanged(transport.model[transport.currentIndex]) onTextChanged: Logic.handleServerAddressChanged(text) Keys.onReturnPressed: nextItemInFocusChain().forceActiveFocus() @@ -210,7 +210,7 @@ DialogPlus { TextField { id: stunServer - placeholderText: 'stun.linphone.org' + placeholderText: 'stun.example.net' readOnly: !iceEnabled.checked Keys.onReturnPressed: nextItemInFocusChain().forceActiveFocus() From be49bc3f6138936192bf8b5758592ac9fea6b5bc Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 14:01:10 +0100 Subject: [PATCH 47/65] Add minizip installation --- cmake_builder/linphone_package/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index 30583f1ba..08a66abbb 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -208,6 +208,7 @@ elseif (APPLE) if (EXISTS "${LINPHONE_OUTPUT_DIR}/lib/mediastreamer") file(COPY "${LINPHONE_OUTPUT_DIR}/lib/mediastreamer" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/lib" USE_SOURCE_PERMISSIONS) endif () + install(FILES "${LINPHONE_OUTPUT_DIR}/lib/libminizip.dylib" DESTINATION "${APPLICATION_NAME}.app/Contents/Frameworks/") install(FILES "${LINPHONE_SDK_TMP}/share/Belr/grammars/cpim_grammar" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/belr/grammars/") install(FILES "${LINPHONE_SDK_TMP}/share/Belr/grammars/vcard_grammar" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share/belr/grammars/") install(DIRECTORY "${LINPHONE_SDK_TMP}/share/images" DESTINATION "${APPLICATION_NAME}.app/Contents/Resources/share" USE_SOURCE_PERMISSIONS) From 5a3087e5fb4fa22a7f01bc5630d25e4edb6a2f6a Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 14:24:27 +0100 Subject: [PATCH 48/65] Set TLS as default --- .../settings/AccountSettingsModel.cpp | 18 +++++----- .../sip-addresses/SipAddressesModel.cpp | 33 ++++++++++--------- 2 files changed, 27 insertions(+), 24 deletions(-) diff --git a/src/components/settings/AccountSettingsModel.cpp b/src/components/settings/AccountSettingsModel.cpp index 869e128da..ee3e42ec6 100644 --- a/src/components/settings/AccountSettingsModel.cpp +++ b/src/components/settings/AccountSettingsModel.cpp @@ -117,21 +117,21 @@ QVariantMap AccountSettingsModel::getProxyConfigDescription (const shared_ptr
  • address = proxyConfig->getIdentityAddress(); map["sipAddress"] = address - ? Utils::coreStringToAppString(proxyConfig->getIdentityAddress()->asString()) + ? QString::fromStdString(proxyConfig->getIdentityAddress()->asString()) : QString(""); } - map["serverAddress"] = Utils::coreStringToAppString(proxyConfig->getServerAddr()); + map["serverAddress"] = QString::fromStdString(proxyConfig->getServerAddr()); map["registrationDuration"] = proxyConfig->getPublishExpires(); - QString transport = QString::fromStdString(proxyConfig->getTransport()); - if(transport == "") - map["transport"] = "tls";// Set to TLS by default - else - map["transport"] = transport; + + if( map["serverAddress"].toString().toUpper().contains("TRANSPORT="))// transport has been specified : let the RFC select the transport + map["transport"] = QString::fromStdString(proxyConfig->getTransport()); + else// Set to TLS as default + map["transport"] = "tls"; if( proxyConfig->getRoutes().size() > 0) - map["route"] = Utils::coreStringToAppString(proxyConfig->getRoutes().front()); + map["route"] = QString::fromStdString(proxyConfig->getRoutes().front()); else map["route"] = ""; - map["contactParams"] = Utils::coreStringToAppString(proxyConfig->getContactParameters()); + map["contactParams"] = QString::fromStdString(proxyConfig->getContactParameters()); map["avpfInterval"] = proxyConfig->getAvpfRrInterval(); map["registerEnabled"] = proxyConfig->registerEnabled(); map["publishPresence"] = proxyConfig->publishEnabled(); diff --git a/src/components/sip-addresses/SipAddressesModel.cpp b/src/components/sip-addresses/SipAddressesModel.cpp index 78ef2d5ca..b01052e57 100644 --- a/src/components/sip-addresses/SipAddressesModel.cpp +++ b/src/components/sip-addresses/SipAddressesModel.cpp @@ -144,23 +144,26 @@ SipAddressObserver *SipAddressesModel::getSipAddressObserver (const QString &pee // ----------------------------------------------------------------------------- QString SipAddressesModel::getTransportFromSipAddress (const QString &sipAddress) { - const shared_ptr address = linphone::Factory::get()->createAddress( - Utils::appStringToCoreString(sipAddress) - ); + if( sipAddress.toUpper().contains("TRANSPORT=")) + {// Transport has been specified : check for it + const shared_ptr address = linphone::Factory::get()->createAddress( + Utils::appStringToCoreString(sipAddress) + ); - if (!address) - return QString("TLS"); // Return TLS by default + if (!address) + return QString("TLS"); // Return TLS by default - switch (address->getTransport()) { - case linphone::TransportType::Udp: - return QStringLiteral("UDP"); - case linphone::TransportType::Tcp: - return QStringLiteral("TCP"); - case linphone::TransportType::Tls: - return QStringLiteral("TLS"); - case linphone::TransportType::Dtls: - return QStringLiteral("DTLS"); - } + switch (address->getTransport()) { + case linphone::TransportType::Udp: + return QStringLiteral("UDP"); + case linphone::TransportType::Tcp: + return QStringLiteral("TCP"); + case linphone::TransportType::Tls: + return QStringLiteral("TLS"); + case linphone::TransportType::Dtls: + return QStringLiteral("DTLS"); + } + } return QString("TLS"); } From affca7ac45dec6d3fb268fdb857ad8f1981cf32a Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 15:04:44 +0100 Subject: [PATCH 49/65] Update to SDK master/Path_fix --- linphone-sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-sdk b/linphone-sdk index 47f1db409..86362eb79 160000 --- a/linphone-sdk +++ b/linphone-sdk @@ -1 +1 @@ -Subproject commit 47f1db409ae379a6a86f9b6829874cb70dd04c8e +Subproject commit 86362eb79c03fff5363b5b4917450cc2af40487d From 4939b2236d67638789bf7c0b0320439a42fcfbf4 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 16:14:21 +0100 Subject: [PATCH 50/65] Update to SDK last master version --- linphone-sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-sdk b/linphone-sdk index 86362eb79..ab4302cc0 160000 --- a/linphone-sdk +++ b/linphone-sdk @@ -1 +1 @@ -Subproject commit 86362eb79c03fff5363b5b4917450cc2af40487d +Subproject commit ab4302cc080a024f50f7ad25629705baa7b8b23a From 9d4c95c9eb88919d64720a586502fe9febc156c1 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 16:30:50 +0100 Subject: [PATCH 51/65] Remove error on warning to build SDK --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f801b6f5c..7a46a85d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,6 @@ if (NOT WIN32) -Wcast-align \ -Wconversion \ -Wno-error=conversion \ --Werror=return-type \ -Wextra \ -Wfloat-equal \ -Winit-self \ @@ -122,6 +121,7 @@ if (NOT WIN32) -Wuninitialized \ -Wunused \ -Wno-error=float-equal \ +-Wno-error \ ") if (NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang") set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -Wlogical-op") From 8b0cbb71ad665cd886402c601dff0e66352f5fbb Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 16:32:02 +0100 Subject: [PATCH 52/65] Remove error on warning to build SDK --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a46a85d1..b10a28101 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -121,6 +121,7 @@ if (NOT WIN32) -Wuninitialized \ -Wunused \ -Wno-error=float-equal \ +-Wno-error=cast-align \ -Wno-error \ ") if (NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang") From f7be956d9e3abf068812f8f94059d5eaaa414205 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 16:32:15 +0100 Subject: [PATCH 53/65] Remove error on warning to build SDK --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b10a28101..dd050cae2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,7 +107,6 @@ if (NOT WIN32) check_cxx_compiler_flag("-Wsuggest-override" SUGGEST_OVERRIDE) set(CUSTOM_FLAGS "\ -Wall \ --Wcast-align \ -Wconversion \ -Wno-error=conversion \ -Wextra \ From 7fa4ae00e01501e5e0248a792b24e59c67b8f9fb Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 16:55:25 +0100 Subject: [PATCH 54/65] Update job-windows-desktop.yml get output on failure --- .gitlab-ci-files/job-windows-desktop.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci-files/job-windows-desktop.yml b/.gitlab-ci-files/job-windows-desktop.yml index 291028d38..8bcac138f 100644 --- a/.gitlab-ci-files/job-windows-desktop.yml +++ b/.gitlab-ci-files/job-windows-desktop.yml @@ -75,9 +75,10 @@ - C:\PROGRA~1\Python37\Scripts\cl -s artifacts: + when: always paths: - - build-desktop\OUTPUT - expire_in: 1 week + - build-desktop + expire_in: 2 days .job-windows-vs2017-scheduled: extends: .job-windows-vs2017 From f6cdf9c7d5929c8dd8a7aa1ab319c80c7bbd0eba Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 17:13:33 +0100 Subject: [PATCH 55/65] Update job-windows-desktop.yml [ci skip] --- .gitlab-ci-files/job-windows-desktop.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci-files/job-windows-desktop.yml b/.gitlab-ci-files/job-windows-desktop.yml index 8bcac138f..2ffb55a1f 100644 --- a/.gitlab-ci-files/job-windows-desktop.yml +++ b/.gitlab-ci-files/job-windows-desktop.yml @@ -75,9 +75,8 @@ - C:\PROGRA~1\Python37\Scripts\cl -s artifacts: - when: always paths: - - build-desktop + - build-desktop\OUPUT expire_in: 2 days .job-windows-vs2017-scheduled: From 9ad20c219a47786b0140ce8294e91bd70c221a8d Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 17:17:28 +0100 Subject: [PATCH 56/65] Update CMakeLists.txt --- CMakeLists.txt | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd050cae2..5c97b5d40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,33 +58,13 @@ set(ASSETS_DIR "assets") option(ENABLE_UPDATE_CHECK "Enable update check." NO) option(ENABLE_UNIT_TESTS "Enable unit test of SDK." NO ) option(ENABLE_TOOLS "Enable tools of SDK" NO) -option(ENABLE_GPL_THIRD_PARTIES "" YES) -option(ENABLE_NON_FREE_CODECS "Allow inclusion of non-free codecs in the build." YES) -option(ENABLE_AMRNB "" YES) -option(ENABLE_AMRWB "" YES) -option(ENABLE_BV16 "Build mediastreamer2 with the BV16 codec." YES) -option(ENABLE_G729 "Build mediastreamer2 with the G726 codec." YES) -option(ENABLE_G729B_CNG "Build mediastreamer2 with G729 annex B cng." NO) -option(ENABLE_GSM "Build mediastreamer2 with the GSM codec." YES) -option(ENABLE_ILBC "" YES) -option(ENABLE_ISAC "" YES) -option(ENABLE_SILK "" YES) -option(ENABLE_SPEEX "" YES) -option(ENABLE_SPEEX_CODEC "Build mediastreamer2 with the SPEEX codec." YES) -option(ENABLE_SPEEX_DSP "Build mediastreamer2 with the SPEEX DSP support." YES) -option(ENABLE_H263 "" YES) -option(ENABLE_H263P "" YES) -option(ENABLE_LIME_X3DH "Enable lime X3DH support." YES) -option(ENABLE_MPEG4 "" YES) -option(ENABLE_OPENH264 "Embedded OpenH264" YES) -option(ENABLE_VPX "Build mediastreamer2 with VPX codec." YES) -option(ENABLE_V4L "Ability to capture and display video using libv4l2 or libv4l." YES) -option(ENABLE_MKV "Enable support of MKV files reading and writing." YES) -option(ENABLE_FFMPEG "Build mediastreamer2 with ffmpeg video support." YES) + + if(WIN32 OR APPLE) option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." YES) else()##Opus crash on Linux. The version for 4.3 is old. We have to use a switch in configuration to select the newest version for desktop. option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." NO) + option(ENABLE_V4L "Ability to capture and display video using libv4l2 or libv4l." YES) endif() From c274bf362ec26173a0c1f77769104074aa58849f Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 17:24:48 +0100 Subject: [PATCH 57/65] Update CMakeLists.txt --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c97b5d40..fc22bca71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,6 @@ if (NOT WIN32) check_cxx_compiler_flag("-Wsuggest-override" SUGGEST_OVERRIDE) set(CUSTOM_FLAGS "\ -Wall \ --Wconversion \ -Wno-error=conversion \ -Wextra \ -Wfloat-equal \ @@ -101,7 +100,6 @@ if (NOT WIN32) -Wunused \ -Wno-error=float-equal \ -Wno-error=cast-align \ --Wno-error \ ") if (NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang") set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -Wlogical-op") From 8e653931fa9be5dbe24b1f10d95d2b3fe3d6c6df Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 19:22:27 +0100 Subject: [PATCH 58/65] Update SDK --- linphone-sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-sdk b/linphone-sdk index ab4302cc0..f0688ad8d 160000 --- a/linphone-sdk +++ b/linphone-sdk @@ -1 +1 @@ -Subproject commit ab4302cc080a024f50f7ad25629705baa7b8b23a +Subproject commit f0688ad8d0dd527e99072b533b195e18a4fcf694 From 2ee54d8b7c9e2e96a580b066de93c0f696bf9c06 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 19:32:47 +0100 Subject: [PATCH 59/65] Update SDK for mbetls --- linphone-sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-sdk b/linphone-sdk index f0688ad8d..653548646 160000 --- a/linphone-sdk +++ b/linphone-sdk @@ -1 +1 @@ -Subproject commit f0688ad8d0dd527e99072b533b195e18a4fcf694 +Subproject commit 653548646ff58eea37fea0ec28cfd232c875c345 From d5a886201d1347c51d0ef8fefbfae635cb7bca54 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 21:49:19 +0100 Subject: [PATCH 60/65] Update CMakeLists to build with winsockapi on windows --- CMakeLists.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc22bca71..6fb3ca76c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,8 +57,12 @@ set(ASSETS_DIR "assets") option(ENABLE_UPDATE_CHECK "Enable update check." NO) option(ENABLE_UNIT_TESTS "Enable unit test of SDK." NO ) +option(ENABLE_TESTS "Build with testing binaries of SDK" NO ) +option(ENABLE_TESTS_COMPONENTS "Build libbctoolbox-tester" NO ) option(ENABLE_TOOLS "Enable tools of SDK" NO) +option(ENABLE_STRICT "Build with strict compilator flags e.g. -Wall -Werror" NO) +option(ENABLE_FFMPEG "Build mediastreamer2 with ffmpeg video support." YES) if(WIN32 OR APPLE) option(ENABLE_OPUS "Build mediastreamer2 with the OPUS codec." YES) @@ -111,12 +115,14 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang") set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -Wno-switch") endif () + set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -DQT_NO_EXCEPTIONS") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CUSTOM_FLAGS}") # See: http://stackoverflow.com/a/1372836 if (WIN32) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_WINSOCKAPI_") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DWIN32_LEAN_AND_MEAN ") + # -D_WINSOCKAPI_") endif () set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNDEBUG -DQT_NO_DEBUG") @@ -475,7 +481,9 @@ endif() target_include_directories(${TARGET_NAME} SYSTEM PRIVATE ${INCLUDED_DIRECTORIES}) target_link_libraries(${TARGET_NAME} ${LIBRARIES}) - + if(WIN32) + target_link_libraries(${TARGET_NAME} wsock32 ws2_32) + endif() foreach (target ${TARGET_NAME}) install(TARGETS ${target} From 0135e775c4aafcb302d2fbec2d9f16a7642a7ea4 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 22:35:19 +0100 Subject: [PATCH 61/65] Clean CMakeLists to remove configuration conflits with SDK --- CMakeLists.txt | 86 ++++++++++++-------------------------------------- 1 file changed, 20 insertions(+), 66 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6fb3ca76c..b445fe76d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,10 @@ if(UNIX AND NOT APPLE) set(CMAKE_INSTALL_RPATH "$ORIGIN;$ORIGIN/lib64;$ORIGIN/../lib64;$ORIGIN/lib;$ORIGIN/../lib") set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) endif() +# Avoid cmake warning if CMP0071 is not set. +if (POLICY CMP0071) + cmake_policy(SET CMP0071 NEW) +endif () #set_property(GLOBAL PROPERTY USE_FOLDERS ON) #------------------------------------------------------------------------------ @@ -49,8 +53,6 @@ set(TARGET_NAME linphone-qt) set(CMAKE_CXX_STANDARD 11) -set(ASSETS_DIR "assets") - #------------------------------------------------------------------------------- # SET OPTIONS #------------------------------------------------------------------------------- @@ -78,68 +80,6 @@ include(GNUInstallDirs) include(CheckCXXCompilerFlag) -# Use automatically moc from Qt5. -set(CMAKE_AUTOMOC ON) -set(CMAKE_INCLUDE_CURRENT_DIR ON) - -# Avoid cmake warning if CMP0071 is not set. -if (POLICY CMP0071) - cmake_policy(SET CMP0071 NEW) -endif () - -if (NOT WIN32) - check_cxx_compiler_flag("-Wsuggest-override" SUGGEST_OVERRIDE) - set(CUSTOM_FLAGS "\ --Wall \ --Wno-error=conversion \ --Wextra \ --Wfloat-equal \ --Winit-self \ --Wnon-virtual-dtor \ --Woverloaded-virtual \ --Wpointer-arith \ --Wsign-conversion \ --Wno-error=sign-conversion \ --Wuninitialized \ --Wunused \ --Wno-error=float-equal \ --Wno-error=cast-align \ -") - if (NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang") - set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -Wlogical-op") - endif () - if (SUGGEST_OVERRIDE) - set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -Wsuggest-override") - endif () -elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang") - set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -Wno-switch") -endif () - - -set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -DQT_NO_EXCEPTIONS") - -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CUSTOM_FLAGS}") -# See: http://stackoverflow.com/a/1372836 -if (WIN32) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DWIN32_LEAN_AND_MEAN ") - # -D_WINSOCKAPI_") -endif () - -set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNDEBUG -DQT_NO_DEBUG") -set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG") - -# ------------------------------------------------------------------------------ -# Define packages, libs, sources, headers, resources and languages. -# ------------------------------------------------------------------------------ - -set(QT5_PACKAGES Core Gui Quick Widgets QuickControls2 Svg LinguistTools Concurrent Network) -if (UNIX AND NOT APPLE) - list(APPEND QT5_PACKAGES DBus) -endif () -set(QT5_PACKAGES_OPTIONAL TextToSpeech) - -list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") - add_subdirectory("linphone-sdk" "linphone-sdk/build-sdk") @@ -150,6 +90,7 @@ find_package(belcard CONFIG) find_package(Mediastreamer2 CONFIG) find_package(ortp CONFIG) + if( NOT (LinphoneCxx_FOUND)) message("Linphone packages are not installed. Build and install it in order to build Minizip and then Desktop Application.") else() @@ -165,7 +106,20 @@ else() message("INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} FRAMEWORK_PATH=${CMAKE_FRAMEWORK_PATH}") message("LINPHONE : ${LINPHONE_INCLUDE_DIRS} => ${LINPHONE_LIBRARIES}") message("LINPHONECXX : ${LINPHONECXX_INCLUDE_DIRS} => ${LINPHONECXX_LIBRARIES}") - + + list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") + set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNDEBUG -DQT_NO_DEBUG") + set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG") + + + set(QT5_PACKAGES Core Gui Quick Widgets QuickControls2 Svg LinguistTools Concurrent Network) + if (UNIX AND NOT APPLE) + list(APPEND QT5_PACKAGES DBus) + endif () + set(QT5_PACKAGES_OPTIONAL TextToSpeech) + set(CMAKE_AUTOMOC ON) + + set(SOURCES src/app/App.cpp src/app/AppController.cpp @@ -582,4 +536,4 @@ endif() endif() endif() endif()#If (LinphoneCxx_FOUND AND Minizip_FOUND) -endif()#If (LinphoneCxx_FOUND) +endif()#If (LinphoneCxx_FOUND) \ No newline at end of file From b54eca93f1dbf8a75f406a5a37ad8f345915ffd6 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 22:42:23 +0100 Subject: [PATCH 62/65] Fix module path --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b445fe76d..e372beeef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,7 @@ if(UNIX AND NOT APPLE) set(CMAKE_INSTALL_RPATH "$ORIGIN;$ORIGIN/lib64;$ORIGIN/../lib64;$ORIGIN/lib;$ORIGIN/../lib") set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) endif() +list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") # Avoid cmake warning if CMP0071 is not set. if (POLICY CMP0071) cmake_policy(SET CMP0071 NEW) @@ -107,7 +108,7 @@ else() message("LINPHONE : ${LINPHONE_INCLUDE_DIRS} => ${LINPHONE_LIBRARIES}") message("LINPHONECXX : ${LINPHONECXX_INCLUDE_DIRS} => ${LINPHONECXX_LIBRARIES}") - list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") + set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNDEBUG -DQT_NO_DEBUG") set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG") From d5db134f89eeccff407554450cb07fd3b17f494b Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 22:47:06 +0100 Subject: [PATCH 63/65] Fix missing variables in CMakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e372beeef..31ce2c4ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,7 @@ else() set(QT5_PACKAGES_OPTIONAL TextToSpeech) set(CMAKE_AUTOMOC ON) - + set(ASSETS_DIR "assets") set(SOURCES src/app/App.cpp src/app/AppController.cpp From 326d713733cca61f4332a5b5709078e516cbe3ea Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 23:30:48 +0100 Subject: [PATCH 64/65] Fix Build configuration --- CMakeLists.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 31ce2c4ae..35d86577f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,10 +108,13 @@ else() message("LINPHONE : ${LINPHONE_INCLUDE_DIRS} => ${LINPHONE_LIBRARIES}") message("LINPHONECXX : ${LINPHONECXX_INCLUDE_DIRS} => ${LINPHONECXX_LIBRARIES}") - +# Build configuration set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNDEBUG -DQT_NO_DEBUG") set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG") - + if( WIN32) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_WINSOCKAPI_")#remove error from windows headers order + endif() + set(CMAKE_INCLUDE_CURRENT_DIR ON)#useful for config.h set(QT5_PACKAGES Core Gui Quick Widgets QuickControls2 Svg LinguistTools Concurrent Network) if (UNIX AND NOT APPLE) @@ -119,7 +122,7 @@ else() endif () set(QT5_PACKAGES_OPTIONAL TextToSpeech) set(CMAKE_AUTOMOC ON) - +#------------------------------------------------- set(ASSETS_DIR "assets") set(SOURCES src/app/App.cpp @@ -347,9 +350,7 @@ else() set(QML_IMPORT_PATH ${_QML_IMPORT_PATHS} CACHE STRING "Path used to locate CMake modules by Qt Creator" FORCE) - # ------------------------------------------------------------------------------ - # Create config.h file - # ------------------------------------------------------------------------------ + if(APPLE) if(MS2_PLUGINS_LOCATION) set(MSPLUGINS_DIR ${MS2_PLUGINS_LOCATION}) @@ -359,8 +360,7 @@ if(APPLE) else() set(MSPLUGINS_DIR "${CMAKE_INSTALL_LIBDIR}/mediastreamer/plugins") endif() - configure_file("${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.cmake" "${CMAKE_CURRENT_BINARY_DIR}/config.h") - + configure_file("${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.cmake" "${CMAKE_CURRENT_BINARY_DIR}/config.h") # ------------------------------------------------------------------------------ # Build. # ------------------------------------------------------------------------------ From c66afaade03e596d9c2dc6c7a5c663890cdbb645 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Tue, 18 Feb 2020 00:20:48 +0100 Subject: [PATCH 65/65] Update SDK to master --- .gitlab-ci-files/job-windows-desktop.yml | 2 +- linphone-sdk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci-files/job-windows-desktop.yml b/.gitlab-ci-files/job-windows-desktop.yml index 2ffb55a1f..60357f858 100644 --- a/.gitlab-ci-files/job-windows-desktop.yml +++ b/.gitlab-ci-files/job-windows-desktop.yml @@ -76,7 +76,7 @@ artifacts: paths: - - build-desktop\OUPUT + - build-desktop\OUTPUT expire_in: 2 days .job-windows-vs2017-scheduled: diff --git a/linphone-sdk b/linphone-sdk index 653548646..9bbf905c4 160000 --- a/linphone-sdk +++ b/linphone-sdk @@ -1 +1 @@ -Subproject commit 653548646ff58eea37fea0ec28cfd232c875c345 +Subproject commit 9bbf905c45d298d98dca5ef2eac6288e5cb70af7