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

2014-02-11 Thread Andrey Kozhevnikov
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 applications (screenshot and opensource sailshotme) in the jolla store. From the "sailshotme", I know that can call the saveScre

[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

[SailfishDevel] Sailfish and OpenCL

2014-02-11 Thread miguel martinez
Hello, I was wondering if GPGPU functionality is made accesible through an API such as OpenCL, specifically on the Jolla smartphone? Regards, Miguel ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-11 Thread Mikael Hermansson
On Tuesday 11 February 2014 21.15.48 Dietmar Schwertberger wrote: > Am 11.02.2014 20:14, schrieb Marcin M.: > > But they could make the UI usable on mobile phones, as it's done in > > Fremantle. I can send you a screenshot with the app themed and not themed. > You better ask yourself this: 1. I

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-11 Thread Dietmar Schwertberger
Am 11.02.2014 20:14, schrieb Marcin M.: But they could make the UI usable on mobile phones, as it's done in Fremantle. I can send you a screenshot with the app themed and not themed. I tried my Maemo/Fremantle app without a theme. As I would like to stay compatible to Maemo and Windows, I woul

Re: [SailfishDevel] Does sailfish run wine?

2014-02-11 Thread A. Wickert
There is a prototype of Wine build against Bionic: http://wiki.winehq.org/FOSDEM2014?action=AttachFile&do=get&target=wine-on-android-fosdem-2014.pdf On 11/02/14 15:07, Timur Kristóf wrote: Of course, if you also bring in XWayland. :P On Tue, Feb 11, 2014 at 2:25 PM, Benoît HERVIER

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-11 Thread Marcin M.
But they could make the UI usable on mobile phones, as it's done in Fremantle. I can send you a screenshot with the app themed and not themed. -- Marcin 2014-02-11 19:07 GMT+01:00 Dietmar Schwertberger : > Am 11.02.2014 16:51, schrieb Marcin M.: > > Don't know much about Qt theming capabilit

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-11 Thread Dietmar Schwertberger
Am 11.02.2014 16:51, schrieb Marcin M.: Don't know much about Qt theming capability but you could try installing some custom theme for plain Qt, as Maemo does. But sitll there'll be no native look&feel Themes would only change the look. Things like dialogs, multiple windows, menus etc. still

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-11 Thread Marcin M.
Don't know much about Qt theming capability but you could try installing some custom theme for plain Qt, as Maemo does. But sitll there'll be no native look&feel -- Marcin 2014-02-11 15:10 GMT+01:00 Andrey Kozhevnikov : > Actually you don't need Harbour to develop what you want ;) > > > On 11

Re: [SailfishDevel] Sailfish Browser is now open source!

2014-02-11 Thread Алексей Рочев
Will you open Silica components and other apps too? 2014-02-11 15:37 GMT+04:00 Andrey Kozhevnikov : > Thank you. Finally i can contribute :D > > > On 11.02.2014 17:31, Vesa-Matti Hartikainen wrote: > >> Hi all, >> >> We finally got all the preparations done and today is the day. Sailfish >> Bro

Re: [SailfishDevel] How to hide pushup menu?

2014-02-11 Thread Thomas Tanghus
On Tuesday 11 February 2014 15:16 Timur Kristóf wrote: > If setting the PushUpMenu's visible to false doesn't work, that sounds like > a bug to me. That's also what the docs say: https://sailfishos.org/sailfish-silica/sailfish-application-pitfalls.html#disabled-pulley-menus > On Thu, Jan 23, 201

Re: [SailfishDevel] How to hide pushup menu?

2014-02-11 Thread Timur Kristóf
If setting the PushUpMenu's visible to false doesn't work, that sounds like a bug to me. On Thu, Jan 23, 2014 at 11:35 AM, Tero Siironen wrote: > I have PushUpMenu in my app which currently has only one item, and in > some situations also that item should not be visible. How can I hide > the me

Re: [SailfishDevel] Porting Symbian QML to Sailfish

2014-02-11 Thread Timur Kristóf
You will probably need to rethink your user interface entirely, according to Sailfish best practices and standards. There is no point in seaching for direct alternatives of components on other platforms. On Thu, Jan 23, 2014 at 5:02 PM, Samuli Silvius wrote: > Hi, > > Porting from Symbian app to

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-11 Thread Andrey Kozhevnikov
Actually you don't need Harbour to develop what you want ;) On 11.02.2014 20:09, Timur Kristóf wrote: This site answers both your questions: https://harbour.jolla.com/faq 1. QWidgets are unsupported on Sailfish because they are not mobile-optimized and not hardware accelerated. 2. Python will

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-11 Thread Timur Kristóf
This site answers both your questions: https://harbour.jolla.com/faq 1. QWidgets are unsupported on Sailfish because they are not mobile-optimized and not hardware accelerated. 2. Python will be supported but isn't yet. On Sun, Jan 26, 2014 at 1:33 PM, Dietmar Schwertberger < maill...@schwertber

Re: [SailfishDevel] Does sailfish run wine?

2014-02-11 Thread Timur Kristóf
Of course, if you also bring in XWayland. :P On Tue, Feb 11, 2014 at 2:25 PM, Benoît HERVIER wrote: > Or Windows x86 application if you run Sailfish on x86 cpu. :p > > In fact, no. Currently, wine depends on libx11. So i don't think even arm > application will run. > > --- > Benoît HERVIER - h

[SailfishDevel] Adding repository to MerSDK target failed - no packages visible - HELP!

2014-02-11 Thread Simon Bolek
Hi, I tried to add a repository to MerSDK target SailfishOS-i486-x86 as follows: 1) ssh -p 2223 -i mersdk mersdk@localhost - succesfully ssh-ed to VM 2) [mersdk@SailfishSDK:~$] sudo zypper ar -f http://releases.merproject.org/releases/0.20130605.1/builds/i586/packages/nemo - added repo just fine

