Commit 470176bd authored by eekkelund's avatar eekkelund

[Merge] Fix merging errors

parent 90d9d159
...@@ -58,12 +58,6 @@ Item { ...@@ -58,12 +58,6 @@ Item {
searchListView.visible = false; searchListView.visible = false;
} }
} }
onVisibleChanged: {
if( visible){
searchField.forceActiveFocus()
} else searchField.focus = false
oldHeight=height
}
function calculateHeight() function calculateHeight()
{ {
...@@ -132,11 +126,7 @@ Item { ...@@ -132,11 +126,7 @@ Item {
value: searchField.text.toLowerCase().trim() value: searchField.text.toLowerCase().trim()
} }
onTextChanged: { onTextChanged: {
<<<<<<< HEAD:src/qml/applauncher/SearchListView.qml
if(searchField.lenght>0) {
=======
if(text.lenght>0) { if(text.lenght>0) {
>>>>>>> 2aeaeb0... [Keyboard] Make keyboard to rotate when homescreen rotates.:src/qml/SearchListView.qml
searchField.forceActiveFocus() searchField.forceActiveFocus()
} }
} }
......
...@@ -38,10 +38,8 @@ qml.files = qml/MainScreen.qml \ ...@@ -38,10 +38,8 @@ qml.files = qml/MainScreen.qml \
qml/DeviceLockUI.qml \ qml/DeviceLockUI.qml \
qml/LauncherItemWrapper.qml \ qml/LauncherItemWrapper.qml \
qml/LauncherItemFolder.qml \ qml/LauncherItemFolder.qml \
qml/SearchListView.qml \
qml/compositor_new.qml \ qml/compositor_new.qml \
qml/compositor.qml \ qml/compositor.qml
qml/LayerManager.qml
qmlcompositor.path = /usr/share/lipstick-glacier-home-qt5/qml/compositor qmlcompositor.path = /usr/share/lipstick-glacier-home-qt5/qml/compositor
qmlcompositor.files = qml/compositor/WindowWrapperMystic.qml \ qmlcompositor.files = qml/compositor/WindowWrapperMystic.qml \
...@@ -146,7 +144,6 @@ DISTFILES += \ ...@@ -146,7 +144,6 @@ DISTFILES += \
qml/*/*.qml \ qml/*/*.qml \
settings-plugins/*/*.qml \ settings-plugins/*/*.qml \
settings-plugins/*/*.json \ settings-plugins/*/*.json \
settings-plugins/*/*.svg settings-plugins/*/*.svg \
qml/connectivity/ConnectionSelector.qml \ qml/connectivity/ConnectionSelector.qml \
qml/statusbar/BatteryIndicator.qml \ qml/statusbar/BatteryIndicator.qml
qml/LayerManager.qml
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment