Re: Launcher v0.41 - New Release

2009-11-01 Thread Yann SLADEK
Hi,

good app, very useful.
I migh have found a little bug with the  'Jump' function in contacts.
All my contacts are listed into 'No cat', so I click on 'Jump' then M 
for example (why only 1 character ?).
It goes down but on 'O' or 'P' character. Sometimes, it works great, 
most on the time when it goes from the bottom to the top of the list.

Another thing, would it be possible to customize contacts field ? Could 
we show up only category with at least 1 contact ? Because, as category 
are displayed twice (as reported below), we have to move at the right of 
the screen to get contacts list.

Thanks a lot

Yann
 Hi,
   Here is the latest release. Changes :-

 1. Clean Ups, Bug fixes and Speed ups (hopefully)
 2. Should indicate last call made and sms sent in contacts app
 3. Better re-sending of failed sms's

 Enjoy.

 http://n2.nabble.com/file/n3911066/launcher_0.41_arm.ipk
 launcher_0.41_arm.ipk 
   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Launcher v0.41 - New Release

2009-10-30 Thread Petr Vanek
 it feels very responding, after all data is loaded. (most delays seem
 to be caused by waiting for the opimd data).
 
  Actually, the contacts are synced the first time only. The SMS's are
typically not that many, but for opimd to go through all the calls,
parse them and send them through the dbus really takes long. Since
launcher doesn't know if you received calls when it wasn't running, it
uses the time of the last call it has in its local db to query for
newer calls from opim. Hence the delay. Typically, about 10 - 12 secs.
Keeping a smaller log will speed up launcher. 
  I've been thinking of deleting all the calls older than those
 launcher
displays - or some x days automatically. What do you think?

if the number of days is configurable (possible to set to unlimited),
this would be very good.

 1) in contacts, all the categories are listed twice (all empty), this
 was also the same in .39. 
 
  That must be something I'm doing wrong in the db creation. While I
 solve
that issue, you could remove those duplicates (and change them to
something more appropriate to yourself) manually by changing the
category names in the contacts_cat table.

- sqlite .launcher/launcher.db
- delete from contacts_cat; (or delete from contacts_cat where
category='Family';)
- delete from contacts_cat where key = 1;
- insert into contacts cat (category) values ('your_new_cat');

  I will finish work on the customisation of categories in some time.

If you have deleted the old launcher db - you've lost the
categorisation of the apps and the contacts. Maybe I need to shift
this to another db - so that the working db can be deleted but this
data remains.

To set categories for the contacts click on set cat. You'll see a list
of your contacts. Select a category, select the contacts you want in
that category and click 'Set Category' button. The selected contacts
will be removed from this list and appear under their category.

ok

 2) opimd fields should probably be configurable
 somewhat, now it doesn't show all my fields... or did i miss
 something?
 
  That's missing. I'm working on it - should be done soon. Thanks for
 all
the feedback. Did you like the the fact that your contacts now show
when you contacted them last?

couldn't enjoy this one yet, from home i have to call from a gsm gate,
there is no signal inside my house... but will test this afternoon or
on the weekend,

thanks for all the great work and time! :)
Petr



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Launcher v0.41 - New Release

2009-10-30 Thread Adam Jimerson
On Fri, Oct 30, 2009 at 3:09 AM, Petr Vanek van...@penguin.cz wrote:

  it feels very responding, after all data is loaded. (most delays seem
  to be caused by waiting for the opimd data).
 
   Actually, the contacts are synced the first time only. The SMS's are
 typically not that many, but for opimd to go through all the calls,
 parse them and send them through the dbus really takes long. Since
 launcher doesn't know if you received calls when it wasn't running, it
 uses the time of the last call it has in its local db to query for
 newer calls from opim. Hence the delay. Typically, about 10 - 12 secs.
 Keeping a smaller log will speed up launcher.
   I've been thinking of deleting all the calls older than those
  launcher
 displays - or some x days automatically. What do you think?

 if the number of days is configurable (possible to set to unlimited),
 this would be very good.


+1 for configurable number of days for the logs

Did you like the the fact that your contacts now show
when you contacted them last?


Yes I like the fact that it shows when and how you contacted someone last, I
have found this feature very useful already  thank you for adding it!
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Launcher v0.41 - New Release

2009-10-30 Thread Gand'
hi

is it possible to define launcher as the default desktop application (ie
making it disappear from the task list)?
it's kind of annoying using it as an application ...
-- 
  Gand'

On Fri, Oct 30, 2009 at 1:48 PM, Adam Jimerson vend...@gmail.com wrote:

 On Fri, Oct 30, 2009 at 3:09 AM, Petr Vanek van...@penguin.cz wrote:

  it feels very responding, after all data is loaded. (most delays seem
  to be caused by waiting for the opimd data).
 
   Actually, the contacts are synced the first time only. The SMS's are
 typically not that many, but for opimd to go through all the calls,
 parse them and send them through the dbus really takes long. Since
 launcher doesn't know if you received calls when it wasn't running, it
 uses the time of the last call it has in its local db to query for
 newer calls from opim. Hence the delay. Typically, about 10 - 12 secs.
 Keeping a smaller log will speed up launcher.
   I've been thinking of deleting all the calls older than those
  launcher
 displays - or some x days automatically. What do you think?

 if the number of days is configurable (possible to set to unlimited),
 this would be very good.


 +1 for configurable number of days for the logs


 Did you like the the fact that your contacts now show
 when you contacted them last?


 Yes I like the fact that it shows when and how you contacted someone last,
 I have found this feature very useful already  thank you for adding it!


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Launcher v0.41 - New Release

2009-10-30 Thread Sebastian Krzyszkowiak
On 10/30/09, Gand' gand...@viroenforce.com wrote:
 hi

 is it possible to define launcher as the default desktop application (ie
 making it disappear from the task list)?
 it's kind of annoying using it as an application ...
 --
   Gand'

 On Fri, Oct 30, 2009 at 1:48 PM, Adam Jimerson vend...@gmail.com wrote:

 On Fri, Oct 30, 2009 at 3:09 AM, Petr Vanek van...@penguin.cz wrote:

  it feels very responding, after all data is loaded. (most delays seem
  to be caused by waiting for the opimd data).
 
   Actually, the contacts are synced the first time only. The SMS's are
 typically not that many, but for opimd to go through all the calls,
 parse them and send them through the dbus really takes long. Since
 launcher doesn't know if you received calls when it wasn't running, it
 uses the time of the last call it has in its local db to query for
 newer calls from opim. Hence the delay. Typically, about 10 - 12 secs.
 Keeping a smaller log will speed up launcher.
   I've been thinking of deleting all the calls older than those
  launcher
 displays - or some x days automatically. What do you think?

 if the number of days is configurable (possible to set to unlimited),
 this would be very good.


 +1 for configurable number of days for the logs


 Did you like the the fact that your contacts now show
 when you contacted them last?


 Yes I like the fact that it shows when and how you contacted someone last,
 I have found this feature very useful already  thank you for adding it!

It should be possible. Launcher has to obtain X root window, just like
openmoko-today2 was doing (someone reported recently that it works
with Illume)

-- 
Sebastian Krzyszkowiak
dos

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Launcher v0.41 - New Release

2009-10-30 Thread Al Johnson
On Friday 30 October 2009, Gand' wrote:
 hi
 
 is it possible to define launcher as the default desktop application (ie
 making it disappear from the task list)?
 it's kind of annoying using it as an application ...

Not without modifying or rewriting illume. It doesn't have a default desktop 
app. Raster started work on illume2 which might handle this, but it's on the 
back burner. 

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Launcher v0.41 - New Release

2009-10-30 Thread Al Johnson
On Friday 30 October 2009, Sebastian Krzyszkowiak wrote:
 On 10/30/09, Gand' gand...@viroenforce.com wrote:
  hi
 
  is it possible to define launcher as the default desktop application (ie
  making it disappear from the task list)?
  it's kind of annoying using it as an application ...
  --
Gand'
 
  On Fri, Oct 30, 2009 at 1:48 PM, Adam Jimerson vend...@gmail.com wrote:
  On Fri, Oct 30, 2009 at 3:09 AM, Petr Vanek van...@penguin.cz wrote:
   it feels very responding, after all data is loaded. (most delays
   seem to be caused by waiting for the opimd data).
  