Re: [SailfishDevel] Does sailfish run wine?

2014-02-11 Thread Benoît HERVIER
Or Windows x86 application if you run Sailfish on x86 cpu. :p In fact, no. Currently, wine depends on libx11. So i don't think even arm application will run. --- Benoît HERVIER - http://khertan.net/ Le 2014-02-11 12:42, Andrey Kozhevnikov a écrit : Yes. Windows ARM applications :D And pleas

[SailfishDevel] Disable dns forward on SailfishOS Emulator

2014-02-11 Thread Anatoly Shipitsin
Hello. Can you disable dns forward on SailfishOS Emulator like as Mer SDK? On this link https://wiki.merproject.org/wiki/Platform_SDK_on_VirtualBox it maybe got issues on Ubuntu VBoxManage modifyvm MerSDK --natdnshostresolver1 on I'm enable this on SailfishOS Emulator for fix problem with corp

Re: [SailfishDevel] Does sailfish run wine?

2014-02-11 Thread Andrey Kozhevnikov
Yes. Windows ARM applications :D And please don't use developer mailing list for not relevant questions :) On 11.02.2014 17:38, David Jensen wrote: Since Sailfish is Linux, does Wine, and therefore Windows programs run on it? David Jensen _

[SailfishDevel] Does sailfish run wine?

2014-02-11 Thread David Jensen
Since Sailfish is Linux, does Wine, and therefore Windows programs run on it? David Jensen ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Sailfish Browser is now open source!

2014-02-11 Thread Andrey Kozhevnikov
Thank you. Finally i can contribute :D On 11.02.2014 17:31, Vesa-Matti Hartikainen wrote: Hi all, We finally got all the preparations done and today is the day. Sailfish Browser is Jolla's first fully open source application! The public repository is here: https://github.com/sailfishos/sailf

[SailfishDevel] Sailfish Browser is now open source!

2014-02-11 Thread Vesa-Matti Hartikainen
Hi all, We finally got all the preparations done and today is the day. Sailfish Browser is Jolla's first fully open source application! The public repository is here: https://github.com/sailfishos/sailfish-browser We intend to work as open as possible and hope to gain contributors and a be