Notices


Reply
Thread Tools
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#571
Originally Posted by hns View Post
Oops, and I messed that up again in my second patch yesterday, so I just put out a third one. The good news is I got a N810 today from a friend, so I'll look at the dpad navigation thing soon.
What is the dpad navigation thing?
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
pelago's Avatar
Posts: 2,121 | Thanked: 1,540 times | Joined on Mar 2008 @ Oxford, UK
#572
If by dpad navigation is meant individual 'clicks' of the dpad moving from link to link then please make it optional. I dislike it in MicroB because if I scroll down a long page using the scrollbar then click the dpad down wanting to scroll a small amount, it will instead select the next link, possibly at the top of the page, and so lose my scroll position. I was very happy when I found that Tear would allow me to use the dpad to scroll around without having to worry.
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#573
bison-2.2 (Yes, that is the package name - I purposely renamed it so it doesn't have any conflicts from the older one in the SDK repo) uploaded to extras-devel. I've correctly made the package remove the old version of bison that is from the SDK repo but Scratchbox will override it with its internal old-*** 1.85 version.

But specifying bison-2.2 as a build-dep will get some of the bison problem sorted (now, just figure out a way to override sbox's bison ).

Last edited by qwerty12; 2009-03-25 at 17:43.
 

The Following User Says Thank You to qwerty12 For This Useful Post:
Posts: 481 | Thanked: 190 times | Joined on Feb 2006 @ Salem, OR
#574
Any news on when Tear will support the proxy settings?

What about copy/paste?

Last edited by ioan; 2009-03-25 at 18:30. Reason: copy/paste
 
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#575
Originally Posted by pelago View Post
If by dpad navigation is meant individual 'clicks' of the dpad moving from link to link then please make it optional. I dislike it in MicroB because if I scroll down a long page using the scrollbar then click the dpad down wanting to scroll a small amount, it will instead select the next link, possibly at the top of the page, and so lose my scroll position. I was very happy when I found that Tear would allow me to use the dpad to scroll around without having to worry.
i agree fully. i guess it could be made a option.

and while talking of options. i guess a nice option to have would be to toggle between font size and full page zoom, as i think webkit can do both, and i like the current way of zooming while i think others would like a full page zoom.
 
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#576
hmm, i just had the foeum reply = download issue happen on this forum...

post seems to go thru when it happens tho...
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#577
Yes, the post goes through... Btw, currently the default option is full zoom Anyway this will be configurable.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#578
Originally Posted by ioan View Post
Any news on when Tear will support the proxy settings?

What about copy/paste?
Which copy/paste issue do you refer?

The proxy settings are with low priority I'm afraid.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
Posts: 1,950 | Thanked: 1,174 times | Joined on Jan 2008 @ Seattle, USA
#579
Originally Posted by Bundyo View Post
Which copy/paste issue do you refer?

The proxy settings are with low priority I'm afraid.
Well, I don't know what Ioan means, but I find it very hard to select text.
__________________
.
. .

Help Save This Forum
for N8x0/Diablo Users! Register and Vote for Solution #1 on this Brainstorm. (The Solution will let you see New Posts with any threads you choose -- like the N900 and Maemo5/Fremantle threads -- filtered out.) (To understand the Solution better, see these posts #17, #18, and #19.)
 
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#580
Since tear uses libcurl, it supports http_proxy environment variable, so it is useful for people who need a constant proxy. Just run in xterm

export http_proxy=http://localhost:8118/
tear

To get tear to use a proxy.

This does not help if you want to config proxy by hand.

If you want tear to use the proxy settings from connection manager, you need to convert the following line to vala syntax and add it in a certain strategic place in the code:

if (ConIc.ProxyMode==NONE)
Environment.g_unsetenv("http_proxy");
else
Environment.g_setenv("http_proxy", "http://" + ConIc.get_proxy_host(HTTP) + ":" + ConIc.get_proxy_port(HTTP) + "/");
 

The Following 4 Users Say Thank You to Matan For This Useful Post:
Reply

Tags
brower, browser, browserd fix, khtml, microb alternative, microb killer, tear, webkit, www


 
Forum Jump


All times are GMT. The time now is 18:47.