Re: [MeeGo-dev] Who's maintainer of .spec file.

2011-04-20 Thread zhu
Hi , Here is the bug report in https://bugs.meego.com/show_bug.cgi?id=16379 It belongs meego-app-video package. But I don't find the meego-ux relative package maintainer in http://wiki.meego.com/Packaging/Maintainers. Thanks -zhu On 20 April 2011 14:46, wrote: > Hi, > > They&

[MeeGo-dev] Who's maintainer of .spec file.

2011-04-19 Thread zhu
Hi, If I want submit a patch to .spec file , where can I submit it. I didn't find .spec in any package from meego.gitorious.org , I would like to know where .spec files are maintained. Thanks -zhu ___ MeeGo-dev mailing list MeeGo-dev@meego.com

Re: [MeeGo-dev] Are there any methods to setContentType for the QML component(TextInput or ...).

2011-02-18 Thread zhu
Hi, Does "validator" work for you ? http://doc.qt.nokia.com/4.7/qml-textinput.html#validator-prop TextInput{ validator: IntValidator{bottom: 11; top: 31;} focus: true } /zhu 2011/2/18 danny : > Hi all, > > In the MTF ,   we could set the content ty

Re: [MeeGo-dev] qml and QtMultimediaKit

2011-02-14 Thread zhu
Maybe he works on MeeGo 1.1, MeeGo 1.1 use qt-mobility 1.-2. He can check which qt-mobility version is being used. On Tue, Feb 15, 2011 at 2:07 PM, Dmytro Poplavskiy wrote: > On Sat, 12 Feb 2011 12:03:22 pm ext zhu wrote: >> Hi, >> >> Please try - >> >> impo

Re: [MeeGo-dev] how to launch a phone call from my app?

2011-02-13 Thread zhu
Hi, Please refer to meego-handset-people application's source code. MeeGo use DBus to launch another application. meego-handset-people-0.2.30/src/peopleapp.cpp 532 void PeopleApplication::callNumberToActiveService(const QString& number){ 533 534 // hard-coded details of the MeeGo Dialer applica

Re: [MeeGo-dev] qml and QtMultimediaKit

