maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   [WIP] TMO Forum app - New updated release (https://talk.maemo.org/showthread.php?t=88475)

Artyom 2013-01-10 17:41

Couldn't find post editing. Can you also add that if possible? Thanks.

bibek 2013-01-10 17:42

Re: [WIP] TMO Forum app - New updated release
 
N900 port post links added to main description in thread

bibek 2013-01-10 17:56

Re: [WIP] TMO Forum app - New updated release
 
here's an incomplete release, only change is : improved how thread is opened, like always jumping to last unread. (especially for those who requested it)
Check if it works, the feature is hard to test reliably by single person. Let me know how it performs

http://dl.dropbox.com/u/30937627/Sha....1.4_armel.deb

Tiran 2013-01-10 18:08

Re: [WIP] TMO Forum app - New updated release
 
Quote:

Originally Posted by xes (Post 1313362)
New version, new N900 build...
To install, look at these tips:

@xes, many thanks for updating!!! You plan to pack in.deb a file???

thedead1440 2013-01-10 18:10

Quote:

Originally Posted by bibek (Post 1313390)
here's an incomplete release, only change is : improved how thread is opened, like always jumping to last unread. (especially for those who requested it)
Check if it works, the feature is hard to test reliably by single person. Let me know how it performs

http://dl.dropbox.com/u/30937627/Sha....1.4_armel.deb

Works as desired :)

As usual thanks for this :)

sid21177 2013-01-10 19:03

Re: [WIP] TMO Forum app - New updated release
 
still 2 icons ?? :D

xes 2013-01-10 21:29

Re: [WIP] TMO Forum app - New updated release
 
Quote:

Originally Posted by Tiran (Post 1313394)
@xes, many thanks for updating!!! You plan to pack in.deb a file???

Yes for sure...but first of all i would find a way to login... ;)

bibek 2013-01-11 03:10

Hello xes, sorry for avoiding it for so long, if everything goes right, I will sit with the login fix for N900 by tomorrow

Tiran 2013-01-11 08:05

Re: [WIP] TMO Forum app - New updated release
 
Quote:

Originally Posted by xes (Post 1313477)
Yes for sure...but first of all i would find a way to login... ;)

Quote:

Originally Posted by bibek (Post 1313549)
Hello xes, sorry for avoiding it for so long, if everything goes right, I will sit with the login fix for N900 by tomorrow

@xes and @bibek, once again huge to you thanks for your job! You good fellows! Only do not forget about us, users N900. New programs for N900 create ever less, preferring N9. And I so like the N900.

saponga 2013-01-11 10:17

Re: [WIP] TMO Forum app - New updated release
 
i did not find some libs even after get meecolay installed and repo activated.
Code:

~ $ ldd /opt/forum-qml/bin/forum-qml
        libAccountSetup.so.1 => not found
        libaccounts-qt.so.1 => not found
        libgq-gconf.so.0 => /usr/lib/libgq-gconf.so.0 (0x40032000)
        libsignon-qt.so.1 => not found
        libsignoncrypto-qt.so.1 => not found

Code:

$ sudo apt-get install libAccountSetup.so.1
Reading package lists... Done
Building dependency tree     
Reading state information... Done
E: Couldn't find package libAccountSetup.so.1

So, im dieing fot that .deb. :D
Thanks guys !

damagedspline 2013-01-11 19:57

Re: [WIP] TMO Forum app - New updated release
 
Quote:

Originally Posted by bibek (Post 1313097)
@damagedspline, ur login shows everything right. Smhow the posts are not parsed, maybe due to custom forum theme. (not app theme. Check forum theme to default)

thanks, but tried changing the theme, but its still show blank screens.
is the parsing occur in qml? If it does, tell me at which line and file name and i'll investigate.

xes 2013-01-11 22:08

Re: [WIP] TMO Forum app - New updated release
 
Quote:

Originally Posted by saponga (Post 1313647)
i did not find some libs even after get meecolay installed and repo activated.
Code:

~ $ ldd /opt/forum-qml/bin/forum-qml
        libAccountSetup.so.1 => not found
        libaccounts-qt.so.1 => not found
        libgq-gconf.so.0 => /usr/lib/libgq-gconf.so.0 (0x40032000)
        libsignon-qt.so.1 => not found
        libsignoncrypto-qt.so.1 => not found

Code:

