Re: [MeeGo-dev] Fwd: Call for ideas - preprocessor #define for meego version (Q_MEEGO_VER ?)

2011-06-14 Thread Cornelius Hald
On Tue, 2011-06-14 at 07:53 +0100, Andrew Flegg wrote: 2) Build time. As Attila says, paths icons may need to be different for different platforms. There might also be the need to work around specific MeeGo bugs or features. E.g. libfoo-1.2.3 behaves differently on MeeGo than on desktop

Re: [MeeGo-dev] Fwd: Fan control on ExoPC

2011-05-31 Thread Cornelius Hald
Thanks all for the feedback. If you know who to contact, please ping me. Cheers, Conny On Tue, 2011-05-31 at 16:29 -0400, Andrew Olmsted wrote: ExoPC confirmed that there is no BIOS update that would help with this problem and the only thing to do would be get the hardware replaced. I

[MeeGo-dev] Fan control on ExoPC

2011-05-29 Thread Cornelius Hald
Hi, does anybody know what we have to do to get the fan control working on the ExoPC? The fan noise is driving me nuts while developing... My current image is: meego-tablet-ia32-pinetrail-1.2.0.90.1.20110525.84.img Thanks! Conny ___ MeeGo-dev

Re: [MeeGo-dev] Fan control on ExoPC

2011-05-29 Thread Cornelius Hald
if this its your problem is if the orange LED is lit while booted. This is disabled in a later update. When I hear back from exopc I will update you (if this is your problem). Andrew On 2011 5 29 08:21, Cornelius Hald h...@icandy.de wrote

[MeeGo-dev] Howto lock screen orientation in MeeGo/Tablet 1.2 ?

2011-05-06 Thread Cornelius Hald
Hi, in my C++/QML application I want to lock the screen orientation to portrait mode. How I can I do that? There was a thread about this a month ago but without clear answer. I've got working solutions for Maemo5 and Symbian and now I'm testing on MeeGo/Tablet 1.2 on ExoPC. For MeeGo I'm using

Re: [MeeGo-dev] Howto lock screen orientation in MeeGo/Tablet 1.2 ?

2011-05-06 Thread Cornelius Hald
On Fri, 2011-05-06 at 13:42 +0300, Ville M. Vainio wrote: The spec says there should be orientationLock: http://bugreports.qt.nokia.com/browse/QTCOMPONENTS-373 Apparently, there isn't, file a bug :). Hmm, you're revering to Qt Compontents. I don't use them, so I'd need a pure Qt solution.

Re: [MeeGo-dev] Howto lock screen orientation in MeeGo/Tablet 1.2 ?

2011-05-06 Thread Cornelius Hald
Bug filed: https://bugs.meego.com/show_bug.cgi?id=17200 Cheers, Conny On Fri, 2011-05-06 at 13:02 +0200, Cornelius Hald wrote: On Fri, 2011-05-06 at 13:42 +0300, Ville M. Vainio wrote: The spec says there should be orientationLock: http://bugreports.qt.nokia.com/browse/QTCOMPONENTS-373

Re: [MeeGo-dev] Howto lock screen orientation in MeeGo/Tablet 1.2 ?

2011-05-06 Thread Cornelius Hald
On Fri, 2011-05-06 at 13:25 +0200, Thiago Macieira wrote: The WA things work by telling the window manager what to do. On MeeGo, with mcompositor, the window manager doesn't do anything (or didn't use to). It's the application that drew itself 90° rotated. That means pure Qt apps simply

Re: [MeeGo-dev] Howto lock screen orientation in MeeGo/Tablet 1.2 ?

2011-05-06 Thread Cornelius Hald
On Fri, 2011-05-06 at 13:30 +0200, Cornelius Hald wrote: On Fri, 2011-05-06 at 13:25 +0200, Thiago Macieira wrote: The WA things work by telling the window manager what to do. On MeeGo, with mcompositor, the window manager doesn't do anything (or didn't use to). It's the application

Re: [MeeGo-dev] Howto lock screen orientation in MeeGo/Tablet 1.2 ?

