Re: GSoC project - aGLESory

2010-03-15 Thread Valerio Valerio
Hi Carolina, first thanks for your interest in the Maemo Community. 2010/3/15 Carolina Simões Gomes > Hello everybody, > > My name is Carolina, I'm new to this list and a new-grad Computer Engineer > from Brazil. I've recently been accepted in the MSc in Computer Science > program at University

music player with .lrc support !

2010-03-15 Thread anky
i was browsing through the wish list and saw this requirement out there. I was thinking on working over this so i thought of discussing it with the community. Also can this be added in the gsoc ideas list, or is it too small for a 3 month project ? -- ANKY __

Re: Debug a shell application on N900 target device

2010-03-15 Thread n900.altervista.org
Indeed my problem is not to debug my app with root priviledges onto the N900 device (I just did what you suggested), but to debug the application as a process launched by X-Terminal (osso-xterm)...or better I have to redirect my application's output to the N900 X-Terminal. How could I solve th

GSoC project - aGLESory

2010-03-15 Thread Carolina Simões Gomes
Hello everybody, My name is Carolina, I'm new to this list and a new-grad Computer Engineer from Brazil. I've recently been accepted in the MSc in Computer Science program at University of Alberta, in Canada. I work remotely for a Finnish open-source company named Nomovok since November 2009, bein

Re: Debug a shell application on N900 target device

2010-03-15 Thread daniel wilms
ext n900.altervista.org wrote: Hi all, I have ported an ncurses console application to Maemo 5 (Nokia N900), but now I have some problems debugging it. I'm using the EsBox environment to compile the project but I'm not able to debug the final application on the remote target because it needs

Re: Google Summer of Code Proposal

2010-03-15 Thread Sivan Greenberg
Dear Sukhbir, I'd be interested to work with you on this idea. I've had it for a while now and I could serve as a mentor if this realizes. Sivan On Sat, Mar 13, 2010 at 9:32 AM, Sukhbir Singh wrote: > Hello everyone. > > > I am interested in developing for Maemo under Google's Summer of Code >

Re: possible a gsoc project ?

2010-03-15 Thread Valerio Valerio
Hi, On Sun, Mar 14, 2010 at 4:41 PM, b0unc3 wrote: > Hi, > > I've a idea on mind, browsing the brainstorm I found that there are many > interests/requests for a better notification system[1]. > I think I can provide an implementation for the proposed solutions #2 and > #3 (or moreover for the #3

Please approve my joining.

2010-03-15 Thread Nagendra Kumar
___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Did Nokia alter kernel's OOM handling for the 770?

2010-03-15 Thread Eero Tamminen
Hi, ext Clemens Eisserer wrote: I am using my Nokia-770 as allround-server running postgres+tor+routing+lighthttp. It works quite great (except the broken wlan-driver causing crashes all few days when running a tor-relay). However from time to time the OOM killer kicks in, although there's plent

Re: N900 kernel module recompile

