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)

joshua.maverick 2010-03-25 18:01

Re: witter - a python twitter client
 
Hey dwould, I'm down to build you some custom icons if you'd like. Drop me a pm with the specs and I'll get started.

Thanks

nosa101 2010-03-25 18:08

Re: witter - a python twitter client
 
Quote:

Originally Posted by dwould (Post 582166)
double tap is a bit weird.. it's actually 'activated' since there doesn't seem to be a double tap event. this basically means if you click on a tweet, then click on it again you open the actions.
so if you are not selected, a double tap does as expected.
if you are already selected, then a double tap is fast enough to trigger the event twice.
if anyone knows a better event handle to use, please let me know

Oh ok. I guess that's how it works

ofels 2010-03-25 20:37

Re: witter - a python twitter client
 
Quote:

Originally Posted by dwould (Post 582132)
you can use the trends view to find out what is trending and the search view to search for the trending #tag or whatever.....or have I missed something?

Yes :D
As each result seems to be a list item on its own it would come in handy to open the corresponding search tweet by a single click and hold (or, more trendy these days, a double click :p) instead of showing the search HTTP request (which is completely inconvenient to use anyway imho).

dwould 2010-03-25 20:59

Re: witter - a python twitter client
 
Quote:

Originally Posted by joshua.maverick (Post 582174)
Hey dwould, I'm down to build you some custom icons if you'd like. Drop me a pm with the specs and I'll get started.

Thanks

thanks for the offer. my plan is to figure out a way to be able to switch icon sets, and support a relatively simple way for people to basically make icon themes. i will certainly let you know the details once I've figured them out.

nosa101 2010-03-26 02:31

Re: witter - a python twitter client
 
i tried shortening a url today and...nothing happened

dwould 2010-03-26 07:41

Re: witter - a python twitter client
 
Quote:

Originally Posted by nosa101 (Post 582754)
i tried shortening a url today and...nothing happened

have you configured your bitly uid and application key correctly?

dwould 2010-03-26 14:53

Re: witter - a python twitter client
 
Question, is 0.3.1-9 worthy of Extras? I'm aware that there are still a fair number of people who would not go near extras-testing.
Is Witter now good enough for that? or are people still experiencing random instability or serious usability problems?
I realise there are plenty of other features to develop, but I am now interested in stabalising the code for long enough to get a version into Extras, before implementing new stuff.

nosa101 2010-03-26 15:43

Re: witter - a python twitter client
 
Quote:

Originally Posted by dwould (Post 582885)
have you configured your bitly uid and application key correctly?

Oh, you need a bitly account to use it? I thought it worked like tweetdeck

UPDATE: bitly working good. Just tried it. You should push it to extras. We have to vote for it, right? Where at?

Quote:

Originally Posted by dwould (Post 582885)
Question, is 0.3.1-9 worthy of Extras? I'm aware that there are still a fair number of people who would not go near extras-testing.
Is Witter now good enough for that? or are people still experiencing random instability or serious usability problems?
I realise there are plenty of other features to develop, but I am now interested in stabalising the code for long enough to get a version into Extras, before implementing new stuff.

I think it is
It is as good or if not better than ubertwitter and that's a lot. The aesthetic elements of it might be a bit meh but it works and that is all that matters.

dwould 2010-03-26 15:55

Re: witter - a python twitter client
 
Quote:

Originally Posted by nosa101 (Post 583373)
Oh, you need a bitly account to use it? I thought it worked like tweetdeck

yeah, when I set out to add support I didn't realise I needed to require an id, but I think this way it tracks the urls' you've shortened, and gives you stats or some such.

I wonder if they'd give me an id for witter as an application so I could just do it that way....

mece 2010-03-26 16:18

Re: witter - a python twitter client
 
Quote:

Originally Posted by dwould (Post 582166)
double tap is a bit weird.. it's actually 'activated' since there doesn't seem to be a double tap event. this basically means if you click on a tweet, then click on it again you open the actions.
so if you are not selected, a double tap does as expected.
if you are already selected, then a double tap is fast enough to trigger the event twice.
if anyone knows a better event handle to use, please let me know

you probly already know all this, but I might as well post it anyway.

haven't checked your code, but I simply validate the event like so:
if event.type == gtk.gdk._2BUTTON_PRESS:
and it works fine.
you get 3 events from a doubleclick. the first click gives gtk.gdk._BUTTON_PRESS and the second gives gtk.gdk._BUTTON_PRESS and gtk.gdk._2BUTTON_PRESS. you can set the speed required to register a doubleclick. I don't remember exactly how, but it's in the ref manual.

if you're using Qt then I have no idea, but it might be similar.


All times are GMT. The time now is 16:23.

vBulletin® Version 3.8.8