[maemo-developers] What is outo?

2006-10-10 Thread Murray Cumming
hildon-fm's configure.ac checks for outo. What is outo? Is it in svn
somewhere?

-- 
Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] What is outo?

2006-10-10 Thread Kalle Vahlman

2006/10/10, Murray Cumming <[EMAIL PROTECTED]>:

hildon-fm's configure.ac checks for outo. What is outo? Is it in svn
somewhere?


It's a simple and weird[1] unit testing thingy

 http://outo.sourceforge.net/

[1] Literally, "outo" means weird in finnish ;)

--
Kalle Vahlman, [EMAIL PROTECTED]
Powered by http://movial.fi
Interesting stuff at http://syslog.movial.fi
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] What is outo?

2006-10-10 Thread Tran Van Hoang
On Tue, 2006-10-10 at 12:18 +0200, ext Murray Cumming wrote:
> hildon-fm's configure.ac checks for outo. What is outo? Is it in svn
> somewhere?
> 
Hi, 
I hope this is what you want?

[sbox-: ~/] > cat /etc/apt/sources.list
#maemo:essential
deb http://catalogue.tableteer.nokia.com/certified/ mistral user
deb http://catalogue.tableteer.nokia.com/non-certified/ mistral user
deb http://repository.maemo.org/contrib/ mistral free non-free
deb-src http://repository.maemo.org/contrib/ mistral free non-free
deb http://repository.maemo.org/ mistral free non-free
deb-src http://repository.maemo.org/ mistral free non-free


[sbox-:~/] > apt-cache search outo
outo - A simple unit tester for C/C++

TranVan Hoang,

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] What is outo?

2006-10-10 Thread Kimmo Hämäläinen
On Tue, 2006-10-10 at 13:18, ext Murray Cumming wrote:
> hildon-fm's configure.ac checks for outo. What is outo? Is it in svn
> somewhere?

'outo' means 'strange' or 'weird' in Finnish. It's a simple program to
run unit testing code. It's doesn't seem to be in the stage SVN, but
should be among the Maemo SDK files. AFAIK, it's not developed further
and kind of deprecated.

-kimmo

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Update on command line wifi connections

2006-10-10 Thread Patrik Flykt

Hi,

On Sat, 2006-10-07 at 15:17 -0400, ext D. Scott Brown wrote:
> As I understand it, you can connect to any arbitrary wifi network  
> using this function from osso-ic.h:
>   gint osso_iap_connect(const char *iap, dbus_uint32_t flags, void *arg);

Unfortunately not. With the above function you can establish an internet
connection using the name of the saved settings as the first argument.
It is also possible to use any available connection by using the #define
OSSO_IAP_ANY "[ANY]" from osso-ic.h.

The settings are created either by selecting a WLAN network from the
'Select connection' dialog or the connectivity control panel applet.
Settings are stored under '/system/osso/connectivit/IAP/' in gconf. See
the end of the connectivity guide for gconf details.

BR,

Patrik


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Gazpacho question

2006-10-10 Thread kiki
Hello ,list.

I ve been trying to work with gazpacho and i really have a lot of problems.
And I want to ask if anyone has managed to make a GUI with gazpacho that actually works
as it is supposed to do.

Thanks , 
kiki
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] What is outo?

2006-10-10 Thread Michael Kostrzewa (Nokia-M/Helsinki)
It's a unit test framework... it means something in Finnish, don't
remember what. I don't know about hildon-fm, but we recently ditched
outo from hildon-libs, and we're planning to replace it with the check
framework. 

Michael

On Tue, Oct 10, 2006 at 12:18:58PM +0200, ext Murray Cumming wrote:
> hildon-fm's configure.ac checks for outo. What is outo? Is it in svn
> somewhere?
> 
> -- 
> Murray Cumming
> [EMAIL PROTECTED]
> www.murrayc.com
> www.openismus.com
> 
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Maemo: Context-Aware Applications

2006-10-10 Thread Kris McGlinn

Hi There,

I am looking at running some tests on context-aware applications, I
currently have a Nokia 770, and have Maemo set up on Ubuntu. I was
wondering if there are currently any context-aware applications that I
could use, or if there are any on the way?

Thanks,

Kris.


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Update on command line wifi connections

2006-10-10 Thread D. Scott Brown

On Oct 10, 2006, at 8:34 AM, Patrik Flykt wrote:

On Sat, 2006-10-07 at 15:17 -0400, ext D. Scott Brown wrote:

As I understand it, you can connect to any arbitrary wifi network
using this function from osso-ic.h:
	gint osso_iap_connect(const char *iap, dbus_uint32_t flags, void  
*arg);


Unfortunately not. With the above function you can establish an  
internet

connection using the name of the saved settings as the first argument.
It is also possible to use any available connection by using the  
#define

OSSO_IAP_ANY "[ANY]" from osso-ic.h.

The settings are created either by selecting a WLAN network from the
'Select connection' dialog or the connectivity control panel applet.
Settings are stored under '/system/osso/connectivit/IAP/' in gconf.  
See

the end of the connectivity guide for gconf details.


Hmmm... then could we use gconf to write our own IAP configuration  
files from the command line, and then use the osso_iap_connect  
function to invisibly connect to the network we've created outside of  
the dialog?


Scott
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Update on command line wifi connections

2006-10-10 Thread Patrik Flykt

Hi,

On Tue, 2006-10-10 at 16:21 -0400, ext D. Scott Brown wrote:
> Hmmm... then could we use gconf to write our own IAP configuration  
> files from the command line, and then use the osso_iap_connect  
> function to invisibly connect to the network we've created outside of  
> the dialog?

Yes, you could do exactly that. And if you want icd to automatically
clean up the settings from gconf after disconnect, name it starting with
'[EasyWLAN'. As an example select a new unsaved wlan SSID from the
'Select connection' dialog and do not let the UI save it. Watch the the
gconf settings.

Cheers,

Patrik

-- 
Patrik Flykt <[EMAIL PROTECTED]>

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers