maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   witter - a python twitter client (https://talk.maemo.org/showthread.php?t=35596)

RevdKathy 2010-01-02 17:33

Re: witter - a python twitter client
 
I have the version from extras testing, and would like to say I love it. It's a little bit slower than mauku in my experience, and I've had it lock up a couple of times (and crash out 'not responding'). But the increased functionality is awsome and makes for a much better experience.

The thing that seems to annoy it is when I tweet or reply and I hit 'tweet' just as it was doing something else (like auto refresh). The result is the screen freezes (and I keep hitting 'tweet' cos I'm an impatient little beggar). Then I discover that the tweet has in fact gone through when it appears on tweetdeck on another pc. Don't know if this feedback is any use.

Thank you for doing this - I can see Witter becoming the most useful twitter app on maemo. :)

dwould 2010-01-03 11:02

Re: witter - a python twitter client
 
Quote:

Originally Posted by RevdKathy (Post 450070)
I have the version from extras testing, and would like to say I love it. It's a little bit slower than mauku in my experience, and I've had it lock up a couple of times (and crash out 'not responding'). But the increased functionality is awsome and makes for a much better experience.

thanks, I have some ideas about performance improvements. though I suspect mauku will always be faster since witter is in python.
Quote:

Originally Posted by RevdKathy (Post 450070)
The thing that seems to annoy it is when I tweet or reply and I hit 'tweet' just as it was doing something else (like auto refresh). The result is the screen freezes (and I keep hitting 'tweet' cos I'm an impatient little beggar). Then I discover that the tweet has in fact gone through when it appears on tweetdeck on another pc. Don't know if this feedback is any use.

Thank you for doing this - I can see Witter becoming the most useful twitter app on maemo. :)

I would like to figure out how to show some busy indicator whilst it's working...just haven't yet. any pointers are welcome.
hitting tweet is still processed on the main thread. this does mean the ui locks, but should avoid duplicate tweets. if i figure out the busy indicator I'll probably put tweeting on a background thread.

mwerle 2010-01-12 16:05

Re: witter - a python twitter client
 
Quote:

Originally Posted by dwould (Post 450982)
I would like to figure out how to show some busy indicator whilst it's working...just haven't yet. any pointers are welcome.

Just found this:
Code:

def hildon_gtk_window_set_progress_indicator(window, state)
Documentation link

Cheers,
- Micha.

evil_m0nkey 2010-01-12 17:12

Re: witter - a python twitter client
 
Quote:

Originally Posted by dwould (Post 445122)
i responded to same question on my blog. did you get any further?

yeah it working fine now

love the application. cant wait to see what all is planned in the future :)

dwould 2010-01-12 17:54

Re: witter - a python twitter client
 
Quote:

Originally Posted by mwerle (Post 466546)
Just found this:
Code:

def hildon_gtk_window_set_progress_indicator(window, state)
Documentation link

Cheers,
- Micha.

that is fantastic. I can't believe I didn't see it, possibly because I didn't think of it as a 'progress' indicator more of a busy indicator.
I've tried it, it works. and will be in the next update along with oauth support.

Thanks again

dwould 2010-01-12 23:41

Re: witter - a python twitter client
 
0.2.1-4 is now in extras-devel, for full details see:
http://danielwould.wordpress.com/witter

but basically the main thing is OAuth support, and a busy indicator (thanks again mwerle for pointing me in the right direction on that)

So no new 'function', no better UI etc etc. But I've wanted to do OAuth from the begining, so I'm happy now it's done.

mwerle 2010-01-13 00:43

Re: witter - a python twitter client
 
Quote:

Originally Posted by dwould (Post 466768)
that is fantastic. I can't believe I didn't see it, possibly because I didn't think of it as a 'progress' indicator more of a busy indicator.
I've tried it, it works. and will be in the next update along with oauth support.

Thanks again

No worries - I spent ages today trying to find the little busy spinner for my app after I added libconic support. In the process I found this thread before I found the progress indicator doc. Like you, I was searching for 'spinner', 'busy indicator', etc.

I had read that doc a while back but obviously had not associated the "progress indicator" as the little busy spinner... ah well, live and learn! :)

dwould 2010-01-13 08:35

Re: witter - a python twitter client
 
Quote:

Originally Posted by mwerle (Post 467502)
No worries - I spent ages today trying to find the little busy spinner for my app after I added libconic support. In the process I found this thread before I found the progress indicator doc. Like you, I was searching for 'spinner', 'busy indicator', etc.

I had read that doc a while back but obviously had not associated the "progress indicator" as the little busy spinner... ah well, live and learn! :)

well it makes me feel a little less stupid if I'm not the only one that searched for some time without finding it. guess I know what to blog about this weekend :-)

dwould 2010-01-13 14:55

Re: witter - a python twitter client
 
0.2.1-6 now in extras-devel has a fix for launching urls, which was giving some portion of people trouble before (but not all people weirdly)
I'm inclined to push this one up to extras-testing assuming no one has any obvious problems in the next few hours.

dwould 2010-01-13 16:27

Re: witter - a python twitter client
 
promted to extras testing, mainly because the browser openning changes seem to have fixed opening urls for people


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

vBulletin® Version 3.8.8