2011-05-06 Thread Cornelius Hald
On Fri, 2011-05-06 at 15:05 +0200, Thiago Macieira wrote: Em Friday, 6 de May de 2011, às 14:46:15, Cornelius Hald escreveu: I thought I'll try a workaround and use MTF only for rotation. Unfortunately it looks like that's not that easy since MWindow and QWidget are not quite compatible

Re: [MeeGo-dev] Howto lock screen orientation in MeeGo/Tablet 1.2 ?

2011-05-06 Thread Cornelius Hald
On Fri, 2011-05-06 at 15:21 +0200, Thiago Macieira wrote: Em Friday, 6 de May de 2011, às 15:16:32, Cornelius Hald escreveu: On Fri, 2011-05-06 at 15:05 +0200, Thiago Macieira wrote: Em Friday, 6 de May de 2011, às 14:46:15, Cornelius Hald escreveu: I thought I'll try a workaround

Re: [MeeGo-dev] Howto lock screen orientation in MeeGo/Tablet 1.2 ?

2011-05-06 Thread Cornelius Hald
On Fri, 2011-05-06 at 07:20 -0700, Foster, Dawn M wrote: Quick reminder that meego-dev is for questions about development of the MeeGo distribution, not application development. Application development questions should be in meego-sdk, which is where the people working on the sdk, apis and

Re: [MeeGo-dev] how to port meego to snapdragon

2011-04-27 Thread Cornelius Hald
with prio 0 at 55 [11.212573] [4344] Starting /usr/bin/meegotouchhome with prio 1 at 75 [11.413419] [4345] Starting /usr/bin/msyncd with prio 1 at 95 Best Regards Cornelius Hald h...@icandy.de 2011-04-23 20:11 To Bo Liu li...@lenovo.com

Re: [MeeGo-dev] how to port meego to snapdragon

2011-04-23 Thread Cornelius Hald
It looks like I can access it just fine, so I've attached it. Not sure if that's what you need, but it's what I find following the pastie link. Cheers, Conny On Sat, 2011-04-23 at 16:43 +0800, Bo Liu wrote: Hi Martin, I tried to visit http://pastie.org/1813314for many times, but always

Re: [MeeGo-dev] SCIM on Meego

2010-07-13 Thread Cornelius Hald
Am 13.07.2010 03:09, schrieb Liu, Raymond: Well, For MTF IMF, I only have a client module written to make it work with GTK app as well. And MTF IMF itself is developed by Mohammad, Pekka Vuorela and a lot of other engineers from Nokia. I don't know whether they have the plan, but I doubt it

Re: [MeeGo-dev] Starting 3rd party application in MeeGo/Handset chroot

2010-07-06 Thread Cornelius Hald
Am 05.07.2010 00:30, schrieb Rakesh Cherian: Not sure, but it could be style plugin issues. Could you try with -style motif option ? Unfortunatelly it´s the same outcome. Black screen :( Thanks, Conny ___ MeeGo-dev mailing list MeeGo-dev@meego.com

Re: [MeeGo-dev] Starting 3rd party application in MeeGo/Handset chroot

2010-07-06 Thread Cornelius Hald
Am 06.07.2010 11:58, schrieb Jani Mikkonen: Unfortunatelly it´s the same outcome. Black screen :( 1) Does the application actually stay running ? Yes, it stays running. I also can use xprop to read out the properties of the black window and it confirms that it´s the actual application.

Re: [MeeGo-dev] Starting 3rd party application in MeeGo/Handset chroot

2010-07-06 Thread Cornelius Hald
On Tue, 2010-07-06 at 13:59 +0300, Jani Mikkonen wrote: 2.1) do you have composite extension enabled in Xephyr ? Not sure about that. But meego-home, meegophoto, fennec, etc. are running fine, including smooth animations like background bluring. So probably that mean that the

Re: [MeeGo-dev] Starting 3rd party application in MeeGo/Handset chroot

2010-07-06 Thread Cornelius Hald
On Tue, 2010-07-06 at 13:15 +0200, Patrick Ohly wrote: Hello! I can reproduce the issue, in a Handset chroot with Xephyr as well as in a Netbook install of the MeeGo Handset UX. Good that I'm not alone :) For me, a simple xterm exhibits the problem. Sometimes (the first time it starts?) I

