#1  
Old 07-21-2011, 12:52 PM
cckwes's Avatar
cckwes cckwes is offline
MeeGo Greeter
 
Join Date: Feb 2011
Location: Malaysia
Posts: 110
Thanked: 66 times
Lightbulb DNC, Distrowatch News Client for Harmattan

Greetings, here i would like to announce that DNC, the distrowatch news client for Harmattan has been released. Below are some info for this application

Name: DNC, Distrowatch News Client
Features: News reader for Distrowatch.com including News Headline, Latest Packages and Latest Podcast (ogg/mp3)

More information at http://blog.linux4us.org/2011/07/22/dnc-0-1-1-released/

Can anybody please help me to test in a real N950 device and give me feedback? Thank you very much.

The download link is:
http://linux4us.org/downloads/dnc_0_1_1_armel.deb

and the source at gitorious is:
https://gitorious.org/dnc/dnc

Thank you very much

P/s: If you download the package using wget, please use the following command
Code:
wget -U firefox http://linux4us.org/downloads/dnc_0_1_1_armel.deb
Attached Images
File Type: jpg dnc.jpg (19.5 KB, 19 views)
__________________
Hi, I'm a MeeGo Greeter! Welcome to the world of MeeGo!

Members say Hello | How to contribute to MeeGo | MeeGo FAQ | Community Communication | Community Guidelines | Glossary | Developer's Guide

If I can help with anything else, just ask!

My Developer's blog: http://blog.linux4us.org

Last edited by cckwes; 07-25-2011 at 10:24 AM. Reason: update download link
Reply With Quote

The Following 2 Users Say Thank You to cckwes For This Useful Post:
  #2  
Old 07-21-2011, 01:17 PM
sfietkonstantin's Avatar
sfietkonstantin sfietkonstantin is offline
Senior Member
 
Join Date: Aug 2010
Posts: 326
Thanked: 191 times
Default Re: DNC, Distrowatch News Client for Harmattan

