![]() |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
[QUOTE=tso;274436]im tempted to claim that the graphics rendering speed have slowed down lately...[/
have observed that but i thought it was due to the constant chages and optimising, but the final outcome will be ok so i did not report. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
After latest update it seems the default text entry mode using onscreen keyboard is caps lock/all caps.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Hi all, the repo has latest binaries.
Just a note, Bundyo posted the update at 1 AM my time, early adopters have got to be a little bit patient for me to do the update, especially if he posts an update in the middle of my night. And just so we don't start the argument again, no, I'm not going to automate the process or give Bundyo keys to my repo or anything. This is just a service until Tear goes into Extras, and as such, will be very human in its scale. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Just a note, the last update of libwebkit (41137-1) I just installed breaks yesterday's update's (41128-2) fixes of the FN and shift keys needing to be held down. What else was fixed in this version? And how can I revert back to 41128-2 until that issue is fixed again?
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
But its a good excuse for me to run two builds tonight - one with n8x0 optimizations and one without. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
If i just click on the 41128-2 version, will just installing it again revert it back to that version or will trying to install an old version over the new mess something up?
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
It will install okay.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
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.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
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 ;)). |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Any news on when Tear will support the proxy settings?
What about copy/paste? |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
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. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
hmm, i just had the foeum reply = download issue happen on this forum...
post seems to go thru when it happens tho... |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Yes, the post goes through... Btw, currently the default option is full zoom :) Anyway this will be configurable.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
The proxy settings are with low priority I'm afraid. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
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) + "/"); |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
i finally got round to testing if the image option stops the download images. and yes it does. but sadly, the alt-text is not showed, making it hard to locate image based links... |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I've been using Tear almost exclusively for a couple of weeks now, here are some things I've noticed:
When I visit www.surfthechannel.com, I'm always prompted to save a few files. I remember it happening on a couple other sites as well, but I don't remember which ones. Some flash videos have sound but no video, I'm assuming that's an issue more with sub-par flash support on the tablet in general. Finally, some way to customize privacy settings as well as clear cookies/history/etc would be excellent. It's so much faster for me than MicroB was that it's still worth using despite these shortcomings :) |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
theres an update to tear showing in qole's repo...I have preview 6 installed, is this a newer version in his repo, or an error of some sort?
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
ok, so which is better that i use, the preview 6 I have installed or the one that is in qole's repo right now?
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Probably the difference is not much but yours may be slightly faster :)
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
gotcha. I guess im just confused as to what the 2 different builds are for. Why make one that is slower?
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Bundyo, Is there any way you can mark the 770 builds as different? Put a 770 in the version number somewhere?
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
how about changing the versioning all together as i believe you or someone else mentioned so that we know exactly what preview/version we have istead of just the .3
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Yeah, but for now the only difference will be in the deb name :)
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
awesome :)
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
Too bad that fixing the proxy is low in priority, I don't really use Tear because there is no way to block ads and banners without privoxy and I can't stand ads. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
There will be a way to block banners and ads :) There is now, but only works for iframes.
As for copy/paste in address bar, not sure where the problem may be, because I'm with N800 and copy/paste works there (from the vkb). I want to scrap the actions for some time now, maybe that will fix it. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I use an N810 as well and cant copy/past using ctrl c/v on my keyboard, have to close it and use the on-screen kb
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
seems the edit menu ones do not work on the tear address bar, while the vkb ones do. and the hotkeys are tied to the edit menu...
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Yeah, probably the actions then.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
All times are GMT. The time now is 23:23. |
vBulletin® Version 3.8.8