[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

[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] 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

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

[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

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

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

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 izer...@gmail.com 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

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, 2014

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 coderusin...@gmail.com: 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.

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 lookfeel 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.
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 maill...@schwertberger.de : Am 11.02.2014 16:51, schrieb Marcin M.: Don't know much

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=AttachFiledo=gettarget=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 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

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. If

[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-send

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