Notices


Poll: What are you missing in horizontal-call?
Poll Options
What are you missing in horizontal-call?

Reply
Thread Tools
Posts: 5 | Thanked: 26 times | Joined on Jul 2010
#121
@eitama

Also another bit that might be useful is that while getting the entire contact list is slow (20 seconds for 250 contacts for me), getting a single contact is almost instantaneous. So one optimization I made was to store a cache of all the names + id and I query the contact manager for more information when the user selects the id. I also saved the cache in the qsettings and compressed it too .

I haven't looked at the latest horizontal call in a while, but if you wanted to get a thumbnail of the user, you'll have to do a BGR to RGB conversion before displaying it (yet another qtmobility bug). A related bug to that is that all thumbnails are served at 64x64. I have a bit of code that converts it back to RGB and displays a scaled version of it (~90x90). Scaling it isn't so bad because the n900 has a ridiculously high resolution . If you find a way to get a better thumbnail of the user, do let me know how .
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#122
Great app but one, minor flaw. I can't choose how the names are displayed (e.g. first name and then surname, which is default and I'd like to use the exact opposite). A bug or a missing feature?
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#123
@vrwarp

horizontal-call does not get thumbnails, at least not intentionally,
It's not the scope of the app, I want to keep it simple, A few pending features I have in mind are :

- Ability to choose which fileds are used when searching.
- Ability to choose the way contacts are displayed
- Automatic refresh of contacts incase of a change.
- Caching of contacts for faster loading.

I'm just busy at this time of the year, and can't get time to do all this + I'm not a pro programmer so these things take me time.

(:

@rantom,
It's a missing feature
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#124
New version 0.8-1 is hereby released!
  • Removed English only enforcement since libqtm-contacts 1.0.2 is now installable! You will need to run the following command :
  • From Root terminal : apt-get update ; apt-get upgrade
Refer to the Original Post for details + download

For me, this is what installed the new QtMobility Contacts module, I am not sure how it should be if you are using the application manager, If any problems rise, I will revert back to English only and we see where we go from there.
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#125
Originally Posted by eitama View Post
New version 0.8-1 is hereby released!
  • Removed English only enforcement since libqtm-contacts 1.0.2 is now installable! You will need to run the following command :
  • From Root terminal : apt-get update ; apt-get upgrade
Refer to the Original Post for details + download

For me, this is what installed the new QtMobility Contacts module, I am not sure how it should be if you are using the application manager, If any problems rise, I will revert back to English only and we see where we go from there.
I got the update (installed via .deb), thanks for this. However, there's still no buttons for ÄÖÅ (Scandinavian alphabets), I assume theses are coming along? Also, should I worry about this log, since I got it whilst updating with your commands on X-Term?

http://www.pastebin.com/YvSdsnLt

Sorry though that it's not the whole log, couldn't get it.

Last edited by rantom; 2010-08-19 at 04:16.
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#126
Originally Posted by rantom View Post
I got the update (installed via .deb), thanks for this. However, there's still no buttons for ÄÖÅ (Scandinavian alphabets), I assume theses are coming along? Also, should I worry about this log, since I got it whilst updating with your commands on X-Term?

http://www.pastebin.com/YvSdsnLt

Sorry though that it's not the whole log, couldn't get it.
Look at your pastebin output, Lines : 134-136
Code:
Setting up libqtm-contacts (1:1.0.2-maemo1) ...
Setting up libqtm-location (1:1.0.2-maemo1) ...
Setting up python-conic (0.1-6) ...
Libqtm-contacts was installed, but you have a program called python-conic which is trying to ran a bad post script and it messes up your apt-get upgrade command.

If you run horizontal-call and you have unicode support, then libqtm-contacts 1.0.2 was installed, else you need to resolve you problem with that program. I might be able to state the version in the dependencies of horizontal-call which will force the phone to either reject horizontal-call or install libqtm-contacts 1.0.2 but I am not sure what the syntax is.
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 
Posts: 729 | Thanked: 155 times | Joined on Dec 2009
#127
And how can you search for contacts with umlauts if they are not displayed?
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#128
Originally Posted by DaSilva View Post
And how can you search for contacts with umlauts if they are not displayed?
Sorry, I don't know what an umlaut is, but I did a quick google search on it, and I assume it's some sort of sign under or above a letter?
If so, can you use it in the normal contacts application?
Can you post a picture of?
If it's part of unicode, it should just appear, as I have removed all filtering.

Edit: I found some more info about it, i still need to know whats the status now, do you have contacts with umlaut? are they displayed in horizontal-call?
You can take a screenshot and upload it. Don't forget to blur any unwanted info.
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |

Last edited by eitama; 2010-08-19 at 07:13.
 
Posts: 729 | Thanked: 155 times | Joined on Dec 2009
#129
I mean characters like üöä or ß. How can I search for contacts with those characters in their names? Will those umlauts be displayed automatically if I have contacts with names like that?
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#130
Originally Posted by DaSilva View Post
I mean characters like üöä or ß. How can I search for contacts with those characters in their names? Will those umlauts be displayed automatically if I have contacts with names like that?
I don't have contacts with those chars on my N900, so tbh I don't know, It should just work. Have you tried it? Did it fail?
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 

The Following User Says Thank You to eitama For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 20:13.