2011-02-11 Thread zhu
Hi, Please try - import Qt 4.7 import Qt.multimedia 1.0 I see some code in qt-mobility-opensource-src-1.0.2/plugins/declarative/multimedi a/multimedia.cpp 64 virtual void registerTypes(const char *uri) 65 { 66 Q_ASSERT(QLatin1String(uri) == QLatin1String("Qt.multimedia"))

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

2011-01-24 Thread zhu
I think the question is " How to get the keypressevent when the application is not active(don't have the focus widget) " On Tue, Jan 25, 2011 at 9:41 AM, Zhang, Zheng wrote: > Write a Qt application, get keyPressEvent(QKeyEvent* event). event->key(). > > > > From: meego-dev-boun...@meego.com [ma

Re: [MeeGo-dev] How can I know one package is built from which source package with zypper tool?

2011-01-10 Thread zhu
hi, [...@zhu-desktop bin]$ zypper wp libqtopengl4 Loading repository data... Reading installed packages... S | Name | Type| Version | Arch | Repository --+--+-+---+--+--- i | libqtopengl4 | package | 4.7.0-3.1 | i586 | core the "Name&qu

Re: [MeeGo-dev] How can I know one package is built from which source package with zypper tool?

2011-01-10 Thread zhu
ny : > Hi, > > rpm -qf file-you-want > > This could get the rpm package name, and then use: > rpm -qi package-name > or you could get the source package by: > zyppet si package-name > -- >  Best Regards, > > > > At 2011-01-10 16:22:18,zhu  wrote: > >

[MeeGo-dev] How can I know one package is built from which source package with zypper tool?

2011-01-10 Thread zhu
For example. I know libqtopengl4 is built from qt-4.7.1-3.1.src.rpm. Does any zypper command can know libqtopengl4 came's from qt-4.7.1-3.1.src.rpm. like what yumdownloader do: yumdownloader --source libqtopengl4 . Thanks ___ MeeGo-dev mailing list Me

Re: [MeeGo-dev] Do someone knows how to Fixed highest frequency in MeeGo?

2011-01-07 Thread Zhu, Junmin
I want to avoid the uncertain impact of dynamically adjusted frequencies, so try to set fixed highest frequency for intel CPU in MeeGo. Best wishes Junmin From: Zhao, Forrest Sent: Friday, January 07, 2011 4:35 PM To: Zhu, Junmin; meego-dev@meego.com Subject: RE: [MeeGo-dev] Do someone knows how

[MeeGo-dev] Do someone knows how to Fixed highest frequency in MeeGo?

2011-01-07 Thread Zhu, Junmin
Hi all, Do someone knows how to Fixed highest frequency in MeeGo? Thanks. best wishes Junmin Zhu OTC/SSD/SSG Tel: 86 21 - 6116 7375 Cube: 3w186 / Inet: 88217375 No. 880 Zi Xing Road, Shanghai Zizhu Science Park, Min Hang District Shanghai (200241

Re: [MeeGo-dev] Do someone know how to disable ScreenSave in handset image?

2010-12-29 Thread Zhu, Junmin
Thanks. Very helpful.:) Best wishes Junmin From: Zhao, Forrest Sent: Wednesday, December 29, 2010 4:10 PM To: Zhu, Junmin; meego-dev@meego.com Subject: RE: [MeeGo-dev] Do someone know how to disable ScreenSave in handset image? In general it's related to DPMS or screen saver daemon. Tr

[MeeGo-dev] Do someone know how to disable ScreenSave in handset image?

2010-12-28 Thread Zhu, Junmin
Hi all, Because we need to run application on handset image with screen non-black for long time. After I remove libXScrnSaver, xorg-x11-proto-scrnsaverproto, but the screen will turn black all the same. Here, anyone know how to disable screensaver? Thanks best wishes Junmin Zhu

Re: [MeeGo-dev] strange behavior when sync Buteo with Google contacts

2010-11-12 Thread Zhu, Yongsheng
> I'm not > sure that it's worth it - I suggest simply disabling the > testComplexUpdate test for Buteo+Google. There are also many other cases which can't be passed for some limitations. Does what you said mean real-world cases are more important? Cheers, Yongsheng > -Original Message- >

Re: [MeeGo-dev] Why does the mcompositor's compositing functionality depend on the type of the topmost window?

2010-10-21 Thread Zhu, Yongsheng
ly, Patrick > Sent: Thursday, October 21, 2010 8:37 PM > To: Feng, Haitao > Cc: meego-dev@meego.com; Zhu, Yongsheng; MeeGo Touch > Development > Subject: Re: [MeeGo-dev] Why does the mcompositor's > compositing functionality depend on the type of the topmost > window? &g

Re: [MeeGo-dev] Trying to sync Buteo with Google

2010-10-14 Thread Zhu, Yongsheng
Deepak, Great. Many thanks. I'll update it. Cheers, Yongsheng > -Original Message- > From: deepak.kodiha...@nokia.com [mailto:deepak.kodiha...@nokia.com] > Sent: Thursday, October 14, 2010 4:51 PM > To: Ohly, Patrick; Zhu, Yongsheng > Cc: sateesh.kav...@nokia.com;

Re: [MeeGo-dev] Trying to sync Buteo with Google

2010-10-14 Thread Zhu, Yongsheng
lp us overcome this one. Cheers, Yongsheng > -Original Message- > From: Ohly, Patrick > Sent: Thursday, October 14, 2010 4:24 PM > To: Zhu, Yongsheng > Cc: Sateesh Kavuri; meego-dev@meego.com > Subject: RE: Trying to sync Buteo with Google > > On Thu, 2010-10-14 at 04

Re: [MeeGo-dev] Trying to sync Buteo with Google

2010-10-13 Thread Zhu, Yongsheng
As a workaround, I put cred information each time Buteo sends xyncml message to Google. Now it syncs! Cheers, Yongsheng > -Original Message- > From: Ohly, Patrick > Sent: Wednesday, October 13, 2010 5:41 PM > To: Zhu, Yongsheng > Cc: Sateesh Kavuri; meego-dev@meego.co

Re: [MeeGo-dev] Trying to sync Buteo with Google

2010-10-13 Thread Zhu, Yongsheng
Previously I used non-https protocol, but failed. Cheers, Yongsheng > -Original Message- > From: Ohly, Patrick > Sent: Wednesday, October 13, 2010 5:41 PM > To: Zhu, Yongsheng > Cc: Sateesh Kavuri; meego-dev@meego.com > Subject: RE: Trying to sync Buteo with Google &g

Re: [MeeGo-dev] Trying to sync Buteo with Google

2010-10-13 Thread Zhu, Yongsheng
> -Original Message- > From: Ohly, Patrick > Sent: Wednesday, October 13, 2010 5:29 PM > To: Zhu, Yongsheng > Cc: Sateesh Kavuri; meego-dev@meego.com > Subject: Re: Trying to sync Buteo with Google > > On Wed, 2010-10-13 at 09:42 +0100, Zhu, Yongsheng wrote: >

Re: [MeeGo-dev] [meego-commits] [meego-packaging] MeeGo-commits ... reply-to to MeeGo dev ?

2010-08-19 Thread Zhu, Peter J
Now each time we reply, it just send to meego-commits and meego-packaging, missing original sender. How about add this back to send to original sender in To list as well? Peter > -Original Message- > From: meego-commits-boun...@meego.com > [mailto:meego-commits-boun...@meego.com] On Beh

Re: [MeeGo-dev] How to get screen shot on Meego?

2010-08-15 Thread Zhu, Yongsheng
Yes, that’s because there is a bug. To work around this, you can press ‘ctrl+alt+f1’ to switch to terminal and set ‘export DISPLAY=:0.0’. Then you can start your app. But it seems ‘gnome-screenshot’ is not installed by default. Cheers, Yongsheng From: meego-dev-boun...@meego.com [mailto:meego-de

Re: [MeeGo-dev] Changelog formatting (was Re: [meego-packaging] 4899: Changes to MeeGo:1.0:Netbook:Update:Testing/evolution ACCEPTED)

2010-06-27 Thread Zhu, Peter J
> -Original Message- > From: David Greaves [mailto:da...@dgreaves.com] > Sent: Sunday, June 27, 2010 6:38 PM > To: meego-packag...@meego.com; MeeGo-dev@meego.com > Cc: Zhu, Peter J; mmeeks > Subject: Changelog formatting (was Re: [meego-packaging] 4899: Chan

[MeeGo-dev] The meego sdk displays black in Xephyr

2010-06-26 Thread yanming zhu
Dear all, I have download the meego-sdk-0524.tar.bz2, and install the SDK as "Getting_started_with_the_MeeGo_SDK_for_Linux" said, after startmeego-debug &, the Xephyr start with a black window, can not see any MeeGo UI. My system is: IBM X60 with

Re: [MeeGo-dev] [MeeGo-SDK] How to debug Kernel in Meego+Moorestown?

2010-05-07 Thread Zhu Yanhai
Have you ever tried systemtap? -zyh 在 2010年4月27日 下午4:30,秦健 写道: > Hi,I would like to debugging kernel in Meego+Moorestown, which it can not > use Kgdb, the reasons for the Kernel hung up is not clear, how to debug the > kernel then? > > Best Regards > >    jack Qin > > > >

Re: [MeeGo-dev] What can MeeGo learned from HelenOS ?

2010-03-16 Thread Zhu Yanhai
microkernel can do and with monolithic kernel can't do. Regards, Zhu Yanhai 2010/3/15 EdPimentl : > Are there any platform features of HelenOS which the MeeGo team would want > to incorporate in the future? > http://www.helenos.org/ > > -E > ht