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

2011-02-18 Thread danny
Hi all, In the MTF , we could set the content type for MTextEdit by: MTextEdit *edit = new MTextEdit(); edit-setContentType(M::NumberContentType); I try to find it in the QML related documents, but failed at the end. So I come here to ask are there any methods to set the content

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 tornad...@163.com: Hi all, In the MTF ,   we could set the content type for MTextEdit by:   

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

2011-02-18 Thread danny
Hi, Thanks very much for your quick reply, but I thought it's not what I want. The content type could also be such as M::EmailContentType or M::PhoneNumberContentType etc., not only the basic type. -- Best Regards, At 2011-02-18 16:54:33,zhu lady...@cuteqt.com wrote: Hi, Does

Re: [MeeGo-dev] Setting up Meego Keyboard compiling environment

2011-02-18 Thread Yuvaraj.Ragupathi
From where can I download and install following packages libmeegoimengine-dev, libmeegoimframework-dev, libmeegotouch-dev, libmeegoreactionmap-dev -Original Message- From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Behalf Of Luis Araujo Sent: Thursday,

Re: [MeeGo-dev] Setting up Meego Keyboard compiling environment

2011-02-18 Thread Michael Hasselmann
On Fri, 2011-02-18 at 12:04 +0200, yuvaraj.ragupa...@tieto.com wrote: From where can I download and install following packages libmeegoimengine-dev, libmeegoimframework-dev, libmeegotouch-dev, libmeegoreactionmap-dev You'll find that all required repos are listed @

Re: [MeeGo-dev] Setting up Meego Keyboard compiling environment

2011-02-18 Thread Yuvaraj.Ragupathi
I downloaded libmeegotouch from http://meego.gitorious.org/meegotouch After that I followed below steps in command prompt 1)./confure 2) make When I am executing make command I am getting errors like n file included from animation/core/manimation.cpp:20: animation/core/manimation.h:92: error:

Re: [MeeGo-dev] how to play a video is h.264 in meego-handset-video player

2011-02-18 Thread Wichmann, Mats D
try installing gst-ffmpeg plugins which contains h264 decoder and since meego-video player uses playbin2, once your ffmpeg plugins are installed, you should readily be able to play your h264 video. that's not in the public repository... which was the point. On Thu, Feb 17, 2011 at 3:04 PM,

[MeeGo-dev] ARM Thumb2 MeeGo test-run results

2011-02-18 Thread Carsten Munk
Hi, I took the liberty of running a quick build (direct build, no rebuild when dependancies change) of Trunk for 'armv7tnhl' as to estimate how we are doing on the front of having a mostly Thumb2 MeeGo build, similar to Ubuntu/Linaro. The problems I've found so far: * Everything Qt and Qt-based

[MeeGo-dev] 回复: ARM Thumb2 MeeGo test-run results

2011-02-18 Thread dace
can you tell me how the build and run the meego(armv7) on qemu? I have tried many times, but fail every time. can you list the steps for me? thank you very much! -- 原始邮件 -- 发件人: Carsten Munk; 发送时间: 2011年2月18日(星期五) 晚上10:11 收件人: meego-dev; 主题: [MeeGo-dev] ARM

[MeeGo-dev] An error when create image

2011-02-18 Thread Zhang, Linghe
Hi All, The following errors appear when I use mic-image-creator to create image on ubuntu 10.10 OS. It leads to image creation fail. Traceback (most recent call last): File /usr/share/yum-cli/callback.py, line 196, in callback UnicodeEncodeError: 'ascii' codec can't encode characters in

[MeeGo-dev] Opportunity for collaboration: Bringing KWin to MeeGo

2011-02-18 Thread Martin Gräßlin
Hello MeeGo developers, first let me introduce myself. My name is Martin Gräßlin, I am an active member of the KDE community and currently maintainer of the KDE Plasma window manager and compositor KWin. KWin is the reason why I am writing to you today. Over the last months the KWin team has

Re: [MeeGo-dev] Opportunity for collaboration: Bringing KWin to MeeGo

