![]() |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
i cant help but wonder if part of the perception of speed comes from the way tear/webkit treats the loading bar, vs the microb way...
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
not sure how useful it would be as its a norwegian one. buts if it helps, its running of ip.board...
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
OMG, it is eye blinking fast! Thanks Bundyo and nobodysbusiness (http://www.internettablettalk.com/fo...highlight=tear). One slight qirk, on the acid test, I got only 96/100 instead of 100/100. I followed nobodysbusiness instructions. Is there anything I can do to get 100/100? like take something stronger than acid, heroine, duh! Or does it matter, like make my tablet explode, my house on fire, have me catch a cold or my viagra stop functioning?
N800/5.2008.43-7/mmc1 boot Ummm......did not realize I am using a 2008 OS version in 2009. What is goin on :eek:? bun |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Surfing is eye blinking fast, no crash at all. Doing great.
However, there is a slight problem in input. Have not quite characterise it yet. Problem is more with handwriting, my favorite, then keyboard. It gave a sound 'ding' and the writing character turns red. I switched to OSKB, one out of two, the spacebar is NOT there. Again, I have NOT quite characterize the problem and not quite sure whether it is related to 96/100 or something else. bun |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Its just a test, the numbers change all the time due to ongoing development of WebKit. I'm getting now 69/100 with 41071.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I just cannot stop saying how fast it is, THANK YOU!!!
One slight question again, how do you make the screen stop kinetic, i.e, stay put, DONT move? TIA, Edit: BTW, what is tear stands for? I hope it is NOT related to the browser that shipped with my tablet. That is way too obvious :-) Edit: More than eye-blinking fast, I cannot, even if I try hard, I cannot crash it! OOMMGG!!! I now, for a change, can use my tablet to surf, thank you. Edit: itT forum works fantastic. Youtube viewing is acceptable. However, I cannot make the video go full screen. bun |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Nope, in 41071 it stays at 69 :)
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Thx, i will try again. I tried Fennace but was too slow. MicroB is good i think, but adblock plugin is missing on it. Anyway i think adblock would be te most important feature to good browsing on internet tablets.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
tho it will probably slow down page loads more then just turning plugins off and leaving the javascript powered ads in place...
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
For ad blocking please see the wiki at http://wiki.maemo.org/Ad_blocking |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
I am to the point where I use tear almost exclusively and the only issues I am having are: 1. Bookmark deletion 2. Scrollbar removal to free up some screen real estate 3. Sometimes when I just tap the page goes flying in some direction 4. Strange results with text input sometimes (issue with n800 OSK?) Other than that, so happy. As someone said before, clicking thanks doesn't seem like it is thanks enough. If you are ever traveling Bundyo, stop by and I will buy you a beer, give you a place to stay, let you borrow my scooter or bike, etc. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I'd like to develop a bookmark manager if help is required ...
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I was having issues with N800 OSK too. Spacebar was non-functional.
I had to reinstall my OS over the weekend (stupid SD card keeps corrupting my main partition), I won't be testing for a while... |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
This way both browsers can share the same bookmarks and a bookmark manager is also not required, as Maemo already has one (which afaik is a standalone app and in no way related to microb). |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
it seems to have its own binary at least...
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Yes, xbel support is planned.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
Code:
def shorten_text(self, variable_holding_text): |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
Could you please implement a temporary solution to delete/edit bookmarks? |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I've already did add removing bookmarks using the star when there is bookmark already. I have some things yet to do before the next release though.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
I have a programming rule: if I find myself putting an arbitrary hard-coded value into my program, chances are it should be user-configurable. So, shorten_text version 2: Code:
def shorten_text(self, variable_holding_text):I think that'll work. Never tested using a variable as a slice index, though... (translated, it'll cause you plugin to silently fail like all problems with Python hildon-desktop plugins do). |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Btw, these changes to the Tear bookmarks remove the need for VBox and look good on the dark Echo background (also add left alignment):
Code:
for row in self.c:Code:
fgcolor = menu_item.get_child().get_style().text[0]Code:
scheme = gtk.Object(gtk.Settings().get_default()).get("gtk-color-scheme") |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Its not released :)
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
I'll take a look at it later and see if I can figure out how to do it. :) |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
I had an other thought about the bookmark manager: what about mer? The microb manager won't be there so maybe we need a new one. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Yeah, you're right, ask me for a project join if you have an urge to do it :)
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Hello all... Been a while since I posted anything in this thread :P
URLs/Titles that are too long have been in the back of my mind, but I didn't have any, so didn't bother coding the feature to shorten them. Thanks all for looking at my code and pointing out modifications for this. I'll include something in the next release that will take care of this. As for the style issue... I figured it would be a problem. I even looked into getting the style information in python, but I couldn't figure out how. It really annoyed me. There's not much documentation for the python side of things in maemo. I think I'll need to dig into the C documentation a bit and see if I can find anything, then translate it into python. Getting rid of the vbox: the vbox was a design prototype to prepare for a hbox in anticipation of favicons. At the current stage, getting rid of it really isn't a problem, it was more just me playing around trying to figure out how to make text appear like that and still be one menu item. After all, I'm still learning python! Once I or someone else figures out how to get the color information from the theme, I'll have no problem throwing the code in there and releasing a new version. However, I'd really like to wait for that... |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I did a little digging about the theme color thing and got nowhere. But I started thinking:
A: Why does the background color change when the theme is changed but not the foreground color? B: Since A doesn't work, maybe color should be user configurable; seems like the only perfect solution (like Personal Menu). |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I'm actually working on the style issue... and I feel like I'm VERY close to getting it. I figured out where the color is in the files, so I can extract it from there, or (hopefully) figure out the correct way to do it. And, I think I'm pretty close to getting it done the right way (or at least close to the right way).
If all else fails, though... I suppose it'll have to be user configurable. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
No need for HBox too, as you can see I'm using ImageMenuItem.
As for the color if we use directly the menu item's text without markup it will turn up with the proper color as can be seen from the Open in new window menu item. So GTK already knows it, we need only a way to get it. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
hmm, i just spotted something interesting in app manager ;)
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
Only 2 little things: - Left aligned text would give us a little bit more space - Maybe the scroll buttons should be a little bit larger |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
new update hmmm! does it mean the project is pushed to extras?
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
nope, only the bookmarks sidebar plugin...
and for all i know, its on devel, not extra proper (app manager do not tell, and i cant be assed to turn devel off as all the interesting stuff is found there anyways). |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Yes, in order to build the deb, I uploaded it to extras-devel. However, I've found a small problem with my sqlite handling, have fixed it locally, just need to upload the new version. I also need to figure out how to make the arrows bigger. What you SHOULD notice in this version is theme-adjusting colors. If you encounter a problem with this, please let me know what theme you used. If I remember correctly, the colors should update automatically if you change the theme.
|
| All times are GMT. The time now is 06:58. |
vBulletin® Version 3.8.8