[SailfishDevel] How do you evaluate the recent events of jolla

2015-07-08 Thread itviewer
http://www.jollausers.com/2015/07/press-jolla-strengthens-focus-on-sailfish-os-licensing-and-development-a-new-company-to-continue-device-business/ ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sa

Re: [SailfishDevel] How to change Virtual box's screen orientation

2015-04-14 Thread itviewer
Hi, Thanks you all,I understand now ma xinjun From: Reto Zingg Date: 2015-04-14 20:37 To: devel Subject: Re: [SailfishDevel] How to change Virtual box's screen orientation Hi, On 14.04.2015 14:48, Chris Walker wrote: > On Tue, 14 Apr 2015 19:08:42 +0800 > itviewer wro

[SailfishDevel] How to change Virtual box's screen orientation

2015-04-14 Thread itviewer
Hi, I have tried build nemo for VirtualBox,and now it can start into glacier ui. In the kickstart file(.ks),the bootloader option is : bootloader --timeout=20 --append="vga=0x343 vt.global_cursor_default=0" --location=mbr so,the screen mode is 800*600*32. I tried to set vg

[SailfishDevel] Is it possible to export qml object to html through SilicaWebView or Webview

2014-09-25 Thread itviewer
I know Qt5.4 has Qt WebChannel module can do that,but sailfish use Qt5.1(or5.2),how can I export qml object to html through SilicaWebView or Webview ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sail

Re: [SailfishDevel] Compared with Ubuntu touch,are there any advantages to jolla?

2014-09-24 Thread itviewer
should I pay attention to it ? 发件人: Dmitriy Purgin 发送时间: 2014-09-24 16:41 收件人: Sailfish OS Developers 主题: Re: [SailfishDevel]Compared with Ubuntu touch,are there any advantages to jolla? the answer is 'yes', the rest depends on what are you asking for 2014-09-24 8:07 GMT+01:0

[SailfishDevel] Compared with Ubuntu touch,are there any advantages to jolla?

2014-09-24 Thread itviewer
Compared with Ubuntu touch,are there any advantages to jolla? ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] A friendly warning to jolla

2014-08-24 Thread itviewer
jolla On Sun, 24 Aug 2014, itviewer wrote: > > As a developer who have been waiting for your for more than one years, I'm > losing interest for jolla. > Just a friendly warning to you£ºIf you do not enter the Chinese market in > September , you will lose the Chinese mark

[SailfishDevel] A friendly warning to jolla

2014-08-24 Thread itviewer
As a developer who have been waiting for your for more than one years, I'm losing interest for jolla. Just a friendly warning to you:If you do not enter the Chinese market in September , you will lose the Chinese market this year. In fact ,I really wanted to say that your attitude toward the

Re: [SailfishDevel] Discrimination and abuse from Jolla employee Thomas Perl

2014-05-20 Thread itviewer
+10 From: Filip Kłębczyk Date: 2014-05-20 16:55 To: devel Subject: Re: [SailfishDevel] Discrimination and abuse from Jolla employee Thomas Perl W dniu 19.05.2014 20:12, Chris Walker pisze: > > One is that this needed to appear here at all and second tha

[SailfishDevel] How to get all applications installed on the phone?

2014-03-19 Thread itviewer
Hi All, I want get all applications that installed on the phone,including Android applications and Sailfish applications 。 Does SailfishOS has the corresponding API ? Thanks. ma xinjun___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] [Update] Changelog for SailfishOS update 4 (1.0.4.20)

2014-03-17 Thread itviewer
After updated,the Android application (or aliendalvik )can't work , Do you have the problem ? ma xinjun From: Bernd Wachter Date: 2014-03-18 02:52 To: sailfish-devel Subject: [SailfishDevel] [Update] Changelog for SailfishOS update 4 (1.0.4.20) Hi all, we're finally releasing update4 today.

[SailfishDevel] 回复: How to debug Julla

2014-02-27 Thread itviewer
Hi chendong, From your name (chendong),I think you're from China. If I guess right , I regret to tell you that ,for China's current network environment, the jolla is unavailable I don't know the reason,But if you use a proxy of other countries,the phone's network will work well and the system ca

Re: [SailfishDevel] how can I translate the application name

2014-02-18 Thread itviewer
Wed Feb 19 2014 07:38:48 GMT+0300 (FET) получено от itviewer: >Hi all, >If I want my application to be Internationalization ,how can I translate the >application name? >I know the “Name”defined in the .desktop-Files is shown in the application >launcher as the application name, >

[SailfishDevel] how can I translate the application name

2014-02-18 Thread itviewer
Hi all, If I want my application to be Internationalization ,how can I translate the application name? I know the “Name”defined in the .desktop-Files is shown in the application launcher as the application name, But how can I translate it for Internationalization ? thanks . ma xinjun

[SailfishDevel] How can I deploy application without qml file

2014-02-17 Thread itviewer
Hi all, In my application I don't want the qml file to be deployed. I know I should use the Qt resource system. After added all qml files to the .qrc file and rebuild the application, It seems that all qml files are still build in to the rpm file. Is it a sdk's bug? How can I deploy rpm applicatio

[SailfishDevel] How can I get the system info through Qt/C++

2014-02-14 Thread itviewer
Hi all, I want get the system info,for example: usedSpace / totalSpace ,Manufacturer ,device model ,IMEI ,sailfish_version …… Maybe it can get something through “org.nemomobile.systemsettings ”by qml,but I need get it by Qt/C++ . As there is no QtSystem module can be used currently,so I want know

Re: [SailfishDevel] Please help me, how to get the screen capture without block UI

2014-02-14 Thread itviewer
: Re: [SailfishDevel]Please help me, how to get the screen capture without block UI Hi, You could try to save as .jpg instead and see if that speeds it up. On 14.2.2014 09:19, itviewer wrote: Dear , attachment is all my code,and I have been tried many times but it still block the UI(about 3

Re: [SailfishDevel] Please help me, how to get the screen capture without block UI

2014-02-14 Thread itviewer
Image image = item->window()->grabWindow(); // Could be done in later image.save("/home/nemo/Pictures/iface.png") } } -Raine Lähettäjä: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] käyttäjän itviewer [itvie...@jolladev.net] puolest

Re: [SailfishDevel] How to get the screen capture but don't block UI

2014-02-12 Thread itviewer
ck, "saveScreenshot", "/home/nemo/Pictures/123.png"); On 12.02.2014 20:26, itviewer wrote: My code just like: QDBusMessage message = QDBusMessage::createMethodCall("org.nemomobile.lipstick", "/org/nemomobile/lipstick/screenshot", "org.nemomob

Re: [SailfishDevel] How to get the screen capture but don't block UI

2014-02-12 Thread itviewer
UI Correct David On 12/02/14 06:46, Andrey Kozhevnikov wrote: > using Qt DBus classes and not use system() call? > > On 12.02.2014 12:08, itviewer wrote: >> Dear all, >> >> I need the screen capture function in my application . There are two >> application

[SailfishDevel] How to get the screen capture but don't block UI

2014-02-11 Thread itviewer
Dear all, I need the screen capture function in my application . There are two applications (screenshot and opensource sailshotme) in the jolla store. From the "sailshotme", I know that can call the saveScreenshot method of org.nemomobile.lipstick through dbus, such as the command: "dbus-se

Re: [SailfishDevel] When does Jolla give us an API?

2014-02-03 Thread itviewer
+11 From: Luciano Montanaro Date: 2014-02-04 01:10 To: Sailfish OS Developers CC: David Greaves Subject: Re: [SailfishDevel] When does Jolla give us an API? Hi everybody, I too find documentation a bit missing... But it is not much about APIs, but system level documentation. Qt d

Re: [SailfishDevel] FOSDEM 2014 special for community

2014-01-30 Thread itviewer
Seems that jolla has forgotten china,whatever,I've been waiting so tired. ——“Stay tuned”!!! Happy Chinese New Year and greetings from Beijing ma xinjun From: Carol Chen Date: 2014-01-30 15:15 To: devel Subject: [SailfishDevel] FOSDEM 2014 special for community Dear developers, FOSDEM 2014

[SailfishDevel] How can I use qtwebsockets module?

2014-01-22 Thread itviewer
Hi , As “qtwebsockets” become more mature(https://qt.gitorious.org/qt/qtwebsockets/source/master: ) There are some features in my app that I intend to use this module,So I want to learn about whether it is now possible to use? sorry for my english thanks_

[SailfishDevel] header intact

2013-12-25 Thread itviewer
___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Fwd: Re: Re: How to get contacts and sms through Qt(C++)

2013-12-24 Thread itviewer
Hi , In fact, My intention(purpose) is not the independent Sailfish's app, what I really want is a desktop software,that just like the iTunes for the iphone, a data synchronization application between the phone and pc. The working mechanism is probably that the app which is installed on the pho

[SailfishDevel] How to get contacts and sms through Qt(C++)

2013-12-22 Thread itviewer
Hi Chris Thank you very much for your guidance,It's very helpful for me and I will try as your use-case. My mother tongue is Chinese and my English is so-so. Wishing you and your family a very merry Christmas. maxinjun From: christopher.lamb Date: 2013-12-22 18:55 To: itviewer;

[SailfishDevel] How to get contacts and sms through Qt(C++)

2013-12-21 Thread itviewer
Hi, I want to manage contacts and sms message through Qt C++,how can i do that?Are there any helpful documents? Any pointers whatsoever would be highly appreciated. thanks maxinjun ___ SailfishOS.org Devel mailing list