Actually, the contacts are synced the first time only. The SMS's are
  typically not that many, but for opimd to go through all the calls,
  parse them and send them through the dbus really takes long. Since
  launcher doesn't know if you received calls when it wasn't running, it
  uses the time of the last call it has in its local db to query for
  newer calls from opim. Hence the delay. Typically, about 10 - 12 secs.
  Keeping a smaller log will speed up launcher.
I've been thinking of deleting all the calls older than those
   launcher
  displays - or some x days automatically. What do you think?
 
  if the number of days is configurable (possible to set to unlimited),
  this would be very good.
 
  +1 for configurable number of days for the logs
 
  Did you like the the fact that your contacts now show
  when you contacted them last?
 
  Yes I like the fact that it shows when and how you contacted someone
  last, I have found this feature very useful already  thank you for
  adding it!
 
 It should be possible. Launcher has to obtain X root window, just like
 openmoko-today2 was doing (someone reported recently that it works
 with Illume)

Interesting - I didn't know that would work with illume.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Launcher v0.41 - New Release

2009-10-30 Thread Gand'
and how should that be done ?
-- 
  Gand'

On Fri, Oct 30, 2009 at 5:27 PM, Al Johnson
openm...@mazikeen.demon.co.ukwrote:

 On Friday 30 October 2009, Sebastian Krzyszkowiak wrote:
  On 10/30/09, Gand' gand...@viroenforce.com wrote:
   hi
  
   is it possible to define launcher as the default desktop application
 (ie
   making it disappear from the task list)?
   it's kind of annoying using it as an application ...
   --
 Gand'
  
   On Fri, Oct 30, 2009 at 1:48 PM, Adam Jimerson vend...@gmail.com
 wrote:
   On Fri, Oct 30, 2009 at 3:09 AM, Petr Vanek van...@penguin.cz
 wrote:
it feels very responding, after all data is loaded. (most delays
seem to be caused by waiting for the opimd data).
   
 Actually, the contacts are synced the first time only. The SMS's
 are
   typically not that many, but for opimd to go through all the calls,
   parse them and send them through the dbus really takes long. Since
   launcher doesn't know if you received calls when it wasn't running,
 it
   uses the time of the last call it has in its local db to query for
   newer calls from opim. Hence the delay. Typically, about 10 - 12
 secs.
   Keeping a smaller log will speed up launcher.
 I've been thinking of deleting all the calls older than those
launcher
   displays - or some x days automatically. What do you think?
  
   if the number of days is configurable (possible to set to
 unlimited),
   this would be very good.
  
   +1 for configurable number of days for the logs
  
   Did you like the the fact that your contacts now show
   when you contacted them last?
  
   Yes I like the fact that it shows when and how you contacted someone
   last, I have found this feature very useful already  thank you for
   adding it!
 
  It should be possible. Launcher has to obtain X root window, just like
  openmoko-today2 was doing (someone reported recently that it works
  with Illume)

 Interesting - I didn't know that would work with illume.

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Launcher v0.41 - New Release

2009-10-30 Thread Bernd PrĂ¼nster
Sebastian Krzyszkowiak wrote:

 It should be possible. Launcher has to obtain X root window, just like
 openmoko-today2 was doing (someone reported recently that it works
 with Illume)
   
c_c try ELM_WIN_DESKTOP instead of ELM_WIN_BASIC.
there is even a screenie of openmoko-today as root window on scap (i 
hope the info i got helps, but when i made that screenie my system was 
already lost, because of all the stuff from scaredycat repo i needed for 
openmoko-today2)

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Launcher v0.41 - New Release

2009-10-30 Thread c_c

Hi,

Jesus McCloud wrote:
  
 c_c try ELM_WIN_DESKTOP instead of ELM_WIN_BASIC.
 
  Ok. I tried it - doesn't seem to make any diff. What am I looking out for?
-- 
View this message in context: 
http://n2.nabble.com/Launcher-v0-41-New-Release-tp3911066p3920434.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Launcher v0.41 - New Release

2009-10-30 Thread Mario Huelsegge


