[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 type for the 
TextInput component in QML?

Thanks very much in advance.

--

 Best Regards,

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

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:

     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 type for the
 TextInput component in QML?

 Thanks very much in advance.
 --
  Best Regards,




 ___
 MeeGo-dev mailing list
 MeeGo-dev@meego.com
 http://lists.meego.com/listinfo/meego-dev
 http://wiki.meego.com/Mailing_list_guidelines

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


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 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:

 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 type for the
 TextInput component in QML?

 Thanks very much in advance.
 --
  Best Regards,




 ___
 MeeGo-dev mailing list
 MeeGo-dev@meego.com
 http://lists.meego.com/listinfo/meego-dev
 http://wiki.meego.com/Mailing_list_guidelines

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

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, February 17, 2011 10:54 AM
To: meego-dev@meego.com
Subject: Re: [MeeGo-dev] Setting up Meego Keyboard compiling environment

I think this was mentioned before in another email.

Check the meegotouch-inputmethodkeyboard/debian/control file,
it specifies there the dependencies you need to compile the package.

For this specific error, you need the libxkbfile-dev (= 1.0.6) package, 
which is properly
specified in the control file.

Regards,

On 02/17/2011 12:29 AM, yuvaraj.ragupa...@tieto.com wrote:
 Hi All,

 How do install meego-keyboard dev packages? To avoid

 ../../../meegotouch-meegotouch-inputmethodkeyboard/m-keyboard/common/mxkb.cpp:21:24:
  error: X11/XKBlib.h: No such file or directory
 .../../../meegotouch-meegotouch-inputmethodkeyboard/m-keyboard/common/mxkb.cpp:22:37:
  error: X11/extensions/XKBrules.h: No such file or directory
 .../../../meegotouch-meegotouch-inputmethodkeyboard/m-keyboard/common/mxkb.cpp:
  In constructor 'MXkb::MXkb()':
 .../../../meegotouch-meegotouch-inputmethodkeyboard/m-keyboard/common/mxkb.cpp:34:
  error: 'XkbMajorVersion' was not declared in this scope
 .../../../meegotouch-meegotouch-inputmethodkeyboard/m-keyboard/common/mxkb.cpp:35:
  error: 'XkbMinorVersion' was not declared in this scope


 Thanks

 Yuvaraj R

 ___
 MeeGo-dev mailing list
 MeeGo-dev@meego.com
 http://lists.meego.com/listinfo/meego-dev
 http://wiki.meego.com/Mailing_list_guidelines

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


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 @
http://meego.gitorious.org/meegotouch

regards,
Michael

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


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: expected class-name before ‘{’ token
In file included from ../include/mtheme.h:20,
 from animation/core/manimation.cpp:24:
../include/../corelib/theme/mtheme.h:306: error: ISO C++ forbids declaration of 
‘QGraphicsEffect’ with no type
../include/../corelib/theme/mtheme.h:306: error: expected ‘;’ before ‘*’ token
animation/core/manimation.cpp: In constructor 
‘MAnimation::MAnimation(MAnimationPrivate*, QObject*)’:
animation/core/manimation.cpp:28: error: type ‘QAbstractAnimation’ is not a 
direct base of ‘MAnimation’
animation/core/manimation.cpp: In constructor 
‘MAnimation::MAnimation(QObject*)’:
animation/core/manimation.cpp:38: error: type ‘QAbstractAnimation’ is not a 
direct base of ‘MAnimation’
animation/core/manimation.cpp: In member function ‘MAnimationStyleContainer 
MAnimation::style()’:
animation/core/manimation.cpp:61: error: ‘objectName’ was not declared in this 
scope
animation/core/manimation.cpp: In member function ‘const 
MAnimationStyleContainer MAnimation::style() const’:
animation/core/manimation.cpp:74: error: ‘objectName’ was not declared in this 
scope
make[2]: *** [.obj/manimation.o] Error 1
make[2]: Leaving directory `/home/yuvaraj/Meego 
Source/meegotouch-libmeegotouch/src/corelib'
make[1]: *** [sub-corelib-make_default-ordered] Error 2
make[1]: Leaving directory `/home/yuvaraj/Meego 
Source/meegotouch-libmeegotouch/src'
make: *** [sub-src-make_default-ordered] Error 2


Thanks

Yuvaraj R

-Original Message-
From: Michael Hasselmann [mailto:mich...@taschenorakel.de] 
Sent: Friday, February 18, 2011 3:58 PM
To: Ragupathi Yuvaraj
Cc: luis.ara...@collabora.co.uk; meego-dev@meego.com
Subject: Re: [MeeGo-dev] Setting up Meego Keyboard compiling environment

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 @
http://meego.gitorious.org/meegotouch

regards,
Michael

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

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, Carsten Munk 
cars...@maemo.orgmailto:cars...@maemo.org wrote:
2011/2/17 ssuk hyun kim ssukh...@gmail.commailto:ssukh...@gmail.com:
 Hi All,
 I am trying to play a video which is h.264 via meego-handset-video player on
 N900. But it doesn't play. ogg plays well.
 N900 is installed MeeGo handset 1.1 image.
 Please let me know how to video can play mp4 and h.264.
 Regards,
 SH
MP4 and H264 aren't supported in MeeGo out of the box because of
royalty/patent issues. It's possible to install codecs manually
though.

/Carsten
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

[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 fails with:

{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
in IT block -- `teqeq r6,#1'

* WebKit fails with:

./Source/JavaScriptCore/assembler/MacroAssembler.h:32:33: fatal error:
MacroAssemblerARMv7.h: No such file or directory

* bind fails with: ()

libtool: link: `pthreads/condition.lo' is not a valid libtool object

* fennec-qt fails with:

/BUILD/mozilla-central/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp
{standard input}: Assembler messages:
{standard input}:528: Error: r13 not allowed here -- `tst sp,#4'
make[10]: *** [xptcinvoke_arm.o] Error 1

* gc fails with:

{standard input}:2058: Error: selected processor does not support `swp
r1,r2,[r3]'

* gcc fails with this which is a bit surprising, on hardfp build:

/usr/bin/ld: error: .libs/selected_int_kind.o uses VFP register
arguments, .libs/libgfortran.so.3.0.0 does not

* libatomic-ops fails with:

{standard input}:285: Error: selected processor does not support `swp
r1,r2,[r3]'

* pulseaudio fails with:

{standard input}:110: Error: thumb conditional instruction should be
in IT block -- `addcs r0,r8'
{standard input}:111: Error: thumb conditional instruction should be
in IT block -- `movcs r6,r0'
make[3]: *** [libpulsecore_0.9.19_la-svolume_arm.lo] Error 1

* texlive fails in qemu:

LD_LIBRARY_PATH=../lib:../stubdata:../tools/ctestfw:$LD_LIBRARY_PATH
../bin/genpname -d ./out/build/icudt34l
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
make[1]: *** [out/build/icudt34l/pnames.icu] Segmentation fault

* glibc needed -mthumb in it's BuildFlags=, but built for thumb after that.

Summary:

succeeded: 1306
failed: 41
unresolvable: 13
excluded: 88

This information was brought to you by 15 minutes of editing OBS
project configuration and approx an hour of waiting for it to finish
building 1300+ ARM packages. This is why I love MeeGo.com and OBS,
makes it really easy to make these kind of builds.

BR
Carsten Munk
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

[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 Thumb2 MeeGo test-run results

 
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 fails with:

{standardinput}:43893:Error:thumbconditionalinstructionshouldbe
inITblock--`strexeqr6,r5,[r3]'
{standardinput}:43894:Error:thumbconditionalinstructionshouldbe
inITblock--`teqeqr6,#1'

* WebKit fails with:

./Source/JavaScriptCore/assembler/MacroAssembler.h:32:33:fatalerror:
MacroAssemblerARMv7.h:Nosuchfileordirectory

* bind fails with: ()

libtool: link: `pthreads/condition.lo' is not a valid libtool object

* fennec-qt fails with:

/BUILD/mozilla-central/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp
{standardinput}:Assemblermessages:
{standardinput}:528:Error:r13notallowedhere--`tstsp,#4'
make[10]:***[xptcinvoke_arm.o]Error1

* gc fails with:

{standardinput}:2058:Error:selectedprocessordoesnotsupport`swp
r1,r2,[r3]'

* gcc fails with this which is a bit surprising, on hardfp build:

/usr/bin/ld:error:.libs/selected_int_kind.ousesVFPregister
arguments,.libs/libgfortran.so.3.0.0doesnot

* libatomic-ops fails with:

{standardinput}:285:Error:selectedprocessordoesnotsupport`swp
r1,r2,[r3]'

* pulseaudio fails with:

{standardinput}:110:Error:thumbconditionalinstructionshouldbe
inITblock--`addcsr0,r8'
{standardinput}:111:Error:thumbconditionalinstructionshouldbe
inITblock--`movcsr6,r0'
make[3]:***[libpulsecore_0.9.19_la-svolume_arm.lo]Error1

* texlive fails in qemu:

LD_LIBRARY_PATH=../lib:../stubdata:../tools/ctestfw:$LD_LIBRARY_PATH
../bin/genpname-d./out/build/icudt34l
qemu:uncaughttargetsignal11(Segmentationfault)-coredumped
make[1]:***[out/build/icudt34l/pnames.icu]Segmentationfault

* glibc needed -mthumb in it's BuildFlags=, but built for thumb after that.

Summary:

succeeded: 1306
failed: 41
unresolvable: 13
excluded: 88

This information was brought to you by 15 minutes of editing OBS
project configuration and approx an hour of waiting for it to finish
building 1300+ ARM packages. This is why I love MeeGo.com and OBS,
makes it really easy to make these kind of builds.

BR
Carsten Munk
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

[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 position 3-6: 
ordinal not in range(128)
error: python callback bound method RPMInstallCallback.callback of 
callback.RPMInstallCallback instance at 0x96f0f6c failed, aborting!

The ubuntu OS is newly installed. Firstly I have installed the following tools:


sudo apt-get install yum rpm kpartx parted syslinux isomd5sum kvm 
squashfs-tools python2.6-dev qemu-arm-static python-urlgrabber


Command to create image:


sudo mic-image-creator --config=default.ks --format=livecd --cache=mycache

Please find in attachment is the detail error log.
I am looking forward to your feedback to help me solve this problem. Thank you 
very much!

Regards,
Steven ,Zhang  张凌鹤
PRC DRD Atom Platform Enabling Team
Tel: 86-755-25830868 - 1116
INET: 8754 - 1116
Cell Phone: 13798361680



err.log
Description: err.log
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

[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 been working on porting our compositor to OpenGL ES 2.0 with EGL 
and OpenGL 2 with GLX. Today we announced [1] that the porting 
effort is finished, the source code imported into git master and the next KDE 
Platform release will include a compositor supporting OpenGL ES 2.0 and on the 
desktop default to OpenGL 2.

I would like to offer KWin for inclusion in MeeGo and become a participant in 
the MeeGo project. Personally, I think that KWin would be an excellent 
sollution for the use cases MeeGo faces, particularly across the wide variety 
of device form factors. MeeGo is bringing Linux to many of the same places 
that we have been working on bringing KWin to, and so it feels like an 
excellent and natural opportunity to work together.

Let me just outline some of the advanced features KWin provides:
* more than 12 years experience in the field of window management
* as a window manager rock solid, feature complete and very fast
* ICCCM and EWMH compliant
* more than three years experience in OpenGL based compositing and even longer 
support for XRender based compositing
* an easy to use plugin system for compositing effects. Right now we are 
shipping more than 40 effects
* support for plugin based (Qt/C++) window decorations as well as various 
theme engines
* only window manager as part of a desktop shell which empraces Qt technology
* support of advanced window management functionality such as window tabbing 
and window tiling
* JavaScript based scripting engine
* many, many more

For MeeGo the advantages would be that our window manager is tested. You can 
be sure that the window manager is working correctly. Also for compositing it 
is important to have millions of users especially with a fast moving driver 
stack. KWin can provide this. Our desktop based OpenGL compositor and our ES 
compositor share the complete codebase except for creating the GLContext and 
for TFP which uses GLX and EGL respectively. KWin is also designed to make use 
of OpenGL 2 functionality in opposite to other major OpenGL based compositors.

The most interesting functionality for MeeGo is probably our JavaScript 
interface. With this interface you could easily adjust your workspace for the 
requirements of different form factors. For example in the Plasma Netbook 
Shell all maximized windows are shown without window decorations.

So I think I should give you a little bit of roadmap on what we are planning 
to do. That's in a community driven project always difficult but in general we 
have a clear plan.
Currently our focus is on further improving and polishing the OpenGL rendering 
stack. We are expecting that at the time of our next release our compositor is 
the best performant X11 compositor.
Another issue we are currently working on is to improve our Effects API to be 
able to provide binary compatability in the future. This has up to know not 
been an issue as all Effects are included in our source base.
On the long term target we want to get KWin ported to Wayland. Our compositor 
is btw already mostly Wayland ready due to a very small X dependency.

Of course if you are interested in including KWin into MeeGo we can adjust our 
timeplan to make KWin in MeeGo a more pleasant experience. If you have any 
questions, feel free to contact me, either personally or to our mailing list 
k...@kde.org

Last but not least I want to give you some pointers to further info:
* source code in [2]
* Developer documentation in [3] (this is currently being build up and 
contains lots of discussion points)
* Class diagram [4]
* My Blog about KWin [5]

I am hoping for a nice start of a good collaboration.

Thanks and kind regards
Martin Gräßlin

[1] http://dot.kde.org/2011/02/18/kwin-embraces-new-platforms-opengl-es-20-
support
[2] https://projects.kde.org/projects/kde/kdebase/kde-
workspace/repository/revisions/master/show/kwin
[3] http://community.kde.org/KWin
[4] http://community.kde.org/KWin/Class_Diagram
[5] http://blog.martin-graesslin.com/blog/
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

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:
 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 been working on porting our compositor to OpenGL ES 2.0 with
 EGL and OpenGL 2 with GLX. Today we announced [1] that the porting
 effort is finished, the source code imported into git master and the next
 KDE Platform release will include a compositor supporting OpenGL ES 2.0
 and on the desktop default to OpenGL 2.
 
 I would like to offer KWin for inclusion in MeeGo and become a participant
 in the MeeGo project. Personally, I think that KWin would be an excellent
 sollution for the use cases MeeGo faces, particularly across the wide
 variety of device form factors. MeeGo is bringing Linux to many of the
 same places that we have been working on bringing KWin to, and so it feels
 like an excellent and natural opportunity to work together.
 
 Let me just outline some of the advanced features KWin provides:
 * more than 12 years experience in the field of window management
 * as a window manager rock solid, feature complete and very fast
 * ICCCM and EWMH compliant
 * more than three years experience in OpenGL based compositing and even
 longer support for XRender based compositing
 * an easy to use plugin system for compositing effects. Right now we are
 shipping more than 40 effects
 * support for plugin based (Qt/C++) window decorations as well as various
 theme engines
 * only window manager as part of a desktop shell which empraces Qt
 technology * support of advanced window management functionality such as
 window tabbing and window tiling
 * JavaScript based scripting engine
 * many, many more
 
 For MeeGo the advantages would be that our window manager is tested. You
 can be sure that the window manager is working correctly. Also for
 compositing it is important to have millions of users especially with a
 fast moving driver stack. KWin can provide this. Our desktop based OpenGL
 compositor and our ES compositor share the complete codebase except for
 creating the GLContext and for TFP which uses GLX and EGL respectively.
 KWin is also designed to make use of OpenGL 2 functionality in opposite to
 other major OpenGL based compositors.
 
 The most interesting functionality for MeeGo is probably our JavaScript
 interface. With this interface you could easily adjust your workspace for
 the requirements of different form factors. For example in the Plasma
 Netbook Shell all maximized windows are shown without window decorations.
 
 So I think I should give you a little bit of roadmap on what we are
 planning to do. That's in a community driven project always difficult but
 in general we have a clear plan.
 Currently our focus is on further improving and polishing the OpenGL
 rendering stack. We are expecting that at the time of our next release our
 compositor is the best performant X11 compositor.
 Another issue we are currently working on is to improve our Effects API to
 be able to provide binary compatability in the future. This has up to know
 not been an issue as all Effects are included in our source base.
 On the long term target we want to get KWin ported to Wayland. Our
 compositor is btw already mostly Wayland ready due to a very small X
 dependency.
 
 Of course if you are interested in including KWin into MeeGo we can adjust
 our timeplan to make KWin in MeeGo a more pleasant experience. If you have
 any questions, feel free to contact me, either personally or to our
 mailing list k...@kde.org
 
 Last but not least I want to give you some pointers to further info:
 * source code in [2]
 * Developer documentation in [3] (this is currently being build up and
 contains lots of discussion points)
 * Class diagram [4]
 * My Blog about KWin [5]
 
 I am hoping for a nice start of a good collaboration.
 
 Thanks and kind regards
 Martin Gräßlin
 
 [1] http://dot.kde.org/2011/02/18/kwin-embraces-new-platforms-opengl-es-20-
 support
 [2] https://projects.kde.org/projects/kde/kdebase/kde-
 workspace/repository/revisions/master/show/kwin
 [3] http://community.kde.org/KWin
 [4] http://community.kde.org/KWin/Class_Diagram
 [5] http://blog.martin-graesslin.com/blog/
 ___
 MeeGo-dev mailing list
 MeeGo-dev@meego.com
 http://lists.meego.com/listinfo/meego-dev
 http://wiki.meego.com/Mailing_list_guidelines

-- 
 Daniel Oliveira Nascimento
 Research  Development
 International Syst S/A
 +55 31 3503 9040
___
MeeGo-dev mailing list

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 mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

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 currently maintainer of the KDE
   Plasma window manager and compositor KWin.
   
   snip
  
  Has anyone tried to package this for meego yet?  What additional deps
  does this introduce?
  
   --rusty
 
 Currently, there are a kwin package in this repository:
 http://repo.pub.meego.com/home:/mart%3a/branches%3a/home%3a/mkruisselbrink%
 3a/kde/meego_1.1_core
Or more precise in 
https://build.pub.meego.com/project/monitor?project=home%3Amkruisselbrink%3Akde 
of which the other project is a branch. Currently we only have working 
packages for meego 1.1, because some of the dependencies moved into meego 
trunk, which needs some adaption in the packaging.

Of the list of dependencies martin gave I think only  KDE4_PLASMA_LIBS, kephal 
and kworkspace are not yet available in meego trunk repositories, which are 
exactly the three dependencies he seemed to think could be easily eliminated. 
So all dependencies should be there.

I've also been working on creating images (n900-arm/plasma-mobile and 
i586/plasma-netbook) images from these packages, which apart from some minor 
issues seem to work quite nicely (although I'm not sure if I actually tested 
much of kwin on them).

Marijn Kruisselbeink
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


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 the community obs (he will be able 
to explain more in depth)
http://repo.pub.meego.com/home:/mkruisselbrink%3a/kde/meego_1.1_core/

about the dependencies, it's mostly the kde related libraries (that are in the 
process to be splitted as much as possible to make applications depend only on 
features they need) apart from that there don't seem to be needed 3rd party 
packages not present in MeeGo core.

Cheers,
Marco Martin
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


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 maintainer of the KDE
   Plasma window manager and compositor KWin.
   
   snip
  
  Has anyone tried to package this for meego yet?  What additional deps
  does this introduce?
  
   --rusty
 
 Currently, there are a kwin package in this repository:
 http://repo.pub.meego.com/home:/mart%3a/branches%3a/home%3a/mkruisselbrink%
 3a/kde/meego_1.1_core
 
 I think it can be used to see how it will behave in MeeGo.

that was a test i did before modifying the main one by mkruisselbrink, i 
should unpublish it.

the real repo is at 
http://repo.pub.meego.com/home:/mkruisselbrink%3a/kde/meego_1.1_core/home%3amkruisselbrink%3akde.repo

Cheers,
Marco Martin
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

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 
  * KDE4_PLASMA_LIBS 

We have KDEUI libraries in the 'kdemobile' package, Plasma is currently
disabled, but can be easily enabled. We can test on cobs or in my home
on build.meego.com how much we need to enable to get KWin working, in
case there's a chance to get it included in 1.3.

Bernd
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

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 great news.
please let's keep in touch to keep things rolling, so efforts for packaging 
can be optimized

Cheers,
Marco Martin
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


[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
http://www.linkedin.com/e/4hyi11-gkbh1c24-4h/7TFuxKXH9OORblFd70OvsthHqfceWlF/blk/I1136373590_3/1BpC5vrmRLoRZcjkkZt5YCpnlOt3RApnhMpmdzgmhxrSNBszYPnP0VdjcTcPoPcj59bQZWsD1epmVybP8Rc3oQe3sRcP8LrCBxbOYWrSlI/EML_comm_afe/

View invitation from Pain Chung
http://www.linkedin.com/e/4hyi11-gkbh1c24-4h/7TFuxKXH9OORblFd70OvsthHqfceWlF/blk/I1136373590_3/3dvc3ARcPsPdzcNckALqnpPbOYWrSlI/svi/
 

--
DID YOU KNOW you can use your LinkedIn profile as your website? Select a vanity 
URL and then promote this address on your business cards, email signatures, 
website, etc
http://www.linkedin.com/e/4hyi11-gkbh1c24-4h/ewp/inv-21/


 
-- 
(c) 2011, LinkedIn Corporation___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

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
 in IT block -- `teqeq r6,#1'

Known issue. Thumb builds on Linux have never been supported.

The Linaro guys have proposed a patch, though:
http://bugreports.qt.nokia.com/browse/QTBUG-15911
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/490371

--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Senior Product Manager - Nokia, Qt Development Frameworks
  PGP/GPG: 0x6EF45358; fingerprint:
  E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358


pgpwN8Fa8Z0EL.pgp
Description: PGP signature
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

[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 mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


[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
http://www.linkedin.com/e/-2agdob-gkc39m2w-43/qDd9BOisaO1VpiFh_kzD4R9s3f1P9UK/blk/I1137311543_3/1BpC5vrmRLoRZcjkkZt5YCpnlOt3RApnhMpmdzgmhxrSNBszYPnPcQdj4NcPsPcj59bQhHoldErn9MbP4VejwTc30ScP8LrCBxbOYWrSlI/EML_comm_afe/

View invitation from Bradley Smith
http://www.linkedin.com/e/-2agdob-gkc39m2w-43/qDd9BOisaO1VpiFh_kzD4R9s3f1P9UK/blk/I1137311543_3/3dvcPgRcj4PdPcNckALqnpPbOYWrSlI/svi/
--

DID YOU KNOW you can be the first to know when a trusted member of your network 
changes jobs? With Network Updates on your LinkedIn home page, you'll be 
notified as members of your network change their current position. Be the first 
to know and reach out!
http://www.linkedin.com/

 
-- 
(c) 2011, LinkedIn Corporation___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines