Active Topics

 



Notices


Reply
Thread Tools
Posts: 3 | Thanked: 1 time | Joined on Mar 2010
#341
thx Rob1n

does the search keep refreshing? If not is there a way to keep an active search or is it a feature that is planned? If not I hereby request it
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#342
Originally Posted by twister View Post
thx Rob1n

does the search keep refreshing? If not is there a way to keep an active search or is it a feature that is planned? If not I hereby request it
search is currently fairly basic, it simply fetches the last 20 results. it always clears out previous search results when it runs.

at some poont i'll look into how to integrate with the twitter saved search thing. at that time i might look at retaining search hits.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 

The Following User Says Thank You to dwould For This Useful Post:
Posts: 1,667 | Thanked: 561 times | Joined on Feb 2010
#343
couldn't use virtual keyboard after retweeting. someone else can check it out though.

and the timestamp is british time
 
mece's Avatar
Posts: 1,111 | Thanked: 1,985 times | Joined on Aug 2009 @ Åbo, Finland
#344
Since the last update I feel that witter is a fully useable twitter client for me, and the only one I use while on the move. A couple of minor things bother me though, all of which should be pretty trivial to fix:

A link like this : "mece66: iron sky (http://www.ironsky.net)"
is parsed, but the ( ) are included in the url, so the browser wont open it properly unless you manually remove the parantheses..

some special characters, for example < and > are html encoded and are displayed like
Code:
&lt;
so they need to be decoded when displayed, for example with HTMLparser.unescape IIRC.

the RT function is rendered wrong imo. it's now "RT: @mece66 : blahblah" and it should be "RT @mece66: blahblah"

RT function should work on too long texts, but cut off the end if tweeted while too long. -14 chars left or something like that could be displayed if text is too long.

lastly, and this might not be a bug, just me... How do I use twitpic? I mean where do I enter the text? What happens when I click the "twitpic" button after selecting an image?

br, @mece66
__________________
Class .. : Meddler, Thread watcher, Developer, Helper
Humor .. : [********--] Alignment: Pacifist
Patience : [*****-----] Weapon(s): N900, N950, Metal music
Agro ... : [----------] Relic(s) : N95, NGage, Tamyia Wild One

Try Tweed Suit for your hardcore twittering needs
http://twitter.com/mece66
I like my coffee black, like my metal.
 
Posts: 1,667 | Thanked: 561 times | Joined on Feb 2010
#345
a reboot fixed my virtual keyboard problem
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#346
Originally Posted by mece View Post
Since the last update I feel that witter is a fully useable twitter client for me, and the only one I use while on the move. A couple of minor things bother me though, all of which should be pretty trivial to fix:

A link like this : "mece66: iron sky (http://www.ironsky.net)"
is parsed, but the ( ) are included in the url, so the browser wont open it properly unless you manually remove the parantheses..
i wouldn't expect a url like that to be parsed, snce i look for 'words' that start http however if urls end with random chars then how do i know what is url and what is not? at the moment i assume a url starts with http and ends with a space.
not sure how else to do this.

Originally Posted by mece View Post
some special characters, for example < and > are html encoded and are displayed like
Code:
&lt;
so they need to be decoded when displayed, for example with HTMLparser.unescape IIRC.
the text is rendered using pango, which is like html, it would interpret unescaped < chars as relevant to it's markup. not sure how to make it render those normally.
Originally Posted by mece View Post
the RT function is rendered wrong imo. it's now "RT: @mece66 : blahblah" and it should be "RT @mece66: blahblah"
so the problem is the : after the RT? or also the space after username? again I detect usernames as starting with @ and ending in a space.
Originally Posted by mece View Post
RT function should work on too long texts, but cut off the end if tweeted while too long. -14 chars left or something like that could be displayed if text is too long.
doesn't it do exactly that now? eg it puts whole tweet in place but with -14 indicator?
Originally Posted by mece View Post
lastly, and this might not be a bug, just me... How do I use twitpic? I mean where do I enter the text? What happens when I click the "twitpic" button after selecting an image?

br, @mece66
write you comment in entry field, then go to twitpic menu option select picture. when you hit 'twitpic' picture and comment are sent.
currently if there is no text in the entry field, it doesn't send.
I'm aware this needs a proper pop up warning, or just to post with no comment
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 

The Following User Says Thank You to dwould For This Useful Post:
mece's Avatar
Posts: 1,111 | Thanked: 1,985 times | Joined on Aug 2009 @ Åbo, Finland
#347
Originally Posted by dwould View Post
i wouldn't expect a url like that to be parsed, snce i look for 'words' that start http however if urls end with random chars then how do i know what is url and what is not? at the moment i assume a url starts with http and ends with a space.
not sure how else to do this.
ok fine, it did however parse it for some reason. there was a button with open url (http://asdf) and it opened that exact string in the browser. Weird stuff.

Originally Posted by dwould View Post
the text is rendered using pango, which is like html, it would interpret unescaped < chars as relevant to it's markup. not sure how to make it render those normally.
That one should render properly if markup is used, so the problem is somewhere else. For example double escaping the & character would do this, making the string &amp;lt; instead of &lt;
Perhaps line 799 in account.py version 0.3.1-9?

Originally Posted by dwould View Post
so the problem is the : after the RT? or also the space after username? again I detect usernames as starting with @ and ending in a space.
Well both of them, as they are redundant characters. Perhaps one could parse users starting with @ and ending with space or :
anyway I now just manually edit the thing, but the "RT @user:" method seems to be commonly used. (tweetdeck, echofon and gravity use that method at least)

Originally Posted by dwould View Post
doesn't it do exactly that now? eg it puts whole tweet in place but with -14 indicator?
Oh yes, right you are. Don't know what it didn't work just now. My bad.

Originally Posted by dwould View Post
write you comment in entry field, then go to twitpic menu option select picture. when you hit 'twitpic' picture and comment are sent.
currently if there is no text in the entry field, it doesn't send.
I'm aware this needs a proper pop up warning, or just to post with no comment
Cool, Thanks!
__________________
Class .. : Meddler, Thread watcher, Developer, Helper
Humor .. : [********--] Alignment: Pacifist
Patience : [*****-----] Weapon(s): N900, N950, Metal music
Agro ... : [----------] Relic(s) : N95, NGage, Tamyia Wild One

Try Tweed Suit for your hardcore twittering needs
http://twitter.com/mece66
I like my coffee black, like my metal.
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#348
0.3.1-10 includes support for themed icons.
anyone can create a set of icons with the same filenames as the default theme and make them availiable to witter.
basically just create a folder under /opt/witter/icons/
that is the name of your theme, and in that folder place you icons (default icons are all 48x48)
then run witter and your theme will show up in preferences->select theme

themes could be made separately installable just need to put their files in the right place.
see my blog for full list of icon files required.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 

The Following 2 Users Say Thank You to dwould For This Useful Post:
Posts: 87 | Thanked: 63 times | Joined on Dec 2009
#349
I've just made a set of custom icons for Twitter - see the attached screenshot.

Anyone interested in using them just let me know

EDIT A bigger screenshot here: http://www.moubail.com/temp/maemo/wi...tter-icons.png
Attached Images
 

Last edited by markusm; 2010-03-31 at 20:07.
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#350
Originally Posted by markusm View Post
I've just made a set of custom icons for Twitter - see the attached screenshot.

Anyone interested in using them just let me know
sweet! are you interested in creating a theme package so people can install from the repository?

or can you send me the files to include in the main package?
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 
Reply

Tags
python, twitter


 
Forum Jump


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