diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba074cb2b..4ab5f9dc0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ variables:
#CMAKE_OPTIONS: -DENABLE_LIME_X3DH=YES
# Docker image version
- ARCHLINUX_IMAGE_VERSION: 20210217_init
+ ARCHLINUX_IMAGE_VERSION: latestupdated
CENTOS_7_QT_IMAGE_VERSION: 20210401_python3
DEBIAN_9_QT_IMAGE_VERSION: 20210401_python3
DEBIAN_10_IMAGE_VERSION: 20210217_python3
diff --git a/linphone-app/resources.qrc b/linphone-app/resources.qrc
index 8dec2d8bd..a65070a06 100644
--- a/linphone-app/resources.qrc
+++ b/linphone-app/resources.qrc
@@ -440,6 +440,7 @@
ui/views/App/Main/MainWindowMenuBar.qml
ui/views/App/Main/MainWindow.qml
ui/views/App/Main/MainWindowTopMenuBar.qml
+ ui/views/App/Settings/Dialogs/SettingsLdapEdit.qml
ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.js
ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml
ui/views/App/Settings/Dialogs/SettingsVideoPreview.qml
@@ -447,6 +448,7 @@
ui/views/App/Settings/SettingsAdvanced.qml
ui/views/App/Settings/SettingsAudio.qml
ui/views/App/Settings/SettingsCallsChat.qml
+ ui/views/App/Settings/SettingsLdap.qml
ui/views/App/Settings/SettingsNetwork.qml
ui/views/App/Settings/SettingsSipAccounts.js
ui/views/App/Settings/SettingsSipAccounts.qml
@@ -489,6 +491,5 @@
ui/dev-modules/Colors/Colors.qml
ui/dev-modules/Units/Units.qml
assets/icon.ico
- ui/views/App/Settings/Dialogs/SettingsLdapEdit.qml
diff --git a/linphone-app/ui/views/App/Settings/Dialogs/SettingsLdapEdit.qml b/linphone-app/ui/views/App/Settings/Dialogs/SettingsLdapEdit.qml
index 4ef4ab8f2..080b9b770 100644
--- a/linphone-app/ui/views/App/Settings/Dialogs/SettingsLdapEdit.qml
+++ b/linphone-app/ui/views/App/Settings/Dialogs/SettingsLdapEdit.qml
@@ -56,7 +56,7 @@ DialogPlus {
onTextChanged: ldapData.displayName = text
Keys.onReturnPressed: nextItemInFocusChain().forceActiveFocus()
TooltipArea{
- text : 'LDAP Server. eg: ldap:/// for a localhost server or ldap://ldap.example.org/'
+ text : 'The display name of the server to be shown in the list'
}
}
}
diff --git a/linphone-app/ui/views/App/Settings/SettingsAdvanced.qml b/linphone-app/ui/views/App/Settings/SettingsAdvanced.qml
index b444ecdc7..3353bb395 100644
--- a/linphone-app/ui/views/App/Settings/SettingsAdvanced.qml
+++ b/linphone-app/ui/views/App/Settings/SettingsAdvanced.qml
@@ -103,16 +103,16 @@ TabContainer {
// -------------------------------------------------------------------------
// LDAP
// -------------------------------------------------------------------------
- Form {
- title: 'LDAP'
- width: parent.width
- addButton:true
- onAddButtonClicked:ldapSection.add()
- SettingsLdap{
- id:ldapSection
- width: parent.width
- }
- }
+ Form {
+ title: 'LDAP'
+ width: parent.width
+ addButton:true
+ onAddButtonClicked:ldapSection.add()
+ SettingsLdap{
+ id:ldapSection
+ width: parent.width
+ }
+ }
// -------------------------------------------------------------------------
// ADDRESS BOOK