One mini suggestion
For your news list, please set this :
Code:
highlightRangeMode: ListView.StrictlyEnforceRange
This will prevent the "i slide a news, but it flickers too fast and go the the third news"
(I hope I'm clear ...)

And of cause : I like it.
Simple, clean, elegant

EDIT : some more bugs / suggestions :
- Is that normal that you cannot go to the distro / news page ? (with the two buttons)
- Why do not present new packages like distro news ?
- You do not need of the quit button in the main page (Harmattan guidelines), closing is done on the multitask view.
__________________
Sorri four my badde english
Qt / Meego Handset enthusiast
My blog
Reply With Quote

The Following 2 Users Say Thank You to sfietkonstantin For This Useful Post:
  #3  
Old 07-21-2011, 01:36 PM
cckwes's Avatar
cckwes cckwes is offline
MeeGo Greeter
 
Join Date: Feb 2011
Location: Malaysia
Posts: 110
Thanked: 66 times
Default Re: DNC, Distrowatch News Client for Harmattan

Quote:
Originally Posted by sfietkonstantin View Post
One mini suggestion
For your news list, please set this :
Code:
highlightRangeMode: ListView.StrictlyEnforceRange
This will prevent the "i slide a news, but it flickers too fast and go the the third news"
(I hope I'm clear ...)
Ok, i will change it on next minor update

Quote:
Originally Posted by sfietkonstantin View Post
And of cause : I like it.
Simple, clean, elegant
Thanks for your compliment

Quote:
Originally Posted by sfietkonstantin View Post
EDIT : some more bugs / suggestions :
- Is that normal that you cannot go to the distro / news page ? (with the two buttons)
- Why do not present new packages like distro news ?
- You do not need of the quit button in the main page (Harmattan guidelines), closing is done on the multitask view.
-The two button did not open the distro / news page with external browser? I'm using
Code:
Qt::openUrlExternally ( url target )
to open the link with external browser
-Can you please clarify your second statement? Did you mean present it in the following format?
date package name version
-Ok, i'll remove the quit button on next minor release

Anyway, thanks for testing this application. Thanks for your suggestion, it's very valuable for me to improve this application
__________________
Hi, I'm a MeeGo Greeter! Welcome to the world of MeeGo!

Members say Hello | How to contribute to MeeGo | MeeGo FAQ | Community Communication | Community Guidelines | Glossary | Developer's Guide

If I can help with anything else, just ask!

My Developer's blog: http://blog.linux4us.org
Reply With Quote
  #4  
Old 07-21-2011, 01:58 PM
sfietkonstantin's Avatar
sfietkonstantin sfietkonstantin is offline
Senior Member
 
Join Date: Aug 2010
Posts: 326
Thanked: 191 times
Default Re: DNC, Distrowatch News Client for Harmattan

About the second statement, I really want the latest package view not to open the web browser when clicking on an element, but present the content of the website inside the application.

And well, when I click on the package, it goes to the main page of distrowatch website ...

I also confirm that the buttons did not work, maybe did you forget to connect the signals.

I did not tried podcasts yet.

Finally, one more comment (sorry, I'm kind of guy that is never satisfied) you should add a "busy indicator" when the screenshot of the distro is loading

__________________
Sorri four my badde english
Qt / Meego Handset enthusiast
My blog
Reply With Quote

The Following User Says Thank You to sfietkonstantin For This Useful Post:
  #5  
Old 07-22-2011, 12:29 PM
cckwes's Avatar
cckwes cckwes is offline
MeeGo Greeter
 
Join Date: Feb 2011
Location: Malaysia
Posts: 110
Thanked: 66 times
Default Re: DNC, Distrowatch News Client for Harmattan

Quote:
Originally Posted by sfietkonstantin View Post
One mini suggestion
For your news list, please set this :
Code:
highlightRangeMode: ListView.StrictlyEnforceRange
This will prevent the "i slide a news, but it flickers too fast and go the the third news"
(I hope I'm clear ...)

And of cause : I like it.
Simple, clean, elegant

EDIT : some more bugs / suggestions :
- Is that normal that you cannot go to the distro / news page ? (with the two buttons)
- Why do not present new packages like distro news ?
- You do not need of the quit button in the main page (Harmattan guidelines), closing is done on the multitask view.
Hi, i've made some tweaks on DNC based on your suggestion and here comes DNC 0.1.1. I've updated the first post's link for downloading DNC 0.1.1

Here's a list of changes in this minor update
  • Link for Latest Package page has been disable due to redirection back to distrowatch for every package link
  • Busy indicator (loading animation) for screenshot in News Headline page
  • Fix Button issue for News Headline page, now both button would open an external browser for News and Distro respectively on clicked
  • List View will only snap to 1 item.
  • Removal of quit button at the main page

The downside of this update is that clicking on a link or button inside DNC still open up an external browser. I'm working on it ( cause there're some problem with QtWebKit in my scratchbox and Qemu is damn slow ) and hope to present it on the following update.

Thank you for testing and giving me some useful suggestion
__________________
Hi, I'm a MeeGo Greeter! Welcome to the world of MeeGo!

Members say Hello | How to contribute to MeeGo | MeeGo FAQ | Community Communication | Community Guidelines | Glossary | Developer's Guide

If I can help with anything else, just ask!

My Developer's blog: http://blog.linux4us.org
Reply With Quote

The Following User Says Thank You to cckwes For This Useful Post:
  #6  
Old 07-22-2011, 02:09 PM
sfietkonstantin's Avatar
sfietkonstantin sfietkonstantin is offline
Senior Member
 
Join Date: Aug 2010
Posts: 326
Thanked: 191 times
Default Re: DNC, Distrowatch News Client for Harmattan

I have some crashes when trying to go to news
It is a bit strange.
Maybe are you using threads to download, because the problem is not always reproductible ...

EDIT : the rest is just plain cool Thanks
Even if I do not use DistroWatch much, but this application has a real quality, and I hope that you can adapt this app for others news sources or even write a news reader
__________________
Sorri four my badde english
Qt / Meego Handset enthusiast
My blog
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
QSpot (Qt-based Spotify client based on openspotify) for MeeGo / Harmattan aenbacka Application Developer Support 47 03-14-2012 07:19 AM
Differences Harmattan API - Meego 1.2 Harmattan API nicolai Application Developer Support 3 07-15-2011 06:20 PM
What's the news on LG GW990 tonspaa Handset 1 06-23-2011 11:35 AM
M* Weekly News: 10 May 2010 jaffa General 1 05-11-2010 05:03 AM
M* Weekly News: 3 May 2010 jaffa General 0 05-03-2010 07:35 AM


All times are GMT. The time now is 01:58 AM.