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)

Estel 2014-09-21 10:41

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

Sharing your concerns, I've asked this very question (amongst other ones) here:
http://talk.maemo.org/showpost.php?p...9&postcount=99

...and marxian answered here:
http://talk.maemo.org/showpost.php?p...&postcount=101

...then I asked further, here:
http://talk.maemo.org/showpost.php?p...&postcount=111

...and got reply here:
http://talk.maemo.org/showpost.php?p...&postcount=112

AFAIK, this is everything related to this very problem, that was posted in this thread :)

Cheers,
/Estel

chill 2014-09-21 23:31

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

Originally Posted by pichlo (Post 1439787)
@chill, it's only in extras-devel for now.

It could easily be that this happened: my HAM saw 0.8.0 when it was out, but I didn't update right away. When I started Update again a few days later, 0.8.0 was still being shown by HAM, when in fact it was no longer in the repository, and had been replaced by 0.8.1. I've now Refreshed in HAM: 0.8.1 is being shown and it updated successfully.

Moral: always Refresh in HAM.

gianko 2014-09-30 23:21

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
I just want to thank you for this wonderful browser!
Is very fast and better usable than Fennec and Chrome!

Also, the page www.youtube.com/html5 shows it support HTML VideoElement, H.264 , and WebM VP8

while MicroB only support HTML VideoElement

i just encountered some errors while downloading pdf files: while MicroB was able to save the pdf files on the N900, qml-browser shows error messages:

Downloading of 'Conf_0912.pdf' failed.
Reason: error downloading http://www.amfm.it/images/pdf/140615.../Conf_0912.pdf - server replied: Bad Request

Downloading of 'WP_it_0901.pdf' failed.
Reason: error downloading http://www.amfm.it/images/pdf/140615...WP_it_0901.pdf - server replied: Bad Request

and in Downloads menu of qml-browser it shows:

Code:

Name                      Size                Received
Conf_0912.pdf            226B                1.10kB
WP_it_0901.pdf            226B                904B


Estel 2014-10-01 20:32

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
I hope that marxian is OK and he is just on some vacations - he was last present on TMO almost month ago...

marmistrz 2014-10-02 04:52

Quote:

Originally Posted by Estel (Post 1441457)
I hope that marxian is OK and he is just on some vacations - he was last present on TMO almost month ago...

well, he uploaded qt-components-hildon-viewer a couple of days ago.

int_ua 2014-10-16 14:37

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

/opt/qml-browser/bin $ ./qml-browser
qdeclarativecomponent: Component is not ready
"file:///opt/qml-browser/qml/main.qml:18:1: Plugin cannot be loaded for module "org.hildon.components": Cannot load library /opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: (/opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: Undefined symbol: _zn16qdeclarativebind10classbeginev)"

nikname 2014-10-16 17:48

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

Originally Posted by Estel (Post 1439377)
Confirming:

Code:

~ $ /opt/qml-browser/bin/qml-browser
QDeclarativeComponent: Component is not ready
"file:///opt/qml-browser/qml/main.qml:18:1: plugin cannot be loaded for module "org.hildon.components": Cannot load library /opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: (/opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: undefined symbol: _ZN16QDeclarativeBind10classBeginEv)"

/Estel

Even after the latest update I still have the same problem. Thumb, KP latest. Just reporting ;)

Jef91 2014-10-16 18:20

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
I've just installed verion 0.8.1 of qml-browser, but it doesn't seem to load any web pages for me.

When I enter a hyper link and press enter, the loading bar at the bottom moves for a split second and then it stops. No page loads.

All other applications on the device can access the internet just fine.

irulestar 2014-10-17 10:56

Any way for N9!? :)

ste-phan 2014-10-17 11:03

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Crashes on startup on Meamo 9.1+Thumb1 OS version.

Does anybody have the .deb file of the 17.0 Fennec version espacially optimised for Thumb? (need this for save as PDF function)
With many thanks in advance.

Jef91 2014-10-17 13:59

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Can also confirm the crashing at startup on Thumb.

sombragris 2014-10-20 00:06

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Really great browser! However I cannot connect to facebook. Any hints?

xes 2014-10-28 15:57

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
@marxian
It seems that qt-components-hildon has been built against libqt4-experimental-declarative that in /opt/qt4-maemo5/lib/libQtDeclarative.so.4.7.1 has the symbol _ZN16QDeclarativeBind10classBeginEv

On the other hand, devices with thumb have installed:
libqt4-declarative 1:4.7.4~git20110505+cssu11+thumb0
with /usr/lib/libQtDeclarative.so.4.7.4

How could we fix the situation?

marmistrz 2014-10-28 15:59

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
I pinged marxian whether he knows about this bug at all. It's been long since he last showed on tmo a sign of being alive. :)

pichlo 2014-10-31 08:54

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

Originally Posted by xes (Post 1444798)
@marxian
It seems that qt-components-hildon has been built against libqt4-experimental-declarative that in /opt/qt4-maemo5/lib/libQtDeclarative.so.4.7.1 has the symbol _ZN16QDeclarativeBind10classBeginEv

On the other hand, devices with thumb have installed:
libqt4-declarative 1:4.7.4~git20110505+cssu11+thumb0
with /usr/lib/libQtDeclarative.so.4.7.4

How could we fix the situation?

Are you saying that a newer version of the lib has a symbol dropped? In that case I would argue that it is the lib that is broken and needs fixing, not the code using it.

mr_pingu 2014-10-31 09:44

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Yeah, but all CSSU devices have 4.7.4 AFAIK, so they should be affected aswell. Do have a running qmlbrowser without thumb but with testing?

Both devices here are running thumb. Not to mention that my dev device really needs a reflash, installed various crap from extras-devel.

Ilew 2014-10-31 12:22

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

Originally Posted by mr_pingu (Post 1445256)
Yeah, but all CSSU devices have 4.7.4 AFAIK, so they should be affected aswell. Do have a running qmlbrowser without thumb but with testing?

I have cssu testing without thumb with no crashes on startup :
libqt4-declarative:
Installed: 1:4.7.4~git20110505+cssu11
qml-browser:
Installed: 0.8.1

Here's my output when i start it from terminal:
Code:

~ $ /opt/qml-browser/bin/qml-browser
file:///opt/qml-browser/qml/BookmarkDelegate.qml:74: Unable to assign [undefined] to QString text
file:///opt/qml-browser/qml/BookmarkDelegate.qml:59: Unable to assign [undefined] to QString text
file:///opt/qml-browser/qml/BookmarkDelegate.qml:43: Unable to assign [undefined] to QUrl source


panjgoori 2014-10-31 18:50

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
after updating to qt-components-hildon 0.12.0 my qml browser is not starting. it crashes when i try to launch it. and simplayer also crashes.

marmistrz 2014-11-01 06:35

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
confirming the crash with 0.12
Code:

$ /opt/qml-browser/bin/qml-browser
QDeclarativeComponent: Component is not ready
"file:///opt/qml-browser/qml/main.qml:18:1: plugin cannot be loaded for module "org.hildon.components": Cannot load library /opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: (/opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: undefined symbol: _ZN16QDeclarativeBind10classBeginEv)"


mr_pingu 2014-11-01 09:44

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Same here on CSSU-thumb, guess testing works as it should

panjgoori 2014-11-02 16:19

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
as per my testing, the last stable version of qt-components-hildon which does not crashes QML browser is version 0.9. any newer version like 0.10, 0.11 and 0.12 crashes QML when its starting.

marmistrz 2014-11-02 16:37

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
No reply to that pm mentioned one page ago. Maybe the issue should be reported here: https://github.com/marxoft/qt-components-hildon/issues ?

gianko 2014-11-04 17:17

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
With qml-browser i cannot browse https sites.

Seems like either qt issue, or core root https certificates expired on maemo?

Or is because many sites disabled sslv3 in favor of TLS and Qt networking/https on N900 defaults to SSL3?

using latest cssu-stable

marmistrz 2014-11-04 17:49

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Reported the thumb startup issue to github.

