maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Request] Steam Community app for N900 (https://talk.maemo.org/showthread.php?t=68235)

RobbieThe1st 2011-01-17 00:30

Re: [Request] Steam Community app for N900
 
Hey! Even Sheldon deserves more respect than -this- noob.

lolloo 2011-01-17 01:44

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by Reffyyyy (Post 921925)
@lolloo

If the source is not available then no, porting it will be extremely difficult. You didn't make it any easier for anyone.

There is the possibility of somebody developing one if there are API's available but it won't be as easy you think.

A developer's time is far better used developing something useful that many users will be gracious for as opposed to developing an application for a smaller base when said base has Sheldon (of Big Bang Theory) as their Chief Spokesman.

NEEEEEEE!

you can use this code to bring information from any website
void MainForm::fetch()
{
if (!mBgThread)
mBgThread = new WorkerThread(this, *mEventModel);
connect(mBgThread, SIGNAL(finished()),
this, SLOT(handleRequestFinished()));
connect(mBgThread, SIGNAL(error(const QString&)),
this, SLOT(handleError(const QString&)));
mBgThread->fetch(
"http://earthquake.usgs.gov/earthquakes/catalogs/1day-M2.5.xml"
);
}

lolloo 2011-01-17 01:45

Re: [Request] Steam Community app for N900
 
Quote:

WorkerThread::WorkerThread(QObject* owner,
QuakeListModel& eventModel)
: QThread(owner)
, mCancelled(false)
, mNetManager(0)
, mReply(0)
, mEventModel(eventModel)
{
// Initialize the hashtable of tags we seek
mXmlTags.append("id");
mXmlTags.append("title");
mXmlTags.append("updated");
mXmlTags.append("summary");
mXmlTags.append("point");
mXmlTags.append("elev");
mXmlTags.append("link");
mNetManager = new QNetworkAccessManager(this);
connect(mNetManager, SIGNAL(finished(QNetworkReply*)),
this, SLOT(handleNetFinished(QNetworkReply*)));
}
Performing the HTTP request, done in the fetch method with the URL you pass it, is
very easy.

jd4200 2011-01-17 01:50

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by lolloo (Post 921950)
Performing the HTTP request, done in the fetch method with the URL you pass it, is
very easy.

Dude, seriously if you've got something new to add a minute after your previous post then hit the edit button. It's getting annoying.

lolloo 2011-01-17 01:51

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by jd4200 (Post 921952)
Dude, seriously if you've got something new to add a minute after your previous post then hit the edit button. It's getting annoying.

they are separate.

jd4200 2011-01-17 01:56

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by lolloo (Post 921953)
they are separate.

No, they are related. Use the 'code' or 'quote' block if they are separate.

And quit being so rude to other people you are asking for help from, you quite rightly won't get much help from them otherwise.

lolloo 2011-01-17 07:50

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by jd4200 (Post 921954)
No, they are related. Use the 'code' or 'quote' block if they are separate.

And quit being so rude to other people you are asking for help from, you quite rightly won't get much help from them otherwise.

rude is fuuuuuuun
polite is booooooooooring

cant you see people here are having fun!

Char 2011-01-17 08:12

Re: [Request] Steam Community app for N900
 
you really want the app that bad?
here's how you get it

Reffyyyy 2011-01-17 08:55

Re: [Request] Steam Community app for N900
 
I don't understand why you are telling me that. If it is "very easy", then do it yourself. Absolutely nobody here will make it for you.

Helmuth 2011-01-17 11:37

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by Reffyyyy (Post 922101)
Absolutely nobody here will make it for you.

Thats not true. I would do it. :)
But he have to pay the time I need for the implementation.


All times are GMT. The time now is 08:09.

vBulletin® Version 3.8.8