2011-02-18 Thread don
Great news ... We at Metasys are planning a MeeGo Desktop version based on KDE for the second semester of this year. We are willing to help with packaging and some development to make this happen in future versions of MeeGo core. Em sex 18 fev 2011, às 15:30:03, Martin Gräßlin escreveu:

Re: [MeeGo-dev] Opportunity for collaboration: Bringing KWin to MeeGo

2011-02-18 Thread Mark Constable
On 19/02/11, Martin Gräßlin wrote: * KDE4_KDEUI_LIBS * KDE4_PLASMA_LIBS * kworkspace What next?... plasma... akonadi... mysql!.. A Kwin light sounds good but I am particularly interested in MeeGo because it's not KDE. --markc ___ MeeGo-dev

Re: [MeeGo-dev] Opportunity for collaboration: Bringing KWin to MeeGo

2011-02-18 Thread Marijn Kruisselbrink
On Friday, February 18, 2011 10:20:51 am don wrote: Em sex 18 fev 2011, às 15:35:06, Rusty Lynch escreveu: On 02/18/2011 09:30 AM, Martin Gräßlin wrote: Hello MeeGo developers, first let me introduce myself. My name is Martin Gräßlin, I am an active member of the KDE community and

Re: [MeeGo-dev] Opportunity for collaboration: Bringing KWin to MeeGo

2011-02-18 Thread Marco Martin
On Friday 18 February 2011, Rusty Lynch wrote: snip * many, many more snip Has anyone tried to package this for meego yet? What additional deps does this introduce? yes, Marjin led the effort of packaging most of the standark KDE distribution and an early set of working packages are in

Re: [MeeGo-dev] Opportunity for collaboration: Bringing KWin to MeeGo

2011-02-18 Thread Marco Martin
On Friday 18 February 2011, don wrote: Em sex 18 fev 2011, às 15:35:06, Rusty Lynch escreveu: On 02/18/2011 09:30 AM, Martin Gräßlin wrote: Hello MeeGo developers, first let me introduce myself. My name is Martin Gräßlin, I am an active member of the KDE community and currently

Re: [MeeGo-dev] Opportunity for collaboration: Bringing KWin to MeeGo

2011-02-18 Thread ext-bernd.wachter
ext Martin Gräßlin mgraess...@kde.org writes: What additional deps does this introduce? I don't know exactly what MeeGo already includes but in general KWin does not have many dependencies. From our CMakeLists I see that we link the following libraries: * KDE4_KDEUI_LIBS *

Re: [MeeGo-dev] Opportunity for collaboration: Bringing KWin to MeeGo

2011-02-18 Thread Marco Martin
On Friday 18 February 2011, don wrote: Great news ... We at Metasys are planning a MeeGo Desktop version based on KDE for the second semester of this year. We are willing to help with packaging and some development to make this happen in future versions of MeeGo core. This is realy a

[MeeGo-dev] Pain Chung wants to stay in touch on LinkedIn

2011-02-18 Thread Pain Chung via LinkedIn
LinkedIn Pain Chung requested to add you as a connection on LinkedIn: -- Gibran, I'd like to add you to my professional network on LinkedIn. - Pain Chung Accept invitation from Pain Chung

Re: [MeeGo-dev] ARM Thumb2 MeeGo test-run results

2011-02-18 Thread Thiago Macieira
On Friday, 18 de February de 2011 15:11:32 Carsten Munk wrote: {standard input}:43893: Error: thumb conditional instruction should be in IT block -- `strexeq r6,r5,[r3]' {standard input}:43894: Error: thumb conditional instruction should be

[MeeGo-dev] [Announcement] MeeGo OBS anonymous access is now active

2011-02-18 Thread Anas Nashif
Hi, It took a while but now it is finally open. Go to http://build.meego.com/ and take a look. Now you can browse the projects and packages and see what is going on in the build service. Thank you for the patience and have fun browsing through the MeeGo content. Regards, Anas

[MeeGo-dev] Invitation to connect on LinkedIn

2011-02-18 Thread Bradley Smith via LinkedIn
LinkedIn Bradley Smith requested to add you as a connection on LinkedIn: -- Gibran, I'd like to add you to my professional network on LinkedIn. - Bradley Accept invitation from Bradley Smith