RE: Developing for Maemo 5 using Qt

2010-02-23 Thread Sun Yalong
Hi,


You should wait. This has been worked on, and there will be an
official solution how to do this soon. You can ask around #qt-maemo on

Just be curious that is that called Qt Hybrid application or not.
Last couple of days, we have a talk about Qt Hybrid application here. And
the idea is quite similar. So the solution is maemo platform specific or we
could deploy it symbian also.

I mean to write a Qt application and add it as Desktop widget both maemo(meego 
?)
and symbian.

yalong
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: Developing for Maemo 5 using Qt

2010-02-23 Thread Sun Yalong
Thanks for reply.
 
No, hybrid application is more like an application composed of web
view + javascript that talks to C++ through QObjects exposed to it.

Got a question that: is it possible to add hybrid application on Home
screen like Widget does.

yalong
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: [pymaemo] Twitter client for Maemo in Qt + Python: call for developers and UI designers

2010-02-22 Thread Sun Yalong
Hi,

 1) Maemo (MeeGo) is moving to Qt and for this reason I'm going to use
 Qt, while Mauku uses Gtk.

Nice idea, but there is already a project called qTwitter, and it would
be good to do some investagation about it then make a decide that if there
is a necessary to rewrite it, or just contribute to qTwitter.

Haven't tried qtwitter yet, but I think it would be lots of duplicated
work there, for example Oauth lib. And qtwitter is under LGPL.

Best wishes
yalong
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Qt application using WRT

2010-01-25 Thread Sun Yalong
Hi,

I have a question that is that possible to write a Qt Application to
communicate with Web Services which provide API (for example, weather
API) and update those infomation by a Desktop Widget.

It seems that it's ok to add Widget on some Symbian Phone(by WRT) and
Nokia provided a ABibridge to have more possible usage(correct me if
wrong), but Maemo 5 is not supporting that. It seems Maemo 6 will but
is that the same with the one on Symbian. So my purpose is that the Qt
Application which is using Qt / Network and WRT would be run both
Maemo and Symbian without modify the source code.

Any ideas ?

Best wishes.
yalong
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: How to do task switch inside a full screen application on Fremantle

2009-12-24 Thread Sun Yalong
hi


You can do that via d-bus: dbus-send --type=signal --session 
/com/nokia/hildon_desktop com.nokia.hildon_desktop.exit_app_view

Thx VDV : ) it works.
By searching with exit_app_view, I found that there is a Qt mininal example 
about this.

yalong
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


How to do task switch inside a full screen application on Fremantle

2009-12-23 Thread Sun Yalong
Hi,

We are porting app from Diablo to Fremantle. Thanks to qt, we could do it much 
more easier.
And we met a problem that when we want to do task switch from a full screen app.

So is that possible to call something in our app to perform a event like 
clicked the task-switch-button.
Then we could enjoy our app in fullscreen mode and do task switch by double 
click or clicking a button etc.

And also I notice Terminal way to solve this problem: do full screen or not in 
Terminal itself. It's nice and inspiring a bit but the UI will change also in 
future. Or may be it's better to perform a task switch even in our app.

yalong
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: Can't debug an application under FREMANTLE_ARMEL target in Scratchbox

2009-11-24 Thread Sun Yalong
  

-Original Message-
From: maemo-developers-boun...@maemo.org 
[mailto:maemo-developers-boun...@maemo.org] On Behalf Of Alberto Garcia
Sent: Wednesday, November 25, 2009 1:03 AM
To: maemo-developers@maemo.org
Subject: Re: Can't debug an application under FREMANTLE_ARMEL 
target in Scratchbox

On Tue, Nov 24, 2009 at 07:55:47PM +0300, Burka Victor wrote:

 I'm trying to debug very simple application under FREMANTLE_ARMEL
 target and can't do that.

The armel target is not meant to actually run or debug applications,
but only to compile them to use in the device.

If you want to debug your apps inside scratchbox, use the x86 target
instead.


Yes, and there is another way to run your app in Scratchbox. To run emulator 
first then run your app inside the emulator. And it works for Diablo. I have 
not touched Fremantle but be curious that it should be a similar one there.

yalong

Berto
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers