Re: [MeeGo-dev] How can i detect power button press

2011-01-25 Thread Zheng, Huan
I found some code that use libhal to do detection, I extract them and wrote the following code which works well. *I'm wondering if there's any similar part in libudev?* #include hal/libhal.h #include dbus/dbus.h #include glib.h #include glib-object.h #define BUTTON_POWER_UDI

[MeeGo-dev] meego bluetooth compile problem

2011-01-25 Thread Kevin
Hi all, I met a problem when compiling the meegotouchcp-bluetooth , the info is listed below : = moc_bluetoothtransferpage.o:(.rodata._ZTV21BluetoothTransferPage[vtable for BluetoothTransferPage]+0xdc): undefined reference to

Re: [MeeGo-dev] NEON memcpy?

2011-01-25 Thread leonid.moiseichuk
We have tested version in our libc and Juha could share it. With best wishes, Leonid -Original Message- From: Thiago Macieira [mailto:thi...@kde.org] Sent: 24 January, 2011 20:04 To: meego-dev@meego.com Cc: Carsten Munk; Moiseichuk Leonid (Nokia-MS/Helsinki); Kant Jarmo

Re: [MeeGo-dev] Dconf

2011-01-25 Thread Ross Burton
On Mon, 2011-01-24 at 22:55 +0800, Arjan van de Ven wrote: but at the end of the day, end users won't even notice either of the two. Actually users do notice: GConf/dconf settings are instant apply with notifications across the desktop, QSettings not so much. Ross -- Intel Open Source

Re: [MeeGo-dev] Dconf

2011-01-25 Thread Thiago Macieira
Em terça-feira, 25 de janeiro de 2011, às 11:33:00, Ross Burton escreveu: On Mon, 2011-01-24 at 22:55 +0800, Arjan van de Ven wrote: but at the end of the day, end users won't even notice either of the two. Actually users do notice: GConf/dconf settings are instant apply with notifications

Re: [MeeGo-dev] Dconf

2011-01-25 Thread Robin Burchell
On 25/01/11 12:12, Thiago Macieira wrote: Em terça-feira, 25 de janeiro de 2011, às 11:33:00, Ross Burton escreveu: On Mon, 2011-01-24 at 22:55 +0800, Arjan van de Ven wrote: but at the end of the day, end users won't even notice either of the two. Actually users do notice: GConf/dconf

Re: [MeeGo-dev] ospmd on aava

2011-01-25 Thread raghu
Hi Arjan, thanks for clarification, I wanted to study ospm and power management. so I was looking into ospm package. I have one more doubt : While I was looking into ospm package code, I came across reference to device file /dev/midppm. Can you share some info on /dev/midppm please? thanks

Re: [MeeGo-dev] Dconf

2011-01-25 Thread Thiago Macieira
Em terça-feira, 25 de janeiro de 2011, às 12:17:05, Robin Burchell escreveu: Though, at present, QSettings provides no API for change notifications (something which has irritated me, and obviously others, many times - going by the number of GConf uses and wrappers that have proliferated around

Re: [MeeGo-dev] Dconf

2011-01-25 Thread Rob Taylor
On 25/01/11 13:21, Thiago Macieira wrote: Em terça-feira, 25 de janeiro de 2011, às 12:17:05, Robin Burchell escreveu: Though, at present, QSettings provides no API for change notifications (something which has irritated me, and obviously others, many times - going by the number of GConf uses

Re: [MeeGo-dev] Dconf

2011-01-25 Thread Urho Konttori
Em terça-feira, 25 de janeiro de 2011, às 12:17:05, Robin Burchell escreveu: Though, at present, QSettings provides no API for change notifications (something which has irritated me, and obviously others, many times - going by the number of GConf uses and wrappers that have proliferated

Re: [MeeGo-dev] Dconf

2011-01-25 Thread Thiago Macieira
Em terça-feira, 25 de janeiro de 2011, às 15:27:02, Urho Konttori escreveu: Don't we have mobility publish and subscribe (or qvaluespace) for the exact purpose outlined here as the change notification? PS is very good at providing dynamic value changes across the entire system. But as it is

[MeeGo-dev] porting from DirectX 9.0c to OpenGL ES2.0??

2011-01-25 Thread Stylianou, Costas
Hi, I need to get a feel for what's involved generally porting from DirectX 9.0c (shader models 2.0 and 3.0) to OpenGL ES. Can anyone help? Thanks Costas - Intel Corporation (UK) Limited Registered No. 1134945 (England)

Re: [MeeGo-dev] Dconf

2011-01-25 Thread Urho Konttori
ext Thiago Macieira wrote: Em terça-feira, 25 de janeiro de 2011, às 15:27:02, Urho Konttori escreveu: Don't we have mobility publish and subscribe (or qvaluespace) for the exact purpose outlined here as the change notification? PS is very good at providing dynamic value changes

[MeeGo-dev] Where can I get the source code of MeeGo Netbook's installation

2011-01-25 Thread kai tong
Hi All: As title, I want to use MeeGo's installation, does it open? where can I get it. thank you very much. Best Regards Kai ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

Re: [MeeGo-dev] Where can I get the source code of MeeGo Netbook's installation

2011-01-25 Thread Gabriel M. Beddingfield
Hello, On Tue, 25 Jan 2011, kai tong wrote: As title, I want to use MeeGo's installation, does it open? where can I get it. All of the packages and source code in a MeeGo release are delivered as a Yum Repository. The source code for everything in MeeGo 1.1 Netbook is here:

Re: [MeeGo-dev] Dconf

2011-01-25 Thread Thiago Macieira
Em terça-feira, 25 de janeiro de 2011, às 16:15:43, Urho Konttori escreveu: There are different backends to PS. Shared memory is the most volatile and the one people often mistake to be the only backend. Take a peek at: http://doc.qt.nokia.com/qtmobility-1.2/publ-subs.html Gconf is even now

[MeeGo-dev] Running Xnee on Meego1.1 restarts the xorg

2011-01-25 Thread Idhaya Nirmala
Hello, We are facing the xorg restart issue after starting the recording process using cnee in Netbook,Meego1.1 hanset version. Xnee was compiled and executed in two environments. On meegosdk1.1 and on Netbook with meego1.1 handset image. MeeGoSDK: Recording and Playback using cnee is fine.

Re: [MeeGo-dev] porting from DirectX 9.0c to OpenGL ES2.0??

2011-01-25 Thread Tom Swindell
It may be worth your time looking for how to port from DirectX to standard OpenGL 2/3 using the shaders over fixed pipeline functionality. As GLES2 is effectively a subset of that and there's probably a lot more information on doing that on the web. Cheers, Tom. - Original message -

Re: [MeeGo-dev] ospmd on aava

2011-01-25 Thread Arjan van de Ven
On 1/25/2011 4:40 AM, raghu wrote: Hi Arjan, thanks for clarification, I wanted to study ospm and power management. so I was looking into ospm package. I have one more doubt : While I was looking into ospm package code, I came across reference to device file /dev/midppm. Can you share some

[MeeGo-dev] use framebuffer in X?

2011-01-25 Thread Bu, Long
Hi, I've some of applications which use frame buffer interface. Now I want to port these applications to MeeGo. I am wondering if there is some framebuffer interface that can be used in X and that use a X window or full-screen as a framebuffer. So that the applications don't

[MeeGo-dev] Is there any API available for mutter-meego?

2011-01-25 Thread He, Yunlong
Hi, Experts, Who knows how to add my customized icon in meego-netbook toolbar? Is there any API available for mutter-meego? Best Regards He Yunlong (何云龙) Cube: GTC-18M08 iNet: 8751-1645 Tel: +86-010-57511645 Email: yunlong...@intel.commailto:yunlong...@intel.com

Re: [MeeGo-dev] Dconf

2011-01-25 Thread Marius Vollmer
ext Rob Taylor rob.tay...@codethink.co.uk writes: I have to say, I rather like the idea of using the Qt Pub/Sub API to expose configuration settings (as is done now for gconf). Yes, that's the natural API candidate. What are the drawbacks with that approach? It is not part of QtCore, and

Re: [MeeGo-dev] Dconf

2011-01-25 Thread Sivan Greenberg
On Wed, Jan 26, 2011 at 8:22 AM, Marius Vollmer marius.voll...@nokia.com wrote: What about moving Qt Mob PS into QtCore? QSettings is using it btw? Or has plumbing to allow usage thereof? (I now recalled I talked to you about this a long while back) -Sivan