marmistrz 2014-11-05 17:35

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
marxian's answer seems to shed some light here: https://github.com/marxoft/qt-compon...ildon/issues/1

pichlo 2014-11-18 22:16

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Unfortunately, qml-browser 0.8.2 and qt-component-hildon 0.12.1 still suffers from the "does not work on Thumb" syndrome:

Code:

~ $ /opt/qml-browser/bin/qml-browser
QDeclarativeComponent: Component is not ready
"file:///opt/qml-browser/qml/main.qml:18:1: plugin cannot be loaded for module "org.hildon.components": Cannot load library /opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: (/opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: undefined symbol: _ZN16QDeclarativeBind10classBeginEv)"
~ $

:(

marxian 2014-11-19 02:10

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

Originally Posted by pichlo (Post 1447825)
Unfortunately, qml-browser 0.8.2 and qt-component-hildon 0.12.1 still suffers from the "does not work on Thumb" syndrome:

Code:

~ $ /opt/qml-browser/bin/qml-browser
QDeclarativeComponent: Component is not ready
"file:///opt/qml-browser/qml/main.qml:18:1: plugin cannot be loaded for module "org.hildon.components": Cannot load library /opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: (/opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: undefined symbol: _ZN16QDeclarativeBind10classBeginEv)"
~ $

:(

I think the only practical solution is to build qt-components-hildon for thumb, as removing the private QtDeclarative APIs would mean losing some important features. I'll try to get the thumb target set up in scratchbox this week and provide a thumb build.

pichlo 2014-11-19 07:23

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

Originally Posted by marxian (Post 1447851)
I think the only practical solution is to build qt-components-hildon for thumb

I am not questioning that statement, just curious. Why should the instruction set matter? All other cases indicate that ARM and Thumb code mixes seemlessly.

pierrem 2014-11-19 14:36

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
If that's of any use, cuteradio 0.3 has the same issue

marxian 2014-11-19 17:44

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Qt-Components-Hildon thumb package (untested): http://marxoft.co.uk/products/qt-com...mel_gcc472.deb

pirateman 2014-11-19 17:44

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
I tried compiling "qt-components-hildon
" and I Optien this result:

https://github.com/marxoft/qt-compon...ildon/issues/1

marmistrz 2014-11-19 17:48

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Installed and still

Code:

$ /opt/qml-browser/bin/qml-browser
QDeclarativeComponent: Component is not ready
"file:///opt/qml-browser/qml/main.qml:18:1: plugin cannot be loaded for module "org.hildon.components": Cannot load library /opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: (/opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: undefined symbol: _ZN16QDeclarativeBind10classBeginEv)"


marmistrz 2014-11-19 20:41

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Marxian: did you add the -mthumb flag to the build options?

ekze 2014-12-03 21:42

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Any news on this? Was a great app, shame that a lot of people can't use it anymore.

Estel 2014-12-04 07:22

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
It seems that for some reason, marxian left the TMO completely, while still being active via other channels (incidentally, hist last post was in the thread discussing changes in Maemo's foundation structure, which might or might not be related to his surprising quit from TMO). For example, he pushed new version of cuteTube to the repos just few days ago.

Whatever his reasons are, I suggest sending questions/suggestions to him via github or whatsnot - TMO posts/private messages seems to be pointless, considering last time he was logged in.

/Estel

phap 2014-12-08 09:23

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Is there a way to block the adds ?

Kossuth 2014-12-08 12:17

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
http://wiki.maemo.org/Ad_blocking#Hosts_file

CRCulver 2014-12-08 14:17

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
You can get functionality in a web browser equal to Firefox's Adblock plugin by using Privoxy and a script to convert Adblock's Easylist file to Privoxy format. I filed a bug report at github asking for proxy support to be added to qml-browser, and marxian answered that he was working on it.

marmistrz 2014-12-08 17:49

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
You can use Give Mee No Ads!

nokiabot 2015-02-28 15:54

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
what happend to this project ?


All times are GMT. The time now is 04:05.

vBulletin® Version 3.8.8