Re: Fremantle UI Portrait Mode

2009-06-11 Thread Alberto Garcia
On Tue, Jun 02, 2009 at 08:09:36PM +0200, Cornelius Hald wrote: > this mail got a bit longer then I expected. And the reply took longer than I expected too :) Please accept my apologies. > I think most people who use filters and the portrait mode will have > to create a different version of the

Re: calendar-backend

2009-06-11 Thread Hubert Figuiere
On 06/11/2009 05:01 PM, Jamie Bennett wrote: > Forgive my ignorance but is it 10x longer to compile or 10x increment > in speed? Compilation speed is a matter of grabbing two coffee's > instead of one, run time speed is a matter of giving up completely. C code compiled by g++ isn't slower or faste

Re: calendar-backend

2009-06-11 Thread gary liquid
heh Jamie, its 10x (might be slight exag) longer to compile. i normally make code changes and compile the 2 or 3 modules I've been working on. its quick and simple. with c++ even the simplest files are slow. its like waiting for visual studio to run, an age. and my method of on device compilation

Re: calendar-backend

2009-06-11 Thread Jamie Bennett
On 11 Jun 2009, at 21:08, gary liquid wrote: > Hubert, > > Compiling my pure C in a C++ compiler is indeed possible. > However, it takes 10x longer on my tablet to compile even simple > programs using a c++ compiler. > > I don't mind if the libs aren't available, it was just a nicety for me > - t

Re: calendar-backend

2009-06-11 Thread gary liquid
Hubert, Compiling my pure C in a C++ compiler is indeed possible. However, it takes 10x longer on my tablet to compile even simple programs using a c++ compiler. I don't mind if the libs aren't available, it was just a nicety for me - there will be other libraries that are usable as required I am

Re: calendar-backend

2009-06-11 Thread Jamie Bennett
On 11 Jun 2009, at 17:15, Hubert Figuiere wrote: > On 06/10/2009 07:32 AM, Sampo Savola wrote: >> There seems to be only C++ interface for this. >> >> How should this be used in C application, >> is there going to be C interface also? > > You can mix C and C++ easily. You can recompile your C code

Re: N800 Power cycles

2009-06-11 Thread Rainer Dorsch
Am Donnerstag, 11. Juni 2009 schrieb Rainer Dorsch: > [...] > > More details is in /mnt/initfs/linuxrc in function enter_state(), normal > > mode is USER state, charging mode is (or is one case of?) ACTDEAD state. > > I hope I am not wrong about this. > > After investigating linuxrc the above behav

Re: N800 Power cycles

2009-06-11 Thread Rainer Dorsch
Frantisek, many thanks for your detailed explanation. Am Dienstag, 9. Juni 2009 schrieb Frantisek Dufka: > Rainer Dorsch wrote: > > Under which circumstances is the N800 started automatically, when the > > power supply is plugged in? > > N800 is always started when you plug it in. The difference

Re: calendar-backend

2009-06-11 Thread Hubert Figuiere
On 06/10/2009 07:32 AM, Sampo Savola wrote: > There seems to be only C++ interface for this. > > How should this be used in C application, > is there going to be C interface also? You can mix C and C++ easily. You can recompile your C code with a C++ compiler[1]. Hub [1] possibly with a few c

Re: Easy way of testing fremantle build?

2009-06-11 Thread Kimmo Hämäläinen
On Thu, 2009-06-11 at 11:35 +0200, ext ds wrote: > Hi, > > I just feed my application (vnc viewer diablo source) to > fremantle-extras-builder and it is indicated, that it build > without any > problems. > > What is the easiest way,

Re: Easy way of testing fremantle build?

2009-06-11 Thread Cornelius Hald
Detlef Schmicker wrote: > Thanks for the quick response, > > I could not find a vm image with fremantle installed, do you know where > to find? Ah sorry, I was in a hurry and didn´t check my facts :( The available image does not include the Fremantle SDK - it´s only Diablo. I was misreading this

Re: Easy way of testing fremantle build?

2009-06-11 Thread Cornelius Hald
On Thu, 2009-06-11 at 11:35 +0200, ds wrote: > What is the easiest way, to test it, without installing the > whole sdk? Somehow you'll need to have the SDK. If you don't want to install it and disk space doesn't matter, I would recommend you to use the VMWare/VirtualBox image which

Easy way of testing fremantle build?

2009-06-11 Thread ds
Hi, I just feed my application (vnc viewer diablo source) to fremantle-extras-builder and it is indicated, that it build without any problems. What is the easiest way, to test it, without installing the whole sdk?

Re: calendar-backend

2009-06-11 Thread Soumya Bijjal
Hello! I asked the guys responsible for calendar area.. seems that having a C API is not very likely. Adding Ilias in CC who is the owner of this area. -Soumya On Wed, 2009-06-10 at 13:36 +0200, ext gary liquid wrote: > Sampo, > > I would also be interested in a C api to the same calendar bac