$ sudo apt-get install libAccountSetup.so.1
Reading package lists... Done
Building dependency tree     
Reading state information... Done
E: Couldn't find package libAccountSetup.so.1

So, im dieing fot that .deb. :D
Thanks guys !

If you have all the usual repo enabled, you should install:

apt-get install libsignoncrypto-qt libsignon-qt0 libsignon-glib0 libaccounts-qt1 libaccountsetup0

saponga 2013-01-11 22:54

Re: [WIP] TMO Forum app - New updated release
 
Quote:

Originally Posted by xes (Post 1313896)
If you have all the usual repo enabled, you should install:

apt-get install libsignoncrypto-qt libsignon-qt0 libsignon-glib0 libaccounts-qt1 libaccountsetup0

Thank you soooo much and sorry about such noobiness. I was trying install those packages using the output of ldd :D
BTW, it works and i'm so happy. I read this forum every day !
Thanks again Xes and so many thanks bibek for this gift to our comunity !:D

bibek 2013-01-12 06:49

@damagedspline , could you check it with another dummy account?

coderus 2013-01-12 14:53

need to brighter links in dark theme, blue not very readable. cyan is ok.

Schturman 2013-01-12 15:27

Agree with Codetus... Darker links is hard to read...

bibek 2013-01-12 16:33

Can anyone share a code snippet to filter out links from a text and put a html color code around it.
I suck at RegExp :p

setter 2013-01-12 17:03

Just a quick test with the app...

setter 2013-01-12 17:05

Re: [WIP] TMO Forum app - New updated release
 
No signature :confused:

coderus 2013-01-12 17:38

Re: [WIP] TMO Forum app - New updated release
 
@bibek no need to replace html text. just do:
Code:

text: "<style>a {color:#"+(theme.inverted?"a0a0ff":"4040ff")+"}</style>"+model.body

bibek 2013-01-13 04:25

Quote:

Originally Posted by setter (Post 1314141)
No signature :o

Tried that, but too much random signatures spoil the look of the app.

Quote:

Originally Posted by coderus (Post 1314147)
@bibek no need to replace html text. just do:
Code:

text: "&lt;style&gt;a {color:#"+(theme.inverted?"a0a0ff":"4040ff")+"}&lt;/style&gt;"+model.body

Silly me :p Why dint I think of that

Bundyo 2013-01-13 06:58

Re: [WIP] TMO Forum app - New updated release
 
You can also add !important, just in case :)

Artyom 2013-01-13 09:03

Re: [WIP] TMO Forum app - New updated release
 
http://maemo.org/community/council/t..._and_downtime/
will this effect the app?

thedead1440 2013-01-13 09:09

Re: [WIP] TMO Forum app - New updated release
 
Quote:

Originally Posted by Artyom (Post 1314308)

Of course; the app is not running its own forum :)

bibek 2013-01-13 10:50

Re: [WIP] TMO Forum app - New updated release
 
Quote:

Originally Posted by thedead1440 (Post 1314311)
Of course; the app is not running its own forum :)

Fingers crossed. Hope it won't break the app :/

thedead1440 2013-01-13 10:56

Re: [WIP] TMO Forum app - New updated release
 
Quote:

Originally Posted by bibek (Post 1314330)
Fingers crossed. Hope it won't break the app :/

It shouldn't break the app as the domain remains the same but why don't you drop Council an email to keep you informed of any details you need? Hence, you would be able to act on anything ;)

bibek 2013-01-13 14:38

What's the mail address? Pretty illiterate on these council stuffs :p

thedead1440 2013-01-13 15:40

Re: [WIP] TMO Forum app - New updated release
 
Quote:

Originally Posted by bibek (Post 1314397)
What's the mail address? Pretty illiterate on these council stuffs :p

council@maemo.org

qwazix 2013-01-13 16:13

Re: [WIP] TMO Forum app - New updated release
 
Bibek, first thank you for the awesome work. Until now there is no indication that anything will change due to the migration of the forum. In fact it may be possible to make the app work even during the migration using the ip of the new server instead of talk.maemo.org, but I'll know more about this as the process continues.

On the side I have a proposition to make. What would you say to the idea to put this application on sale on ovi on behalf of Hildon Foundation as an alternative form of payment of donations? Nokia has extensive carrier billing support so it might enable people without paypal/credit cards to donate. It will also increase the visibility of tmo to other users and may provide some additional funds.