c_c wrote:
 
 
 
 Mario Huelsegge wrote:
 
 Hi, i just tried out the launcher, and the contacts application seems
 to have problems with opimd tel. number fields different from phone.
 Programs like opimd-contacts and pisi sync use names like Home phone
 and Cell phone.
 
   Can you give me more specific examples of the field types? The standard
 field was supposed to be tel:number. Just point me how it is in other
 apps and I'll modify launcher to support those.
 
 

opimd_cli e.g. gives me this output (contacts synced with pisi from
evolution):

  Surname: xx
  Name: xx
  E-mail: xx
  Path: /org/freesmartphone/PIM/Contacts/0
  Cell phone: tel:0157xx
  Home phone: tel:05xx

only if a field is called Phone instead of Cell phone or Home phone it
is recognised by launcher
-- 
View this message in context: 
http://n2.nabble.com/Launcher-v0-41-New-Release-tp3911066p3920505.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Launcher v0.41 - New Release

2009-10-29 Thread Petr Vanek
  Here is the latest release. Changes :-

1. Clean Ups, Bug fixes and Speed ups (hopefully)
2. Should indicate last call made and sms sent in contacts app
3. Better re-sending of failed sms's

Enjoy.

http://n2.nabble.com/file/n3911066/launcher_0.41_arm.ipk
launcher_0.41_arm.ipk 

good, good!

first start was somewhat slow, so i erased the .launcher db to start
fresh, although now i think it was framework still starting...

now it starts damn fast!

it feels very responding, after all data is loaded. (most delays seem
to be caused by waiting for the opimd data).

two minor issues:

1) in contacts, all the categories are listed twice (all empty), this
was also the same in .39. 

2) opimd fields should probably be configurable
somewhat, now it doesn't show all my fields... or did i miss something?


phonelog now allows functional call deletion, great! (after launcher
restart, i can see some calls from 1.1.1970 again but i think the
opimd db got borked, i will erase it and start fresh).

thank you,

kind regards
Petr







___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Launcher v0.41 - New Release

2009-10-29 Thread c_c

Hi,

Petr Vanek wrote:
 
 good, good!
 
  Thanks!

Petr Vanek wrote:
 
 it feels very responding, after all data is loaded. (most delays seem
 to be caused by waiting for the opimd data).
 
  Actually, the contacts are synced the first time only. The SMS's are
typically not that many, but for opimd to go through all the calls, parse
them and send them through the dbus really takes long. Since launcher
doesn't know if you received calls when it wasn't running, it uses the time
of the last call it has in its local db to query for newer calls from opim.
Hence the delay. Typically, about 10 - 12 secs. Keeping a smaller log will
speed up launcher. 
  I've been thinking of deleting all the calls older than those launcher
displays - or some x days automatically. What do you think?

Petr Vanek wrote:
 
 1) in contacts, all the categories are listed twice (all empty), this
 was also the same in .39. 
 
  That must be something I'm doing wrong in the db creation. While I solve
that issue, you could remove those duplicates (and change them to something
more appropriate to yourself) manually by changing the category names in the
contacts_cat table.

- sqlite .launcher/launcher.db
- delete from contacts_cat; (or delete from contacts_cat where
category='Family';)
- delete from contacts_cat where key = 1;
- insert into contacts cat (category) values ('your_new_cat');

  I will finish work on the customisation of categories in some time.

If you have deleted the old launcher db - you've lost the categorisation of
the apps and the contacts. Maybe I need to shift this to another db - so
that the working db can be deleted but this data remains.

To set categories for the contacts click on set cat. You'll see a list of
your contacts. Select a category, select the contacts you want in that
category and click 'Set Category' button. The selected contacts will be
removed from this list and appear under their category.

Petr Vanek wrote:
 
 2) opimd fields should probably be configurable
 somewhat, now it doesn't show all my fields... or did i miss something?
 
  That's missing. I'm working on it - should be done soon. Thanks for all
the feedback. Did you like the the fact that your contacts now show when you
contacted them last?








___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community



-- 
View this message in context: 
http://n2.nabble.com/Launcher-v0-41-New-Release-tp3911066p3917078.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community