maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [maemo5] Qlister - Simple shopping list application (https://talk.maemo.org/showthread.php?t=52113)

Grant 2010-06-05 18:03

Re: [maemo5] Qlister - Simple shopping list application
 
Nice little app, I'll be using it for my grocery run today. What do you think about adding a little more contrast to the list colors, instead of the light gray on beige? If you wanted to go all out, maybe even provide custom color settings, but that may take away from the simplicity. Thanks!

deegore 2010-06-05 18:10

Re: [maemo5] Qlister - Simple shopping list application
 
50lbs of beef, now thats metal
nice app

mece 2010-06-05 18:19

Re: [maemo5] Qlister - Simple shopping list application
 
Quote:

Originally Posted by Grant (Post 701355)
Nice little app, I'll be using it for my grocery run today. What do you think about adding a little more contrast to the list colors, instead of the light gray on beige? If you wanted to go all out, maybe even provide custom color settings, but that may take away from the simplicity. Thanks!

Yeah, I guess it could use a bit more contrast. I'll look over the colors on the next version. I guess simply making the text black would improve it.


Quote:

Originally Posted by deegore (Post 701368)
50lbs of beef, now thats metal
nice app

\,,/

cardiff-blues 2010-06-05 18:31

Re: [maemo5] Qlister - Simple shopping list application
 
am I missing something? I can't seem to add more than one item to a list. I only have the option to edit a note and not create another.

mece 2010-06-05 18:48

Re: [maemo5] Qlister - Simple shopping list application
 
Quote:

Originally Posted by cardiff-blues (Post 701401)
am I missing something? I can't seem to add more than one item to a list. I only have the option to edit a note and not create another.

Each row in the text is one item, so just type something, press return and write something else. And yes there is only the one list :) keeping it simple...

jedi 2010-06-05 18:54

Re: [maemo5] Qlister - Simple shopping list application
 
like it. +1 vote for adding a "remote wife update" feature :)

cardiff-blues 2010-06-05 19:06

Re: [maemo5] Qlister - Simple shopping list application
 
ok thanks, once I understood that you just enter items on a different line I got it.

I love the simplicity of this app. It's not over engineered to the point of being unweildy and bothersome to use in a real life situation where you need to quickly add items and administer a list. Fab app.

Already promoted to my desktop :)

leviathan18 2010-06-05 19:24

Re: [maemo5] Qlister - Simple shopping list application
 
love it

i would love a data base so i dont have to enter them again and again

also a font color change or background

mece 2010-06-05 19:29

Re: [maemo5] Qlister - Simple shopping list application
 
Quote:

Originally Posted by jedi (Post 701426)
like it. +1 vote for adding a "remote wife update" feature :)

hmm how about a remote-wife-update-light, where you cut 'n' paste the sms and it automagically makes the list. like replace commas with newline or something? I really don't want to bother with conversations api.

ukki 2010-06-06 14:09

Re: [maemo5] Qlister - Simple shopping list application
 
Quote:

Originally Posted by mece (Post 701468)
hmm how about a remote-wife-update-light, where you cut 'n' paste the sms and it automagically makes the list. like replace commas with newline or something? I really don't want to bother with conversations api.

You can basically get it with sqlite with a simple sql query:

/home/user/.rtcom-eventlogger/el-v1.db

Code:

SELECT free_text FROM Events WHERE service_id = 3 AND remote_uid="WIFESPHONENUMBER" AND outgoing=0 ORDER BY id DESC LIMIT 1
Maybe add some logic to concat split messages.


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

vBulletin® Version 3.8.8