2010-03-15 Thread Eero Tamminen
Hi, ext Nils Faerber wrote: Frantisek Dufka schrieb: Nils Faerber wrote: Then kernel config: cp arch/arm/configs/rx51_defconfig ./.config make oldconfig A "make modules" does cleanly compile the modules. Fine so far (except for that te modules are *huge* and a "arm-none-linux-gnueabi-strip -R

Re: PC Suite App

2010-03-15 Thread Rémi Denis-Courmont
On Sunday 14 March 2010 04:43:00 ext Krzysztof Drozd, you wrote: > I need to write desktop application that works with Mameo (N810,N900) in PC > Suite Mode. I my case I need to get some info from the device (contacts, > calender,...) and PC Suite Mode just fits. But where can I find any > inform

RE: maemo-developers Digest, Vol 59, Issue 15

2010-03-15 Thread Jarmo.Tikka
Hi, >Date: Sun, 14 Mar 2010 14:00:00 + >From: drozd.krzys...@gmail.com >Subject: Re: PC Suite App >To: maemo-developers@maemo.org > >Hi, > >Oh, yes PC Conectivity SDK >(http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/Plug-ins/Enablers/PC_Connectivity_API/) > >will not not work on

Re: HildonTouchSelector and visible rows

2010-03-15 Thread Piñeiro
From: Nicolai Hess > Anyone knows how to set the size for the touchselector or knows an example > where I can > look at. There are a package called libhildon1-examples, with several examples of hildon widgets, including the HildonTouchSelector. You can also see these examples downloading direct

Re: HildonTouchSelector and visible rows

2010-03-15 Thread Nicolai Hess
2010/3/15 Claudio Saavedra > El lun, 15-03-2010 a las 10:13 +0100, Nicolai Hess escribió: > > Hi, > > > > I made a home widget for maemo5. The settings dialog should show a > > HildonTouchSelector with some entries where the use can select one. > > I don't know how to configure HildonTouchSelecto

Re: Disabling WM animations

2010-03-15 Thread Kimmo Hämäläinen
On Mon, 2010-03-15 at 08:59 +0100, ext Sivan Greenberg wrote: > Why isn't there anything in the settings UI to control this outside > the code? Like the "Appearance" manager in Ubuntu. Because the only people wanting this are "nerds" and nerds can code ;) -Kimmo > > Sivan > > 2010/3/15 Kimmo H

Re: HildonTouchSelector and visible rows

2010-03-15 Thread Claudio Saavedra
El lun, 15-03-2010 a las 10:13 +0100, Nicolai Hess escribió: > Hi, > > I made a home widget for maemo5. The settings dialog should show a > HildonTouchSelector with some entries where the use can select one. > I don't know how to configure HildonTouchSelector to make more than > one row visible.

HildonTouchSelector and visible rows

2010-03-15 Thread Nicolai Hess
Hi, I made a home widget for maemo5. The settings dialog should show a HildonTouchSelector with some entries where the use can select one. I don't know how to configure HildonTouchSelector to make more than one row visible. At the moment the dialog (created with gtk_dialog_new_with_buttons) shows

Re: [fremantle] HTML rendering inside applications

2010-03-15 Thread Alberto Mardegan
daniel wilms wrote: There is a qt application, which does that. Check out the code: http://qt.gitorious.org/qt-labs/graphics-dojo/trees/master/websnap Thanks! I already found other applications, and the code is almost the same. It's a bit surprising to see how easy it is done with Qt! :-) C

Re: [fremantle] HTML rendering inside applications

2010-03-15 Thread daniel wilms
ext Alberto Mardegan wrote: Hi, suppose that I have some HTML (in a file or in memory) and I want my application to display it as a static bitmap. How can this be done? Is there some browser API that I can call, and which would return me an image of the page. Ideally, the input data should

Re: Disabling WM animations

2010-03-15 Thread Cláudio Sampaio
On Mon, Mar 15, 2010 at 5:13 AM, Sivan Greenberg wrote: > Which repo is transitioncontrol in? Extras-Testing? Can't find it in > Extras. > Extras-devel Best regards, -- Cláudio "Patola" Sampaio IRC: ptl - Yahoo: patolaaa Campinas, SP - Brazil. ___ ma

Re: Disabling WM animations

2010-03-15 Thread Sivan Greenberg
Which repo is transitioncontrol in? Extras-Testing? Can't find it in Extras. On Mon, Mar 15, 2010 at 10:06 AM, Cláudio Sampaio wrote: > 2010/3/15 Sivan Greenberg > > Why isn't there anything in the settings UI to control this outside the >> code? Like the "Appearance" manager in Ubuntu. >> > >

Re: Disabling WM animations

2010-03-15 Thread Sivan Greenberg
Right, so that's something you have to willfully install. Should be there from stock. Sivan On Mon, Mar 15, 2010 at 10:06 AM, Cláudio Sampaio wrote: > 2010/3/15 Sivan Greenberg > > Why isn't there anything in the settings UI to control this outside the >> code? Like the "Appearance" manager in

Re: Disabling WM animations

2010-03-15 Thread Cláudio Sampaio
2010/3/15 Sivan Greenberg > Why isn't there anything in the settings UI to control this outside the > code? Like the "Appearance" manager in Ubuntu. > Transitions Control? http://wiki.maemo.org/Customizing_Maemo#Transitions apt-get install transitioncontrol Best regards, -- Cláudio "Patola"

Re: Disabling WM animations

2010-03-15 Thread Sivan Greenberg
Why isn't there anything in the settings UI to control this outside the code? Like the "Appearance" manager in Ubuntu. Sivan 2010/3/15 Kimmo Hämäläinen > On Mon, 2010-03-15 at 08:43 +0100, ext Sivan Greenberg wrote: > > I would actually want to disable it for performance reasons. The > > curren

Re: Disabling WM animations

2010-03-15 Thread Kimmo Hämäläinen
On Mon, 2010-03-15 at 08:43 +0100, ext Sivan Greenberg wrote: > I would actually want to disable it for performance reasons. The > current eye candy is pretty tough for the N900 IMHO and causes lots of > problems when all sorts of events are arriving simultaneously. This can be done by hacking uti

Re: Disabling WM animations

2010-03-15 Thread Sivan Greenberg
I would actually want to disable it for performance reasons. The current eye candy is pretty tough for the N900 IMHO and causes lots of problems when all sorts of events are arriving simultaneously. Sivan On Mon, Mar 15, 2010 at 9:33 AM, Alberto Mardegan < ma...@users.sourceforge.net> wrote: > H

Re: [Meego-community] Qt | Podcasting + conferencing + Twitter

2010-03-15 Thread Randall Arnold
> - Original message - > From: "Alexey Zakhlestin‎" > To: "Randall Arnold‎" > Subject: Re: [Meego-community] Qt | Podcasting + conferencing + Twitter > Date: Mon, 15 Mar 2010 10:15:28 +0300 > > > > On 15.03.2010, at 2:26, Randall Arnold wrote: > > > I'm looking for feedback and possi

Disabling WM animations

2010-03-15 Thread Alberto Mardegan
Hi, is there some way to completely disable window animations? It's just for debugging, to make sure that they are the (indirect) cause of device freezes when using Mapper. Ciao, Alberto -- http://www.mardy.it <-- geek in un lingua international! __