maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [M5] [Announce] QML Browser - Web browser written using Qt Components Hildon (https://talk.maemo.org/showthread.php?t=93508)

ekze 2015-08-09 06:13

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
It is finally working on thumb cssu as of last update, thanks!
How does one make it default browser so it can handle URLs in chats, etc? I tried adding "/opt/qml-browser/bin/qml-browser %s" in browser switchboard, but it just opens a browser itself, not the URL that I clicked.

Also, cookies still not working I take it? No way to remember login on sites?

marxian 2015-08-09 13:01

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Quote:

Originally Posted by ekze (Post 1479051)
It is finally working on thumb cssu as of last update, thanks!
How does one make it default browser so it can handle URLs in chats, etc? I tried adding "/opt/qml-browser/bin/qml-browser %s" in browser switchboard, but it just opens a browser itself, not the URL that I clicked.

Also, cookies still not working I take it? No way to remember login on sites?

QML Browser only accepts named arguments, so to open a browser window with a URL:

Code:

/opt/qml-browser/bin/qml-browser --url=%s
RE: Cookies

Enabling persistent storage caused the application to crash in earlier versions. I have not tested it with the current version, but since the browser engine is still the same, I don't expect any change. I'll try it and, if it works, re-enable it for the next update.

xes 2015-08-10 06:51

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
@marxian
thank you for the update.
One little problem: default background color of html pages seems to be black so every simple html without bgcolor defined results completely black.

xes 2015-08-20 13:52

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
@marxian
New version is working really better, but sometimes i can observe problems opening new pages selecting a link inside a page (even here in TMO) or selecting left arrow to go back to the previous page.

In both situations the browser page becomes completely white, the address in the address bar remains unchanged and nothing happens.

sixwheeledbeast 2015-08-20 17:36

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Quote:

Originally Posted by xes (Post 1479866)
@marxian
New version is working really better

I agree.

I still can't seem to save bookmarks tho, any ideas?

Vajb 2015-08-29 11:27

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Hi,

Just thought that maybe someone else wants to open youtube links in cutetube2 too. So here is my urlhandler.conf file to use.

Code:

[cuteTube2]
regExp="(http(s|)://(www.|m.|)youtube.com/(v/|.+)(v=|list=|)|http://youtu.be/)"
command=dbus-send --print-reply --type=method_call --dest=org.marxoft.cutetube2 / local.cuteTube2.DBusService.showResource string:"%URL%"


sicelo 2015-09-06 18:10

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Does QML Browser support socks proxies? I tried about:config .. didn't have much luck.

xes 2015-09-10 06:23

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
It seems that QML browser can't open local filesystem's files with usual:
file:///folder/index.html syntax.

On the other hand, trying to connect to http://127.0.0.1 (or http://127.0.0.1:8080 to use Evopedia) triggers the "choose internet connection" dialog or connects with the first 3G profile available.

peterleinchen 2015-09-25 18:32

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
@marxian

I have a strange error when trying to run qml-browser.
As I use it occasionally (still MicroB enthusiast ;)) I have no idea since when this is.

Here is the console output:
Quote:

~ $ /opt/qml-browser/bin/qml-browser
QDeclarativeComponent: Component is not ready
"file:///opt/qml-browser/qml/main.qml:184:5: Unable to create type SettingsDialog"
"file:///opt/qml-browser/qml/SettingsDialog.qml:190:5: Unable to create type ListPickSelector"
"file:///usr/lib/qt4/imports/org/hildon/components/ListPickSelector.qml:75:5: Cannot assign to non-existent property "onCurrentIndexChanged""
Segmentation fault (core dumped)
I have already reinstalled. And the output is same also as root (only for this test).

Any idea?
Or hints to track down this hiccup?
TIA

peterleinchen 2015-10-21 19:20

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
And now, after upgrading qt-components-hildon to latest 0.19.0, I experience the same error with your new package qmledit!??
Code:

~ $ /opt/qt-components-hildon-viewer/bin/viewer /opt/qmledit/qml/MainWindow.qml
QDeclarativeComponent: Component is not ready
"file:///opt/qmledit/qml/MainWindow.qml:220:5: Unable to create type SettingsDialog"
"file:///opt/qmledit/qml/SettingsDialog.qml:251:5: Unable to create type ListPickSelector"
"file:///usr/lib/qt4/imports/org/hildon/components/ListPickSelector.qml:103:5: Cannot assign to non-existent property "onCurrentIndexChanged""
Segmentation fault (core dumped)



All times are GMT. The time now is 09:07.

vBulletin® Version 3.8.8