As we have some problems with the current Arora port (and while we waiting for Alfkil) a user of my site asked if you can try to port QtWeb and see if the same problem still ..
The old release 3.5 of that browser require Qt 4.7 so an OS4 port might be possible ...
Hi Samir, QtWeb 3.8 starts well and fast (very faster than Arora :) )
but it's very unstable with sqlite problems (it seems to sometimes failed to read icon database and crash, maybe related to the following...).
I had to remove Qt Plugin importation in code (Q_IMPORT_PLUGIN(xxxx)) as it failed to compile even with the correct PATH in MakeFile (L/qt/plugins/imageformats and -L/qt/plugins/codecs) .
3.5 version compiles too (removing PLUGIN) but failed at startup.
this may well be the most important port from the qt world so far if you're able to pull it off. MUIOWB seems that it will not be updated in my lifetime, nor timberwolf. and while i still use OWB, MUIOWB, and netsurf, i'd be lying if i thought any of them were ideal in their current state.
if qtweb is more compatible and/or faster than our current solutions, it would be a huge boon. thanks for your efforts!
-- eliyahu
"Physical reality is consistent with universal laws. When the laws do not operate, there is no reality. All of this is unreal."
zzd10h wrote: New port on OS4Depot : QSimpleSheet a fast and light spreadsheet.
OK, I wont bother re-compiling that then!
Quote:
Compiled thanks to Alfkill cmake port and tested.
The reason I hadn't already re-compiled my earlier port is because I have to cross compile it. I've never managed to get any sense out of Alfkil's CMake port.
QtWeb 3.8 starts well and fast (very faster than Arora :) )
Wow, you very fast to port it !
Quote:
but it's very unstable with sqlite problems (it seems to sometimes failed to read icon database and crash, maybe related to the following...).
Mmm so exactly the same problems we had with Arora (and for certain aspect on the test browser aswell) .. almost now we have the certainty that the two specific issues are not related to a single program but it's a general issues of the current implementation ..
Aniway still usable even a little ?
Quote:
I had to remove Qt Plugin importation in code (Q_IMPORT_PLUGIN(xxxx)) as it failed to compile even with the correct PATH in MakeFile (L/qt/plugins/imageformats and -L/qt/plugins/codecs).
Well not a problem for now ..
Quote:
3.5 version compiles too (removing PLUGIN) but failed at startup.
I would have expected the opposite ! But having the 3.8 is always better than an old release
Quote:
even the Torrent download works ;)
Great, that means Alfkil solved the issue with the latest version ! In one of the latest beta (of Qt) the torrent demo was broken ..
Quote:
I will try seriously to work on the bugs because it looks like a very good program.
You can be sure ! If all goes well soon we can have tons of awesome software for free, crossing finger ..
I can still confirm with both qOrganizer compliles that they both crash badly when hitting the SQLite button with my Sam440ep and my Pegasos II but *not* with X1000! Crashlog seems to indicate a problem somewhere in the libqsqlite.so. Strange.
cha05e90 wrote: I can still confirm with both qOrganizer compliles that they both crash badly when hitting the SQLite button with my Sam440ep and my Pegasos II but *not* with X1000! Crashlog seems to indicate a problem somewhere in the libqsqlite.so. Strange.
Are you using the same libsqlite3.so on all machines? Any filesystem differences?
Note: I have a Sam440EP and the SQLite button is working so it isn't hardware related.