Re: [SailfishDevel] Commercial apps - when?

2015-04-25 Thread Marcin M.
ave the Option is freedom. And freedom we want or? > > Cheers > Peter > > Am 24.04.2015 um 16:22 schrieb Marcin M.: > > Martin: free software is really great unless you have to pay for a place > to sleep and for stuff to eat, e.g. as a univerisity student. You don't get >

Re: [SailfishDevel] Commercial apps - when?

2015-04-24 Thread Marcin M.
it is really good the see it also coming to the Jolla store. :) > > Best Wishes > Martin Kolman > > >> Br, >> Karl >> >> On 15 Apr 2015, at 20:06, Marcin M. wrote: >>> >>> Hi, >>> >>> Any

Re: [SailfishDevel] Commercial apps - when?

2015-04-16 Thread Marcin M.
n > eating our resources from this area. But some good news is that we are > planing to launch the donation support in Store in really near future. > > Br, > Karl > > > On 15 Apr 2015, at 20:06, Marcin M. wrote: > > > > Hi, > > > > Any ETA for th

[SailfishDevel] Commercial apps - when?

2015-04-15 Thread Marcin M.
Hi, Any ETA for the support for commercial apps for Sailfish? IIRC, it was the second half of 2014, :) so time long past :) Regards, -- Marcin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos

[SailfishDevel] How to use the QML/JS console?

2014-10-02 Thread Marcin M.
I launched the app in a debug mode, launched the QML/JS console, but any id I type in is undefined. Why? -- Marcin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] How to combine multiple Flickables?

2014-08-12 Thread Marcin M.
7;t simply the TextField's visual parent? TextAutoScroller.qml has some code for multiple Flickables. Maybe it'd be a good idea to add an option to specify the Flickable to scroll to manually? -- Marcin 2014-08-11 12:10 GMT+02:00 Marcin M. : > It worked like charm but one more difficulty occ

Re: [SailfishDevel] How to combine multiple Flickables?

