Re: [MeeGo-dev] [Meego-qa] MeeGo Distribution Packages - product in the Bugzilla

2011-09-01 Thread Luis Araujo
On 09/01/2011 01:14 AM, ext-iekku.pyl...@nokia.com wrote: Hi, Here's quote from the mail about the changes in the Bugzilla's Hanset UX. "On Wed, 2011-08-31 at 07:06 -0700, Arjan van de Ven wrote: > I'm ignoring meego bugzilla as useless unless it has a 1:1 mapping > between packages and component

Re: [MeeGo-dev] Is this a reliable way for app to know it's running on MeeGo Tablet vs. Netbook?

2011-09-01 Thread Aflar
-- Best regards! Aflar Van At 2011-08-29 12:58:31,"Niels Mayer" wrote: >In order for a package to run reasonably on both netbook and tablet >UX's, is the following Qt C++ a good way of determining whether an >application is running on MeeGo Netbook or Tablet? > >+#ifdef Q_WS_MAEMO_5

Re: [MeeGo-dev] Is this a reliable way for app to know it's running on MeeGo Tablet vs. Netbook?

2011-09-01 Thread Peters, Brad T
Hi Aflar, The highest level and most reliably redundant way for determining the hardware platform (AFAIK), is as follows: #include "mapplication.h" QString targetname = MApplication::deviceName(); if (targetname.isEmpty()) { #ifdef HAVE_GCONF MGConfItem targetNameItem("/meegotou

[MeeGo-dev] qml calendar

2011-09-01 Thread Nicola De Filippo
Hi, i have created Calendar Qt / Qml Component, it's how Calendar (Month view) of Nokia N950 Harmattan. You can found it https://gitorious.org/meecalendar. When will be it complete can it become a real QML component of Meego? Nicola