![]() |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
Code:
class BrowserPage(webkit.WebView): |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
WebKitGTK+ 1.1.1 is out today, http://blogs.gnome.org/xan/2009/03/01/webkitgtk-111/! Are we looking for some new tear very soon? Thanks again to Bundyo and the tear project contributors.
====================================== WebKitGTK+ 1.1.1 March 1, 2009 5:26 pm xan General ...What’s new in WebKitGTK+ 1.1.1? - ABI compatibility with 1.0.3 was broken, so you will need to recompile your application against 1.1.1 - Support for the CURL backend was dropped, libsoup is the only HTTP backend now. - webkit_get_default_session, to get the SoupSession used internally by WebKit. - ‘create-web-view’ signal, emitted when the creation of a new window is requested. - ‘navigation-policy-decision-requested’ signal, emitted when a navigation to another page is requested. - ‘mime-type-policy-decision-requested’ signal, emitted each time WebKit is about to show a URI with a given MIME type. - Support for the Web Inspector (see http://webkit.org/blog/197/web-inspector-redesign/) - HTTP authentication support, with optional gnome-keyring storage. - New load functions: webkit_web_view_open, webkit_web_view_load_uri and webkit_web_view_load_request. The old webkit_web_view_load_string and webkit_web_view_load_html_string are now deprecated. - webkit_web_view_reload_bypass_cache - webkit_web_view_{get,set}_custom_encoding, to override the encoding of the current page. - Improved stability and lots of bugfixes. ================================================== ========== bun |
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
Quote:
What I thought about is to support a folder element in your database. Something like "bookmark_folder" and not just "bookmark" because it should be possible to create empty folders. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Oh, okay, didn't thought of that :) bookmark_folder is okay I think.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Hello, Bundyo!
I have found an interesting problem with Tear. It looks like under certain circumstances, the SPACE key on the virtual keyboard stops working. So far, I have not found the exact preconditions for that, but here is how it happened: 1. Opened virtual keyboard while trying to write a response in the forum at n8xx.com. 2. Typed something using Roman letters (EN), SPACE works so far. 3. Switched to Cyrillics (RU) and tried typing, SPACE no longer works. 4. Switched back to EN, but SPACE still does not work. Is this something you encountered before? Any way to fix it? |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I think I encountered it once but wasn't able to reproduce it later. The only way to fix it was to restart Tear. Cyrillic wasn't involved though.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
Quote:
Interestingly, I had the same problem when trying to get Hildon Input Method working in my Debian chroot. The new Mer implementation of H-I-M works much better. Old Debian H-I-M screenshot: http://farm4.static.flickr.com/3115/...865db92390.jpg |
Bookmark Manager
1 Attachment(s)
This is just a tiny update. Now you'll get a osso notification when tear ich launched. I've prepared some internal things so folder support is near ;)
I've included a little proof-of-concept: The archive contains an app called tear-bookmarks-webui.py. - run as root: 'python tear-bookmarks-webui.py' - visit http://localhost (or http://YOUR_TABLETS_IP) with your browser You'll get a list of your Tear bookmarks. My plan is to extend this to a complete ui for the bookmark manager. Why I'm doing this? - you can use it as a dashboard replacement - you can use/manage your Tear bookmarks from your desktop computer bongo |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
to "bad" the only way to go to start page so far is to basically open a new window...
as for that keyboard thing, i think i had something similar happen at one point. dont recall the specifics tho. oh, and selecting text in a input area is troublesome... |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
or maybe somewhere on the bookmark list?
thats where its found in the default browser at least ;) |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Maybe if there is a mismatch in locale info between the app and the keyboard?
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
well then i should really see it as im running the time and stuff as norwegian, gui language as english, and have been swapping between english and norwegian keyboard a lot (easier to type paths with the english one, no shift needed for forward slash).
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I'm also often swapping between english and bulgarian phonetic.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Managed to get my eeepc scratchbox updated and running and posted a quick update, see the first post.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
thanks tho, you made me think that it may be bookmarked ;) (oops, should have checked first post earlier...) btw, using the small osk seems to produce a good deal of double letters lately... |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
is there a way to make the menu open towards the center of the acreen? rot now it seems to allways drop down, and gets badly shrunk if it hts the lower edge...
ouch, creating a about:blank bookmark was a very bad idea! 1. it leads to a google search 2. dashboard now shows up empty interesting, problem 1 goes away after restarting tear... |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
two new issues...
1. scrollbars in text areas do not stretch the full edge of a area... 2. while the options for scripts, plugins and images are shared between windows, at least the images setting is silently ignored by all other windows then the one where it was changed... |
Re: Tear 0.3 - A WebKit-based browser, now with Dashboard
Quote:
WebKit/gtk/webkit/webkitwebview.cpp in the popup menu handler: Code:
// FIXME: The IntSize(0, -1) is a hack to get the hit-testing to result in the selected element.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
just noticed that if i try to use any of the scroll arrows of that code area, the page takes of scrolling when i release screen pressure...
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
@Bundyo, I think when scrolling you need to check the webview handlers for: Code:
ev.window == wv.get_main_frame() Code:
ev.window == wv.get_main_frame().window EDIT: No, the above is inaccurate. It only seems to have to do with auto_scrolling. Under non-auto_scrolling conditions (click-drag-pause/stop-release) everything seems fine. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
2 Attachment(s)
There's something wrong ...
You know the itt frontpage? Now look at these shots.. Different and wrong layout every time i call this page :confused: There were no problems with 0.3-4 |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
It makes me crazy. The problem disappeared after I made my last post with microb :D
(No, I don't think it has anything to do microb ;) ) I'll observe this ... |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
No, I've seen this before and couldn't reproduce it later. Not that I'm going much to the front page these days. :)
...On a side note, maybe one of the banners there is missing some closing tag or something. That can explain why it isn't always reproducible. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Love it! Look forward to the finished product with ad-blocker. Is there any way you can implement letting people organize their bookmarks in what ever order they want?
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
If I want to run Preview 5, can I still just follow nobodysbusiness's instructions but use the .deb for preview 5? Or do I have to install everything you linked in the first page for preview 5?
Edit: Figured it out myself, just installed what he said through command line, then just the regular not the developer version of webkit along with the tear.deb. And WOW it's fast. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
Please wait 2 or 3 weeks as changing order/sorting is a low priority task ;) |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Hi, All links in this forum which open a popup menu stopped working. Click on a user name or on search to reproduce) - using preview 5.1, worked with 4
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
2 Attachment(s)
Strange ...
Nothing happens when I tap your name. When I tap on search the popup appears on a wrong position and I havve to scroll down to see it. Maybe something similar happens to other popups. EDIT: I "found" the popup. Look at the scrollbar position :rolleyes: |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
2 Attachment(s)
Still working here just verified, what app do you use for the screenshots will try to post one.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Hell, theres problems with the menus like that on ITT with microb still.
|
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:
|
All times are GMT. The time now is 13:07. |
vBulletin® Version 3.8.8