diff --git a/.gitignore b/.gitignore index 32675f7e4..904bab356 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,37 @@ +# Temporary files -------------------------------------------------------------- + +*~ +.* +\#*\# +.#.* + +# Project configuration -------------------------------------------------------- + +*.pro.user +build* +Project.lnk WORK OUTPUT Makefile -submodules/tunnel -record_for_lc_*.wav -.bc_tester_utils.tmp -prepare.conf.user -Project.lnk -.clang_complete - +CMakeLists.txt.user build-*-Debug build-*-Default -CMakeLists.txt.user +prepare.conf.user -vgcore.* +# Tags ------------------------------------------------------------------------- + +GPATH +GRTAGS +GTAGS + +.ctags +.clang_complete + +# QMLC/JSC --------------------------------------------------------------------- + +*.qmlc +*.jsc + +# OTHER ------------------------------------------------------------------------ + +vgcore.* \ No newline at end of file diff --git a/linphone-desktop/CMakeLists.txt b/CMakeLists.txt similarity index 99% rename from linphone-desktop/CMakeLists.txt rename to CMakeLists.txt index 46695e451..7e95fd14e 100644 --- a/linphone-desktop/CMakeLists.txt +++ b/CMakeLists.txt @@ -247,7 +247,7 @@ endif () execute_process(COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_CURRENT_SOURCE_DIR}/tools/private/pre-commit" - "${CMAKE_CURRENT_SOURCE_DIR}/../.git/hooks/pre-commit" + "${CMAKE_CURRENT_SOURCE_DIR}/.git/hooks/pre-commit" ) # ------------------------------------------------------------------------------ diff --git a/linphone-desktop/assets/assistant/create-linphone-sip-account.rc b/assets/assistant/create-linphone-sip-account.rc similarity index 100% rename from linphone-desktop/assets/assistant/create-linphone-sip-account.rc rename to assets/assistant/create-linphone-sip-account.rc diff --git a/linphone-desktop/assets/assistant/use-linphone-sip-account.rc b/assets/assistant/use-linphone-sip-account.rc similarity index 100% rename from linphone-desktop/assets/assistant/use-linphone-sip-account.rc rename to assets/assistant/use-linphone-sip-account.rc diff --git a/linphone-desktop/assets/assistant/use-other-sip-account.rc b/assets/assistant/use-other-sip-account.rc similarity index 100% rename from linphone-desktop/assets/assistant/use-other-sip-account.rc rename to assets/assistant/use-other-sip-account.rc diff --git a/linphone-desktop/assets/fonts/NotoSans-hinted/LICENSE_OFL.txt b/assets/fonts/NotoSans-hinted/LICENSE_OFL.txt similarity index 100% rename from linphone-desktop/assets/fonts/NotoSans-hinted/LICENSE_OFL.txt rename to assets/fonts/NotoSans-hinted/LICENSE_OFL.txt diff --git a/linphone-desktop/assets/fonts/NotoSans-hinted/NotoSans-Bold.ttf b/assets/fonts/NotoSans-hinted/NotoSans-Bold.ttf similarity index 100% rename from linphone-desktop/assets/fonts/NotoSans-hinted/NotoSans-Bold.ttf rename to assets/fonts/NotoSans-hinted/NotoSans-Bold.ttf diff --git a/linphone-desktop/assets/fonts/NotoSans-hinted/NotoSans-BoldItalic.ttf b/assets/fonts/NotoSans-hinted/NotoSans-BoldItalic.ttf similarity index 100% rename from linphone-desktop/assets/fonts/NotoSans-hinted/NotoSans-BoldItalic.ttf rename to assets/fonts/NotoSans-hinted/NotoSans-BoldItalic.ttf diff --git a/linphone-desktop/assets/fonts/NotoSans-hinted/NotoSans-Italic.ttf b/assets/fonts/NotoSans-hinted/NotoSans-Italic.ttf similarity index 100% rename from linphone-desktop/assets/fonts/NotoSans-hinted/NotoSans-Italic.ttf rename to assets/fonts/NotoSans-hinted/NotoSans-Italic.ttf diff --git a/linphone-desktop/assets/fonts/NotoSans-hinted/NotoSans-Regular.ttf b/assets/fonts/NotoSans-hinted/NotoSans-Regular.ttf similarity index 100% rename from linphone-desktop/assets/fonts/NotoSans-hinted/NotoSans-Regular.ttf rename to assets/fonts/NotoSans-hinted/NotoSans-Regular.ttf diff --git a/linphone-desktop/assets/fonts/NotoSans-hinted/NotoSansUI-Bold.ttf b/assets/fonts/NotoSans-hinted/NotoSansUI-Bold.ttf similarity index 100% rename from linphone-desktop/assets/fonts/NotoSans-hinted/NotoSansUI-Bold.ttf rename to assets/fonts/NotoSans-hinted/NotoSansUI-Bold.ttf diff --git a/linphone-desktop/assets/fonts/NotoSans-hinted/NotoSansUI-BoldItalic.ttf b/assets/fonts/NotoSans-hinted/NotoSansUI-BoldItalic.ttf similarity index 100% rename from linphone-desktop/assets/fonts/NotoSans-hinted/NotoSansUI-BoldItalic.ttf rename to assets/fonts/NotoSans-hinted/NotoSansUI-BoldItalic.ttf diff --git a/linphone-desktop/assets/fonts/NotoSans-hinted/NotoSansUI-Italic.ttf b/assets/fonts/NotoSans-hinted/NotoSansUI-Italic.ttf similarity index 100% rename from linphone-desktop/assets/fonts/NotoSans-hinted/NotoSansUI-Italic.ttf rename to assets/fonts/NotoSans-hinted/NotoSansUI-Italic.ttf diff --git a/linphone-desktop/assets/fonts/NotoSans-hinted/NotoSansUI-Regular.ttf b/assets/fonts/NotoSans-hinted/NotoSansUI-Regular.ttf similarity index 100% rename from linphone-desktop/assets/fonts/NotoSans-hinted/NotoSansUI-Regular.ttf rename to assets/fonts/NotoSans-hinted/NotoSansUI-Regular.ttf diff --git a/linphone-desktop/assets/fonts/NotoSans-hinted/README b/assets/fonts/NotoSans-hinted/README similarity index 100% rename from linphone-desktop/assets/fonts/NotoSans-hinted/README rename to assets/fonts/NotoSans-hinted/README diff --git a/linphone-desktop/assets/images/add_disabled.svg b/assets/images/add_disabled.svg similarity index 100% rename from linphone-desktop/assets/images/add_disabled.svg rename to assets/images/add_disabled.svg diff --git a/linphone-desktop/assets/images/add_hovered.svg b/assets/images/add_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/add_hovered.svg rename to assets/images/add_hovered.svg diff --git a/linphone-desktop/assets/images/add_normal.svg b/assets/images/add_normal.svg similarity index 100% rename from linphone-desktop/assets/images/add_normal.svg rename to assets/images/add_normal.svg diff --git a/linphone-desktop/assets/images/add_pressed.svg b/assets/images/add_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/add_pressed.svg rename to assets/images/add_pressed.svg diff --git a/linphone-desktop/assets/images/attachment_disabled.svg b/assets/images/attachment_disabled.svg similarity index 100% rename from linphone-desktop/assets/images/attachment_disabled.svg rename to assets/images/attachment_disabled.svg diff --git a/linphone-desktop/assets/images/attachment_hovered.svg b/assets/images/attachment_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/attachment_hovered.svg rename to assets/images/attachment_hovered.svg diff --git a/linphone-desktop/assets/images/attachment_normal.svg b/assets/images/attachment_normal.svg similarity index 100% rename from linphone-desktop/assets/images/attachment_normal.svg rename to assets/images/attachment_normal.svg diff --git a/linphone-desktop/assets/images/attachment_pressed.svg b/assets/images/attachment_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/attachment_pressed.svg rename to assets/images/attachment_pressed.svg diff --git a/linphone-desktop/assets/images/auto_answer.svg b/assets/images/auto_answer.svg similarity index 100% rename from linphone-desktop/assets/images/auto_answer.svg rename to assets/images/auto_answer.svg diff --git a/linphone-desktop/assets/images/burger_menu_hovered.svg b/assets/images/burger_menu_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/burger_menu_hovered.svg rename to assets/images/burger_menu_hovered.svg diff --git a/linphone-desktop/assets/images/burger_menu_light_hovered.svg b/assets/images/burger_menu_light_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/burger_menu_light_hovered.svg rename to assets/images/burger_menu_light_hovered.svg diff --git a/linphone-desktop/assets/images/burger_menu_light_normal.svg b/assets/images/burger_menu_light_normal.svg similarity index 100% rename from linphone-desktop/assets/images/burger_menu_light_normal.svg rename to assets/images/burger_menu_light_normal.svg diff --git a/linphone-desktop/assets/images/burger_menu_light_pressed.svg b/assets/images/burger_menu_light_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/burger_menu_light_pressed.svg rename to assets/images/burger_menu_light_pressed.svg diff --git a/linphone-desktop/assets/images/burger_menu_normal.svg b/assets/images/burger_menu_normal.svg similarity index 100% rename from linphone-desktop/assets/images/burger_menu_normal.svg rename to assets/images/burger_menu_normal.svg diff --git a/linphone-desktop/assets/images/burger_menu_pressed.svg b/assets/images/burger_menu_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/burger_menu_pressed.svg rename to assets/images/burger_menu_pressed.svg diff --git a/linphone-desktop/assets/images/call_accept_hovered.svg b/assets/images/call_accept_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/call_accept_hovered.svg rename to assets/images/call_accept_hovered.svg diff --git a/linphone-desktop/assets/images/call_accept_normal.svg b/assets/images/call_accept_normal.svg similarity index 100% rename from linphone-desktop/assets/images/call_accept_normal.svg rename to assets/images/call_accept_normal.svg diff --git a/linphone-desktop/assets/images/call_accept_pressed.svg b/assets/images/call_accept_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/call_accept_pressed.svg rename to assets/images/call_accept_pressed.svg diff --git a/linphone-desktop/assets/images/call_chat_secure_hovered.svg b/assets/images/call_chat_secure_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/call_chat_secure_hovered.svg rename to assets/images/call_chat_secure_hovered.svg diff --git a/linphone-desktop/assets/images/call_chat_secure_normal.svg b/assets/images/call_chat_secure_normal.svg similarity index 100% rename from linphone-desktop/assets/images/call_chat_secure_normal.svg rename to assets/images/call_chat_secure_normal.svg diff --git a/linphone-desktop/assets/images/call_chat_secure_pressed.svg b/assets/images/call_chat_secure_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/call_chat_secure_pressed.svg rename to assets/images/call_chat_secure_pressed.svg diff --git a/linphone-desktop/assets/images/call_chat_unsecure_hovered.svg b/assets/images/call_chat_unsecure_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/call_chat_unsecure_hovered.svg rename to assets/images/call_chat_unsecure_hovered.svg diff --git a/linphone-desktop/assets/images/call_chat_unsecure_normal.svg b/assets/images/call_chat_unsecure_normal.svg similarity index 100% rename from linphone-desktop/assets/images/call_chat_unsecure_normal.svg rename to assets/images/call_chat_unsecure_normal.svg diff --git a/linphone-desktop/assets/images/call_chat_unsecure_pressed.svg b/assets/images/call_chat_unsecure_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/call_chat_unsecure_pressed.svg rename to assets/images/call_chat_unsecure_pressed.svg diff --git a/linphone-desktop/assets/images/call_hovered.svg b/assets/images/call_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/call_hovered.svg rename to assets/images/call_hovered.svg diff --git a/linphone-desktop/assets/images/call_normal.svg b/assets/images/call_normal.svg similarity index 100% rename from linphone-desktop/assets/images/call_normal.svg rename to assets/images/call_normal.svg diff --git a/linphone-desktop/assets/images/call_pressed.svg b/assets/images/call_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/call_pressed.svg rename to assets/images/call_pressed.svg diff --git a/linphone-desktop/assets/images/call_quality_0.svg b/assets/images/call_quality_0.svg similarity index 100% rename from linphone-desktop/assets/images/call_quality_0.svg rename to assets/images/call_quality_0.svg diff --git a/linphone-desktop/assets/images/call_quality_1.svg b/assets/images/call_quality_1.svg similarity index 100% rename from linphone-desktop/assets/images/call_quality_1.svg rename to assets/images/call_quality_1.svg diff --git a/linphone-desktop/assets/images/call_quality_2.svg b/assets/images/call_quality_2.svg similarity index 100% rename from linphone-desktop/assets/images/call_quality_2.svg rename to assets/images/call_quality_2.svg diff --git a/linphone-desktop/assets/images/call_quality_3.svg b/assets/images/call_quality_3.svg similarity index 100% rename from linphone-desktop/assets/images/call_quality_3.svg rename to assets/images/call_quality_3.svg diff --git a/linphone-desktop/assets/images/call_sign_connected.svg b/assets/images/call_sign_connected.svg similarity index 100% rename from linphone-desktop/assets/images/call_sign_connected.svg rename to assets/images/call_sign_connected.svg diff --git a/linphone-desktop/assets/images/call_sign_ended.svg b/assets/images/call_sign_ended.svg similarity index 100% rename from linphone-desktop/assets/images/call_sign_ended.svg rename to assets/images/call_sign_ended.svg diff --git a/linphone-desktop/assets/images/call_sign_incoming.svg b/assets/images/call_sign_incoming.svg similarity index 100% rename from linphone-desktop/assets/images/call_sign_incoming.svg rename to assets/images/call_sign_incoming.svg diff --git a/linphone-desktop/assets/images/call_sign_outgoing.svg b/assets/images/call_sign_outgoing.svg similarity index 100% rename from linphone-desktop/assets/images/call_sign_outgoing.svg rename to assets/images/call_sign_outgoing.svg diff --git a/linphone-desktop/assets/images/call_sign_paused.svg b/assets/images/call_sign_paused.svg similarity index 100% rename from linphone-desktop/assets/images/call_sign_paused.svg rename to assets/images/call_sign_paused.svg diff --git a/linphone-desktop/assets/images/camera_off_hovered.svg b/assets/images/camera_off_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/camera_off_hovered.svg rename to assets/images/camera_off_hovered.svg diff --git a/linphone-desktop/assets/images/camera_off_normal.svg b/assets/images/camera_off_normal.svg similarity index 100% rename from linphone-desktop/assets/images/camera_off_normal.svg rename to assets/images/camera_off_normal.svg diff --git a/linphone-desktop/assets/images/camera_off_pressed.svg b/assets/images/camera_off_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/camera_off_pressed.svg rename to assets/images/camera_off_pressed.svg diff --git a/linphone-desktop/assets/images/camera_off_updating.svg b/assets/images/camera_off_updating.svg similarity index 100% rename from linphone-desktop/assets/images/camera_off_updating.svg rename to assets/images/camera_off_updating.svg diff --git a/linphone-desktop/assets/images/camera_on_hovered.svg b/assets/images/camera_on_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/camera_on_hovered.svg rename to assets/images/camera_on_hovered.svg diff --git a/linphone-desktop/assets/images/camera_on_normal.svg b/assets/images/camera_on_normal.svg similarity index 100% rename from linphone-desktop/assets/images/camera_on_normal.svg rename to assets/images/camera_on_normal.svg diff --git a/linphone-desktop/assets/images/camera_on_pressed.svg b/assets/images/camera_on_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/camera_on_pressed.svg rename to assets/images/camera_on_pressed.svg diff --git a/linphone-desktop/assets/images/camera_on_updating.svg b/assets/images/camera_on_updating.svg similarity index 100% rename from linphone-desktop/assets/images/camera_on_updating.svg rename to assets/images/camera_on_updating.svg diff --git a/linphone-desktop/assets/images/cancel_hovered.svg b/assets/images/cancel_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/cancel_hovered.svg rename to assets/images/cancel_hovered.svg diff --git a/linphone-desktop/assets/images/cancel_normal.svg b/assets/images/cancel_normal.svg similarity index 100% rename from linphone-desktop/assets/images/cancel_normal.svg rename to assets/images/cancel_normal.svg diff --git a/linphone-desktop/assets/images/cancel_pressed.svg b/assets/images/cancel_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/cancel_pressed.svg rename to assets/images/cancel_pressed.svg diff --git a/linphone-desktop/assets/images/chat_amount.svg b/assets/images/chat_amount.svg similarity index 100% rename from linphone-desktop/assets/images/chat_amount.svg rename to assets/images/chat_amount.svg diff --git a/linphone-desktop/assets/images/chat_count.svg b/assets/images/chat_count.svg similarity index 100% rename from linphone-desktop/assets/images/chat_count.svg rename to assets/images/chat_count.svg diff --git a/linphone-desktop/assets/images/chat_delivered.svg b/assets/images/chat_delivered.svg similarity index 100% rename from linphone-desktop/assets/images/chat_delivered.svg rename to assets/images/chat_delivered.svg diff --git a/linphone-desktop/assets/images/chat_error.svg b/assets/images/chat_error.svg similarity index 100% rename from linphone-desktop/assets/images/chat_error.svg rename to assets/images/chat_error.svg diff --git a/linphone-desktop/assets/images/chat_hovered.svg b/assets/images/chat_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/chat_hovered.svg rename to assets/images/chat_hovered.svg diff --git a/linphone-desktop/assets/images/chat_normal.svg b/assets/images/chat_normal.svg similarity index 100% rename from linphone-desktop/assets/images/chat_normal.svg rename to assets/images/chat_normal.svg diff --git a/linphone-desktop/assets/images/chat_pressed.svg b/assets/images/chat_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/chat_pressed.svg rename to assets/images/chat_pressed.svg diff --git a/linphone-desktop/assets/images/chat_read.svg b/assets/images/chat_read.svg similarity index 100% rename from linphone-desktop/assets/images/chat_read.svg rename to assets/images/chat_read.svg diff --git a/linphone-desktop/assets/images/collapse.svg b/assets/images/collapse.svg similarity index 100% rename from linphone-desktop/assets/images/collapse.svg rename to assets/images/collapse.svg diff --git a/linphone-desktop/assets/images/contact_add.svg b/assets/images/contact_add.svg similarity index 100% rename from linphone-desktop/assets/images/contact_add.svg rename to assets/images/contact_add.svg diff --git a/linphone-desktop/assets/images/contact_add_hovered.svg b/assets/images/contact_add_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/contact_add_hovered.svg rename to assets/images/contact_add_hovered.svg diff --git a/linphone-desktop/assets/images/contact_add_normal.svg b/assets/images/contact_add_normal.svg similarity index 100% rename from linphone-desktop/assets/images/contact_add_normal.svg rename to assets/images/contact_add_normal.svg diff --git a/linphone-desktop/assets/images/contact_add_pressed.svg b/assets/images/contact_add_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/contact_add_pressed.svg rename to assets/images/contact_add_pressed.svg diff --git a/linphone-desktop/assets/images/contact_card_photo_disabled.svg b/assets/images/contact_card_photo_disabled.svg similarity index 100% rename from linphone-desktop/assets/images/contact_card_photo_disabled.svg rename to assets/images/contact_card_photo_disabled.svg diff --git a/linphone-desktop/assets/images/contact_card_photo_hovered.svg b/assets/images/contact_card_photo_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/contact_card_photo_hovered.svg rename to assets/images/contact_card_photo_hovered.svg diff --git a/linphone-desktop/assets/images/contact_card_photo_normal.svg b/assets/images/contact_card_photo_normal.svg similarity index 100% rename from linphone-desktop/assets/images/contact_card_photo_normal.svg rename to assets/images/contact_card_photo_normal.svg diff --git a/linphone-desktop/assets/images/contact_card_photo_pressed.svg b/assets/images/contact_card_photo_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/contact_card_photo_pressed.svg rename to assets/images/contact_card_photo_pressed.svg diff --git a/linphone-desktop/assets/images/contact_edit_hovered.svg b/assets/images/contact_edit_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/contact_edit_hovered.svg rename to assets/images/contact_edit_hovered.svg diff --git a/linphone-desktop/assets/images/contact_edit_normal.svg b/assets/images/contact_edit_normal.svg similarity index 100% rename from linphone-desktop/assets/images/contact_edit_normal.svg rename to assets/images/contact_edit_normal.svg diff --git a/linphone-desktop/assets/images/contact_edit_pressed.svg b/assets/images/contact_edit_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/contact_edit_pressed.svg rename to assets/images/contact_edit_pressed.svg diff --git a/linphone-desktop/assets/images/contact_normal.svg b/assets/images/contact_normal.svg similarity index 100% rename from linphone-desktop/assets/images/contact_normal.svg rename to assets/images/contact_normal.svg diff --git a/linphone-desktop/assets/images/contact_selected.svg b/assets/images/contact_selected.svg similarity index 100% rename from linphone-desktop/assets/images/contact_selected.svg rename to assets/images/contact_selected.svg diff --git a/linphone-desktop/assets/images/declined_incoming_call.svg b/assets/images/declined_incoming_call.svg similarity index 100% rename from linphone-desktop/assets/images/declined_incoming_call.svg rename to assets/images/declined_incoming_call.svg diff --git a/linphone-desktop/assets/images/declined_outgoing_call.svg b/assets/images/declined_outgoing_call.svg similarity index 100% rename from linphone-desktop/assets/images/declined_outgoing_call.svg rename to assets/images/declined_outgoing_call.svg diff --git a/linphone-desktop/assets/images/delete_hovered.svg b/assets/images/delete_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/delete_hovered.svg rename to assets/images/delete_hovered.svg diff --git a/linphone-desktop/assets/images/delete_normal.svg b/assets/images/delete_normal.svg similarity index 100% rename from linphone-desktop/assets/images/delete_normal.svg rename to assets/images/delete_normal.svg diff --git a/linphone-desktop/assets/images/delete_pressed.svg b/assets/images/delete_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/delete_pressed.svg rename to assets/images/delete_pressed.svg diff --git a/linphone-desktop/assets/images/download.svg b/assets/images/download.svg similarity index 100% rename from linphone-desktop/assets/images/download.svg rename to assets/images/download.svg diff --git a/linphone-desktop/assets/images/drop_down.svg b/assets/images/drop_down.svg similarity index 100% rename from linphone-desktop/assets/images/drop_down.svg rename to assets/images/drop_down.svg diff --git a/linphone-desktop/assets/images/edit_hovered.svg b/assets/images/edit_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/edit_hovered.svg rename to assets/images/edit_hovered.svg diff --git a/linphone-desktop/assets/images/edit_normal.svg b/assets/images/edit_normal.svg similarity index 100% rename from linphone-desktop/assets/images/edit_normal.svg rename to assets/images/edit_normal.svg diff --git a/linphone-desktop/assets/images/edit_pressed.svg b/assets/images/edit_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/edit_pressed.svg rename to assets/images/edit_pressed.svg diff --git a/linphone-desktop/assets/images/ended_call.svg b/assets/images/ended_call.svg similarity index 100% rename from linphone-desktop/assets/images/ended_call.svg rename to assets/images/ended_call.svg diff --git a/linphone-desktop/assets/images/file_hovered.svg b/assets/images/file_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/file_hovered.svg rename to assets/images/file_hovered.svg diff --git a/linphone-desktop/assets/images/file_normal.svg b/assets/images/file_normal.svg similarity index 100% rename from linphone-desktop/assets/images/file_normal.svg rename to assets/images/file_normal.svg diff --git a/linphone-desktop/assets/images/file_pressed.svg b/assets/images/file_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/file_pressed.svg rename to assets/images/file_pressed.svg diff --git a/linphone-desktop/assets/images/file_sign.svg b/assets/images/file_sign.svg similarity index 100% rename from linphone-desktop/assets/images/file_sign.svg rename to assets/images/file_sign.svg diff --git a/linphone-desktop/assets/images/filter.svg b/assets/images/filter.svg similarity index 100% rename from linphone-desktop/assets/images/filter.svg rename to assets/images/filter.svg diff --git a/linphone-desktop/assets/images/folder_hovered.svg b/assets/images/folder_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/folder_hovered.svg rename to assets/images/folder_hovered.svg diff --git a/linphone-desktop/assets/images/folder_normal.svg b/assets/images/folder_normal.svg similarity index 100% rename from linphone-desktop/assets/images/folder_normal.svg rename to assets/images/folder_normal.svg diff --git a/linphone-desktop/assets/images/folder_pressed.svg b/assets/images/folder_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/folder_pressed.svg rename to assets/images/folder_pressed.svg diff --git a/linphone-desktop/assets/images/fullscreen_hovered.svg b/assets/images/fullscreen_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/fullscreen_hovered.svg rename to assets/images/fullscreen_hovered.svg diff --git a/linphone-desktop/assets/images/fullscreen_normal.svg b/assets/images/fullscreen_normal.svg similarity index 100% rename from linphone-desktop/assets/images/fullscreen_normal.svg rename to assets/images/fullscreen_normal.svg diff --git a/linphone-desktop/assets/images/fullscreen_pressed.svg b/assets/images/fullscreen_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/fullscreen_pressed.svg rename to assets/images/fullscreen_pressed.svg diff --git a/linphone-desktop/assets/images/generic_error.svg b/assets/images/generic_error.svg similarity index 100% rename from linphone-desktop/assets/images/generic_error.svg rename to assets/images/generic_error.svg diff --git a/linphone-desktop/assets/images/generic_error_hovered.svg b/assets/images/generic_error_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/generic_error_hovered.svg rename to assets/images/generic_error_hovered.svg diff --git a/linphone-desktop/assets/images/generic_error_normal.svg b/assets/images/generic_error_normal.svg similarity index 100% rename from linphone-desktop/assets/images/generic_error_normal.svg rename to assets/images/generic_error_normal.svg diff --git a/linphone-desktop/assets/images/generic_error_pressed.svg b/assets/images/generic_error_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/generic_error_pressed.svg rename to assets/images/generic_error_pressed.svg diff --git a/linphone-desktop/assets/images/hangup_hovered.svg b/assets/images/hangup_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/hangup_hovered.svg rename to assets/images/hangup_hovered.svg diff --git a/linphone-desktop/assets/images/hangup_normal.svg b/assets/images/hangup_normal.svg similarity index 100% rename from linphone-desktop/assets/images/hangup_normal.svg rename to assets/images/hangup_normal.svg diff --git a/linphone-desktop/assets/images/hangup_pressed.svg b/assets/images/hangup_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/hangup_pressed.svg rename to assets/images/hangup_pressed.svg diff --git a/linphone-desktop/assets/images/history.svg b/assets/images/history.svg similarity index 100% rename from linphone-desktop/assets/images/history.svg rename to assets/images/history.svg diff --git a/linphone-desktop/assets/images/history_hovered.svg b/assets/images/history_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/history_hovered.svg rename to assets/images/history_hovered.svg diff --git a/linphone-desktop/assets/images/history_normal.svg b/assets/images/history_normal.svg similarity index 100% rename from linphone-desktop/assets/images/history_normal.svg rename to assets/images/history_normal.svg diff --git a/linphone-desktop/assets/images/history_pressed.svg b/assets/images/history_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/history_pressed.svg rename to assets/images/history_pressed.svg diff --git a/linphone-desktop/assets/images/home_account_assistant.svg b/assets/images/home_account_assistant.svg similarity index 100% rename from linphone-desktop/assets/images/home_account_assistant.svg rename to assets/images/home_account_assistant.svg diff --git a/linphone-desktop/assets/images/home_invite_friends.svg b/assets/images/home_invite_friends.svg similarity index 100% rename from linphone-desktop/assets/images/home_invite_friends.svg rename to assets/images/home_invite_friends.svg diff --git a/linphone-desktop/assets/images/home_normal.svg b/assets/images/home_normal.svg similarity index 100% rename from linphone-desktop/assets/images/home_normal.svg rename to assets/images/home_normal.svg diff --git a/linphone-desktop/assets/images/home_selected.svg b/assets/images/home_selected.svg similarity index 100% rename from linphone-desktop/assets/images/home_selected.svg rename to assets/images/home_selected.svg diff --git a/linphone-desktop/assets/images/home_use_linphone.svg b/assets/images/home_use_linphone.svg similarity index 100% rename from linphone-desktop/assets/images/home_use_linphone.svg rename to assets/images/home_use_linphone.svg diff --git a/linphone-desktop/assets/images/incoming_call.svg b/assets/images/incoming_call.svg similarity index 100% rename from linphone-desktop/assets/images/incoming_call.svg rename to assets/images/incoming_call.svg diff --git a/linphone-desktop/assets/images/led_green.svg b/assets/images/led_green.svg similarity index 100% rename from linphone-desktop/assets/images/led_green.svg rename to assets/images/led_green.svg diff --git a/linphone-desktop/assets/images/led_orange.svg b/assets/images/led_orange.svg similarity index 100% rename from linphone-desktop/assets/images/led_orange.svg rename to assets/images/led_orange.svg diff --git a/linphone-desktop/assets/images/led_red.svg b/assets/images/led_red.svg similarity index 100% rename from linphone-desktop/assets/images/led_red.svg rename to assets/images/led_red.svg diff --git a/linphone-desktop/assets/images/led_white.svg b/assets/images/led_white.svg similarity index 100% rename from linphone-desktop/assets/images/led_white.svg rename to assets/images/led_white.svg diff --git a/linphone-desktop/assets/images/linphone_logo.svg b/assets/images/linphone_logo.svg similarity index 100% rename from linphone-desktop/assets/images/linphone_logo.svg rename to assets/images/linphone_logo.svg diff --git a/linphone-desktop/assets/images/message_sign.svg b/assets/images/message_sign.svg similarity index 100% rename from linphone-desktop/assets/images/message_sign.svg rename to assets/images/message_sign.svg diff --git a/linphone-desktop/assets/images/micro_off_hovered.svg b/assets/images/micro_off_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/micro_off_hovered.svg rename to assets/images/micro_off_hovered.svg diff --git a/linphone-desktop/assets/images/micro_off_normal.svg b/assets/images/micro_off_normal.svg similarity index 100% rename from linphone-desktop/assets/images/micro_off_normal.svg rename to assets/images/micro_off_normal.svg diff --git a/linphone-desktop/assets/images/micro_off_pressed.svg b/assets/images/micro_off_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/micro_off_pressed.svg rename to assets/images/micro_off_pressed.svg diff --git a/linphone-desktop/assets/images/micro_on_hovered.svg b/assets/images/micro_on_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/micro_on_hovered.svg rename to assets/images/micro_on_hovered.svg diff --git a/linphone-desktop/assets/images/micro_on_normal.svg b/assets/images/micro_on_normal.svg similarity index 100% rename from linphone-desktop/assets/images/micro_on_normal.svg rename to assets/images/micro_on_normal.svg diff --git a/linphone-desktop/assets/images/micro_on_pressed.svg b/assets/images/micro_on_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/micro_on_pressed.svg rename to assets/images/micro_on_pressed.svg diff --git a/linphone-desktop/assets/images/missed_incoming_call.svg b/assets/images/missed_incoming_call.svg similarity index 100% rename from linphone-desktop/assets/images/missed_incoming_call.svg rename to assets/images/missed_incoming_call.svg diff --git a/linphone-desktop/assets/images/missed_outgoing_call.svg b/assets/images/missed_outgoing_call.svg similarity index 100% rename from linphone-desktop/assets/images/missed_outgoing_call.svg rename to assets/images/missed_outgoing_call.svg diff --git a/linphone-desktop/assets/images/new_call_hovered.svg b/assets/images/new_call_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/new_call_hovered.svg rename to assets/images/new_call_hovered.svg diff --git a/linphone-desktop/assets/images/new_call_normal.svg b/assets/images/new_call_normal.svg similarity index 100% rename from linphone-desktop/assets/images/new_call_normal.svg rename to assets/images/new_call_normal.svg diff --git a/linphone-desktop/assets/images/new_call_pressed.svg b/assets/images/new_call_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/new_call_pressed.svg rename to assets/images/new_call_pressed.svg diff --git a/linphone-desktop/assets/images/new_conference_hovered.svg b/assets/images/new_conference_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/new_conference_hovered.svg rename to assets/images/new_conference_hovered.svg diff --git a/linphone-desktop/assets/images/new_conference_normal.svg b/assets/images/new_conference_normal.svg similarity index 100% rename from linphone-desktop/assets/images/new_conference_normal.svg rename to assets/images/new_conference_normal.svg diff --git a/linphone-desktop/assets/images/new_conference_pressed.svg b/assets/images/new_conference_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/new_conference_pressed.svg rename to assets/images/new_conference_pressed.svg diff --git a/linphone-desktop/assets/images/options_hovered.svg b/assets/images/options_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/options_hovered.svg rename to assets/images/options_hovered.svg diff --git a/linphone-desktop/assets/images/options_normal.svg b/assets/images/options_normal.svg similarity index 100% rename from linphone-desktop/assets/images/options_normal.svg rename to assets/images/options_normal.svg diff --git a/linphone-desktop/assets/images/options_pressed.svg b/assets/images/options_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/options_pressed.svg rename to assets/images/options_pressed.svg diff --git a/linphone-desktop/assets/images/outgoing_call.svg b/assets/images/outgoing_call.svg similarity index 100% rename from linphone-desktop/assets/images/outgoing_call.svg rename to assets/images/outgoing_call.svg diff --git a/linphone-desktop/assets/images/pause_off_hovered.svg b/assets/images/pause_off_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/pause_off_hovered.svg rename to assets/images/pause_off_hovered.svg diff --git a/linphone-desktop/assets/images/pause_off_normal.svg b/assets/images/pause_off_normal.svg similarity index 100% rename from linphone-desktop/assets/images/pause_off_normal.svg rename to assets/images/pause_off_normal.svg diff --git a/linphone-desktop/assets/images/pause_off_pressed.svg b/assets/images/pause_off_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/pause_off_pressed.svg rename to assets/images/pause_off_pressed.svg diff --git a/linphone-desktop/assets/images/pause_off_updating.svg b/assets/images/pause_off_updating.svg similarity index 100% rename from linphone-desktop/assets/images/pause_off_updating.svg rename to assets/images/pause_off_updating.svg diff --git a/linphone-desktop/assets/images/pause_on_hovered.svg b/assets/images/pause_on_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/pause_on_hovered.svg rename to assets/images/pause_on_hovered.svg diff --git a/linphone-desktop/assets/images/pause_on_normal.svg b/assets/images/pause_on_normal.svg similarity index 100% rename from linphone-desktop/assets/images/pause_on_normal.svg rename to assets/images/pause_on_normal.svg diff --git a/linphone-desktop/assets/images/pause_on_pressed.svg b/assets/images/pause_on_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/pause_on_pressed.svg rename to assets/images/pause_on_pressed.svg diff --git a/linphone-desktop/assets/images/pause_on_updating.svg b/assets/images/pause_on_updating.svg similarity index 100% rename from linphone-desktop/assets/images/pause_on_updating.svg rename to assets/images/pause_on_updating.svg diff --git a/linphone-desktop/assets/images/record_off.svg b/assets/images/record_off.svg similarity index 100% rename from linphone-desktop/assets/images/record_off.svg rename to assets/images/record_off.svg diff --git a/linphone-desktop/assets/images/record_on.svg b/assets/images/record_on.svg similarity index 100% rename from linphone-desktop/assets/images/record_on.svg rename to assets/images/record_on.svg diff --git a/linphone-desktop/assets/images/screenshot_hovered.svg b/assets/images/screenshot_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/screenshot_hovered.svg rename to assets/images/screenshot_hovered.svg diff --git a/linphone-desktop/assets/images/screenshot_normal.svg b/assets/images/screenshot_normal.svg similarity index 100% rename from linphone-desktop/assets/images/screenshot_normal.svg rename to assets/images/screenshot_normal.svg diff --git a/linphone-desktop/assets/images/screenshot_pressed.svg b/assets/images/screenshot_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/screenshot_pressed.svg rename to assets/images/screenshot_pressed.svg diff --git a/linphone-desktop/assets/images/search.svg b/assets/images/search.svg similarity index 100% rename from linphone-desktop/assets/images/search.svg rename to assets/images/search.svg diff --git a/linphone-desktop/assets/images/settings_advanced_normal.svg b/assets/images/settings_advanced_normal.svg similarity index 100% rename from linphone-desktop/assets/images/settings_advanced_normal.svg rename to assets/images/settings_advanced_normal.svg diff --git a/linphone-desktop/assets/images/settings_advanced_selected.svg b/assets/images/settings_advanced_selected.svg similarity index 100% rename from linphone-desktop/assets/images/settings_advanced_selected.svg rename to assets/images/settings_advanced_selected.svg diff --git a/linphone-desktop/assets/images/settings_audio_normal.svg b/assets/images/settings_audio_normal.svg similarity index 100% rename from linphone-desktop/assets/images/settings_audio_normal.svg rename to assets/images/settings_audio_normal.svg diff --git a/linphone-desktop/assets/images/settings_audio_selected.svg b/assets/images/settings_audio_selected.svg similarity index 100% rename from linphone-desktop/assets/images/settings_audio_selected.svg rename to assets/images/settings_audio_selected.svg diff --git a/linphone-desktop/assets/images/settings_call_normal.svg b/assets/images/settings_call_normal.svg similarity index 100% rename from linphone-desktop/assets/images/settings_call_normal.svg rename to assets/images/settings_call_normal.svg diff --git a/linphone-desktop/assets/images/settings_call_selected.svg b/assets/images/settings_call_selected.svg similarity index 100% rename from linphone-desktop/assets/images/settings_call_selected.svg rename to assets/images/settings_call_selected.svg diff --git a/linphone-desktop/assets/images/settings_network_normal.svg b/assets/images/settings_network_normal.svg similarity index 100% rename from linphone-desktop/assets/images/settings_network_normal.svg rename to assets/images/settings_network_normal.svg diff --git a/linphone-desktop/assets/images/settings_network_selected.svg b/assets/images/settings_network_selected.svg similarity index 100% rename from linphone-desktop/assets/images/settings_network_selected.svg rename to assets/images/settings_network_selected.svg diff --git a/linphone-desktop/assets/images/settings_sip_accounts_normal.svg b/assets/images/settings_sip_accounts_normal.svg similarity index 100% rename from linphone-desktop/assets/images/settings_sip_accounts_normal.svg rename to assets/images/settings_sip_accounts_normal.svg diff --git a/linphone-desktop/assets/images/settings_sip_accounts_selected.svg b/assets/images/settings_sip_accounts_selected.svg similarity index 100% rename from linphone-desktop/assets/images/settings_sip_accounts_selected.svg rename to assets/images/settings_sip_accounts_selected.svg diff --git a/linphone-desktop/assets/images/settings_video_normal.svg b/assets/images/settings_video_normal.svg similarity index 100% rename from linphone-desktop/assets/images/settings_video_normal.svg rename to assets/images/settings_video_normal.svg diff --git a/linphone-desktop/assets/images/settings_video_selected.svg b/assets/images/settings_video_selected.svg similarity index 100% rename from linphone-desktop/assets/images/settings_video_selected.svg rename to assets/images/settings_video_selected.svg diff --git a/linphone-desktop/assets/images/speaker_off_hovered.svg b/assets/images/speaker_off_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/speaker_off_hovered.svg rename to assets/images/speaker_off_hovered.svg diff --git a/linphone-desktop/assets/images/speaker_off_normal.svg b/assets/images/speaker_off_normal.svg similarity index 100% rename from linphone-desktop/assets/images/speaker_off_normal.svg rename to assets/images/speaker_off_normal.svg diff --git a/linphone-desktop/assets/images/speaker_off_pressed.svg b/assets/images/speaker_off_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/speaker_off_pressed.svg rename to assets/images/speaker_off_pressed.svg diff --git a/linphone-desktop/assets/images/speaker_on_hovered.svg b/assets/images/speaker_on_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/speaker_on_hovered.svg rename to assets/images/speaker_on_hovered.svg diff --git a/linphone-desktop/assets/images/speaker_on_normal.svg b/assets/images/speaker_on_normal.svg similarity index 100% rename from linphone-desktop/assets/images/speaker_on_normal.svg rename to assets/images/speaker_on_normal.svg diff --git a/linphone-desktop/assets/images/speaker_on_pressed.svg b/assets/images/speaker_on_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/speaker_on_pressed.svg rename to assets/images/speaker_on_pressed.svg diff --git a/linphone-desktop/assets/images/splash_screen.svg b/assets/images/splash_screen.svg similarity index 100% rename from linphone-desktop/assets/images/splash_screen.svg rename to assets/images/splash_screen.svg diff --git a/linphone-desktop/assets/images/tel_keypad_hovered.svg b/assets/images/tel_keypad_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/tel_keypad_hovered.svg rename to assets/images/tel_keypad_hovered.svg diff --git a/linphone-desktop/assets/images/tel_keypad_normal.svg b/assets/images/tel_keypad_normal.svg similarity index 100% rename from linphone-desktop/assets/images/tel_keypad_normal.svg rename to assets/images/tel_keypad_normal.svg diff --git a/linphone-desktop/assets/images/tel_keypad_pressed.svg b/assets/images/tel_keypad_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/tel_keypad_pressed.svg rename to assets/images/tel_keypad_pressed.svg diff --git a/linphone-desktop/assets/images/tooltip_arrow_bottom.svg b/assets/images/tooltip_arrow_bottom.svg similarity index 100% rename from linphone-desktop/assets/images/tooltip_arrow_bottom.svg rename to assets/images/tooltip_arrow_bottom.svg diff --git a/linphone-desktop/assets/images/tooltip_arrow_left.svg b/assets/images/tooltip_arrow_left.svg similarity index 100% rename from linphone-desktop/assets/images/tooltip_arrow_left.svg rename to assets/images/tooltip_arrow_left.svg diff --git a/linphone-desktop/assets/images/tooltip_arrow_right.svg b/assets/images/tooltip_arrow_right.svg similarity index 100% rename from linphone-desktop/assets/images/tooltip_arrow_right.svg rename to assets/images/tooltip_arrow_right.svg diff --git a/linphone-desktop/assets/images/tooltip_arrow_top.svg b/assets/images/tooltip_arrow_top.svg similarity index 100% rename from linphone-desktop/assets/images/tooltip_arrow_top.svg rename to assets/images/tooltip_arrow_top.svg diff --git a/linphone-desktop/assets/images/transfer_hovered.svg b/assets/images/transfer_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/transfer_hovered.svg rename to assets/images/transfer_hovered.svg diff --git a/linphone-desktop/assets/images/transfer_normal.svg b/assets/images/transfer_normal.svg similarity index 100% rename from linphone-desktop/assets/images/transfer_normal.svg rename to assets/images/transfer_normal.svg diff --git a/linphone-desktop/assets/images/transfer_pressed.svg b/assets/images/transfer_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/transfer_pressed.svg rename to assets/images/transfer_pressed.svg diff --git a/linphone-desktop/assets/images/update_sign.svg b/assets/images/update_sign.svg similarity index 100% rename from linphone-desktop/assets/images/update_sign.svg rename to assets/images/update_sign.svg diff --git a/linphone-desktop/assets/images/video_call_accept_hovered.svg b/assets/images/video_call_accept_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/video_call_accept_hovered.svg rename to assets/images/video_call_accept_hovered.svg diff --git a/linphone-desktop/assets/images/video_call_accept_normal.svg b/assets/images/video_call_accept_normal.svg similarity index 100% rename from linphone-desktop/assets/images/video_call_accept_normal.svg rename to assets/images/video_call_accept_normal.svg diff --git a/linphone-desktop/assets/images/video_call_accept_pressed.svg b/assets/images/video_call_accept_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/video_call_accept_pressed.svg rename to assets/images/video_call_accept_pressed.svg diff --git a/linphone-desktop/assets/images/video_call_hovered.svg b/assets/images/video_call_hovered.svg similarity index 100% rename from linphone-desktop/assets/images/video_call_hovered.svg rename to assets/images/video_call_hovered.svg diff --git a/linphone-desktop/assets/images/video_call_normal.svg b/assets/images/video_call_normal.svg similarity index 100% rename from linphone-desktop/assets/images/video_call_normal.svg rename to assets/images/video_call_normal.svg diff --git a/linphone-desktop/assets/images/video_call_pressed.svg b/assets/images/video_call_pressed.svg similarity index 100% rename from linphone-desktop/assets/images/video_call_pressed.svg rename to assets/images/video_call_pressed.svg diff --git a/linphone-desktop/assets/languages/CMakeLists.txt b/assets/languages/CMakeLists.txt similarity index 100% rename from linphone-desktop/assets/languages/CMakeLists.txt rename to assets/languages/CMakeLists.txt diff --git a/linphone-desktop/assets/languages/en.ts b/assets/languages/en.ts similarity index 100% rename from linphone-desktop/assets/languages/en.ts rename to assets/languages/en.ts diff --git a/linphone-desktop/assets/languages/fr.ts b/assets/languages/fr.ts similarity index 100% rename from linphone-desktop/assets/languages/fr.ts rename to assets/languages/fr.ts diff --git a/linphone-desktop/assets/linphonerc-factory b/assets/linphonerc-factory similarity index 100% rename from linphone-desktop/assets/linphonerc-factory rename to assets/linphonerc-factory diff --git a/cmake_builder/linphoneqt.cmake b/cmake_builder/linphoneqt.cmake index 494fef8fa..813d9b292 100644 --- a/cmake_builder/linphoneqt.cmake +++ b/cmake_builder/linphoneqt.cmake @@ -20,7 +20,7 @@ # ############################################################################ -lcb_external_source_paths("../linphone-desktop") +lcb_external_source_paths("..") lcb_dependencies("linphone" "ms2plugins") lcb_groupable(YES) diff --git a/linphone-desktop/config.h.cmake b/config.h.cmake similarity index 100% rename from linphone-desktop/config.h.cmake rename to config.h.cmake diff --git a/linphone-desktop/linphone.desktop b/linphone.desktop similarity index 100% rename from linphone-desktop/linphone.desktop rename to linphone.desktop diff --git a/linphone-desktop/linphone.ico b/linphone.ico similarity index 100% rename from linphone-desktop/linphone.ico rename to linphone.ico diff --git a/linphone-desktop/linphone.rc b/linphone.rc similarity index 100% rename from linphone-desktop/linphone.rc rename to linphone.rc diff --git a/linphone-desktop/resources.qrc b/resources.qrc similarity index 100% rename from linphone-desktop/resources.qrc rename to resources.qrc diff --git a/linphone-desktop/src/app/App.cpp b/src/app/App.cpp similarity index 100% rename from linphone-desktop/src/app/App.cpp rename to src/app/App.cpp diff --git a/linphone-desktop/src/app/App.hpp b/src/app/App.hpp similarity index 100% rename from linphone-desktop/src/app/App.hpp rename to src/app/App.hpp diff --git a/linphone-desktop/src/app/cli/Cli.cpp b/src/app/cli/Cli.cpp similarity index 100% rename from linphone-desktop/src/app/cli/Cli.cpp rename to src/app/cli/Cli.cpp diff --git a/linphone-desktop/src/app/cli/Cli.hpp b/src/app/cli/Cli.hpp similarity index 100% rename from linphone-desktop/src/app/cli/Cli.hpp rename to src/app/cli/Cli.hpp diff --git a/linphone-desktop/src/app/logger/Logger.cpp b/src/app/logger/Logger.cpp similarity index 100% rename from linphone-desktop/src/app/logger/Logger.cpp rename to src/app/logger/Logger.cpp diff --git a/linphone-desktop/src/app/logger/Logger.hpp b/src/app/logger/Logger.hpp similarity index 100% rename from linphone-desktop/src/app/logger/Logger.hpp rename to src/app/logger/Logger.hpp diff --git a/linphone-desktop/src/app/paths/Paths.cpp b/src/app/paths/Paths.cpp similarity index 100% rename from linphone-desktop/src/app/paths/Paths.cpp rename to src/app/paths/Paths.cpp diff --git a/linphone-desktop/src/app/paths/Paths.hpp b/src/app/paths/Paths.hpp similarity index 100% rename from linphone-desktop/src/app/paths/Paths.hpp rename to src/app/paths/Paths.hpp diff --git a/linphone-desktop/src/app/providers/AvatarProvider.cpp b/src/app/providers/AvatarProvider.cpp similarity index 100% rename from linphone-desktop/src/app/providers/AvatarProvider.cpp rename to src/app/providers/AvatarProvider.cpp diff --git a/linphone-desktop/src/app/providers/AvatarProvider.hpp b/src/app/providers/AvatarProvider.hpp similarity index 100% rename from linphone-desktop/src/app/providers/AvatarProvider.hpp rename to src/app/providers/AvatarProvider.hpp diff --git a/linphone-desktop/src/app/providers/ThumbnailProvider.cpp b/src/app/providers/ThumbnailProvider.cpp similarity index 100% rename from linphone-desktop/src/app/providers/ThumbnailProvider.cpp rename to src/app/providers/ThumbnailProvider.cpp diff --git a/linphone-desktop/src/app/providers/ThumbnailProvider.hpp b/src/app/providers/ThumbnailProvider.hpp similarity index 100% rename from linphone-desktop/src/app/providers/ThumbnailProvider.hpp rename to src/app/providers/ThumbnailProvider.hpp diff --git a/linphone-desktop/src/app/translator/DefaultTranslator.cpp b/src/app/translator/DefaultTranslator.cpp similarity index 100% rename from linphone-desktop/src/app/translator/DefaultTranslator.cpp rename to src/app/translator/DefaultTranslator.cpp diff --git a/linphone-desktop/src/app/translator/DefaultTranslator.hpp b/src/app/translator/DefaultTranslator.hpp similarity index 100% rename from linphone-desktop/src/app/translator/DefaultTranslator.hpp rename to src/app/translator/DefaultTranslator.hpp diff --git a/linphone-desktop/src/components/Components.hpp b/src/components/Components.hpp similarity index 100% rename from linphone-desktop/src/components/Components.hpp rename to src/components/Components.hpp diff --git a/linphone-desktop/src/components/assistant/AssistantModel.cpp b/src/components/assistant/AssistantModel.cpp similarity index 100% rename from linphone-desktop/src/components/assistant/AssistantModel.cpp rename to src/components/assistant/AssistantModel.cpp diff --git a/linphone-desktop/src/components/assistant/AssistantModel.hpp b/src/components/assistant/AssistantModel.hpp similarity index 100% rename from linphone-desktop/src/components/assistant/AssistantModel.hpp rename to src/components/assistant/AssistantModel.hpp diff --git a/linphone-desktop/src/components/authentication/AuthenticationNotifier.cpp b/src/components/authentication/AuthenticationNotifier.cpp similarity index 100% rename from linphone-desktop/src/components/authentication/AuthenticationNotifier.cpp rename to src/components/authentication/AuthenticationNotifier.cpp diff --git a/linphone-desktop/src/components/authentication/AuthenticationNotifier.hpp b/src/components/authentication/AuthenticationNotifier.hpp similarity index 100% rename from linphone-desktop/src/components/authentication/AuthenticationNotifier.hpp rename to src/components/authentication/AuthenticationNotifier.hpp diff --git a/linphone-desktop/src/components/call/CallModel.cpp b/src/components/call/CallModel.cpp similarity index 100% rename from linphone-desktop/src/components/call/CallModel.cpp rename to src/components/call/CallModel.cpp diff --git a/linphone-desktop/src/components/call/CallModel.hpp b/src/components/call/CallModel.hpp similarity index 100% rename from linphone-desktop/src/components/call/CallModel.hpp rename to src/components/call/CallModel.hpp diff --git a/linphone-desktop/src/components/calls/CallsListModel.cpp b/src/components/calls/CallsListModel.cpp similarity index 100% rename from linphone-desktop/src/components/calls/CallsListModel.cpp rename to src/components/calls/CallsListModel.cpp diff --git a/linphone-desktop/src/components/calls/CallsListModel.hpp b/src/components/calls/CallsListModel.hpp similarity index 100% rename from linphone-desktop/src/components/calls/CallsListModel.hpp rename to src/components/calls/CallsListModel.hpp diff --git a/linphone-desktop/src/components/calls/CallsListProxyModel.cpp b/src/components/calls/CallsListProxyModel.cpp similarity index 100% rename from linphone-desktop/src/components/calls/CallsListProxyModel.cpp rename to src/components/calls/CallsListProxyModel.cpp diff --git a/linphone-desktop/src/components/calls/CallsListProxyModel.hpp b/src/components/calls/CallsListProxyModel.hpp similarity index 100% rename from linphone-desktop/src/components/calls/CallsListProxyModel.hpp rename to src/components/calls/CallsListProxyModel.hpp diff --git a/linphone-desktop/src/components/camera/Camera.cpp b/src/components/camera/Camera.cpp similarity index 100% rename from linphone-desktop/src/components/camera/Camera.cpp rename to src/components/camera/Camera.cpp diff --git a/linphone-desktop/src/components/camera/Camera.hpp b/src/components/camera/Camera.hpp similarity index 100% rename from linphone-desktop/src/components/camera/Camera.hpp rename to src/components/camera/Camera.hpp diff --git a/linphone-desktop/src/components/camera/CameraPreview.cpp b/src/components/camera/CameraPreview.cpp similarity index 100% rename from linphone-desktop/src/components/camera/CameraPreview.cpp rename to src/components/camera/CameraPreview.cpp diff --git a/linphone-desktop/src/components/camera/CameraPreview.hpp b/src/components/camera/CameraPreview.hpp similarity index 100% rename from linphone-desktop/src/components/camera/CameraPreview.hpp rename to src/components/camera/CameraPreview.hpp diff --git a/linphone-desktop/src/components/camera/MSFunctions.cpp b/src/components/camera/MSFunctions.cpp similarity index 100% rename from linphone-desktop/src/components/camera/MSFunctions.cpp rename to src/components/camera/MSFunctions.cpp diff --git a/linphone-desktop/src/components/camera/MSFunctions.hpp b/src/components/camera/MSFunctions.hpp similarity index 100% rename from linphone-desktop/src/components/camera/MSFunctions.hpp rename to src/components/camera/MSFunctions.hpp diff --git a/linphone-desktop/src/components/chat/ChatModel.cpp b/src/components/chat/ChatModel.cpp similarity index 100% rename from linphone-desktop/src/components/chat/ChatModel.cpp rename to src/components/chat/ChatModel.cpp diff --git a/linphone-desktop/src/components/chat/ChatModel.hpp b/src/components/chat/ChatModel.hpp similarity index 100% rename from linphone-desktop/src/components/chat/ChatModel.hpp rename to src/components/chat/ChatModel.hpp diff --git a/linphone-desktop/src/components/chat/ChatProxyModel.cpp b/src/components/chat/ChatProxyModel.cpp similarity index 100% rename from linphone-desktop/src/components/chat/ChatProxyModel.cpp rename to src/components/chat/ChatProxyModel.cpp diff --git a/linphone-desktop/src/components/chat/ChatProxyModel.hpp b/src/components/chat/ChatProxyModel.hpp similarity index 100% rename from linphone-desktop/src/components/chat/ChatProxyModel.hpp rename to src/components/chat/ChatProxyModel.hpp diff --git a/linphone-desktop/src/components/codecs/AbstractCodecsModel.cpp b/src/components/codecs/AbstractCodecsModel.cpp similarity index 100% rename from linphone-desktop/src/components/codecs/AbstractCodecsModel.cpp rename to src/components/codecs/AbstractCodecsModel.cpp diff --git a/linphone-desktop/src/components/codecs/AbstractCodecsModel.hpp b/src/components/codecs/AbstractCodecsModel.hpp similarity index 100% rename from linphone-desktop/src/components/codecs/AbstractCodecsModel.hpp rename to src/components/codecs/AbstractCodecsModel.hpp diff --git a/linphone-desktop/src/components/codecs/AudioCodecsModel.cpp b/src/components/codecs/AudioCodecsModel.cpp similarity index 100% rename from linphone-desktop/src/components/codecs/AudioCodecsModel.cpp rename to src/components/codecs/AudioCodecsModel.cpp diff --git a/linphone-desktop/src/components/codecs/AudioCodecsModel.hpp b/src/components/codecs/AudioCodecsModel.hpp similarity index 100% rename from linphone-desktop/src/components/codecs/AudioCodecsModel.hpp rename to src/components/codecs/AudioCodecsModel.hpp diff --git a/linphone-desktop/src/components/codecs/VideoCodecsModel.cpp b/src/components/codecs/VideoCodecsModel.cpp similarity index 100% rename from linphone-desktop/src/components/codecs/VideoCodecsModel.cpp rename to src/components/codecs/VideoCodecsModel.cpp diff --git a/linphone-desktop/src/components/codecs/VideoCodecsModel.hpp b/src/components/codecs/VideoCodecsModel.hpp similarity index 100% rename from linphone-desktop/src/components/codecs/VideoCodecsModel.hpp rename to src/components/codecs/VideoCodecsModel.hpp diff --git a/linphone-desktop/src/components/conference/ConferenceAddModel.cpp b/src/components/conference/ConferenceAddModel.cpp similarity index 100% rename from linphone-desktop/src/components/conference/ConferenceAddModel.cpp rename to src/components/conference/ConferenceAddModel.cpp diff --git a/linphone-desktop/src/components/conference/ConferenceAddModel.hpp b/src/components/conference/ConferenceAddModel.hpp similarity index 100% rename from linphone-desktop/src/components/conference/ConferenceAddModel.hpp rename to src/components/conference/ConferenceAddModel.hpp diff --git a/linphone-desktop/src/components/conference/ConferenceHelperModel.cpp b/src/components/conference/ConferenceHelperModel.cpp similarity index 100% rename from linphone-desktop/src/components/conference/ConferenceHelperModel.cpp rename to src/components/conference/ConferenceHelperModel.cpp diff --git a/linphone-desktop/src/components/conference/ConferenceHelperModel.hpp b/src/components/conference/ConferenceHelperModel.hpp similarity index 100% rename from linphone-desktop/src/components/conference/ConferenceHelperModel.hpp rename to src/components/conference/ConferenceHelperModel.hpp diff --git a/linphone-desktop/src/components/conference/ConferenceModel.cpp b/src/components/conference/ConferenceModel.cpp similarity index 100% rename from linphone-desktop/src/components/conference/ConferenceModel.cpp rename to src/components/conference/ConferenceModel.cpp diff --git a/linphone-desktop/src/components/conference/ConferenceModel.hpp b/src/components/conference/ConferenceModel.hpp similarity index 100% rename from linphone-desktop/src/components/conference/ConferenceModel.hpp rename to src/components/conference/ConferenceModel.hpp diff --git a/linphone-desktop/src/components/contact/ContactModel.cpp b/src/components/contact/ContactModel.cpp similarity index 100% rename from linphone-desktop/src/components/contact/ContactModel.cpp rename to src/components/contact/ContactModel.cpp diff --git a/linphone-desktop/src/components/contact/ContactModel.hpp b/src/components/contact/ContactModel.hpp similarity index 100% rename from linphone-desktop/src/components/contact/ContactModel.hpp rename to src/components/contact/ContactModel.hpp diff --git a/linphone-desktop/src/components/contact/VcardModel.cpp b/src/components/contact/VcardModel.cpp similarity index 100% rename from linphone-desktop/src/components/contact/VcardModel.cpp rename to src/components/contact/VcardModel.cpp diff --git a/linphone-desktop/src/components/contact/VcardModel.hpp b/src/components/contact/VcardModel.hpp similarity index 100% rename from linphone-desktop/src/components/contact/VcardModel.hpp rename to src/components/contact/VcardModel.hpp diff --git a/linphone-desktop/src/components/contacts/ContactsListModel.cpp b/src/components/contacts/ContactsListModel.cpp similarity index 100% rename from linphone-desktop/src/components/contacts/ContactsListModel.cpp rename to src/components/contacts/ContactsListModel.cpp diff --git a/linphone-desktop/src/components/contacts/ContactsListModel.hpp b/src/components/contacts/ContactsListModel.hpp similarity index 100% rename from linphone-desktop/src/components/contacts/ContactsListModel.hpp rename to src/components/contacts/ContactsListModel.hpp diff --git a/linphone-desktop/src/components/contacts/ContactsListProxyModel.cpp b/src/components/contacts/ContactsListProxyModel.cpp similarity index 100% rename from linphone-desktop/src/components/contacts/ContactsListProxyModel.cpp rename to src/components/contacts/ContactsListProxyModel.cpp diff --git a/linphone-desktop/src/components/contacts/ContactsListProxyModel.hpp b/src/components/contacts/ContactsListProxyModel.hpp similarity index 100% rename from linphone-desktop/src/components/contacts/ContactsListProxyModel.hpp rename to src/components/contacts/ContactsListProxyModel.hpp diff --git a/linphone-desktop/src/components/core/CoreHandlers.cpp b/src/components/core/CoreHandlers.cpp similarity index 100% rename from linphone-desktop/src/components/core/CoreHandlers.cpp rename to src/components/core/CoreHandlers.cpp diff --git a/linphone-desktop/src/components/core/CoreHandlers.hpp b/src/components/core/CoreHandlers.hpp similarity index 100% rename from linphone-desktop/src/components/core/CoreHandlers.hpp rename to src/components/core/CoreHandlers.hpp diff --git a/linphone-desktop/src/components/core/CoreManager.cpp b/src/components/core/CoreManager.cpp similarity index 100% rename from linphone-desktop/src/components/core/CoreManager.cpp rename to src/components/core/CoreManager.cpp diff --git a/linphone-desktop/src/components/core/CoreManager.hpp b/src/components/core/CoreManager.hpp similarity index 100% rename from linphone-desktop/src/components/core/CoreManager.hpp rename to src/components/core/CoreManager.hpp diff --git a/linphone-desktop/src/components/notifier/Notifier.cpp b/src/components/notifier/Notifier.cpp similarity index 100% rename from linphone-desktop/src/components/notifier/Notifier.cpp rename to src/components/notifier/Notifier.cpp diff --git a/linphone-desktop/src/components/notifier/Notifier.hpp b/src/components/notifier/Notifier.hpp similarity index 100% rename from linphone-desktop/src/components/notifier/Notifier.hpp rename to src/components/notifier/Notifier.hpp diff --git a/linphone-desktop/src/components/other/clipboard/Clipboard.cpp b/src/components/other/clipboard/Clipboard.cpp similarity index 100% rename from linphone-desktop/src/components/other/clipboard/Clipboard.cpp rename to src/components/other/clipboard/Clipboard.cpp diff --git a/linphone-desktop/src/components/other/clipboard/Clipboard.hpp b/src/components/other/clipboard/Clipboard.hpp similarity index 100% rename from linphone-desktop/src/components/other/clipboard/Clipboard.hpp rename to src/components/other/clipboard/Clipboard.hpp diff --git a/linphone-desktop/src/components/other/text-to-speech/TextToSpeech.cpp b/src/components/other/text-to-speech/TextToSpeech.cpp similarity index 100% rename from linphone-desktop/src/components/other/text-to-speech/TextToSpeech.cpp rename to src/components/other/text-to-speech/TextToSpeech.cpp diff --git a/linphone-desktop/src/components/other/text-to-speech/TextToSpeech.hpp b/src/components/other/text-to-speech/TextToSpeech.hpp similarity index 100% rename from linphone-desktop/src/components/other/text-to-speech/TextToSpeech.hpp rename to src/components/other/text-to-speech/TextToSpeech.hpp diff --git a/linphone-desktop/src/components/other/units/Units.cpp b/src/components/other/units/Units.cpp similarity index 100% rename from linphone-desktop/src/components/other/units/Units.cpp rename to src/components/other/units/Units.cpp diff --git a/linphone-desktop/src/components/other/units/Units.hpp b/src/components/other/units/Units.hpp similarity index 100% rename from linphone-desktop/src/components/other/units/Units.hpp rename to src/components/other/units/Units.hpp diff --git a/linphone-desktop/src/components/presence/OwnPresenceModel.cpp b/src/components/presence/OwnPresenceModel.cpp similarity index 100% rename from linphone-desktop/src/components/presence/OwnPresenceModel.cpp rename to src/components/presence/OwnPresenceModel.cpp diff --git a/linphone-desktop/src/components/presence/OwnPresenceModel.hpp b/src/components/presence/OwnPresenceModel.hpp similarity index 100% rename from linphone-desktop/src/components/presence/OwnPresenceModel.hpp rename to src/components/presence/OwnPresenceModel.hpp diff --git a/linphone-desktop/src/components/presence/Presence.cpp b/src/components/presence/Presence.cpp similarity index 100% rename from linphone-desktop/src/components/presence/Presence.cpp rename to src/components/presence/Presence.cpp diff --git a/linphone-desktop/src/components/presence/Presence.hpp b/src/components/presence/Presence.hpp similarity index 100% rename from linphone-desktop/src/components/presence/Presence.hpp rename to src/components/presence/Presence.hpp diff --git a/linphone-desktop/src/components/settings/AccountSettingsModel.cpp b/src/components/settings/AccountSettingsModel.cpp similarity index 100% rename from linphone-desktop/src/components/settings/AccountSettingsModel.cpp rename to src/components/settings/AccountSettingsModel.cpp diff --git a/linphone-desktop/src/components/settings/AccountSettingsModel.hpp b/src/components/settings/AccountSettingsModel.hpp similarity index 100% rename from linphone-desktop/src/components/settings/AccountSettingsModel.hpp rename to src/components/settings/AccountSettingsModel.hpp diff --git a/linphone-desktop/src/components/settings/SettingsModel.cpp b/src/components/settings/SettingsModel.cpp similarity index 100% rename from linphone-desktop/src/components/settings/SettingsModel.cpp rename to src/components/settings/SettingsModel.cpp diff --git a/linphone-desktop/src/components/settings/SettingsModel.hpp b/src/components/settings/SettingsModel.hpp similarity index 100% rename from linphone-desktop/src/components/settings/SettingsModel.hpp rename to src/components/settings/SettingsModel.hpp diff --git a/linphone-desktop/src/components/sip-addresses/SipAddressObserver.cpp b/src/components/sip-addresses/SipAddressObserver.cpp similarity index 100% rename from linphone-desktop/src/components/sip-addresses/SipAddressObserver.cpp rename to src/components/sip-addresses/SipAddressObserver.cpp diff --git a/linphone-desktop/src/components/sip-addresses/SipAddressObserver.hpp b/src/components/sip-addresses/SipAddressObserver.hpp similarity index 100% rename from linphone-desktop/src/components/sip-addresses/SipAddressObserver.hpp rename to src/components/sip-addresses/SipAddressObserver.hpp diff --git a/linphone-desktop/src/components/sip-addresses/SipAddressesModel.cpp b/src/components/sip-addresses/SipAddressesModel.cpp similarity index 100% rename from linphone-desktop/src/components/sip-addresses/SipAddressesModel.cpp rename to src/components/sip-addresses/SipAddressesModel.cpp diff --git a/linphone-desktop/src/components/sip-addresses/SipAddressesModel.hpp b/src/components/sip-addresses/SipAddressesModel.hpp similarity index 100% rename from linphone-desktop/src/components/sip-addresses/SipAddressesModel.hpp rename to src/components/sip-addresses/SipAddressesModel.hpp diff --git a/linphone-desktop/src/components/sip-addresses/SipAddressesProxyModel.cpp b/src/components/sip-addresses/SipAddressesProxyModel.cpp similarity index 100% rename from linphone-desktop/src/components/sip-addresses/SipAddressesProxyModel.cpp rename to src/components/sip-addresses/SipAddressesProxyModel.cpp diff --git a/linphone-desktop/src/components/sip-addresses/SipAddressesProxyModel.hpp b/src/components/sip-addresses/SipAddressesProxyModel.hpp similarity index 100% rename from linphone-desktop/src/components/sip-addresses/SipAddressesProxyModel.hpp rename to src/components/sip-addresses/SipAddressesProxyModel.hpp diff --git a/linphone-desktop/src/components/sound-player/SoundPlayer.cpp b/src/components/sound-player/SoundPlayer.cpp similarity index 100% rename from linphone-desktop/src/components/sound-player/SoundPlayer.cpp rename to src/components/sound-player/SoundPlayer.cpp diff --git a/linphone-desktop/src/components/sound-player/SoundPlayer.hpp b/src/components/sound-player/SoundPlayer.hpp similarity index 100% rename from linphone-desktop/src/components/sound-player/SoundPlayer.hpp rename to src/components/sound-player/SoundPlayer.hpp diff --git a/linphone-desktop/src/components/telephone-numbers/TelephoneNumbersModel.cpp b/src/components/telephone-numbers/TelephoneNumbersModel.cpp similarity index 100% rename from linphone-desktop/src/components/telephone-numbers/TelephoneNumbersModel.cpp rename to src/components/telephone-numbers/TelephoneNumbersModel.cpp diff --git a/linphone-desktop/src/components/telephone-numbers/TelephoneNumbersModel.hpp b/src/components/telephone-numbers/TelephoneNumbersModel.hpp similarity index 100% rename from linphone-desktop/src/components/telephone-numbers/TelephoneNumbersModel.hpp rename to src/components/telephone-numbers/TelephoneNumbersModel.hpp diff --git a/linphone-desktop/src/components/timeline/TimelineModel.cpp b/src/components/timeline/TimelineModel.cpp similarity index 100% rename from linphone-desktop/src/components/timeline/TimelineModel.cpp rename to src/components/timeline/TimelineModel.cpp diff --git a/linphone-desktop/src/components/timeline/TimelineModel.hpp b/src/components/timeline/TimelineModel.hpp similarity index 100% rename from linphone-desktop/src/components/timeline/TimelineModel.hpp rename to src/components/timeline/TimelineModel.hpp diff --git a/linphone-desktop/src/externals/single-application/SingleApplication.cpp b/src/externals/single-application/SingleApplication.cpp similarity index 100% rename from linphone-desktop/src/externals/single-application/SingleApplication.cpp rename to src/externals/single-application/SingleApplication.cpp diff --git a/linphone-desktop/src/externals/single-application/SingleApplication.hpp b/src/externals/single-application/SingleApplication.hpp similarity index 100% rename from linphone-desktop/src/externals/single-application/SingleApplication.hpp rename to src/externals/single-application/SingleApplication.hpp diff --git a/linphone-desktop/src/externals/single-application/SingleApplicationPrivate.hpp b/src/externals/single-application/SingleApplicationPrivate.hpp similarity index 100% rename from linphone-desktop/src/externals/single-application/SingleApplicationPrivate.hpp rename to src/externals/single-application/SingleApplicationPrivate.hpp diff --git a/linphone-desktop/src/main.cpp b/src/main.cpp similarity index 100% rename from linphone-desktop/src/main.cpp rename to src/main.cpp diff --git a/linphone-desktop/src/utils/LinphoneUtils.cpp b/src/utils/LinphoneUtils.cpp similarity index 100% rename from linphone-desktop/src/utils/LinphoneUtils.cpp rename to src/utils/LinphoneUtils.cpp diff --git a/linphone-desktop/src/utils/LinphoneUtils.hpp b/src/utils/LinphoneUtils.hpp similarity index 100% rename from linphone-desktop/src/utils/LinphoneUtils.hpp rename to src/utils/LinphoneUtils.hpp diff --git a/linphone-desktop/src/utils/Utils.cpp b/src/utils/Utils.cpp similarity index 100% rename from linphone-desktop/src/utils/Utils.cpp rename to src/utils/Utils.cpp diff --git a/linphone-desktop/src/utils/Utils.hpp b/src/utils/Utils.hpp similarity index 100% rename from linphone-desktop/src/utils/Utils.hpp rename to src/utils/Utils.hpp diff --git a/linphone-desktop/tools/check_qml_syntax b/tools/check_qml_syntax similarity index 100% rename from linphone-desktop/tools/check_qml_syntax rename to tools/check_qml_syntax diff --git a/linphone-desktop/tools/private/pre-commit b/tools/private/pre-commit similarity index 61% rename from linphone-desktop/tools/private/pre-commit rename to tools/private/pre-commit index 527aaf2bc..f54b3429c 100755 --- a/linphone-desktop/tools/private/pre-commit +++ b/tools/private/pre-commit @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Check QML files, quit on failure. -sh './linphone-desktop/tools/check_qml_syntax' +sh './tools/check_qml_syntax' if [[ $? != 0 ]] ; then exit 1 @@ -10,6 +10,6 @@ fi printf '\n' # Run unit tests. -sh './linphone-desktop/tools/test_qml' +sh './tools/test_qml' exit $? diff --git a/linphone-desktop/tools/test_qml b/tools/test_qml similarity index 100% rename from linphone-desktop/tools/test_qml rename to tools/test_qml diff --git a/linphone-desktop/tools/update_resources b/tools/update_resources similarity index 100% rename from linphone-desktop/tools/update_resources rename to tools/update_resources diff --git a/linphone-desktop/ui/modules/Common/Animations/BusyIndicator.qml b/ui/modules/Common/Animations/BusyIndicator.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Animations/BusyIndicator.qml rename to ui/modules/Common/Animations/BusyIndicator.qml diff --git a/linphone-desktop/ui/modules/Common/Constants/Colors.qml b/ui/modules/Common/Constants/Colors.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Constants/Colors.qml rename to ui/modules/Common/Constants/Colors.qml diff --git a/linphone-desktop/ui/modules/Common/Constants/Constants.qml b/ui/modules/Common/Constants/Constants.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Constants/Constants.qml rename to ui/modules/Common/Constants/Constants.qml diff --git a/linphone-desktop/ui/modules/Common/Dialog/ConfirmDialog.qml b/ui/modules/Common/Dialog/ConfirmDialog.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Dialog/ConfirmDialog.qml rename to ui/modules/Common/Dialog/ConfirmDialog.qml diff --git a/linphone-desktop/ui/modules/Common/Dialog/DialogDescription.qml b/ui/modules/Common/Dialog/DialogDescription.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Dialog/DialogDescription.qml rename to ui/modules/Common/Dialog/DialogDescription.qml diff --git a/linphone-desktop/ui/modules/Common/Dialog/DialogPlus.qml b/ui/modules/Common/Dialog/DialogPlus.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Dialog/DialogPlus.qml rename to ui/modules/Common/Dialog/DialogPlus.qml diff --git a/linphone-desktop/ui/modules/Common/Form/ActionBar.qml b/ui/modules/Common/Form/ActionBar.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/ActionBar.qml rename to ui/modules/Common/Form/ActionBar.qml diff --git a/linphone-desktop/ui/modules/Common/Form/ActionButton.qml b/ui/modules/Common/Form/ActionButton.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/ActionButton.qml rename to ui/modules/Common/Form/ActionButton.qml diff --git a/linphone-desktop/ui/modules/Common/Form/ActionSwitch.qml b/ui/modules/Common/Form/ActionSwitch.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/ActionSwitch.qml rename to ui/modules/Common/Form/ActionSwitch.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Buttons/AbstractTextButton.qml b/ui/modules/Common/Form/Buttons/AbstractTextButton.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Buttons/AbstractTextButton.qml rename to ui/modules/Common/Form/Buttons/AbstractTextButton.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Buttons/ExclusiveButtons.qml b/ui/modules/Common/Form/Buttons/ExclusiveButtons.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Buttons/ExclusiveButtons.qml rename to ui/modules/Common/Form/Buttons/ExclusiveButtons.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Buttons/ExclusiveButtons.spec.qml b/ui/modules/Common/Form/Buttons/ExclusiveButtons.spec.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Buttons/ExclusiveButtons.spec.qml rename to ui/modules/Common/Form/Buttons/ExclusiveButtons.spec.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Buttons/FileChooserButton.qml b/ui/modules/Common/Form/Buttons/FileChooserButton.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Buttons/FileChooserButton.qml rename to ui/modules/Common/Form/Buttons/FileChooserButton.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Buttons/SmallButton.qml b/ui/modules/Common/Form/Buttons/SmallButton.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Buttons/SmallButton.qml rename to ui/modules/Common/Form/Buttons/SmallButton.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Buttons/TextButtonA.qml b/ui/modules/Common/Form/Buttons/TextButtonA.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Buttons/TextButtonA.qml rename to ui/modules/Common/Form/Buttons/TextButtonA.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Buttons/TextButtonB.qml b/ui/modules/Common/Form/Buttons/TextButtonB.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Buttons/TextButtonB.qml rename to ui/modules/Common/Form/Buttons/TextButtonB.qml diff --git a/linphone-desktop/ui/modules/Common/Form/CheckBoxText.qml b/ui/modules/Common/Form/CheckBoxText.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/CheckBoxText.qml rename to ui/modules/Common/Form/CheckBoxText.qml diff --git a/linphone-desktop/ui/modules/Common/Form/ComboBox.js b/ui/modules/Common/Form/ComboBox.js similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/ComboBox.js rename to ui/modules/Common/Form/ComboBox.js diff --git a/linphone-desktop/ui/modules/Common/Form/ComboBox.qml b/ui/modules/Common/Form/ComboBox.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/ComboBox.qml rename to ui/modules/Common/Form/ComboBox.qml diff --git a/linphone-desktop/ui/modules/Common/Form/DroppableTextArea.qml b/ui/modules/Common/Form/DroppableTextArea.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/DroppableTextArea.qml rename to ui/modules/Common/Form/DroppableTextArea.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Fields/HexField.qml b/ui/modules/Common/Form/Fields/HexField.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Fields/HexField.qml rename to ui/modules/Common/Form/Fields/HexField.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Fields/NumericField.qml b/ui/modules/Common/Form/Fields/NumericField.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Fields/NumericField.qml rename to ui/modules/Common/Form/Fields/NumericField.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Fields/PasswordField.qml b/ui/modules/Common/Form/Fields/PasswordField.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Fields/PasswordField.qml rename to ui/modules/Common/Form/Fields/PasswordField.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Fields/PortField.qml b/ui/modules/Common/Form/Fields/PortField.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Fields/PortField.qml rename to ui/modules/Common/Form/Fields/PortField.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Fields/ScrollableListViewField.qml b/ui/modules/Common/Form/Fields/ScrollableListViewField.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Fields/ScrollableListViewField.qml rename to ui/modules/Common/Form/Fields/ScrollableListViewField.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Fields/TextAreaField.qml b/ui/modules/Common/Form/Fields/TextAreaField.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Fields/TextAreaField.qml rename to ui/modules/Common/Form/Fields/TextAreaField.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Fields/TextField.qml b/ui/modules/Common/Form/Fields/TextField.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Fields/TextField.qml rename to ui/modules/Common/Form/Fields/TextField.qml diff --git a/linphone-desktop/ui/modules/Common/Form/ListForm.js b/ui/modules/Common/Form/ListForm.js similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/ListForm.js rename to ui/modules/Common/Form/ListForm.js diff --git a/linphone-desktop/ui/modules/Common/Form/ListForm.qml b/ui/modules/Common/Form/ListForm.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/ListForm.qml rename to ui/modules/Common/Form/ListForm.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Placements/Form.qml b/ui/modules/Common/Form/Placements/Form.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Placements/Form.qml rename to ui/modules/Common/Form/Placements/Form.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Placements/FormEmptyLine.qml b/ui/modules/Common/Form/Placements/FormEmptyLine.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Placements/FormEmptyLine.qml rename to ui/modules/Common/Form/Placements/FormEmptyLine.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Placements/FormGroup.qml b/ui/modules/Common/Form/Placements/FormGroup.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Placements/FormGroup.qml rename to ui/modules/Common/Form/Placements/FormGroup.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Placements/FormHGroup.qml b/ui/modules/Common/Form/Placements/FormHGroup.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Placements/FormHGroup.qml rename to ui/modules/Common/Form/Placements/FormHGroup.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Placements/FormLine.qml b/ui/modules/Common/Form/Placements/FormLine.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Placements/FormLine.qml rename to ui/modules/Common/Form/Placements/FormLine.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Placements/FormTable.qml b/ui/modules/Common/Form/Placements/FormTable.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Placements/FormTable.qml rename to ui/modules/Common/Form/Placements/FormTable.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Placements/FormTableEntry.qml b/ui/modules/Common/Form/Placements/FormTableEntry.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Placements/FormTableEntry.qml rename to ui/modules/Common/Form/Placements/FormTableEntry.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Placements/FormTableLine.qml b/ui/modules/Common/Form/Placements/FormTableLine.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Placements/FormTableLine.qml rename to ui/modules/Common/Form/Placements/FormTableLine.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Placements/FormVGroup.qml b/ui/modules/Common/Form/Placements/FormVGroup.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Placements/FormVGroup.qml rename to ui/modules/Common/Form/Placements/FormVGroup.qml diff --git a/linphone-desktop/ui/modules/Common/Form/SearchBox.qml b/ui/modules/Common/Form/SearchBox.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/SearchBox.qml rename to ui/modules/Common/Form/SearchBox.qml diff --git a/linphone-desktop/ui/modules/Common/Form/StaticListForm.qml b/ui/modules/Common/Form/StaticListForm.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/StaticListForm.qml rename to ui/modules/Common/Form/StaticListForm.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Switch.qml b/ui/modules/Common/Form/Switch.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Switch.qml rename to ui/modules/Common/Form/Switch.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Tab/TabBar.qml b/ui/modules/Common/Form/Tab/TabBar.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Tab/TabBar.qml rename to ui/modules/Common/Form/Tab/TabBar.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Tab/TabButton.qml b/ui/modules/Common/Form/Tab/TabButton.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Tab/TabButton.qml rename to ui/modules/Common/Form/Tab/TabButton.qml diff --git a/linphone-desktop/ui/modules/Common/Form/Tab/TabContainer.qml b/ui/modules/Common/Form/Tab/TabContainer.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/Tab/TabContainer.qml rename to ui/modules/Common/Form/Tab/TabContainer.qml diff --git a/linphone-desktop/ui/modules/Common/Form/TransparentTextInput.qml b/ui/modules/Common/Form/TransparentTextInput.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Form/TransparentTextInput.qml rename to ui/modules/Common/Form/TransparentTextInput.qml diff --git a/linphone-desktop/ui/modules/Common/Helpers/DragBox.qml b/ui/modules/Common/Helpers/DragBox.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Helpers/DragBox.qml rename to ui/modules/Common/Helpers/DragBox.qml diff --git a/linphone-desktop/ui/modules/Common/Helpers/InvertedMouseArea.qml b/ui/modules/Common/Helpers/InvertedMouseArea.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Helpers/InvertedMouseArea.qml rename to ui/modules/Common/Helpers/InvertedMouseArea.qml diff --git a/linphone-desktop/ui/modules/Common/Helpers/InvertedMouseArea.spec.qml b/ui/modules/Common/Helpers/InvertedMouseArea.spec.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Helpers/InvertedMouseArea.spec.qml rename to ui/modules/Common/Helpers/InvertedMouseArea.spec.qml diff --git a/linphone-desktop/ui/modules/Common/Image/Icon.qml b/ui/modules/Common/Image/Icon.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Image/Icon.qml rename to ui/modules/Common/Image/Icon.qml diff --git a/linphone-desktop/ui/modules/Common/Image/RoundedImage.qml b/ui/modules/Common/Image/RoundedImage.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Image/RoundedImage.qml rename to ui/modules/Common/Image/RoundedImage.qml diff --git a/linphone-desktop/ui/modules/Common/Indicators/VuMeter.qml b/ui/modules/Common/Indicators/VuMeter.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Indicators/VuMeter.qml rename to ui/modules/Common/Indicators/VuMeter.qml diff --git a/linphone-desktop/ui/modules/Common/Menus/ApplicationMenu.qml b/ui/modules/Common/Menus/ApplicationMenu.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Menus/ApplicationMenu.qml rename to ui/modules/Common/Menus/ApplicationMenu.qml diff --git a/linphone-desktop/ui/modules/Common/Menus/DropDownDynamicMenu.qml b/ui/modules/Common/Menus/DropDownDynamicMenu.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Menus/DropDownDynamicMenu.qml rename to ui/modules/Common/Menus/DropDownDynamicMenu.qml diff --git a/linphone-desktop/ui/modules/Common/Menus/DropDownStaticMenu.qml b/ui/modules/Common/Menus/DropDownStaticMenu.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Menus/DropDownStaticMenu.qml rename to ui/modules/Common/Menus/DropDownStaticMenu.qml diff --git a/linphone-desktop/ui/modules/Common/Menus/DropDownStaticMenuEntry.qml b/ui/modules/Common/Menus/DropDownStaticMenuEntry.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Menus/DropDownStaticMenuEntry.qml rename to ui/modules/Common/Menus/DropDownStaticMenuEntry.qml diff --git a/linphone-desktop/ui/modules/Common/Menus/Menu.qml b/ui/modules/Common/Menus/Menu.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Menus/Menu.qml rename to ui/modules/Common/Menus/Menu.qml diff --git a/linphone-desktop/ui/modules/Common/Menus/MenuItem.qml b/ui/modules/Common/Menus/MenuItem.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Menus/MenuItem.qml rename to ui/modules/Common/Menus/MenuItem.qml diff --git a/linphone-desktop/ui/modules/Common/Misc/Borders.qml b/ui/modules/Common/Misc/Borders.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Misc/Borders.qml rename to ui/modules/Common/Misc/Borders.qml diff --git a/linphone-desktop/ui/modules/Common/Misc/ForceScrollBar.qml b/ui/modules/Common/Misc/ForceScrollBar.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Misc/ForceScrollBar.qml rename to ui/modules/Common/Misc/ForceScrollBar.qml diff --git a/linphone-desktop/ui/modules/Common/Misc/Paned.qml b/ui/modules/Common/Misc/Paned.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Misc/Paned.qml rename to ui/modules/Common/Misc/Paned.qml diff --git a/linphone-desktop/ui/modules/Common/Popup/DesktopPopup.qml b/ui/modules/Common/Popup/DesktopPopup.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Popup/DesktopPopup.qml rename to ui/modules/Common/Popup/DesktopPopup.qml diff --git a/linphone-desktop/ui/modules/Common/Popup/Popup.qml b/ui/modules/Common/Popup/Popup.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Popup/Popup.qml rename to ui/modules/Common/Popup/Popup.qml diff --git a/linphone-desktop/ui/modules/Common/Popup/PopupShadow.qml b/ui/modules/Common/Popup/PopupShadow.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Popup/PopupShadow.qml rename to ui/modules/Common/Popup/PopupShadow.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Animations/BusyIndicatorStyle.qml b/ui/modules/Common/Styles/Animations/BusyIndicatorStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Animations/BusyIndicatorStyle.qml rename to ui/modules/Common/Styles/Animations/BusyIndicatorStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Dialog/DialogStyle.qml b/ui/modules/Common/Styles/Dialog/DialogStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Dialog/DialogStyle.qml rename to ui/modules/Common/Styles/Dialog/DialogStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/ActionBarStyle.qml b/ui/modules/Common/Styles/Form/ActionBarStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/ActionBarStyle.qml rename to ui/modules/Common/Styles/Form/ActionBarStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Buttons/AbstractTextButtonStyle.qml b/ui/modules/Common/Styles/Form/Buttons/AbstractTextButtonStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Buttons/AbstractTextButtonStyle.qml rename to ui/modules/Common/Styles/Form/Buttons/AbstractTextButtonStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Buttons/ExclusiveButtonsStyle.qml b/ui/modules/Common/Styles/Form/Buttons/ExclusiveButtonsStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Buttons/ExclusiveButtonsStyle.qml rename to ui/modules/Common/Styles/Form/Buttons/ExclusiveButtonsStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Buttons/FileChooserButtonStyle.qml b/ui/modules/Common/Styles/Form/Buttons/FileChooserButtonStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Buttons/FileChooserButtonStyle.qml rename to ui/modules/Common/Styles/Form/Buttons/FileChooserButtonStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Buttons/SmallButtonStyle.qml b/ui/modules/Common/Styles/Form/Buttons/SmallButtonStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Buttons/SmallButtonStyle.qml rename to ui/modules/Common/Styles/Form/Buttons/SmallButtonStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Buttons/TextButtonAStyle.qml b/ui/modules/Common/Styles/Form/Buttons/TextButtonAStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Buttons/TextButtonAStyle.qml rename to ui/modules/Common/Styles/Form/Buttons/TextButtonAStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Buttons/TextButtonBStyle.qml b/ui/modules/Common/Styles/Form/Buttons/TextButtonBStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Buttons/TextButtonBStyle.qml rename to ui/modules/Common/Styles/Form/Buttons/TextButtonBStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/CheckBoxTextStyle.qml b/ui/modules/Common/Styles/Form/CheckBoxTextStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/CheckBoxTextStyle.qml rename to ui/modules/Common/Styles/Form/CheckBoxTextStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/ComboBoxStyle.qml b/ui/modules/Common/Styles/Form/ComboBoxStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/ComboBoxStyle.qml rename to ui/modules/Common/Styles/Form/ComboBoxStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/DroppableTextAreaStyle.qml b/ui/modules/Common/Styles/Form/DroppableTextAreaStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/DroppableTextAreaStyle.qml rename to ui/modules/Common/Styles/Form/DroppableTextAreaStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Fields/NumericFieldStyle.qml b/ui/modules/Common/Styles/Form/Fields/NumericFieldStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Fields/NumericFieldStyle.qml rename to ui/modules/Common/Styles/Form/Fields/NumericFieldStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Fields/TextAreaFieldStyle.qml b/ui/modules/Common/Styles/Form/Fields/TextAreaFieldStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Fields/TextAreaFieldStyle.qml rename to ui/modules/Common/Styles/Form/Fields/TextAreaFieldStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Fields/TextFieldStyle.qml b/ui/modules/Common/Styles/Form/Fields/TextFieldStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Fields/TextFieldStyle.qml rename to ui/modules/Common/Styles/Form/Fields/TextFieldStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/ListFormStyle.qml b/ui/modules/Common/Styles/Form/ListFormStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/ListFormStyle.qml rename to ui/modules/Common/Styles/Form/ListFormStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Placements/FormHGroupStyle.qml b/ui/modules/Common/Styles/Form/Placements/FormHGroupStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Placements/FormHGroupStyle.qml rename to ui/modules/Common/Styles/Form/Placements/FormHGroupStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Placements/FormLineStyle.qml b/ui/modules/Common/Styles/Form/Placements/FormLineStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Placements/FormLineStyle.qml rename to ui/modules/Common/Styles/Form/Placements/FormLineStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Placements/FormStyle.qml b/ui/modules/Common/Styles/Form/Placements/FormStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Placements/FormStyle.qml rename to ui/modules/Common/Styles/Form/Placements/FormStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Placements/FormTableLineStyle.qml b/ui/modules/Common/Styles/Form/Placements/FormTableLineStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Placements/FormTableLineStyle.qml rename to ui/modules/Common/Styles/Form/Placements/FormTableLineStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Placements/FormTableStyle.qml b/ui/modules/Common/Styles/Form/Placements/FormTableStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Placements/FormTableStyle.qml rename to ui/modules/Common/Styles/Form/Placements/FormTableStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Placements/FormVGroupStyle.qml b/ui/modules/Common/Styles/Form/Placements/FormVGroupStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Placements/FormVGroupStyle.qml rename to ui/modules/Common/Styles/Form/Placements/FormVGroupStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/SearchBoxStyle.qml b/ui/modules/Common/Styles/Form/SearchBoxStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/SearchBoxStyle.qml rename to ui/modules/Common/Styles/Form/SearchBoxStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/SwitchStyle.qml b/ui/modules/Common/Styles/Form/SwitchStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/SwitchStyle.qml rename to ui/modules/Common/Styles/Form/SwitchStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Tab/TabButtonStyle.qml b/ui/modules/Common/Styles/Form/Tab/TabButtonStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Tab/TabButtonStyle.qml rename to ui/modules/Common/Styles/Form/Tab/TabButtonStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/Tab/TabContainerStyle.qml b/ui/modules/Common/Styles/Form/Tab/TabContainerStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/Tab/TabContainerStyle.qml rename to ui/modules/Common/Styles/Form/Tab/TabContainerStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Form/TransparentTextInputStyle.qml b/ui/modules/Common/Styles/Form/TransparentTextInputStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Form/TransparentTextInputStyle.qml rename to ui/modules/Common/Styles/Form/TransparentTextInputStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Indicators/VuMeterStyle.qml b/ui/modules/Common/Styles/Indicators/VuMeterStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Indicators/VuMeterStyle.qml rename to ui/modules/Common/Styles/Indicators/VuMeterStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Menus/ApplicationMenuStyle.qml b/ui/modules/Common/Styles/Menus/ApplicationMenuStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Menus/ApplicationMenuStyle.qml rename to ui/modules/Common/Styles/Menus/ApplicationMenuStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Menus/DropDownStaticMenuStyle.qml b/ui/modules/Common/Styles/Menus/DropDownStaticMenuStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Menus/DropDownStaticMenuStyle.qml rename to ui/modules/Common/Styles/Menus/DropDownStaticMenuStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Menus/MenuItemStyle.qml b/ui/modules/Common/Styles/Menus/MenuItemStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Menus/MenuItemStyle.qml rename to ui/modules/Common/Styles/Menus/MenuItemStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Menus/MenuStyle.qml b/ui/modules/Common/Styles/Menus/MenuStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Menus/MenuStyle.qml rename to ui/modules/Common/Styles/Menus/MenuStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Misc/ForceScrollBarStyle.qml b/ui/modules/Common/Styles/Misc/ForceScrollBarStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Misc/ForceScrollBarStyle.qml rename to ui/modules/Common/Styles/Misc/ForceScrollBarStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Misc/PanedStyle.qml b/ui/modules/Common/Styles/Misc/PanedStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Misc/PanedStyle.qml rename to ui/modules/Common/Styles/Misc/PanedStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Popup/PopupStyle.qml b/ui/modules/Common/Styles/Popup/PopupStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Popup/PopupStyle.qml rename to ui/modules/Common/Styles/Popup/PopupStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Tooltip/TooltipStyle.qml b/ui/modules/Common/Styles/Tooltip/TooltipStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Tooltip/TooltipStyle.qml rename to ui/modules/Common/Styles/Tooltip/TooltipStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/Window/WindowStyle.qml b/ui/modules/Common/Styles/Window/WindowStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/Window/WindowStyle.qml rename to ui/modules/Common/Styles/Window/WindowStyle.qml diff --git a/linphone-desktop/ui/modules/Common/Styles/qmldir b/ui/modules/Common/Styles/qmldir similarity index 100% rename from linphone-desktop/ui/modules/Common/Styles/qmldir rename to ui/modules/Common/Styles/qmldir diff --git a/linphone-desktop/ui/modules/Common/Tooltip/Tooltip.qml b/ui/modules/Common/Tooltip/Tooltip.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Tooltip/Tooltip.qml rename to ui/modules/Common/Tooltip/Tooltip.qml diff --git a/linphone-desktop/ui/modules/Common/Tooltip/TooltipArea.qml b/ui/modules/Common/Tooltip/TooltipArea.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Tooltip/TooltipArea.qml rename to ui/modules/Common/Tooltip/TooltipArea.qml diff --git a/linphone-desktop/ui/modules/Common/View/ScrollableListView.qml b/ui/modules/Common/View/ScrollableListView.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/View/ScrollableListView.qml rename to ui/modules/Common/View/ScrollableListView.qml diff --git a/linphone-desktop/ui/modules/Common/Window/ApplicationWindow.qml b/ui/modules/Common/Window/ApplicationWindow.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Window/ApplicationWindow.qml rename to ui/modules/Common/Window/ApplicationWindow.qml diff --git a/linphone-desktop/ui/modules/Common/Window/VirtualWindow.qml b/ui/modules/Common/Window/VirtualWindow.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Window/VirtualWindow.qml rename to ui/modules/Common/Window/VirtualWindow.qml diff --git a/linphone-desktop/ui/modules/Common/Window/Window.js b/ui/modules/Common/Window/Window.js similarity index 100% rename from linphone-desktop/ui/modules/Common/Window/Window.js rename to ui/modules/Common/Window/Window.js diff --git a/linphone-desktop/ui/modules/Common/Window/Window.qml b/ui/modules/Common/Window/Window.qml similarity index 100% rename from linphone-desktop/ui/modules/Common/Window/Window.qml rename to ui/modules/Common/Window/Window.qml diff --git a/linphone-desktop/ui/modules/Common/qmldir b/ui/modules/Common/qmldir similarity index 100% rename from linphone-desktop/ui/modules/Common/qmldir rename to ui/modules/Common/qmldir diff --git a/linphone-desktop/ui/modules/Linphone/Account/AccountStatus.qml b/ui/modules/Linphone/Account/AccountStatus.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Account/AccountStatus.qml rename to ui/modules/Linphone/Account/AccountStatus.qml diff --git a/linphone-desktop/ui/modules/Linphone/Blocks/CardBlock.qml b/ui/modules/Linphone/Blocks/CardBlock.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Blocks/CardBlock.qml rename to ui/modules/Linphone/Blocks/CardBlock.qml diff --git a/linphone-desktop/ui/modules/Linphone/Blocks/RequestBlock.qml b/ui/modules/Linphone/Blocks/RequestBlock.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Blocks/RequestBlock.qml rename to ui/modules/Linphone/Blocks/RequestBlock.qml diff --git a/linphone-desktop/ui/modules/Linphone/Calls/CallControls.qml b/ui/modules/Linphone/Calls/CallControls.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Calls/CallControls.qml rename to ui/modules/Linphone/Calls/CallControls.qml diff --git a/linphone-desktop/ui/modules/Linphone/Calls/CallStatistics.qml b/ui/modules/Linphone/Calls/CallStatistics.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Calls/CallStatistics.qml rename to ui/modules/Linphone/Calls/CallStatistics.qml diff --git a/linphone-desktop/ui/modules/Linphone/Calls/Calls.js b/ui/modules/Linphone/Calls/Calls.js similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Calls/Calls.js rename to ui/modules/Linphone/Calls/Calls.js diff --git a/linphone-desktop/ui/modules/Linphone/Calls/Calls.qml b/ui/modules/Linphone/Calls/Calls.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Calls/Calls.qml rename to ui/modules/Linphone/Calls/Calls.qml diff --git a/linphone-desktop/ui/modules/Linphone/Calls/ConferenceControls.qml b/ui/modules/Linphone/Calls/ConferenceControls.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Calls/ConferenceControls.qml rename to ui/modules/Linphone/Calls/ConferenceControls.qml diff --git a/linphone-desktop/ui/modules/Linphone/Chat/Chat.js b/ui/modules/Linphone/Chat/Chat.js similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Chat/Chat.js rename to ui/modules/Linphone/Chat/Chat.js diff --git a/linphone-desktop/ui/modules/Linphone/Chat/Chat.qml b/ui/modules/Linphone/Chat/Chat.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Chat/Chat.qml rename to ui/modules/Linphone/Chat/Chat.qml diff --git a/linphone-desktop/ui/modules/Linphone/Chat/Event.qml b/ui/modules/Linphone/Chat/Event.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Chat/Event.qml rename to ui/modules/Linphone/Chat/Event.qml diff --git a/linphone-desktop/ui/modules/Linphone/Chat/FileMessage.qml b/ui/modules/Linphone/Chat/FileMessage.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Chat/FileMessage.qml rename to ui/modules/Linphone/Chat/FileMessage.qml diff --git a/linphone-desktop/ui/modules/Linphone/Chat/IncomingMessage.qml b/ui/modules/Linphone/Chat/IncomingMessage.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Chat/IncomingMessage.qml rename to ui/modules/Linphone/Chat/IncomingMessage.qml diff --git a/linphone-desktop/ui/modules/Linphone/Chat/Message.js b/ui/modules/Linphone/Chat/Message.js similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Chat/Message.js rename to ui/modules/Linphone/Chat/Message.js diff --git a/linphone-desktop/ui/modules/Linphone/Chat/Message.qml b/ui/modules/Linphone/Chat/Message.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Chat/Message.qml rename to ui/modules/Linphone/Chat/Message.qml diff --git a/linphone-desktop/ui/modules/Linphone/Chat/OutgoingMessage.qml b/ui/modules/Linphone/Chat/OutgoingMessage.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Chat/OutgoingMessage.qml rename to ui/modules/Linphone/Chat/OutgoingMessage.qml diff --git a/linphone-desktop/ui/modules/Linphone/Codecs/CodecAttribute.qml b/ui/modules/Linphone/Codecs/CodecAttribute.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Codecs/CodecAttribute.qml rename to ui/modules/Linphone/Codecs/CodecAttribute.qml diff --git a/linphone-desktop/ui/modules/Linphone/Codecs/CodecLegend.qml b/ui/modules/Linphone/Codecs/CodecLegend.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Codecs/CodecLegend.qml rename to ui/modules/Linphone/Codecs/CodecLegend.qml diff --git a/linphone-desktop/ui/modules/Linphone/Codecs/CodecsViewer.qml b/ui/modules/Linphone/Codecs/CodecsViewer.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Codecs/CodecsViewer.qml rename to ui/modules/Linphone/Codecs/CodecsViewer.qml diff --git a/linphone-desktop/ui/modules/Linphone/Contact/Avatar.qml b/ui/modules/Linphone/Contact/Avatar.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Contact/Avatar.qml rename to ui/modules/Linphone/Contact/Avatar.qml diff --git a/linphone-desktop/ui/modules/Linphone/Contact/Contact.qml b/ui/modules/Linphone/Contact/Contact.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Contact/Contact.qml rename to ui/modules/Linphone/Contact/Contact.qml diff --git a/linphone-desktop/ui/modules/Linphone/Contact/ContactDescription.qml b/ui/modules/Linphone/Contact/ContactDescription.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Contact/ContactDescription.qml rename to ui/modules/Linphone/Contact/ContactDescription.qml diff --git a/linphone-desktop/ui/modules/Linphone/Contact/MessagesCounter.qml b/ui/modules/Linphone/Contact/MessagesCounter.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Contact/MessagesCounter.qml rename to ui/modules/Linphone/Contact/MessagesCounter.qml diff --git a/linphone-desktop/ui/modules/Linphone/Menus/SipAddressesMenu.qml b/ui/modules/Linphone/Menus/SipAddressesMenu.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Menus/SipAddressesMenu.qml rename to ui/modules/Linphone/Menus/SipAddressesMenu.qml diff --git a/linphone-desktop/ui/modules/Linphone/Notifications/Notification.qml b/ui/modules/Linphone/Notifications/Notification.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Notifications/Notification.qml rename to ui/modules/Linphone/Notifications/Notification.qml diff --git a/linphone-desktop/ui/modules/Linphone/Notifications/Notification.spec.qml b/ui/modules/Linphone/Notifications/Notification.spec.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Notifications/Notification.spec.qml rename to ui/modules/Linphone/Notifications/Notification.spec.qml diff --git a/linphone-desktop/ui/modules/Linphone/Notifications/NotificationNewVersionAvailable.qml b/ui/modules/Linphone/Notifications/NotificationNewVersionAvailable.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Notifications/NotificationNewVersionAvailable.qml rename to ui/modules/Linphone/Notifications/NotificationNewVersionAvailable.qml diff --git a/linphone-desktop/ui/modules/Linphone/Notifications/NotificationReceivedCall.qml b/ui/modules/Linphone/Notifications/NotificationReceivedCall.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Notifications/NotificationReceivedCall.qml rename to ui/modules/Linphone/Notifications/NotificationReceivedCall.qml diff --git a/linphone-desktop/ui/modules/Linphone/Notifications/NotificationReceivedFileMessage.qml b/ui/modules/Linphone/Notifications/NotificationReceivedFileMessage.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Notifications/NotificationReceivedFileMessage.qml rename to ui/modules/Linphone/Notifications/NotificationReceivedFileMessage.qml diff --git a/linphone-desktop/ui/modules/Linphone/Notifications/NotificationReceivedMessage.qml b/ui/modules/Linphone/Notifications/NotificationReceivedMessage.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Notifications/NotificationReceivedMessage.qml rename to ui/modules/Linphone/Notifications/NotificationReceivedMessage.qml diff --git a/linphone-desktop/ui/modules/Linphone/Presence/PresenceLevel.qml b/ui/modules/Linphone/Presence/PresenceLevel.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Presence/PresenceLevel.qml rename to ui/modules/Linphone/Presence/PresenceLevel.qml diff --git a/linphone-desktop/ui/modules/Linphone/SmartSearchBar/SmartSearchBar.qml b/ui/modules/Linphone/SmartSearchBar/SmartSearchBar.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/SmartSearchBar/SmartSearchBar.qml rename to ui/modules/Linphone/SmartSearchBar/SmartSearchBar.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Account/AccountStatusStyle.qml b/ui/modules/Linphone/Styles/Account/AccountStatusStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Account/AccountStatusStyle.qml rename to ui/modules/Linphone/Styles/Account/AccountStatusStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Blocks/CardBlockStyle.qml b/ui/modules/Linphone/Styles/Blocks/CardBlockStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Blocks/CardBlockStyle.qml rename to ui/modules/Linphone/Styles/Blocks/CardBlockStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Blocks/RequestBlockStyle.qml b/ui/modules/Linphone/Styles/Blocks/RequestBlockStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Blocks/RequestBlockStyle.qml rename to ui/modules/Linphone/Styles/Blocks/RequestBlockStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Calls/CallControlsStyle.qml b/ui/modules/Linphone/Styles/Calls/CallControlsStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Calls/CallControlsStyle.qml rename to ui/modules/Linphone/Styles/Calls/CallControlsStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Calls/CallStatisticsStyle.qml b/ui/modules/Linphone/Styles/Calls/CallStatisticsStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Calls/CallStatisticsStyle.qml rename to ui/modules/Linphone/Styles/Calls/CallStatisticsStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Calls/CallsStyle.qml b/ui/modules/Linphone/Styles/Calls/CallsStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Calls/CallsStyle.qml rename to ui/modules/Linphone/Styles/Calls/CallsStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Calls/ConferenceControlsStyle.qml b/ui/modules/Linphone/Styles/Calls/ConferenceControlsStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Calls/ConferenceControlsStyle.qml rename to ui/modules/Linphone/Styles/Calls/ConferenceControlsStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Chat/ChatStyle.qml b/ui/modules/Linphone/Styles/Chat/ChatStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Chat/ChatStyle.qml rename to ui/modules/Linphone/Styles/Chat/ChatStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Codecs/CodecsViewerStyle.qml b/ui/modules/Linphone/Styles/Codecs/CodecsViewerStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Codecs/CodecsViewerStyle.qml rename to ui/modules/Linphone/Styles/Codecs/CodecsViewerStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Contact/AvatarStyle.qml b/ui/modules/Linphone/Styles/Contact/AvatarStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Contact/AvatarStyle.qml rename to ui/modules/Linphone/Styles/Contact/AvatarStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Contact/ContactDescriptionStyle.qml b/ui/modules/Linphone/Styles/Contact/ContactDescriptionStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Contact/ContactDescriptionStyle.qml rename to ui/modules/Linphone/Styles/Contact/ContactDescriptionStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Contact/ContactStyle.qml b/ui/modules/Linphone/Styles/Contact/ContactStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Contact/ContactStyle.qml rename to ui/modules/Linphone/Styles/Contact/ContactStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Contact/MessagesCounterStyle.qml b/ui/modules/Linphone/Styles/Contact/MessagesCounterStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Contact/MessagesCounterStyle.qml rename to ui/modules/Linphone/Styles/Contact/MessagesCounterStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Menus/SipAddressesMenuStyle.qml b/ui/modules/Linphone/Styles/Menus/SipAddressesMenuStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Menus/SipAddressesMenuStyle.qml rename to ui/modules/Linphone/Styles/Menus/SipAddressesMenuStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Notifications/NotificationNewVersionAvailableStyle.qml b/ui/modules/Linphone/Styles/Notifications/NotificationNewVersionAvailableStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Notifications/NotificationNewVersionAvailableStyle.qml rename to ui/modules/Linphone/Styles/Notifications/NotificationNewVersionAvailableStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Notifications/NotificationReceivedCallStyle.qml b/ui/modules/Linphone/Styles/Notifications/NotificationReceivedCallStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Notifications/NotificationReceivedCallStyle.qml rename to ui/modules/Linphone/Styles/Notifications/NotificationReceivedCallStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Notifications/NotificationReceivedFileMessageStyle.qml b/ui/modules/Linphone/Styles/Notifications/NotificationReceivedFileMessageStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Notifications/NotificationReceivedFileMessageStyle.qml rename to ui/modules/Linphone/Styles/Notifications/NotificationReceivedFileMessageStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Notifications/NotificationReceivedMessageStyle.qml b/ui/modules/Linphone/Styles/Notifications/NotificationReceivedMessageStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Notifications/NotificationReceivedMessageStyle.qml rename to ui/modules/Linphone/Styles/Notifications/NotificationReceivedMessageStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/TelKeypad/TelKeypadStyle.qml b/ui/modules/Linphone/Styles/TelKeypad/TelKeypadStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/TelKeypad/TelKeypadStyle.qml rename to ui/modules/Linphone/Styles/TelKeypad/TelKeypadStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/Timeline/TimelineStyle.qml b/ui/modules/Linphone/Styles/Timeline/TimelineStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/Timeline/TimelineStyle.qml rename to ui/modules/Linphone/Styles/Timeline/TimelineStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/View/SipAddressesViewStyle.qml b/ui/modules/Linphone/Styles/View/SipAddressesViewStyle.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/View/SipAddressesViewStyle.qml rename to ui/modules/Linphone/Styles/View/SipAddressesViewStyle.qml diff --git a/linphone-desktop/ui/modules/Linphone/Styles/qmldir b/ui/modules/Linphone/Styles/qmldir similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Styles/qmldir rename to ui/modules/Linphone/Styles/qmldir diff --git a/linphone-desktop/ui/modules/Linphone/TelKeypad/TelKeypad.qml b/ui/modules/Linphone/TelKeypad/TelKeypad.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/TelKeypad/TelKeypad.qml rename to ui/modules/Linphone/TelKeypad/TelKeypad.qml diff --git a/linphone-desktop/ui/modules/Linphone/TelKeypad/TelKeypadButton.qml b/ui/modules/Linphone/TelKeypad/TelKeypadButton.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/TelKeypad/TelKeypadButton.qml rename to ui/modules/Linphone/TelKeypad/TelKeypadButton.qml diff --git a/linphone-desktop/ui/modules/Linphone/Timeline/Timeline.js b/ui/modules/Linphone/Timeline/Timeline.js similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Timeline/Timeline.js rename to ui/modules/Linphone/Timeline/Timeline.js diff --git a/linphone-desktop/ui/modules/Linphone/Timeline/Timeline.qml b/ui/modules/Linphone/Timeline/Timeline.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/Timeline/Timeline.qml rename to ui/modules/Linphone/Timeline/Timeline.qml diff --git a/linphone-desktop/ui/modules/Linphone/View/SipAddressesView.qml b/ui/modules/Linphone/View/SipAddressesView.qml similarity index 100% rename from linphone-desktop/ui/modules/Linphone/View/SipAddressesView.qml rename to ui/modules/Linphone/View/SipAddressesView.qml diff --git a/linphone-desktop/ui/modules/Linphone/qmldir b/ui/modules/Linphone/qmldir similarity index 100% rename from linphone-desktop/ui/modules/Linphone/qmldir rename to ui/modules/Linphone/qmldir diff --git a/linphone-desktop/ui/scripts/LinphoneUtils/linphone-utils.js b/ui/scripts/LinphoneUtils/linphone-utils.js similarity index 100% rename from linphone-desktop/ui/scripts/LinphoneUtils/linphone-utils.js rename to ui/scripts/LinphoneUtils/linphone-utils.js diff --git a/linphone-desktop/ui/scripts/LinphoneUtils/qmldir b/ui/scripts/LinphoneUtils/qmldir similarity index 100% rename from linphone-desktop/ui/scripts/LinphoneUtils/qmldir rename to ui/scripts/LinphoneUtils/qmldir diff --git a/linphone-desktop/ui/scripts/Utils/port-tools.js b/ui/scripts/Utils/port-tools.js similarity index 100% rename from linphone-desktop/ui/scripts/Utils/port-tools.js rename to ui/scripts/Utils/port-tools.js diff --git a/linphone-desktop/ui/scripts/Utils/qmldir b/ui/scripts/Utils/qmldir similarity index 100% rename from linphone-desktop/ui/scripts/Utils/qmldir rename to ui/scripts/Utils/qmldir diff --git a/linphone-desktop/ui/scripts/Utils/uri-tools.js b/ui/scripts/Utils/uri-tools.js similarity index 100% rename from linphone-desktop/ui/scripts/Utils/uri-tools.js rename to ui/scripts/Utils/uri-tools.js diff --git a/linphone-desktop/ui/scripts/Utils/uri-tools.spec.qml b/ui/scripts/Utils/uri-tools.spec.qml similarity index 100% rename from linphone-desktop/ui/scripts/Utils/uri-tools.spec.qml rename to ui/scripts/Utils/uri-tools.spec.qml diff --git a/linphone-desktop/ui/scripts/Utils/utils.js b/ui/scripts/Utils/utils.js similarity index 100% rename from linphone-desktop/ui/scripts/Utils/utils.js rename to ui/scripts/Utils/utils.js diff --git a/linphone-desktop/ui/scripts/Utils/utils.spec.qml b/ui/scripts/Utils/utils.spec.qml similarity index 100% rename from linphone-desktop/ui/scripts/Utils/utils.spec.qml rename to ui/scripts/Utils/utils.spec.qml diff --git a/linphone-desktop/ui/views/App/Calls/AbstractStartingCall.qml b/ui/views/App/Calls/AbstractStartingCall.qml similarity index 100% rename from linphone-desktop/ui/views/App/Calls/AbstractStartingCall.qml rename to ui/views/App/Calls/AbstractStartingCall.qml diff --git a/linphone-desktop/ui/views/App/Calls/CallsWindow.js b/ui/views/App/Calls/CallsWindow.js similarity index 100% rename from linphone-desktop/ui/views/App/Calls/CallsWindow.js rename to ui/views/App/Calls/CallsWindow.js diff --git a/linphone-desktop/ui/views/App/Calls/CallsWindow.qml b/ui/views/App/Calls/CallsWindow.qml similarity index 100% rename from linphone-desktop/ui/views/App/Calls/CallsWindow.qml rename to ui/views/App/Calls/CallsWindow.qml diff --git a/linphone-desktop/ui/views/App/Calls/Conference.qml b/ui/views/App/Calls/Conference.qml similarity index 100% rename from linphone-desktop/ui/views/App/Calls/Conference.qml rename to ui/views/App/Calls/Conference.qml diff --git a/linphone-desktop/ui/views/App/Calls/Dialogs/CallSipAddress.qml b/ui/views/App/Calls/Dialogs/CallSipAddress.qml similarity index 100% rename from linphone-desktop/ui/views/App/Calls/Dialogs/CallSipAddress.qml rename to ui/views/App/Calls/Dialogs/CallSipAddress.qml diff --git a/linphone-desktop/ui/views/App/Calls/Dialogs/CallTransfer.qml b/ui/views/App/Calls/Dialogs/CallTransfer.qml similarity index 100% rename from linphone-desktop/ui/views/App/Calls/Dialogs/CallTransfer.qml rename to ui/views/App/Calls/Dialogs/CallTransfer.qml diff --git a/linphone-desktop/ui/views/App/Calls/Dialogs/ConferenceManager.qml b/ui/views/App/Calls/Dialogs/ConferenceManager.qml similarity index 100% rename from linphone-desktop/ui/views/App/Calls/Dialogs/ConferenceManager.qml rename to ui/views/App/Calls/Dialogs/ConferenceManager.qml diff --git a/linphone-desktop/ui/views/App/Calls/EndedCall.qml b/ui/views/App/Calls/EndedCall.qml similarity index 100% rename from linphone-desktop/ui/views/App/Calls/EndedCall.qml rename to ui/views/App/Calls/EndedCall.qml diff --git a/linphone-desktop/ui/views/App/Calls/Incall.js b/ui/views/App/Calls/Incall.js similarity index 100% rename from linphone-desktop/ui/views/App/Calls/Incall.js rename to ui/views/App/Calls/Incall.js diff --git a/linphone-desktop/ui/views/App/Calls/Incall.qml b/ui/views/App/Calls/Incall.qml similarity index 100% rename from linphone-desktop/ui/views/App/Calls/Incall.qml rename to ui/views/App/Calls/Incall.qml diff --git a/linphone-desktop/ui/views/App/Calls/IncallAvatar.qml b/ui/views/App/Calls/IncallAvatar.qml similarity index 100% rename from linphone-desktop/ui/views/App/Calls/IncallAvatar.qml rename to ui/views/App/Calls/IncallAvatar.qml diff --git a/linphone-desktop/ui/views/App/Calls/IncallFullscreenWindow.qml b/ui/views/App/Calls/IncallFullscreenWindow.qml similarity index 100% rename from linphone-desktop/ui/views/App/Calls/IncallFullscreenWindow.qml rename to ui/views/App/Calls/IncallFullscreenWindow.qml diff --git a/linphone-desktop/ui/views/App/Calls/IncomingCall.qml b/ui/views/App/Calls/IncomingCall.qml similarity index 100% rename from linphone-desktop/ui/views/App/Calls/IncomingCall.qml rename to ui/views/App/Calls/IncomingCall.qml diff --git a/linphone-desktop/ui/views/App/Calls/OutgoingCall.qml b/ui/views/App/Calls/OutgoingCall.qml similarity index 100% rename from linphone-desktop/ui/views/App/Calls/OutgoingCall.qml rename to ui/views/App/Calls/OutgoingCall.qml diff --git a/linphone-desktop/ui/views/App/Calls/ZrtpTokenAuthentication.qml b/ui/views/App/Calls/ZrtpTokenAuthentication.qml similarity index 100% rename from linphone-desktop/ui/views/App/Calls/ZrtpTokenAuthentication.qml rename to ui/views/App/Calls/ZrtpTokenAuthentication.qml diff --git a/linphone-desktop/ui/views/App/Main/Assistant.qml b/ui/views/App/Main/Assistant.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Assistant.qml rename to ui/views/App/Main/Assistant.qml diff --git a/linphone-desktop/ui/views/App/Main/Assistant/ActivateLinphoneSipAccountWithEmail.qml b/ui/views/App/Main/Assistant/ActivateLinphoneSipAccountWithEmail.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Assistant/ActivateLinphoneSipAccountWithEmail.qml rename to ui/views/App/Main/Assistant/ActivateLinphoneSipAccountWithEmail.qml diff --git a/linphone-desktop/ui/views/App/Main/Assistant/ActivateLinphoneSipAccountWithPhoneNumber.qml b/ui/views/App/Main/Assistant/ActivateLinphoneSipAccountWithPhoneNumber.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Assistant/ActivateLinphoneSipAccountWithPhoneNumber.qml rename to ui/views/App/Main/Assistant/ActivateLinphoneSipAccountWithPhoneNumber.qml diff --git a/linphone-desktop/ui/views/App/Main/Assistant/AssistantAbstractView.qml b/ui/views/App/Main/Assistant/AssistantAbstractView.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Assistant/AssistantAbstractView.qml rename to ui/views/App/Main/Assistant/AssistantAbstractView.qml diff --git a/linphone-desktop/ui/views/App/Main/Assistant/AssistantHome.qml b/ui/views/App/Main/Assistant/AssistantHome.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Assistant/AssistantHome.qml rename to ui/views/App/Main/Assistant/AssistantHome.qml diff --git a/linphone-desktop/ui/views/App/Main/Assistant/CreateLinphoneSipAccount.qml b/ui/views/App/Main/Assistant/CreateLinphoneSipAccount.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Assistant/CreateLinphoneSipAccount.qml rename to ui/views/App/Main/Assistant/CreateLinphoneSipAccount.qml diff --git a/linphone-desktop/ui/views/App/Main/Assistant/CreateLinphoneSipAccountWithEmail.qml b/ui/views/App/Main/Assistant/CreateLinphoneSipAccountWithEmail.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Assistant/CreateLinphoneSipAccountWithEmail.qml rename to ui/views/App/Main/Assistant/CreateLinphoneSipAccountWithEmail.qml diff --git a/linphone-desktop/ui/views/App/Main/Assistant/CreateLinphoneSipAccountWithPhoneNumber.qml b/ui/views/App/Main/Assistant/CreateLinphoneSipAccountWithPhoneNumber.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Assistant/CreateLinphoneSipAccountWithPhoneNumber.qml rename to ui/views/App/Main/Assistant/CreateLinphoneSipAccountWithPhoneNumber.qml diff --git a/linphone-desktop/ui/views/App/Main/Assistant/FetchRemoteConfiguration.qml b/ui/views/App/Main/Assistant/FetchRemoteConfiguration.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Assistant/FetchRemoteConfiguration.qml rename to ui/views/App/Main/Assistant/FetchRemoteConfiguration.qml diff --git a/linphone-desktop/ui/views/App/Main/Assistant/UseLinphoneSipAccount.qml b/ui/views/App/Main/Assistant/UseLinphoneSipAccount.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Assistant/UseLinphoneSipAccount.qml rename to ui/views/App/Main/Assistant/UseLinphoneSipAccount.qml diff --git a/linphone-desktop/ui/views/App/Main/Assistant/UseLinphoneSipAccountWithPhoneNumber.qml b/ui/views/App/Main/Assistant/UseLinphoneSipAccountWithPhoneNumber.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Assistant/UseLinphoneSipAccountWithPhoneNumber.qml rename to ui/views/App/Main/Assistant/UseLinphoneSipAccountWithPhoneNumber.qml diff --git a/linphone-desktop/ui/views/App/Main/Assistant/UseLinphoneSipAccountWithUsername.qml b/ui/views/App/Main/Assistant/UseLinphoneSipAccountWithUsername.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Assistant/UseLinphoneSipAccountWithUsername.qml rename to ui/views/App/Main/Assistant/UseLinphoneSipAccountWithUsername.qml diff --git a/linphone-desktop/ui/views/App/Main/Assistant/UseOtherSipAccount.qml b/ui/views/App/Main/Assistant/UseOtherSipAccount.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Assistant/UseOtherSipAccount.qml rename to ui/views/App/Main/Assistant/UseOtherSipAccount.qml diff --git a/linphone-desktop/ui/views/App/Main/ContactEdit.js b/ui/views/App/Main/ContactEdit.js similarity index 100% rename from linphone-desktop/ui/views/App/Main/ContactEdit.js rename to ui/views/App/Main/ContactEdit.js diff --git a/linphone-desktop/ui/views/App/Main/ContactEdit.qml b/ui/views/App/Main/ContactEdit.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/ContactEdit.qml rename to ui/views/App/Main/ContactEdit.qml diff --git a/linphone-desktop/ui/views/App/Main/Contacts.qml b/ui/views/App/Main/Contacts.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Contacts.qml rename to ui/views/App/Main/Contacts.qml diff --git a/linphone-desktop/ui/views/App/Main/Conversation.js b/ui/views/App/Main/Conversation.js similarity index 100% rename from linphone-desktop/ui/views/App/Main/Conversation.js rename to ui/views/App/Main/Conversation.js diff --git a/linphone-desktop/ui/views/App/Main/Conversation.qml b/ui/views/App/Main/Conversation.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Conversation.qml rename to ui/views/App/Main/Conversation.qml diff --git a/linphone-desktop/ui/views/App/Main/Dialogs/About.qml b/ui/views/App/Main/Dialogs/About.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Dialogs/About.qml rename to ui/views/App/Main/Dialogs/About.qml diff --git a/linphone-desktop/ui/views/App/Main/Dialogs/AuthenticationRequest.js b/ui/views/App/Main/Dialogs/AuthenticationRequest.js similarity index 100% rename from linphone-desktop/ui/views/App/Main/Dialogs/AuthenticationRequest.js rename to ui/views/App/Main/Dialogs/AuthenticationRequest.js diff --git a/linphone-desktop/ui/views/App/Main/Dialogs/AuthenticationRequest.qml b/ui/views/App/Main/Dialogs/AuthenticationRequest.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Dialogs/AuthenticationRequest.qml rename to ui/views/App/Main/Dialogs/AuthenticationRequest.qml diff --git a/linphone-desktop/ui/views/App/Main/Dialogs/ManageAccounts.qml b/ui/views/App/Main/Dialogs/ManageAccounts.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Dialogs/ManageAccounts.qml rename to ui/views/App/Main/Dialogs/ManageAccounts.qml diff --git a/linphone-desktop/ui/views/App/Main/Home.qml b/ui/views/App/Main/Home.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/Home.qml rename to ui/views/App/Main/Home.qml diff --git a/linphone-desktop/ui/views/App/Main/InviteFriends.qml b/ui/views/App/Main/InviteFriends.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/InviteFriends.qml rename to ui/views/App/Main/InviteFriends.qml diff --git a/linphone-desktop/ui/views/App/Main/MainWindow.js b/ui/views/App/Main/MainWindow.js similarity index 100% rename from linphone-desktop/ui/views/App/Main/MainWindow.js rename to ui/views/App/Main/MainWindow.js diff --git a/linphone-desktop/ui/views/App/Main/MainWindow.qml b/ui/views/App/Main/MainWindow.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/MainWindow.qml rename to ui/views/App/Main/MainWindow.qml diff --git a/linphone-desktop/ui/views/App/Main/MainWindowMenuBar.qml b/ui/views/App/Main/MainWindowMenuBar.qml similarity index 100% rename from linphone-desktop/ui/views/App/Main/MainWindowMenuBar.qml rename to ui/views/App/Main/MainWindowMenuBar.qml diff --git a/linphone-desktop/ui/views/App/Settings/SettingsAudio.qml b/ui/views/App/Settings/SettingsAudio.qml similarity index 100% rename from linphone-desktop/ui/views/App/Settings/SettingsAudio.qml rename to ui/views/App/Settings/SettingsAudio.qml diff --git a/linphone-desktop/ui/views/App/Settings/SettingsCallsChat.qml b/ui/views/App/Settings/SettingsCallsChat.qml similarity index 100% rename from linphone-desktop/ui/views/App/Settings/SettingsCallsChat.qml rename to ui/views/App/Settings/SettingsCallsChat.qml diff --git a/linphone-desktop/ui/views/App/Settings/SettingsNetwork.qml b/ui/views/App/Settings/SettingsNetwork.qml similarity index 100% rename from linphone-desktop/ui/views/App/Settings/SettingsNetwork.qml rename to ui/views/App/Settings/SettingsNetwork.qml diff --git a/linphone-desktop/ui/views/App/Settings/SettingsSipAccounts.js b/ui/views/App/Settings/SettingsSipAccounts.js similarity index 100% rename from linphone-desktop/ui/views/App/Settings/SettingsSipAccounts.js rename to ui/views/App/Settings/SettingsSipAccounts.js diff --git a/linphone-desktop/ui/views/App/Settings/SettingsSipAccounts.qml b/ui/views/App/Settings/SettingsSipAccounts.qml similarity index 100% rename from linphone-desktop/ui/views/App/Settings/SettingsSipAccounts.qml rename to ui/views/App/Settings/SettingsSipAccounts.qml diff --git a/linphone-desktop/ui/views/App/Settings/SettingsSipAccountsEdit.js b/ui/views/App/Settings/SettingsSipAccountsEdit.js similarity index 100% rename from linphone-desktop/ui/views/App/Settings/SettingsSipAccountsEdit.js rename to ui/views/App/Settings/SettingsSipAccountsEdit.js diff --git a/linphone-desktop/ui/views/App/Settings/SettingsSipAccountsEdit.qml b/ui/views/App/Settings/SettingsSipAccountsEdit.qml similarity index 100% rename from linphone-desktop/ui/views/App/Settings/SettingsSipAccountsEdit.qml rename to ui/views/App/Settings/SettingsSipAccountsEdit.qml diff --git a/linphone-desktop/ui/views/App/Settings/SettingsUi.js b/ui/views/App/Settings/SettingsUi.js similarity index 100% rename from linphone-desktop/ui/views/App/Settings/SettingsUi.js rename to ui/views/App/Settings/SettingsUi.js diff --git a/linphone-desktop/ui/views/App/Settings/SettingsUi.qml b/ui/views/App/Settings/SettingsUi.qml similarity index 100% rename from linphone-desktop/ui/views/App/Settings/SettingsUi.qml rename to ui/views/App/Settings/SettingsUi.qml diff --git a/linphone-desktop/ui/views/App/Settings/SettingsVideo.js b/ui/views/App/Settings/SettingsVideo.js similarity index 100% rename from linphone-desktop/ui/views/App/Settings/SettingsVideo.js rename to ui/views/App/Settings/SettingsVideo.js diff --git a/linphone-desktop/ui/views/App/Settings/SettingsVideo.qml b/ui/views/App/Settings/SettingsVideo.qml similarity index 100% rename from linphone-desktop/ui/views/App/Settings/SettingsVideo.qml rename to ui/views/App/Settings/SettingsVideo.qml diff --git a/linphone-desktop/ui/views/App/Settings/SettingsVideoPreview.qml b/ui/views/App/Settings/SettingsVideoPreview.qml similarity index 100% rename from linphone-desktop/ui/views/App/Settings/SettingsVideoPreview.qml rename to ui/views/App/Settings/SettingsVideoPreview.qml diff --git a/linphone-desktop/ui/views/App/Settings/SettingsWindow.qml b/ui/views/App/Settings/SettingsWindow.qml similarity index 100% rename from linphone-desktop/ui/views/App/Settings/SettingsWindow.qml rename to ui/views/App/Settings/SettingsWindow.qml diff --git a/linphone-desktop/ui/views/App/SplashScreen/SplashScreen.qml b/ui/views/App/SplashScreen/SplashScreen.qml similarity index 100% rename from linphone-desktop/ui/views/App/SplashScreen/SplashScreen.qml rename to ui/views/App/SplashScreen/SplashScreen.qml diff --git a/linphone-desktop/ui/views/App/Styles/Calls/CallStyle.qml b/ui/views/App/Styles/Calls/CallStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Calls/CallStyle.qml rename to ui/views/App/Styles/Calls/CallStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Calls/CallsWindowStyle.qml b/ui/views/App/Styles/Calls/CallsWindowStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Calls/CallsWindowStyle.qml rename to ui/views/App/Styles/Calls/CallsWindowStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Calls/ConferenceStyle.qml b/ui/views/App/Styles/Calls/ConferenceStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Calls/ConferenceStyle.qml rename to ui/views/App/Styles/Calls/ConferenceStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Calls/Dialogs/CallSipAddressStyle.qml b/ui/views/App/Styles/Calls/Dialogs/CallSipAddressStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Calls/Dialogs/CallSipAddressStyle.qml rename to ui/views/App/Styles/Calls/Dialogs/CallSipAddressStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Calls/Dialogs/CallTransferStyle.qml b/ui/views/App/Styles/Calls/Dialogs/CallTransferStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Calls/Dialogs/CallTransferStyle.qml rename to ui/views/App/Styles/Calls/Dialogs/CallTransferStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Calls/Dialogs/ConferenceManagerStyle.qml b/ui/views/App/Styles/Calls/Dialogs/ConferenceManagerStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Calls/Dialogs/ConferenceManagerStyle.qml rename to ui/views/App/Styles/Calls/Dialogs/ConferenceManagerStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/Assistant/ActivateLinphoneSipAccountWithEmailStyle.qml b/ui/views/App/Styles/Main/Assistant/ActivateLinphoneSipAccountWithEmailStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/Assistant/ActivateLinphoneSipAccountWithEmailStyle.qml rename to ui/views/App/Styles/Main/Assistant/ActivateLinphoneSipAccountWithEmailStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/Assistant/ActivateLinphoneSipAccountWithPhoneNumberStyle.qml b/ui/views/App/Styles/Main/Assistant/ActivateLinphoneSipAccountWithPhoneNumberStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/Assistant/ActivateLinphoneSipAccountWithPhoneNumberStyle.qml rename to ui/views/App/Styles/Main/Assistant/ActivateLinphoneSipAccountWithPhoneNumberStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/Assistant/AssistantAbstractViewStyle.qml b/ui/views/App/Styles/Main/Assistant/AssistantAbstractViewStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/Assistant/AssistantAbstractViewStyle.qml rename to ui/views/App/Styles/Main/Assistant/AssistantAbstractViewStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/Assistant/AssistantHomeStyle.qml b/ui/views/App/Styles/Main/Assistant/AssistantHomeStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/Assistant/AssistantHomeStyle.qml rename to ui/views/App/Styles/Main/Assistant/AssistantHomeStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/Assistant/CreateLinphoneSipAccountStyle.qml b/ui/views/App/Styles/Main/Assistant/CreateLinphoneSipAccountStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/Assistant/CreateLinphoneSipAccountStyle.qml rename to ui/views/App/Styles/Main/Assistant/CreateLinphoneSipAccountStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/Assistant/UseLinphoneSipAccountStyle.qml b/ui/views/App/Styles/Main/Assistant/UseLinphoneSipAccountStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/Assistant/UseLinphoneSipAccountStyle.qml rename to ui/views/App/Styles/Main/Assistant/UseLinphoneSipAccountStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/AssistantStyle.qml b/ui/views/App/Styles/Main/AssistantStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/AssistantStyle.qml rename to ui/views/App/Styles/Main/AssistantStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/ContactEditStyle.qml b/ui/views/App/Styles/Main/ContactEditStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/ContactEditStyle.qml rename to ui/views/App/Styles/Main/ContactEditStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/ContactsStyle.qml b/ui/views/App/Styles/Main/ContactsStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/ContactsStyle.qml rename to ui/views/App/Styles/Main/ContactsStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/ConversationStyle.qml b/ui/views/App/Styles/Main/ConversationStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/ConversationStyle.qml rename to ui/views/App/Styles/Main/ConversationStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/Dialogs/AboutStyle.qml b/ui/views/App/Styles/Main/Dialogs/AboutStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/Dialogs/AboutStyle.qml rename to ui/views/App/Styles/Main/Dialogs/AboutStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/Dialogs/AuthenticationRequestStyle.qml b/ui/views/App/Styles/Main/Dialogs/AuthenticationRequestStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/Dialogs/AuthenticationRequestStyle.qml rename to ui/views/App/Styles/Main/Dialogs/AuthenticationRequestStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/Dialogs/ManageAccountsStyle.qml b/ui/views/App/Styles/Main/Dialogs/ManageAccountsStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/Dialogs/ManageAccountsStyle.qml rename to ui/views/App/Styles/Main/Dialogs/ManageAccountsStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/HomeStyle.qml b/ui/views/App/Styles/Main/HomeStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/HomeStyle.qml rename to ui/views/App/Styles/Main/HomeStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/InviteFriendsStyle.qml b/ui/views/App/Styles/Main/InviteFriendsStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/InviteFriendsStyle.qml rename to ui/views/App/Styles/Main/InviteFriendsStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Main/MainWindowStyle.qml b/ui/views/App/Styles/Main/MainWindowStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Main/MainWindowStyle.qml rename to ui/views/App/Styles/Main/MainWindowStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Settings/SettingsAudioStyle.qml b/ui/views/App/Styles/Settings/SettingsAudioStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Settings/SettingsAudioStyle.qml rename to ui/views/App/Styles/Settings/SettingsAudioStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Settings/SettingsSipAccountsEditStyle.qml b/ui/views/App/Styles/Settings/SettingsSipAccountsEditStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Settings/SettingsSipAccountsEditStyle.qml rename to ui/views/App/Styles/Settings/SettingsSipAccountsEditStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Settings/SettingsVideoPreviewStyle.qml b/ui/views/App/Styles/Settings/SettingsVideoPreviewStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Settings/SettingsVideoPreviewStyle.qml rename to ui/views/App/Styles/Settings/SettingsVideoPreviewStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/Settings/SettingsWindowStyle.qml b/ui/views/App/Styles/Settings/SettingsWindowStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/Settings/SettingsWindowStyle.qml rename to ui/views/App/Styles/Settings/SettingsWindowStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/SplashScreen/SplashScreenStyle.qml b/ui/views/App/Styles/SplashScreen/SplashScreenStyle.qml similarity index 100% rename from linphone-desktop/ui/views/App/Styles/SplashScreen/SplashScreenStyle.qml rename to ui/views/App/Styles/SplashScreen/SplashScreenStyle.qml diff --git a/linphone-desktop/ui/views/App/Styles/qmldir b/ui/views/App/Styles/qmldir similarity index 100% rename from linphone-desktop/ui/views/App/Styles/qmldir rename to ui/views/App/Styles/qmldir