Active Topics

 

Showing results 1 to 25 of 28 @ 0.01 seconds. Search: Posts Made By: nath
Forum: Applications 2011-09-21, 07:06
Replies: 374
Views: 149,043
Posted By nath
Re: eCoach

It is the same as with the maemo version: You have a folder eCoach where the gpx files are put. Those are standard, so you can use them for whatever you want.
Forum: Applications 2011-01-06, 11:12
Replies: 183
Views: 65,883
Posted By nath
Re: [ANNOUNCE] Buddy - a budget and expense manager for maemo.

That's likely because it only really saves the data when you have registered the app.
Forum: Development 2010-11-18, 07:53
Replies: 11
Views: 5,828
Posted By nath
Re: How do I build a Qt Quick project for Maemo in Qt Creator?

For Qt Quick projects (especially for deploying them) I'd recommend waiting for Creator 2.1 which shouldn't be too far away and makes this a lot easier.
Forum: Maemo 5 / Fremantle 2010-10-25, 08:58
Replies: 574
Views: 219,439
Posted By nath
Re: PR 1.3 is live now!

Usually that happens if you either have to little space in rootfs or applications that are incompatible with the new PR.

You could try uninstalling apps one by one till it works...
Forum: Community 2010-10-22, 13:28
Replies: 130
Views: 39,313
Posted By nath
Re: On the massive success of the Nokia Innovators contest at bringing us quality N900 software

If there is GPLed code inside, the sources would also have to be released to those who bought it, don't they?
Forum: Maemo 5 / Fremantle 2010-10-20, 12:50
Replies: 144
Views: 68,275
Posted By nath
Re: PR 1.3. Leaked?

I wouldn't try it if you value your n900...
Forum: Development 2010-07-27, 07:42
Replies: 2
Views: 2,483
Posted By nath
Re: Maemo SDK or Nokia Qt SDK?

Maemo SDK is more for low level development. If you want to develop normal applications that run on Maemo, Symbian and future MeeGo devices, use the Nokia Qt SDK instead.
Forum: Development 2010-07-02, 09:09
Replies: 7
Views: 5,150
Posted By nath
Re: UI in Qt Creator - looks terrible on N900

Well, don't set a specific size for the pushbutton but use the layouts. That works cross-platform and will look the way it should.
Forum: Development 2010-05-26, 14:05
Replies: 40
Views: 11,641
Posted By nath
Re: QT SDK Update for Mobility?

No, it is not as only the Mobility for the Simulator was updated.
Forum: Maemo 5 / Fremantle 2010-05-26, 10:40
Replies: 943
Views: 246,682
Posted By nath
Re: Maemo 5 PR1.2 released: OTA in UK - May 25, flasher - May 25, OTA & NSU worldwide - May 26

For me it wasn't the free space in rootfs. BrainParty was the culprit, after removing it, OTA works.
Forum: Development 2010-05-17, 09:16
Replies: 2
Views: 3,143
Posted By nath
Re: Qt Simulator

Regarding the shared memory issue, please have a look at this bug
http://bugreports.qt.nokia.com/browse/QTSIM-28 and discuss the problem there. That will bring a faster solution.
Forum: Development 2010-04-29, 10:20
Replies: 69
Views: 23,787
Posted By nath
Re: Nokia rolls out Qt SDK for unified mobile developer experience

I guess, those applications simply aren't using Qt.
What attila said is correct.
With the release of PR 1.2, all will be easier. We also will improve the Nokia Qt SDK and the documentation.
Forum: Development 2010-04-28, 13:29
Replies: 69
Views: 23,787
Posted By nath
Re: Nokia rolls out Qt SDK for unified mobile developer experience

That's right. The Simulator is for testing Qt applications only. The reasoning is that only those are portable across devices (to the N8 for example).
Forum: Development 2010-04-28, 06:59
Replies: 7
Views: 2,161
Posted By nath
Re: What platform technology is usefull to learn to develop in the future ?

Download and install the Nokia Qt SDK, play around with Qt using the simulator and when PR 1.2 comes, deploy your great apps to the device.
Forum: Development 2010-04-27, 13:21
Replies: 69
Views: 23,787
Posted By nath
Re: Nokia rolls out Qt SDK for unified mobile developer experience

The Simulator cannot use the Maemo style yet.
Forum: Development 2010-04-27, 12:30
Replies: 69
Views: 23,787
Posted By nath
Re: Nokia rolls out Qt SDK for unified mobile developer experience

See also this video about the Nokia Qt SDK:

http://www.youtube.com/watch?v=C1lEEllKAcE
Forum: Maemo 5 / Fremantle 2010-04-09, 08:19
Replies: 4
Views: 2,433
Posted By nath
Re: Problems with last SDK an QT4

It seems you got your Qt versions mixed up.
Perhaps you should delete the old SDK before installing a new one.
Forum: Development 2010-03-24, 14:56
Replies: 65
Views: 26,593
Posted By nath
Re: I'm learning with Qt and I have a question

Your curly brackets aren't matching. You can easily see that in the main.cpp where you have two closing ones right after each other.
Forum: MeeGo / Harmattan 2010-03-15, 13:12
Replies: 231
Views: 84,759
Posted By nath
Re: N900 NOT upgradeable to MeeGo

I don't think you understand what Qt means.

An app developer will write an app using Qt and it will run on all Qt enabled devices (with a simple recompile if the arch changes). This means that the...
Forum: Nokia N900 2010-03-12, 12:52
Replies: 3
Views: 1,226
Posted By nath
Re: birthdays appear... not at all!!!

I think you do it the other way around: You enter the birthday into your contacts and then they appear in the calendar. That's why they are "smart" events.
Forum: Development 2010-03-12, 07:57
Replies: 19
Views: 3,786
Posted By nath
Re: Where to post suggestions for Qt Creator?

There is a bit of documentation for QML at this site: http://qt.nokia.com/doc/4.7-snapshot/declarativeui.html

Also have a look at this blog entry (with video):...
Forum: Development 2010-03-11, 13:30
Replies: 19
Views: 3,786
Posted By nath
Re: Where to post suggestions for Qt Creator?

The 2.0 alpha of QtCreator has just been released: http://labs.trolltech.com/blogs/2010/03/11/qt-creator-20-alpha/

So now, if you want to learn about the exciting new stuff, you don't have to be...
Forum: Development 2010-03-10, 15:16
Replies: 19
Views: 3,786
Posted By nath
Re: Where to post suggestions for Qt Creator?

Well, you could checkout the current master branch of QtCreator from gitorious if you feel adventurous.
Forum: Development 2010-03-10, 14:40
Replies: 19
Views: 3,786
Posted By nath
Re: Where to post suggestions for Qt Creator?

Wait for the soon to be released QtCreator 2.0 and a lot will become clearer.
Forum: Development 2010-03-10, 12:41
Replies: 19
Views: 3,786
Posted By nath
Re: Where to post suggestions for Qt Creator?

How about: http://bugreports.qt.nokia.com/browse/QTCREATORBUG
That's the official bugtracker.
Showing results 1 to 25 of 28



 
Forum Jump

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