Re: [SailfishDevel] Compile without Scratchbox2 environment

2017-12-21 Thread Tone Kastlunger
Out of curiosity, what's blocking you from using scratchbox?

On Fri, Dec 22, 2017 at 7:53 AM, Yuvraaj Kelkar  wrote:

> Ha!
> Any other ideas?
>
> Thanks,
> -Yuvraaj
>
> On 12/21/17 8:08 PM, Juice wrote:
>
>> Yuvraaj Kelkar kirjoitti torstai 21. joulukuuta 2017:
>>
>>> Hi all,
>>>
>>> Is it possible to compile for sailfish without using scratchbox2?
>>>
>>> Thanks,
>>> -Yuvraaj
>>>
>>> Sure, just compile in the device itself... :)
>>
>>- juice -
>>
>>
>>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscribe@lists.sailfi
> shos.org
>
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Compile without Scratchbox2 environment

2017-12-21 Thread Yuvraaj Kelkar

Ha!
Any other ideas?

Thanks,
-Yuvraaj

On 12/21/17 8:08 PM, Juice wrote:

Yuvraaj Kelkar kirjoitti torstai 21. joulukuuta 2017:

Hi all,

Is it possible to compile for sailfish without using scratchbox2?

Thanks,
-Yuvraaj


Sure, just compile in the device itself... :)

   - juice -




___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Compile without Scratchbox2 environment

2017-12-21 Thread Juice
Yuvraaj Kelkar kirjoitti torstai 21. joulukuuta 2017:
> Hi all,
> 
> Is it possible to compile for sailfish without using scratchbox2?
> 
> Thanks,
> -Yuvraaj
>

Sure, just compile in the device itself... :)

  - juice -


-- 
Sent from my Jollaphone
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] Compile without Scratchbox2 environment

2017-12-21 Thread Yuvraaj Kelkar
Hi all,

Is it possible to compile for sailfish without using scratchbox2?

Thanks,
-Yuvraaj
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] libicu

2017-12-21 Thread rinigus
Hi,

when using non-Qt libraries, its sometimes required to link to libicu with
its friends. When distributing applications linking to it, you end up with
25MB of library data that is also provided in the system. On my device,
there are three apps using it (2 mine). With many complaining about Sony X
root partition size, I wonder how standard this library is in SFOS
installations. I would expect its always there. If it is standard,
shouldn't we get it into permitted libs list for Jolla Harbour?

Cheers,

Rinigus
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] Junat.net site not working/rendering correctly with SilicaWebView

2017-12-21 Thread Jollailija Developer
Hi,

the following code works for https://jolla.com/ but for some reason it
doesn't work with https://www.junat.net/ (results in a blank, white page)

import QtQuick 2.1
import Sailfish.Silica 1.0
import QtWebKit 3.0

Page {
id: page
WebView {
anchors.fill: parent
url: "https://www.junat.net/";
}
}

The site does work with WebPirate, which also uses Qt WebKit for rendering.
What is wrong and how can I debug and fix this?

All help is greatly appreciated.

Love,
jollailija

-- 
Sent from my Jolla Phone
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Increase buildspeed of the Application SDK

2017-12-21 Thread Tone Kastlunger
 I think the script in question (mb2 iirc ) you can patch; unfortunately,
then every vm upgrade you will loose the changes.

On Wed, Dec 20, 2017 at 11:38 AM, Dylan Van Assche via Devel <
devel@lists.sailfishos.org> wrote:

> Hi,
>
> Is it possible to increase the build speed of C++ apps in the Application
> SDK?
> I can asign more CPUs and RAM in the VM manager but it seems that the
> Application SDK builds applications with the -j1 MAKE flag (max 1 job).
>
> Is there anything I can do to increase the build speed? Big C++ apps like
> the browser take a lot of time.
>
> Kind regards,
> Dylan Van Assche
>
>
>
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscribe@lists.
> sailfishos.org
>
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] [Minutes] Sailfish OS, Open source community collaboration meeting on Dec 21st at 11:00 UTC

2017-12-21 Thread James Noori

Good day everyone,

Thanks for yet another productive meeting with many useful topics 
discussed.


Here are the meeting minutes for this time presented in variety of formats:

Minutes: 
http://merproject.org/meetings/mer-meeting/2017/mer-meeting.2017-12-21-11.00.html
Minutes (text): 
http://merproject.org/meetings/mer-meeting/2017/mer-meeting.2017-12-21-11.00.txt
Log: 
http://merproject.org/meetings/mer-meeting/2017/mer-meeting.2017-12-21-11.00.log.html


Next meeting will be held on January 11th 2018 at 09:00 UTC. Please 
provide us with your topics here on the planning page: 
https://together.jolla.com/question/54157/sailfishos-open-source-collaboration-meeting-planning/


Wish everyone a happy holidays!

--
Best regards,
James Noori,
Community Manager,
Jolla

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] Custome nemo-transengine plugin with web authentication

2017-12-21 Thread Oleg Linkin
Hello, developers.
I develop getpocket share link plugin and have a problem with authorization
this plugin in service.
I need webview to auth plugin and get access_token.
I try to create page with webview in transfer-engine plugin, but when I try
to replace this page with other or when I try to swipe this page back -
application crashes.

Do you have any ideas how to solv my problem with auth transfer-engine
plugin? The best one will ne create account in settings for getpocket, but
I can't find any information about this process for non-telepathy plugins

Thx!
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] Sailfish OS, Open source collaboration meeting on Thursday, Dec 21st 2017, at 11:00 UTC

2017-12-21 Thread James Noori

Hi all,

Let's get on with the last meeting of the year and have an informative 
one at that!


Here is what the agenda for today's meeting will look like:

Date: 21/12/2017
Time: 11:00 UTC
Duration: Approximately 60 minutes
Chair: Jaymzz
Location: #mer-meeting on freenode IRC
http://webchat.freenode.net/?channels=#mer-meeting

Topics to be discussed:

- Intro (5 min)
- Keyboard to have an optional row with digits above letters (10 min)
- Upstreaming Mer/Sailfish OS specific QtMultimedia patches (15 min)
- Update PulseAudio (10 min)
- General discussion (15 min)
- Next meeting time and date (5 min)

Please familiarize yourself with the topics before the meeting, as well
as the common Meetbot commands https://wiki.debian.org/MeetBot (it's
used for meeting management and logging)

--
Best regards,
James Noori,
Community Manager,
Jolla

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org