2014-08-12 Thread Marcin M.
/edit: Yes, the visual parent seems to be the Column (it doesn't have maximumFlickVelocity, it does have spacing) What to do with this? I have two items in the Column. -- Marcin 2014-08-12 16:36 GMT+02:00 Marcin M. : > OK, I might've found where the problem is. a -> b will mea

Re: [SailfishDevel] How to combine multiple Flickables?

2014-08-11 Thread Marcin M.
t second TextField outside the SilicaListView, it scrolls perfectly. How to handle this? I tried setting the main SilicaFlickable as a visual parent but it causes even more trouble (visual layout broken) -- Marcin 2014-08-04 18:24 GMT+02:00 Marcin M. : > Thanks, I'll try it out. > >

Re: [SailfishDevel] Platform icons

2014-08-04 Thread Marcin M.
You might simply want to scp all of them from the Emulator to your desktop system. -- Marcin 2014-08-04 16:11 GMT+02:00 : > Hi, > > Am Mon Aug 04 2014 15:21:58 GMT+0200 (CEST) schrieb fasza2mob...@gmail.com > : > > Hi all, > > Is there a way to see a list/dictionary of platform icons, such as

Re: [SailfishDevel] How to combine multiple Flickables?

2014-08-04 Thread Marcin M.
Thanks, I'll try it out. -- Marcin 2014-08-04 13:58 GMT+02:00 Andrey Kozhevnikov : > set pressDelay: 0 to flickable and listview > > 04.08.2014 16:42, Marcin M. пишет: > > Hi, > > My app uses PullDown and PushUp menus. Besides, it has a SilicaListView > ins

[SailfishDevel] How to combine multiple Flickables?

2014-08-04 Thread Marcin M.
Hi, My app uses PullDown and PushUp menus. Besides, it has a SilicaListView inside to support multiple views inside the app (different text displayed on each view). Page { SilicaFlickable // vertical one { PullDownMenu{ ... } PushUpMenu{ ... } SilicaListView { o

Re: [SailfishDevel] Adding colors the ColorPickerDialog

2014-07-21 Thread Marcin M.
ilto: > devel-boun...@lists.sailfishos.org] *On Behalf Of *Marcin M. > *Sent:* 19. heinäkuuta 2014 21:43 > *To:* devel@lists.sailfishos.org > *Subject:* [SailfishDevel] Adding colors the ColorPickerDialog > > > > Hi, > > I want to make sure not to make mess in my app. I&#

[SailfishDevel] Adding colors the ColorPickerDialog

2014-07-19 Thread Marcin M.
Hi, I want to make sure not to make mess in my app. I'd like to add additional colors to the ColorPicker. Can I simply append the hexcodes to ColorPickerDialog::colors? Or should I do it in another way? Thanks -- Marcin ___ SailfishOS.org Devel mailing

Re: [SailfishDevel] Is support for commercial apps a TABOO subject?

2014-07-18 Thread Marcin M.
(/usr/share/jolla-settings/) of the system. However, > you are not allowed to install files here. > > I think that (for now), the settings should be defined inside your app. > > Cheers, > Lucien > > PS: I think that the subject line is wrong. > > > - Mail original ---

Re: [SailfishDevel] How to properly hide and show UI elements?

2014-07-18 Thread Marcin M.
Oh, right. It was so trivial. I totally forgot about it. Thanks! -- Marcin 2014-07-18 17:10 GMT+02:00 Tomasz Sterna : > Dnia 2014-07-18, pią o godzinie 16:31 +0200, Marcin M. pisze: > > The Rectangle hides and so Button's label does. It doesn't work with > > the Butto

Re: [SailfishDevel] How to properly hide and show UI elements?

2014-07-18 Thread Marcin M.
usly. The button doesn't react if clicked. Seems I'll have go for opacity, still the question is: why are these elements still shown? -- Marcin 2014-07-18 16:15 GMT+02:00 Marcin M. : > It might be an option... I'll take a look. But why is the component left > there? If it ha

Re: [SailfishDevel] How to properly hide and show UI elements?

2014-07-18 Thread Marcin M.
t; > > so you try to hide a component by setting its height = 0? have you > tried visible = false? > > > 2014-07-18 16:30 GMT+06:00 Marcin M. < marmistrz...@gmail.com >: > > I'm want to display some elements only when needed. So I did it like t

Re: [SailfishDevel] Is support for commercial apps a TABOO subject?

2014-07-17 Thread Marcin M.
When the Harbor becomes open for paid apps, will we be permitted to use nemo-qml-plugin-configuration? Should we then put the apps' settings into the "Settings" app or should they be handed inside the app? -- Marcin 2014-05-29 9:22 GMT+02:00 Giuliettasw : > Another cool thing could be possibili

Re: [SailfishDevel] Translating apps for SailfishOS

2014-07-17 Thread Marcin M.
-faq.html > > 17.07.2014 15:38, Marcin M. пишет: > > And how can I run the mer's lupdate & lrelease from terminal? > > -- > Marcin > > > 2014-07-17 11:36 GMT+02:00 Marcin M. : > >> Thanks >> >> 1. The problem is that Tools/External/lupdate doesn&#x

Re: [SailfishDevel] Translating apps for SailfishOS

2014-07-17 Thread Marcin M.
And how can I run the mer's lupdate & lrelease from terminal? -- Marcin 2014-07-17 11:36 GMT+02:00 Marcin M. : > Thanks > > 1. The problem is that Tools/External/lupdate doesn't do anything. I > created translations/harbour-myapp-pl.ts, ran Tools/External/lupdate and

Re: [SailfishDevel] Translating apps for SailfishOS

2014-07-17 Thread Marcin M.
you're set > 3. Usually I install the RPM in the emulator and run it from command line > after changing LANG env variable > > > On Thu, Jul 17, 2014 at 10:37 AM, Marcin M. > wrote: > >> I couldn't find the answers to a couple of questions: >> 1. Does Sailf

[SailfishDevel] Translating apps for SailfishOS

2014-07-17 Thread Marcin M.
I couldn't find the answers to a couple of questions: 1. Does SailfishOS SDK require external lupdate? If yes, where can the command for lupdate be set (as of Mint 17 (Ubuntu 14.04), lupdate-qt5 is not provided by any package) 2. If using sailfishapp_i18n, are the QTranslator steps still needed? Sh

Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-17 Thread Marcin M.
I did a maybe less dirty workaround yesterday: function openWelcomeDialog() { console.log("working!") if (status == PageStatus.Active) { mainPage.statusChanged.disconnect(openWelcomeDialog) var component = Qt.createComponent("WelcomeDialog.qm

Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread Marcin M.
Take back what I said. The workaround doesn't work. :P -- Marcin 2014-07-16 14:42 GMT+02:00 Marcin M. : > This way the dialog opens after closing the dialog. Worked it around by > > > Component.onCompleted: > { > while (stat

Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread Marcin M.
use status == PageStatus.Active > instead > > 16.07.2014 14:58, Marcin M. пишет: > > I'd like to open a welcome dialog at startup which can be disabled by a > user. > > Page > { > id: mainPage > function openWelcomeDialog() > { > var co

[SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread Marcin M.
I'd like to open a welcome dialog at startup which can be disabled by a user. Page { id: mainPage function openWelcomeDialog() { var component = Qt.createComponent("WelcomeDialog.qml") var popup = component.createObject(mainPage) popup.open() } Componen

[SailfishDevel] sporadic bouts of "Could not connect to MerSDK Virtual Machine. Timeout waiting for reply from server."

2014-07-15 Thread Marcin M.
It happened to me after resuming my Linux box from suspend. Maybe this'll give some clue. -- Marcin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] In-app-advertising

2014-07-15 Thread Marcin M.
> > Smaato (qt 4.7) > > Inneractive (ver ??) > > > > But at the moment inei is unavailable in harbour. > > > > Tortoisedoc > > . > > > > Von meinem iPad gesendet > > > >> Am 15.7.2014 um 15.28 schrieb "Marcin M.&

[SailfishDevel] In-app-advertising

2014-07-15 Thread Marcin M.
Hi, What about in-app-advertitising & Jolla Store. Will we be provided a framework for it? -- Marcin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SailfishOS SDK install to /opt

2014-07-14 Thread Marcin M.
Forgot to tell: the user owning it is root (who owns the whole /opt/SailfishOS)... If installed to /home, works correctly. -- Marcin 2014-07-14 9:47 GMT+02:00 Juha Kallioinen : > On 12.07.2014 11:02, Marcin M. wrote: > > Why do the mersdk/MerSDK and emulator/SailfishOS Emulator di

Re: [SailfishDevel] SailfishOS SDK install to /opt

2014-07-12 Thread Marcin M.
Interface: ISession {12f4dcdb-12b2-4ec1-b7cd-ddd9f6c5bf4d} -- Marcin 2014-07-12 10:02 GMT+02:00 Marcin M. : > Why do the mersdk/MerSDK and emulator/SailfishOS Emulator directories have > 700 permissions? It makes the VMs unaccesible. > --

[SailfishDevel] SailfishOS SDK install to /opt

2014-07-12 Thread Marcin M.
Why do the mersdk/MerSDK and emulator/SailfishOS Emulator directories have 700 permissions? It makes the VMs unaccesible. -- Marcin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2014-04-17 Thread Marcin M.
d! :) > > >> David >> >> On 12/11/13 15:18, Marcin M. wrote: >> >>> Hi, >>> >>> Will there be OBS for Sailfish available? >>> >>> Regards, >>> -- >>> Marcin >>> >>> >>> 2013/11/12 Karl G

Re: [SailfishDevel] HowTo package my resources (images/sounds/etc)

2014-02-27 Thread Marcin M.
Is there no debian/install counterpart in rpm, not to have use qmake INSTALLS? -- Marcin 2014-02-27 20:25 GMT+01:00 Andrey Kozhevnikov : > res.files = Home/* > res.path = /usr/share/mygame/resourcces > > INSTALLS += res > > > On 28.02.2014 01:14, Iosif Hamlatzis wrote: > > ok thanks > > and i

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

2014-02-17 Thread Marcin M.
Is Qt Quick faster on desktop too? -- Marcin 2014-02-17 13:12 GMT+01:00 Roberto Colistete Jr. < roberto.colist...@gmail.com>: > Em 16-02-2014 12:40, christopher.l...@thurweb.ch escreveu: > > Dietmar >> >> Sailfish is very far from being QML only. >> >> Sailfish like all other platforms based o

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

2014-02-16 Thread Marcin M.
Death? The folks on qt project said that qt widgets isn't gonna be dropped. -- Marcin 2014-02-16 16:40 GMT+01:00 : > Dietmar > > Sailfish is very far from being QML only. > > Sailfish like all other platforms based on Qt5.X supports a rich mix of > C++, QML and Javascript. > > The exact mix is

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 mu

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] Silica API documentation on sailfishos.org website updated

2014-02-09 Thread Marcin M.
Well, there should be an option for the user to disable app's cover (but not the cover actions). This would mean that a preview is being shown instead. For example I don't like the Contacts cover from the demos, I'd rather have a old-school preview instead :) -- Marcin 2014-02-09 13:31 GMT+01:00

Re: [SailfishDevel] White screen and no errors

2014-01-28 Thread Marcin M.
den 28.01.2014, 15:25 +0100 schrieb Luciano Montanaro: > > On Tue, Jan 28, 2014 at 2:51 PM, Marcin M. > wrote: > > > > > > > Why can it happen? > > > > > > Something similar has happened to me when a QML fi

[SailfishDevel] White screen and no errors

2014-01-28 Thread Marcin M.
Hi, I'm giving one more go at my Sailfish app, but when I try to run it, I get a white screen only. The log is [D] QQmlDebuggingEnabler::QQmlDebuggingEnabler:1392 - QML debugging is enabled. Only use this in a safe environment. [D] QWaylandEglIntegration::QWaylandEglIntegration:58 - Using Wayla

Re: [SailfishDevel] Harbour compliant way to read contacts

2014-01-27 Thread Marcin M.
@Martin: And which statement in the TOS of, let's take, Google does it? I didn't notice it (or maybe it's a fairly new statement) -- Marcin 2014-01-27 Jarkko Lietolahti > Hi, > This might shed some infromation about this issue: > http://techcrunch.com/2010/11/04/facebook-google-contacts/# > >

Re: [SailfishDevel] Harbour compliant way to read contacts

2014-01-26 Thread Marcin M.
And wouldn't separate permission for each app solve the thing? -- Marcin 2014-01-26 Bernd Wachter > writes: > > > Hi Sven > > > > I am equally curious: > > > > Reading and rereading Bernd's mail I see > > > > " ..contacts synced to the device from some third party services..." > > > > I entere

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

2014-01-26 Thread Marcin M.
Just a thought - maybe using some legacy (i.e. Fremantle) theme could be a fix. But I have no idea whether it can be done and with how much effort. -- Marcin 2014-01-26 > Hi Dietmar > > Zitat von "Dietmar Schwertberger" : > > > >> Switching to QML/Qt Quick seems a major effort and especially,

Re: [SailfishDevel] Status menu?

2014-01-20 Thread Marcin M.
y help. It just skips one menu level. > > > >"Connect to internet" should be definitely in the pulley menu on the > lockscreen > >somewhere else quickly accessible. > > > >On Fri, Jan 17, 2014 at 08:28:10PM +0100, Oleksii Serdiuk < > conta...@oleksii.

Re: [SailfishDevel] Jolla Applications Bug Tracking

2014-01-19 Thread Marcin M.
Nevertheless, some bugzilla should be created for a better bug management. -- Marcin 2014/1/19 Hannes Rantzsch > Great tip, thanks! > Actually, the issue I wanted to post is even there already :) > > Hannes > > > On 01/19/2014 05:19 PM, Martin Grimme wrote: > > Hi, > > > > 2014/1/19, Hannes Ra

Re: [SailfishDevel] Status menu?

2014-01-17 Thread Marcin M.
facebook is really a joke. I hope this unfinished just because of > time > shortage and it's not final decision. > > On Fri, Jan 17, 2014 at 08:38:30PM +0100, "Marcin M." < > marmistrz...@gmail.com> wrote: > > It's a workaround, indeed ;) > > >

Re: [SailfishDevel] Status menu?

2014-01-17 Thread Marcin M.
> "Connect to internet" should be definitely in the pulley menu on the > lockscreen > somewhere else quickly accessible. > > On Fri, Jan 17, 2014 at 08:28:10PM +0100, Oleksii Serdiuk < > conta...@oleksii.name> wrote: > > On 17.01.2014 20:14, Marcin M. wrote:

Re: [SailfishDevel] Status menu?

2014-01-17 Thread Marcin M.
hand. Some orientation lock is useful, switching availability from such menu -- Marcin 2014/1/17 Oleksii Serdiuk > On 17.01.2014 20:14, Marcin M. wrote: > >> The settings have some wifi thing on the top, but it seems to be >> enable/disable auto-scanning, and I'd like t

[SailfishDevel] Status menu?

2014-01-17 Thread Marcin M.
Hi, I've recently installed Sailfish on my N950 and, well, I'm impressed, but there's one thing that drives me nuts (and which would discourage me from buying a Jolla). The thing is the status menu, and exactly lack of it. I see no possibility of quick connecting to a wifi network, as it was in Ha

Re: [SailfishDevel] Division by zero in Slider.qml

2014-01-16 Thread Marcin M.
In the second case it's not 0, but 10. -- Marcin 2014/1/16 Hendrik Borghorst > Hello folks, > > I've noticed some strange behaviour in Silica Silder. If you set > minimumValue=maximumValue , the handle gets invisible and cannot get > activated > again. > > if you've a look at (except from Slid

Re: [SailfishDevel] Scriptlets in RPM hot allowed to Harbour

2014-01-11 Thread Marcin M.
Hi, Sorry, I forgot about PackageKit! ;) I was still in the apt world :) Regards, -- Marcin 2014/1/11 Mike Sheldon > Hi Marcin, > > On Sat, 2014-01-11 at 16:49 +0100, Marcin M. wrote: > > So how else can we update sudoers...? No custom package manager could > > be done

Re: [SailfishDevel] Scriptlets in RPM hot allowed to Harbour

2014-01-11 Thread Marcin M.
So how else can we update sudoers...? No custom package manager could be done without it. -- Marcin 2014/1/11 Thomas Perl > Duty calls[1]... > > tl;dr: No postinst scripts in Harbour. chmod 666 stuff in /usr/ is wrong. > > On 11 Jan 2014, at 13:51, Martin Kolman wrote: > > 11.1.2014 13:34, Al

Re: [SailfishDevel] Zypper and PackageKit

2014-01-06 Thread Marcin M.
[=] Downloading packages [=] And doesn't show in the geeky way as apt ;) -- Marcin 2014/1/6 Andrey Kozhevnikov > so? pkcon providin same data which pk server sent :) > > > On 07.01.2014 00:23, Marcin M. wrote: > > The manual is about t

Re: [SailfishDevel] Zypper and PackageKit

2014-01-06 Thread Marcin M.
The manual is about the D-Bus service, and I meant the CLI interface - pkcon. -- Marcin 2014/1/6 Andrey Kozhevnikov > afaik zypper downloading via curl, and it displaying information you want. > > > On 07.01.2014 00:09, Marcin M. wrote: > > And is it possible to make pac

Re: [SailfishDevel] Zypper and PackageKit

2014-01-06 Thread Marcin M.
And is it possible to make packagekit show bytes (or x 10^n bytes) progress just like apt or zypper? -- Marcin 2014/1/4 Mikael Hermansson > On Saturday 04 January 2014 20.07.52 Martin Grimme wrote: > > Hi, > > > > 2014/1/4, Andrey Kozhevnikov : > > > afaik pakckagekit have easy queue managemen

[SailfishDevel] qt-components-qt5 are missing theme files

2014-01-04 Thread Marcin M.
Hi, I tried to experiment with the MeeGo components, and I noticed that the graphics for it are missing: > Connecting to device... > > [D] QQmlDebuggingEnabler::QQmlDebuggingEnabler:1392 - QML debugging is > enabled. Only use this in a safe environment. > > [D] QWaylandEglIntegration::QWaylandEgl

[SailfishDevel] Zypper and PackageKit

2014-01-04 Thread Marcin M.
Hi, I'm wondering, what are the advantages & disadvantages of Zypper vs PackageKit. Why has the latter been selected for Sailfish as default? Regards, -- Marcin ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] SailfishOS SDK in /opt

2014-01-04 Thread Marcin M.
Well, after opening the VM in Virtualbox, it's gotten fixed. Thanks! My installation log must've been overwritten, 'cause it has some downloadable content stuff. Thanks again! -- Marcin 2014/1/4 > Hi Marcin > > Did you get any further on this? > > > Zitat vo

Re: [SailfishDevel] SailfishOS SDK in /opt

2014-01-01 Thread Marcin M.
list runningvms > > > The first should show installed VMS, the second those currently running. > > You may also have the Virtualbox-qt gui installed somewhere giving similar > info. > > Grüsse > > Chrsi > > Zitat von "Marcin M." : > > > Hi, >> &g

Re: [SailfishDevel] SailfishOS SDK in /opt

2014-01-01 Thread Marcin M.
have no problem. >>> > >>> > Looks more like you have an issue with you project file? >>> > >>> > check the compile output/message screen if you get qmake errors or >>> > similar? >>> > >>> > also try build->clean all. >>> &

[SailfishDevel] SailfishOS SDK in /opt

2014-01-01 Thread Marcin M.
Hi, I've installed the SDK into /opt, but I'm unable to launch the emulator nor the SDK VM - only the buttons are grayed out. Is there a known workaround, so that I can avoid reinstalling into /home/$USER/ ? thanks -- Marcin ___ SailfishOS.org Devel mai

Re: [SailfishDevel] Daemons in app store. And/or other ways of getting activated on event/schedule

2013-12-29 Thread Marcin M.
And for example phone speaker switcher as on Maemo (though it would be better if it was provided by Jolla), changing mac address on startup, etc. etc. -- Marcin 2013/12/29 Alejandro Exojo > El Saturday 28 December 2013, Artem Marchenko escribió: > > What would be the sailfish way to do it? > >

Re: [SailfishDevel] Serious request: please let us use C++!

2013-12-07 Thread Marcin M.
Thanks for elaborating! :) Btw. will this payback always in QML (so let's assume Fremantle Qt 4.7.4) or only on Sailfish? -- Marcin 2013/12/7 Thomas Perl > On 06 Dec 2013, at 17:46, Marcin M. wrote: > > 2013/12/6 Wim de Vries > > On 12/05/2013 06:41 PM, Marcin M. wro

Re: [SailfishDevel] Serious request: please let us use C++!

2013-12-06 Thread Marcin M.
I mean: use plain Qt, get Silica look&feel. Just like on Fremantle: you use Qt, but get the gtk theme look & feel. -- Marcin 2013/12/6 Wim de Vries > On 12/05/2013 06:41 PM, Marcin M. wrote: > > A style for plain Qt which would display with the native look & feel >

Re: [SailfishDevel] GB compile

2013-12-05 Thread Marcin M.
Simply try to build it and then resolve potential problems :) -- Marcin 2013/12/5 Cleber Rodrigues > Allright! I assumed Harbour rules reflected what the (current or future) > SDK would allow. > > Sorry for generating confusion. > > > 2013/12/5 Jonni Rainisto > >> And who says that they can

Re: [SailfishDevel] Serious request: please let us use C++!

2013-12-05 Thread Marcin M.
A style for plain Qt which would display with the native look & feel (compare the unsupported and buggy meegotouch-qt-style) would be great too! -- Marcin 2013/12/5 Filip Kłębczyk > W dniu 05.12.2013 13:30, Sven Putze pisze: > > Hi, >> >> if such an example exists, I could make templates from

Re: [SailfishDevel] opengl again..

2013-12-04 Thread Marcin M.
Well, if you want to use some unsupported stuff, check out openrepos.net ;) -- Marcin 2013/12/4 Wim de Vries > On 12/04/2013 03:31 PM, Thomas Perl wrote: > >> Hi, >> >> On 04 Dec 2013, at 14:18, Wim de Vries wrote: >> >>> I have a simple app with a standard Qt C++ GUI that runs fine on the >>>

Re: [SailfishDevel] community thoughts on app security

2013-12-02 Thread Marcin M.
But an important thing must be done: you can run a script, create a start-up script and not mess with any security frameworks (like chaning mac on Harmattan) -- Marcin 2013/12/1 AL13N > > 2) Sandboxes are limiting, but matter. It is way more difficult to freeze > > to death or misuse iPhone tha

Re: [SailfishDevel] community thoughts on app security

2013-12-01 Thread Marcin M.
Or maybe just leave it to the user, whether to use a sandbox or not? (set the default behavior and make override rules) -- Marcin 2013/12/1 Sven Putze > > >> > >> 2) Sandboxes are limiting, but matter. It is way more difficult to > freeze to death or misuse iPhone than Android. That probably g

Re: [SailfishDevel] Mer SDK

2013-11-27 Thread Marcin M.
And is it possible to get a scratchbox shell like in the Maemo5 sdk. -- Marcin 2013/11/27 Matthias Fulz > Thank you very much - that was exactly the missing point ! > > I successfully compiled and deployed a test app on the emulator. > > BR, > > Matthias > > > Quoting Luciano Montanaro : > >

Re: [SailfishDevel] Dynamically populate a ContextMenu

2013-11-23 Thread Marcin M.
Agree with Cristopher. This is a workaround, but it should be fixed so that no manual tweaking is needed. Just as in c++ - private is private. -- Marcin 2013/11/23 Andrey Kozhevnikov > Just dont use dynamic childs if you dont want, but let it to others ;) > > > On 24.11.2013 00:03, christopher.

Re: [SailfishDevel] Update on application naming for Harbour applications

2013-11-22 Thread Marcin M.
Well, seems strange 2 me too. -- Marcin 2013/11/22 Andrey Kozhevnikov > really? > > harbour-org.coderus.application > > how domain.organization.application naming can clash with device packages? > > why? > > > On 22.11.2013 20:32, Robin Burchell wrote: > >> Ahoy, >> >> In Iekku’s mail yesterda

Re: [SailfishDevel] installing extra files via rpm

2013-11-21 Thread Marcin M.
Is it possible to install files directly via .yaml/.spec (without using the qmake installs)? -- Marcin 2013/11/21 Andrey Kozhevnikov > check __ARMEL__ or __ARM_ARCH_7__ > > > On 21.11.2013 21:37, Luciano Montanaro wrote: > >> For the record, I also have problems,. whenever I switch between >>

Re: [SailfishDevel] Saving state/config

2013-11-15 Thread Marcin M.
The plugin uses gconf, doesn't it? Can we use it to modify any gconf entry then? -- Marcin 2013/11/15 Andrey Kozhevnikov > both are easy. check Qt Assistant. examples and api reference are inside > your Qt Creator ;) > > > On 15.11.2013 20:48, Thomas Tanghus wrote: > >> On Friday 15 November 2

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-12 Thread Marcin M.
Hi, Will there be OBS for Sailfish available? Regards, -- Marcin 2013/11/12 Karl Granström > Ahoy all, > > We managed to fix all issues with the Harbour and it is open again for all > of you to dock there . > > Few updates: > We currently support only 3 screenshots but will improve this so th

Re: [SailfishDevel] qt-components-qt5

2013-11-11 Thread Marcin M.
qt5 I can't find a import-declarative version of the package, > so it looks to me to be C++ only ). But as I don't have experience of > that package, I may be wrong. > > Sorry I have to dash off, otherwise I would experiment further ... > > Chris > > >

Re: [SailfishDevel] Problem with installing

2013-11-10 Thread Marcin M.
install the desktop file in. pro. > > These are what I did to get the rpm packaging working. > > Regards, > William > > *From: *Marcin M. > *Sent: *Friday, November 1, 2013 03:00 > *To: *devel@lists.sailfishos.org > *Subject: *[SailfishDevel] Problem with instal

[SailfishDevel] qt-components-qt5

2013-11-10 Thread Marcin M.
Hi, I'm trying to run an app using qt-components-qt5 (installed in the emulator). It fails though. The output is: QML debugging is enabled. Only use this in a safe environment. Using Wayland-EGL Module 'com.nokia.meego' does not contain a module identifier directive - it cannot be protected fr

Re: [SailfishDevel] Jolla app store and copyright protection. Just make app store easier than piracy

2013-11-09 Thread Marcin M.
Absolutely agree! -- Marcin 2013/11/9 Artem Marchenko > Yeah, this discussion went too far, but then if I remain silent maybe > point of view I don't like will influence Jolla sailors too much :) > > So my two cents: > > IMHO, the main point preventing piracy in Apple App Store is it'

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-09 Thread Marcin M.
Well, about Michal's point: I agree it'll be hard on Sailfish. I think that the best measure against so-called "piracy" is a dynamic price changing possibility as in AppStore as previously said. But I won't agree about $650 - not everyone can buy first-minute device. And take it in account that i

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-08 Thread Marcin M.
Now-free scheme like in Apple AppStore would certainly diminish the piracy scale - it's a great think and I think it should be available for devs. -- Marcin 2013/11/8 Attila Csipa > On 07-Nov-13 13:42, Michal Jerz wrote: > >> So it's like with door locks. Despite none of them being 100% proof t

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-08 Thread Marcin M.
Well, indeed it's better than the hour is spent to provide better apps for Sailfish than to do some freaky copy-protection, finally broken by some talented hacker (If iOS is jailbroken, WAT in Win7 broken, why should Jolla's library avoid that?) ... Or to spend this hour to bring xwayland! ;) --

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-08 Thread Marcin M.
Well, this all anty-piracy campaign is going too far! :) Who lives by the sword, dies by the sword. 1. People who won't have money - won't buy. If they can't use the apps, they won't use the system. And choose Android/Jailbroken iOS 2. It's becoming a little spy-like to send data from device to th

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-07 Thread Marcin M.
Well, the whole problem with repos and deps is not about the user side but the server side ;) Maemo.org doesn't expose DiffIndex like Debian does but normal Packages and Release (maybe compressed). DiffIndex would greatly reduce download time. About the storing list of apps on-device... Hmm... In

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread Marcin M.
And somehow Debian and Ubuntu and ... do well it with real depends... -- Marcin 2013/11/6 Marcin M. > If everything handled correctly (assuming no 3rd party lib updates) what > bad can happen? > > -- > Marcin > > > 2013/11/6 Martin Grimme > >> Hi, >>

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread Marcin M.
experience should be highly valued. > > > My 2 cents, > Martin > > > > > > 郭云鹤(Guo Yunhe) > > http://guoyunhe.me/ > > 在 2013-11-7 上午12:13,"Marcin M." 写道: > > > >> It's not a pity when it comes to libraries. It is when you create a &

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread Marcin M.
11-06 17:25, 郭云鹤 a écrit : > > i think every app should be independent. apps' dependence caused many > problems. > > 郭云鹤(Guo Yunhe) > http://guoyunhe.me/ > 在 2013-11-7 上午12:13,"Marcin M." 写道: > >> It's not a pity when it comes to libraries. It is when

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread Marcin M.
Openrepos bear here :) -- Marcin 2013/11/6 Andrey Kozhevnikov > Opensource dies here :D > > > On 06.11.2013 22:12, Marcin M. wrote: > > It's not a pity when it comes to libraries. It is when you create a > modular app ;) - divided into packages. But if there was a

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread Marcin M.
everyone > to push their libraries and stuff to mer/nemo/sailfish. > > An advantage of SailfishOS is that everyone can contribute and have their > own applications, libraries and tools there. > > Just my 0.02 > > Cheers, > > On Wed, Nov 06, 2013 at 05:06:58PM +0100, Mar

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread Marcin M.
vel-boun...@lists.sailfishos.org [ > devel-boun...@lists.sailfishos.org] on behalf of Marcin M. [ > marmistrz...@gmail.com] > *Sent:* Wednesday, November 06, 2013 5:34 PM > > *To:* Sailfish OS Developers > *Subject:* Re: [SailfishDevel] Jolla Harbour and Jolla Store > > And wh

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread Marcin M.
And what about in-app-store depends? (Free app, paid databases, databases depend on the free app) -- Marcin 2013/11/6 Andrey Kozhevnikov > Good point, thanks! > > > On 06.11.2013 18:30, Jonni Rainisto wrote: > >> And if some good library is missing, and you are willing to maintain the >> libra

Re: [SailfishDevel] File chooser

2013-11-04 Thread Marcin M.
As Roberto said: don't take Android and iOS as a reference point. I simply don't want just another borked & crappy UX! Maemo Fremantle was nice at filepicking, though the build-in file picker had no option of displaying the whole FS. Harmattan was a step back, as most apps store there files in myst

[SailfishDevel] Problem with installing

2013-11-01 Thread Marcin M.
Hi, I wanted to try out qt-components-qt5 on Sailfish. I created a new project, copied packaging and .desktop to the folder of a Harmattan project. But now, while deploying, there's an error: Error on file "/home/deploy/installroot/usr/share/applications/*.desktop": No such file or directory Wh

Re: [SailfishDevel] rpm repositories in emulator are not refreshed in latest SDK

2013-10-26 Thread Marcin M.
Should zypper or PackageKit rather be used in Sailfish? -- Marcin 2013/10/26 Jarko Vihriala > Hello all, > > We discovered that PackageKit that is used in our emulator does not > automatically refresh repositories so if your rpmbuild requires additional > stuff to be pulled to emulator - it w