Re: [MeeGo-dev] Future of hildon?

2010-07-04 Thread Cornelius Hald
On Thu, 2010-06-17 at 15:53 +0300, Carsten Munk wrote: How it looks, if it works, I don't know, but it should be something that people can start using to see what is possible regarding Hildon on stock GTK+ and MeeGo. More like a proof of concept. Hildon version is 2.2.19. Here[1] are some

Re: [MeeGo-dev] Future of hildon?

2010-07-04 Thread Cornelius Hald
On Sun, 2010-07-04 at 14:04 +0200, Cornelius Hald wrote: On Thu, 2010-06-17 at 15:53 +0300, Carsten Munk wrote: How it looks, if it works, I don't know, but it should be something that people can start using to see what is possible regarding Hildon on stock GTK+ and MeeGo. More like a proof

Re: [MeeGo-dev] Future of hildon?

2010-07-04 Thread Cornelius Hald
On Sun, 2010-07-04 at 15:29 +0300, Rakesh Cherian wrote: Hello Can you send me links or steps how you build your own app for Meego and how you managed to put it inside device ? ( Totally unrelated to your question ) I didn't build my own app for MeeGo and I didn't install anything on my

Re: [MeeGo-dev] Future of hildon?

2010-06-17 Thread Cornelius Hald
On Thu, 2010-06-17 at 15:53 +0300, Carsten Munk wrote: 2010/5/23 Till Harbaum / Lists li...@harbaum.org: Hi, being one of the people that have written gtk/hildon apps for maemo, i'd like to understand if there's a future for hildon in meego at all. There doesn't seem to be an official

Re: [MeeGo-dev] Future of hildon?

2010-05-24 Thread Cornelius Hald
On Mon, 2010-05-24 at 08:48 +0300, Quim Gil wrote: I also wonder what is the real status of this community support, and the willingness of the current Hildon and/or GTK+ maintainers and developers to bring Hildon and Hildon based applications to the MeeGo community repositories. Yea, that

Re: [MeeGo-dev] Future of hildon?

2010-05-24 Thread Cornelius Hald
On Mon, 2010-05-24 at 11:38 +0300, Quim Gil wrote: I see your point. However, your motivational path is simpler if you focus on the public MeeGo Handset UX and compatible devices (coming soon) instead of waiting for the mysterious Harmattan device from Nokia. Good to know, I was expecting it

Re: [MeeGo-dev] MeeGo compliance

2010-05-19 Thread Cornelius Hald
Quim Gil wrote: Ibrahim from The Linux Foundation is driving the MeeGo compliance definition. Hopefully we can have a first version of the guidelines published soon, currently under private drafting and review to sync legal, technical, marketing and resourcing aspects. It would be very

Re: [MeeGo-dev] MeeGo compliance

2010-05-19 Thread Cornelius Hald
Thiago Macieira wrote: Em Quarta-feira 19 Maio 2010, às 11:34:58, Cornelius Hald escreveu: Example: We have the reference Meego Handset UX and Nokia decides to customize it. They exchange the theme, graphics etc., which shouldn´t be a problem. But they also add the NokiaFancyButton API

Re: [MeeGo-dev] Questions for TSG regarding big reveals and impact on open development

2010-05-18 Thread Cornelius Hald
On Tue, 2010-05-18 at 10:08 -0700, Dirk Hohndel wrote: I assume that most companies who have commercial goals around MeeGo are looking at the UI as one of the main areas of differentiation. [snip] What is realy important is to maintain compliance and compatibility between those different

Re: [MeeGo-dev] How to post message to Meego mailing list

2010-04-16 Thread Cornelius Hald
On Fri, 2010-04-16 at 14:41 +0200, Paul Plaquette wrote: http://linuxmafia.com/faq/Essays/smart-questions.html Actually the rules is a general list for open source mailing lists so… And here's a quote from the linked document: Send plain text e-mail, not HTML. (It's not hard to turn off