maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [MeeGo] Siilihai Web Forum Reader (https://talk.maemo.org/showthread.php?t=81494)

vranki 2012-11-20 15:53

Re: [MeeGo] Siilihai Web Forum Reader
 
I just uploaded 0.9.5 to OBS which has some subscription bugs fixed and UI deuglified a bit.

vranki 2012-11-21 15:27

Re: [MeeGo] Siilihai Web Forum Reader
 
..and 0.9.6 with some fixes.

Kozzi 2012-11-21 22:26

Re: [MeeGo] Siilihai Web Forum Reader
 
Hi,

How do I insert Siilihai account ? Some time ago when I first run Siilihai I skipped the login part and now I have no idea how to add it to get rid of the Error: login failed message. I made a parser for a forum named Tang Thu Vien and it works nicely with the PC client but not with N9 version, can't load messages.

I tried with TMO forum and the text size is quite small and perhaps you are already aware of this but the size of each post isn't scaled according the content but there seem to be a constant size for all posts. When inside a forum (list of threads) the context menu (three lines button) displays Quit and an empty entry.
I think the whole context menu could be removed as we can swipe down to close the app and for options like: Unsubscribe forum or Subscribe to .. you could place a button directly onto toolbar.

Thanks for the update

vranki 2012-11-26 12:28

Re: [MeeGo] Siilihai Web Forum Reader
 
Quote:

Originally Posted by Kozzi (Post 1297019)
Hi,
How do I insert Siilihai account ? Some time ago when I first run Siilihai I skipped the login part and now I have no idea how to add it to get rid of the Error: login failed message.

There isn't a GUI way to reset account, but you can issue this command in terminal:

rm .local/share/data/siilihai*

Quote:

Originally Posted by Kozzi (Post 1297019)
I made a parser for a forum named Tang Thu Vien and it works nicely with the PC client but not with N9 version, can't load messages.

Message updating should be identical between mobile & desktop, but yes it doesn't seem to work correctly. I 'll try to figure out what's wrong.

Quote:

Originally Posted by Kozzi (Post 1297019)
I tried with TMO forum and the text size is quite small and perhaps you are already aware of this but the size of each post isn't scaled according the content but there seem to be a constant size for all posts. When inside a forum (list of threads) the context menu (three lines button) displays Quit and an empty entry.
I think the whole context menu could be removed as we can swipe down to close the app and for options like: Unsubscribe forum or Subscribe to .. you could place a button directly onto toolbar.

These are known issues which i'm investigating. The QML WebView doesn't want to wrap contents properly. I'll try to find a workaround for it.

Quote:

Originally Posted by Kozzi (Post 1297019)
Thanks for the update

Thanks for feedback!

Kozzi 2012-11-26 13:59

Re: [MeeGo] Siilihai Web Forum Reader
 
Hi,
I think I found the problem with the parser I made. Thanks to your guide I managed to log in and the parser now works on N9. I think the reason why it didn't work is because I set the state for this forum to Development in desktop client and thus only work when I connect to my account on N9. However it does work on desktop client without authentication though.

It's very nice that siilihai supports spoiler tags in a post and this forum I browse daily has them in every posts, browsing using default browser is a pain due to this reason.

thanks again.

vranki 2012-11-27 12:50

Re: [MeeGo] Siilihai Web Forum Reader
 
Uploaded 0.9.7 now, contains various fixes and removes the buggy menu.

xes 2012-11-30 14:09

Re: [MeeGo] Siilihai Web Forum Reader
 
1 Attachment(s)
I'm trying to prepare a build for N900... (if possible..)
I have just compiled version 0.9.7 (here attached)

Update..

To make it run, i had to install:
apt-get install qt-components-10-com.meego-compat

And replace in main.qml
import com.nokia.meego 1.1
with
import com.nokia.meego 1.0

There are still a lot of issues (rotation, theme....ecc)
But i hope that this will be just is a first step! ;)

@vranki
Could you fix the incompatibilities to make it run correctly also in maemo?


