Showing results 1 to 25 of 26 @ 0.01 seconds. Search: Posts Made By: rkm
Forum: Off Topic 2010-05-14, 20:09
Replies: 51
Views: 8,184
Posted By rkm
Re: Small leak at Nokia research center. Guy steals 55 prototypes.

The guy had said that he wanted to see if he can assemble working devices out of the junk that was lying in carts waiting to be destroyed. So it was just a harmless geek without any common sense.
Forum: Off Topic 2010-05-06, 16:58
Replies: 209
Views: 22,179
Posted By rkm
Re: What's your job?

Software engineer, I'm working with C++/Qt. I've also done unix and ASP.NET/C# programming jobs and I'm hoping I can switch back some day :).
Forum: Development 2010-05-05, 18:06
Replies: 21
Views: 3,936
Posted By rkm
Re: Many questions

"tmr->isSingleShot();"

I assume that you're trying to trigger a single shot timer here.
"tmr->setSingleShot(true);" would be the right choice in that case. Or you could use the static method...
Forum: Competitors 2010-04-10, 15:24
Replies: 34
Views: 6,962
Posted By rkm
Re: Whatever Apple touch, it turns gold

I hope they won't go into diamond business.
Forum: Applications 2010-04-07, 18:46
Replies: 69
Views: 15,607
Posted By rkm
Re: Programmers/Developers which ones are faster??? Your thoughts

Development with Qt / QtCreator can be very fast, so that's not the issue.

Generally the learning curve for Maemo development is high, since you need to know linux, debian packaging, maemo API's,...
Forum: Off Topic 2010-04-07, 18:33
Replies: 189
Views: 19,837
Posted By rkm
Re: Which OS are you using on your desktop?

OS X (10.6) on laptop, ubuntu running on virtual machine.

Windows XP on another laptop, haven't used it since I bought the macbook.
Forum: General 2010-03-04, 15:10
Replies: 417
Views: 53,043
Posted By rkm
Re: what was your phone before n900??

iPhone 3G as a personal phone
Nokia 6110 Communicator from the workplace

My N900 is also borrowed from work so iPhone is actually the only phone I own and currently use :)
Forum: Off Topic 2010-01-26, 09:16
Replies: 36
Views: 4,907
Posted By rkm
Re: The passive generation?

I totally agree and I've never considered programming a skill that should be necessary for anyone but programmers. That attitude is a big problem for the OSS community.
Forum: Off Topic 2010-01-26, 08:33
Replies: 36
Views: 4,907
Posted By rkm
Re: The passive generation?

I once sewed a button :cool:

But back to the topic, I think I started programming somewhere around the age of 14. I had read some C64 programming books before that but didn't really do anything...
Forum: Development 2010-01-20, 18:13
Replies: 13
Views: 2,080
Posted By rkm
Re: question about developing in C

Maemo specific instructions:

http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Packaging%2C_Deploying_and_Distributing#Creating_Debian_Packages

And Debien New Maintainers guide for...
Forum: Development 2010-01-19, 17:13
Replies: 23
Views: 5,622
Posted By rkm
Re: Qt for Maemo 5 going Beta

Good stuff! I'll get testing as soon as I can :)
Forum: Off Topic 2010-01-19, 08:42
Replies: 58
Views: 8,824
Posted By rkm
Re: N900: Your first bill ;-)

I haven't even tried putting a SIM card in yet :P
Forum: Development 2010-01-18, 18:54
Replies: 2
Views: 1,074
Posted By rkm
Re: Embedded Qt Resources

How are you loading the file, do you use the ":/" prefix in the Url?
Forum: Development 2010-01-15, 11:48
Replies: 19
Views: 10,363
Posted By rkm
Re: QT and back button

Have you tried the closeEvent?
http://doc.trolltech.com/4.5/qwidget.html#closeEvent
Forum: Nokia N900 2010-01-12, 08:24
Replies: 291
Views: 62,656
Posted By rkm
Re: OVI STORE is open for business

Did someone say fart app? I'm on it ;) *coding*
Forum: Development 2010-01-11, 09:46
Replies: 1
Views: 2,463
Posted By rkm
Re: QT scratchbox errors, make fails.

The stuff that's missing seems to be from Qt 4.6

You propably have Qt 4.5 installed. The Qt packages prefixed with
libqt4-maemo5 (libqt-maemo5-dev etc...) should work with the code.
Forum: Development 2010-01-09, 21:00
Replies: 21
Views: 5,306
Posted By rkm
Re: Programming languages

No you don't. There are tons of 3D engines for C++ you can use. That has nothing to do with the programming language.
Forum: Off Topic 2010-01-09, 18:48
Replies: 66
Views: 7,844
Posted By rkm
Re: I love finland because...

Hypocrisy, Edge of sanity, Cemetary...

I never was a big fan of any finnish metal bands.
Forum: Off Topic 2010-01-09, 18:21
Replies: 66
Views: 7,844
Posted By rkm
Re: I love finland because...

And lets not forget Monty Widenius, one of the founders of MySql.

As for the heavy metal, I've always prefered swedish metal ;)
Forum: Off Topic 2010-01-09, 15:21
Replies: 66
Views: 7,844
Posted By rkm
Re: I love finland because...

And here I am thinking about moving to Spain :).

1. Sun
2. Sun
3. Sun
Forum: Off Topic 2010-01-08, 19:23
Replies: 60
Views: 6,904
Posted By rkm
Re: Snowed in

It's been over -30C for two days now here in northern Finland... No such thing as snowed in here :)
Forum: Applications 2010-01-08, 10:40
Replies: 16
Views: 8,377
Posted By rkm
Re: Maemo App Store

I don't think developers are too excited to start making paid apps for N900 when there's no schedule announced for N900 Ovi launch (or I haven't seen one).

And by reading the Ovi publishing...
Forum: Development 2010-01-07, 11:53
Replies: 10
Views: 5,866
Posted By rkm
Re: Qt Yellow alert message

QMaemo5InformationBox should handle that. It's included in the Maemo Qt tech preview 2.

http://labs.trolltech.com/blogs/2009/12/01/qt-for-maemo-5-next-iteration/
Forum: Nokia N900 2009-12-30, 16:30
Replies: 55
Views: 35,032
Posted By rkm
Re: SImple QT Desktop Widget to display battery level and percentage in Extras-devel now

I think you need to create a .desktop file in /usr/share/applications/hildon-home to get the widget to show up in the menu.

You can copy-paste one from the existing ones, but the file format is...
Forum: Development 2009-12-17, 16:45
Replies: 156
Views: 105,116
Posted By rkm
Re: SURVEY: Who's Developing for Maemo5/N900, What, and How - Check-In here

Language/s:
C++ w/ Qt
IDE:
QtCreator
Project:
A Flickr browser and some more sekret projects
Progress:
Basic UI for browsing is 90% done. Some optimization and cleaning up still needed to get...
Showing results 1 to 25 of 26



 
Forum Jump

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