Active Topics

 

Showing results 1 to 17 of 17 @ 0.01 seconds. Search: Posts Made By: harriva
Forum: Development 2010-06-20, 17:34
Replies: 20
Views: 12,156
Posted By harriva
Re: Linux Maemo Development Guide

It's 800*480 and application area only 800*424.
Forum: Development 2010-06-19, 11:37
Replies: 5
Views: 3,200
Posted By harriva
Re: Using native Maemo 5 icons in QT app

Haven't tried but I think fromTheme is the thing for this.
http://doc.qt.nokia.com/4.6/qicon.html#fromTheme
Forum: Development 2010-06-17, 18:19
Replies: 20
Views: 5,463
Posted By harriva
Re: Need help in optimizing a drawing code ...

I had my doubts about your connectingPointsCalculator3 and it didn't seem to be giving me correct points when I tested it. Want to try my code?



// Add if needed
//#include <qmath.h>

void...
Forum: Development 2010-06-15, 13:54
Replies: 20
Views: 5,463
Posted By harriva
Re: Need help in optimizing a drawing code ...

ConnectingPointsCalculator3 is interesting... "minX=y-5;"
How did you verify that it gave correct x points out?
Forum: Development 2010-06-15, 11:08
Replies: 20
Views: 5,463
Posted By harriva
Re: Need help in optimizing a drawing code ...

http://stackoverflow.com/questions/3040484/qt-c-need-help-in-optimizing-a-drawing-code



If vertical lines are always ok when doing partial or full update then I don't think it's performance...
Forum: Development 2010-06-15, 09:48
Replies: 20
Views: 5,463
Posted By harriva
Re: Need help in optimizing a drawing code ...

I think you still don't calculate changed area correctly. Try drawing from right to left and see if that works. Or draw a circle to see when updating works.

And I think you don't need to set pen...
Forum: Development 2010-02-06, 14:12
Replies: 25
Views: 12,943
Posted By harriva
Re: How to make a .deb package ..

Packaging, Deploying and Distributing (http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Packaging%2C_Deploying_and_Distributing)

And when time comes to push app to repository.
Maemo...
Forum: Applications 2010-01-05, 07:58
Replies: 98
Views: 131,674
Posted By harriva
Re: Irreco for N900

You need IR receiver. Laptop with IR port or something.
Then you somehow configure irrecord to work with it.
http://www.lirc.org/html/irrecord.html
Then you record your remote. (Not to raw format....
Forum: Applications 2009-12-30, 06:24
Replies: 98
Views: 131,674
Posted By harriva
Re: Irreco for N900

It's somewhat fixed now.
Latest Lirc version is running only when Irreco is on unlike the old version which were running all the time.


harriva
Forum: Applications 2009-12-17, 10:31
Replies: 98
Views: 131,674
Posted By harriva
Re: Irreco for N900

I just uploaded irreco 0.8.10 to builder and it should find it's way to repository any moment now.

This version should fix socket opening thing.

On a side note I didn't test this version at...
Forum: Applications 2009-11-11, 17:24
Replies: 194
Views: 86,383
Posted By harriva
Re: Irreco - Ir Remote Controller

Long story short.
Lirc server isn't probably running.
You can try starting it being sudo and running /etc/init.d/lirc start
(^ I have no device and my memory...)

Long story long.
Lirc server...
Forum: Applications 2009-11-09, 13:54
Replies: 98
Views: 131,674
Posted By harriva
Re: Irreco for N900

All pages and sites and .install files are for n8x0 users.
Irreco that works with n900 (irreco-for-n900) is in fremantle extras-devel repository where it will stay until someone fixes all the little...
Forum: Applications 2009-10-16, 10:20
Replies: 53
Views: 26,087
Posted By harriva
Re: IT as Windows SideShow device

I just send you a private message.
Forum: Maemo 5 / Fremantle 2009-10-07, 14:08
Replies: 3
Views: 4,251
Posted By harriva
Re: ImageMagick for Fremantle?

Seems to work fine on X86 target when configured without multithreading and perl.
Would be easy to package for armel.
Forum: Development 2009-10-03, 10:23
Replies: 6
Views: 2,552
Posted By harriva
Re: plugin load error message for desktop widget

You use dir without initializing it.
Change the line
g_dir_open(directory, 0, NULL);
to
dir = g_dir_open(directory, 0, NULL);
Forum: Applications 2009-09-08, 11:30
Replies: 98
Views: 131,674
Posted By harriva
Irreco for N900

Irreco is remote control application for controlling IR equipped devices.
N900 has IR transmitter. You know where this is going. :)

Irreco for n900 tutorial @Youtube.com...
Forum: Applications 2008-09-22, 12:29
Replies: 194
Views: 86,383
Posted By harriva
Re: Irreco - Ir Remote Controller

Thanks


You are welcome to contribute.
If you really are going to do some coding, post and we see that you get latest source code. Public SVN is a tad out of date.
There have been some talk...
Showing results 1 to 17 of 17



 
Forum Jump

All times are GMT. The time now is 18:26.