answered
2014-02-05 23:09:21 +0200
lomo 1093 ●23 ●29 ●32
If anyone is interested - to get search bar on by default in the People application, just add the following line into /usr/share/jolla-contacts/pages/ContactsListPage.qml to set the searchEnabled property to true:
searchEnabled: true
This comes into ContactBrowser element, for you can put this line just after the line
id: contactBrowser
This will make the search box appear on People application startup. People app must be closed and restarted (can be done from gui). File change must be done as root.
If you want to add the search feature to the phone app repeat your steps in /usr/lib/qt5/qml/Sailfish/Contacts/ContactSelectPage.qml
(add the same line).
Phone application must be restarted (just do killall voicecall-ui as nemo user, phone app will be restarted automatically). You can't restart phone application from phone UI (part of the application still runs on background).
Use this at your own risk as it might void your warranty. Don't forget to backup the original files in case of mistakes. However contact list becomes finally usable if you have 500+ people in your contact list.
I also think the filtering of contacts should be tweaked a bit. I was scanning my contacts in search of "duplicates" coming from different services to merge, and when at the bottom of, let's say, the L list, I had to scroll up a lot to select the next letter.
Orologiaio ( 2013-12-24 20:07:00 +0200 )edit@Orologiaio How useful it would be to have, instead, some kind of an automatic "search for dupes" function.
NikosAlexandris ( 2013-12-24 21:58:44 +0200 )editProblem is, some people have real name on facebook, nickname on gtalk, another nickname on twitter etc. so while this would surely help, it wouldn't solve all issues.
Orologiaio ( 2013-12-25 02:17:17 +0200 )editwhat do you mean by recent? For me the People app should start with the search bar and the keyboard actif. The pads with letters like windows phone is not easy to use once the number of contacts is great. I have also more than 200 and it is a pain to scroll.
damourti ( 2013-12-25 02:39:12 +0200 )editPersonally I think N9 had it pretty right: normal list, but you were able to jump the list with a 'scrollbar' on the right where letters from A-Z (or just first contact to last contact?) were available. As far as I can see, though, that widget doesn't exist in Jolla.
flux ( 2013-12-25 10:58:08 +0200 )edit