I have already sent an email to board, and if there are no objections from their side I kindly asked them to open an ovi store account so that we can publish this, (or any other app) for sale in benefit of the foundation.

Thanks again and I'm eagerly awaiting for your response.

bibek 2013-01-13 17:35

EDIT TEST.Pls ignore.

EDIT : Wowie.. It's working. Will be released tomorrow.. Hopefully before tmo downtime. ;)

bibek 2013-01-13 18:04

Re: [WIP] TMO Forum app - New updated release
 
Quote:

Originally Posted by qwazix (Post 1314416)
Bibek, first thank you for the awesome work. Until now there is no indication that anything will change due to the migration of the forum. In fact it may be possible to make the app work even during the migration using the ip of the new server instead of talk.maemo.org, but I'll know more about this as the process continues.

On the side I have a proposition to make. What would you say to the idea to put this application on sale on ovi on behalf of Hildon Foundation as an alternative form of payment of donations? Nokia has extensive carrier billing support so it might enable people without paypal/credit cards to donate. It will also increase the visibility of tmo to other users and may provide some additional funds.

I have already sent an email to board, and if there are no objections from their side I kindly asked them to open an ovi store account so that we can publish this, (or any other app) for sale in benefit of the foundation.

Thanks again and I'm eagerly awaiting for your response.

Thanks for your concern, qazix. I wanted this app to be available on Store, but the act to put it under my name seemed a bit selfish.
For putting it up under HF account and to help the community, I have no objection whatsoever.
I'll suggest that we make it available in both free and donation versions. Ofcourse, after we make official progress with talks on this matter.

So, 100% granted from my side. Keep me posted on the matter.
And a request, qazix, since you are taking the matter to council, may I ask you to add to it, the request of letting us know if the forum will undergo any major changes that might break the app.

And sorry for posting spam instead of replying to this urgent post, I was busy in testing EDIT feature and overlooked the post :p

Yisroel491 2013-01-13 22:57

got myself into a pickle here. entered the wrong password and i don't see any option to reenter.

munozferna 2013-01-13 22:58

Re: [WIP] TMO Forum app - New updated release
 
Quote:

Originally Posted by Yisroel491 (Post 1314534)
got myself into a pickle here. entered the wrong password and i don't see any option to reenter.

Try deleting the accounts and creating them again.

qwazix 2013-01-13 23:08

Re: [WIP] TMO Forum app - New updated release
 
bibek I'm proudly a member of the council so consider my above reply regarding changes to the forum as official. Quoting myself for easy reference:

Quote:

Originally Posted by qwazix (Post 1314416)
Until now there is no indication that anything will change due to the migration of the forum. In fact it may be possible to make the app work even during the migration using the ip of the new server instead of talk.maemo.org, but I'll know more about this as the process continues.

As everything computer related you never know what can go wrong but the plan is to continue as is. I'll keep you posted with the reply from the board regarding the publishing of the app in the store.

Yisroel491 2013-01-13 23:15

yep. that did it. i didn't think to look at accounts. thanks. btw i may have accidentally discovered a giant glitch. while the bunk account was in play with my username and incorrect password, i opened the app and and it tells me "wrong username/password blah blah blah..." nevertheless, after clicking ok, i was still able to go in and post that last post above using that account. or maybe i am grossly mistaken. one sec I'll try it again.

Yisroel491 2013-01-13 23:24

please ignore. must have been imagining things.

bibek 2013-01-14 08:42

Quote:

Originally Posted by bibek (Post 1314611)
Test....,, 10 chars

Taking spamming to a new level with these tests

bibek 2013-01-14 08:44

Final spam post to test.
EDIT : working all right. Expect a release soon.

bibek 2013-01-14 12:40

Re: [WIP] TMO Forum app - New updated release
 
New version is released. N900 version works is still WIP. :( Thanks for your patience

And by Draggable editor window, I meant this: https://pbs.twimg.com/media/BAkgs8cCUAAXjj5.png
Not sure how you could make use of that, neither sure if posting works properly if multiple windows are opened. Maybe someone can test extensively and let me know. For dragging/bringing to front, click/drag the area between post and cancel button

bibek 2013-01-14 15:45

There's also a toolbar hidden inside post editor, in case you overlooked.
http://i.imgur.com/u6glQ.png


All times are GMT. The time now is 15:31.

vBulletin® Version 3.8.8