Output in xterm:
qrc:/qml/siilihai-mobile/SubscribeGroupsPage.qml:9: ReferenceError: Can't find variable: subscribeGroupList
qrc:/qml/siilihai-mobile/SubscribeWizardPage.qml:10: ReferenceError: Can't find variable: forumList
qrc:/qml/siilihai-mobile/MessageListPage.qml:63: ReferenceError: Can't find variable: messages
qrc:/qml/siilihai-mobile/ThreadListPage.qml:10: ReferenceError: Can't find variable: threads
qrc:/qml/siilihai-mobile/GroupListPage.qml:12: ReferenceError: Can't find variable: groups
qrc:/qml/siilihai-mobile/MainPage.qml:11: ReferenceError: Can't find variable: subscriptions
file:///usr/lib/qt4/imports/com/nokia/meego/StatusBar.qml:246: Unable to assign QString to QColor
file:///usr/lib/qt4/imports/com/nokia/meego/StatusBar.qml:156: Unable to assign QString to QColor
file:///usr/lib/qt4/imports/com/nokia/meego/StatusBar.qml:75: Unable to assign QString to QColor
file:///usr/lib/qt4/imports/com/nokia/meego/StatusBarStyle.qml:63: Unable to assign [undefined] to QString indicatorColor
file:///usr/lib/qt4/imports/com/nokia/meego/WindowStyle.qml:56: TypeError: Result of expression 'theme.constants.QtcCore' [undefined] is not an object.
file:///usr/lib/qt4/imports/com/nokia/meego/WindowStyle.qml:49: TypeError: Result of expression 'theme.constants.QtcCore' [undefined] is not an object.
file:///usr/lib/qt4/imports/com/nokia/meego/WindowStyle.qml:48: TypeError: Result of expression 'theme.constants.QtcCore' [undefined] is not an object.
file:///usr/lib/qt4/imports/com/nokia/meego/WindowStyle.qml:56: TypeError: Result of expression 'theme.constants.QtcCore' [undefined] is not an object.
file:///usr/lib/qt4/imports/com/nokia/meego/WindowStyle.qml:49: TypeError: Result of expression 'theme.constants.QtcCore' [undefined] is not an object.
file:///usr/lib/qt4/imports/com/nokia/meego/WindowStyle.qml:48: TypeError: Result of expression 'theme.constants.QtcCore' [undefined] is not an object.
qrc:/qml/siilihai-mobile/SubscribeGroupsPage.qml:9: ReferenceError: Can't find variable: subscribeGroupList
qrc:/qml/siilihai-mobile/SubscribeWizardPage.qml:10: ReferenceError: Can't find variable: forumList
qrc:/qml/siilihai-mobile/MessageListPage.qml:63: ReferenceError: Can't find variable: messages
qrc:/qml/siilihai-mobile/ThreadListPage.qml:10: ReferenceError: Can't find variable: threads
qrc:/qml/siilihai-mobile/GroupListPage.qml:12: ReferenceError: Can't find variable: groups
...

Here attached the binary...

vranki 2012-12-08 15:14

Re: [MeeGo] Siilihai Web Forum Reader
 
Quote:

Originally Posted by xes (Post 1300049)
I'm trying to prepare a build for N900... (if possible..)
I have just compiled version 0.9.7 (here attached)

Update..

To make it run, i had to install:
apt-get install qt-components-10-com.meego-compat

And replace in main.qml
import com.nokia.meego 1.1
with
import com.nokia.meego 1.0

There are still a lot of issues (rotation, theme....ecc)
But i hope that this will be just is a first step! ;)

@vranki
Could you fix the incompatibilities to make it run correctly also in maemo?

Hi,

I'm not using a N900 anymore so i don't think i'll be using much effort to make a port. It should be quite easy to port Siilihai-Mobile for Maemo if all necessary QML components can be found.
If you get it working, i'd be happy to accept a pull request in github.

I am planning to do a version without QML components so that it could be ported to Android using Necessitas SDK. I think it should be also trivial to port to Maemo.

Ps. http://siilihai.blogspot.fi/2012/12/...e-version.html

keflex 2013-06-16 05:24

Re: [MeeGo] Siilihai Web Forum Reader
 
with the meego repo links down, there's no longer a URL available to get the latest version of siilihai. hopefully vranki notices this, otherwise if anyone has a copy of the .deb would you mind sharing? cheers

thedead1440 2013-06-16 06:12

Re: [MeeGo] Siilihai Web Forum Reader
 
Quote:

Originally Posted by keflex (Post 1352360)
with the meego repo links down, there's no longer a URL available to get the latest version of siilihai. hopefully vranki notices this, otherwise if anyone has a copy of the .deb would you mind sharing? cheers

http://skeiron.org/repo/repo.pub.meego.com/ has a backup of whatever the meego repo held as of its shut down date...


All times are GMT. The time now is 17:25.

vBulletin® Version 3.8.8