[SailfishDevel] Improve google account

2019-03-12 Thread Oleg Linkin
Hello, developers. I want to improve google account and add google photos support to it. How I should make the process of doing this and connect my actions with jolla developers? I understand that I should add code to libsocialcache and buteo-sync-plugins- social but I can't find sources of joll

Re: [SailfishDevel] Share code for apps

2018-12-12 Thread Oleg Linkin
Create submodule in git with common items ср, 12 дек. 2018 г. в 14:39, Michael Fuchs : > Hi Sailors, > > I would like to share code (qml and c++) in two apps (namely daedalus > and SMPC). > > I want both apps to have the almost same interface and so they have some > qml components and c++ code in

[SailfishDevel] Sailfish.TransferEngine.SharePage downloads content

2018-12-12 Thread Oleg Linkin
Hi, all. I try to use Sailfish.TransferEngine.SharePage in my code like in gallery to share link to comics with accounts. IconButton { id: shareButton icon.source: "image://Theme/icon-m-share" anchors.verticalCenter: parent.verticalCenter

Re: [SailfishDevel] Packaging application with library

2018-03-29 Thread Oleg Linkin
With number 1 I mean first link - no.2. I don't want to write my own qmake file for liboauth and build it with project. What is the easiest way to package non-qt lib with harbour app? And I have created issue about adding liboauth to approved libs in validator repository, but I am not sure that

Re: [SailfishDevel] Packaging application with library

2018-03-29 Thread Oleg Linkin
I want to use variant 1, but don't understand how. Should I only download *.so file from engine and package it with my application? Or I need something more to do this? 2018-03-29 18:21 GMT+03:00 Slava Monich : > Hi! > > > Hello. I'm developing application with liboauth dependency. This library >

[SailfishDevel] Packaging application with library

2018-03-28 Thread Oleg Linkin
Hello. I'm developing application with liboauth dependency. This library exists in repos and I have installed it in SDK for building and running app in emulator. On phone this library exists too. But this library is prohibited for harbour. What the proper way to package my application for harbou

[SailfishDevel] Show limited items in listview

2018-03-15 Thread Oleg Linkin
Hello. I want to show only limited count of items from in ListView. I create QSortFilterProxyModel subclass and reimplement rowCount method. But this doesn't work. If I return some number from rowCount - view doesn't show anything. If I return QSortFilterProxyModel::rowCount(parent) - ListView s

[SailfishDevel] Translation support in transfer-engine plugin

2018-03-13 Thread Oleg Linkin
Hello. I have transfer-engine plugin for getpocket.com service. I add translations for this plugin but it doesn't work. Translations loaded in random way: If I use fr language - loaded sv for example. If I delete sv- translation - loaded russian. How I can setup translations for this plugins?

[SailfishDevel] Translation for 3rd party transfer-engine plugins

2018-01-28 Thread Oleg Linkin
Hello. I have transfer-engine plugin for getpocket.com service. I add translations for this plugin but it doesn't work. Translations loaded in random way: If I use fr language - loaded sv for example. If I delete sv- translation - loaded russian. How I can setup translations for this plugins? _

Re: [SailfishDevel] Nemo Thumbnailer not generating thumbnails

2018-01-19 Thread Oleg Linkin
Does not work for me too. I think, that Thumbnailer is not for cached externall images, but for cached local big images 2018-01-19 13:00 GMT+03:00 Dylan Van Assche via Devel < devel@lists.sailfishos.org>: > Hi, > > I'm trying to include Nemo.Thumbnailer 1.0 into my Sailfinder application. > I wan

Re: [SailfishDevel] harbour : can't upload android apk

2018-01-04 Thread Oleg Linkin
Try to ask question to developer-c...@jolla.com 2018-01-04 14:34 GMT+03:00 jerome levreau : > Hi, > I try to create a new app to harbour, this time an android app made with > unity but it fail everytime with an error 500, "Sorry, there was an error > processing your request. The administrators h

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

Re: [SailfishDevel] SilicaWebView, google sign-in button and app authorization

2016-10-16 Thread Linkin Oleg
l 2017 ? > So you should be still fine. > > (this is not helping you problem though) > > From: Devel [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Oleg > Linkin > Sent: 16. lokakuuta 2016 17:28 > To: Sailfish OS Developers > Subject: Re: [SailfishDevel] Sili

Re: [SailfishDevel] SilicaWebView, google sign-in button and app authorization

2016-10-16 Thread Oleg Linkin
e same HTTP > requests? Just curious. > > Cheers, > -Slava > > > There is no working solution because google prohibited oauth authorization > via webviews > > 2016-10-16 15:02 GMT+03:00 : > >> Care to share your code? >> >> Oleg Linkin kirjoitti

Re: [SailfishDevel] SilicaWebView, google sign-in button and app authorization

2016-10-16 Thread Oleg Linkin
There is no working solution because google prohibited oauth authorization via webviews 2016-10-16 15:02 GMT+03:00 : > Care to share your code? > > Oleg Linkin kirjoitti ma lokakuuta 10 09:08:52 2016 GMT+0300: > > Hello developers. > > I try to implement authoriza

[SailfishDevel] SilicaWebView, google sign-in button and app authorization

2016-10-09 Thread Oleg Linkin
Hello developers. I try to implement authorization via google in my applications but I have one problem. In sailfish browser authorization works the next way: Click on google sign-in button Open new page with google authorization Denied/Grant permissions to app Page closed automatically Page with g

[SailfishDevel] Remove all pages from stack before specified page

2016-09-09 Thread Oleg Linkin
diate) } Documentation says: "If a /page/ object is specified, all pages above the specified page are removed;" but in result it remove only page which found in pageStack.find function How I can do this? Thx! -- *Sincerely, Oleg Linkin.* *Jabber: ma...@gentoo.ru Skype: lor

Re: [SailfishDevel] Interact from other pages with the cover page

2016-08-29 Thread Oleg Linkin
Please, describe what do you want to get? 2016-08-29 15:03 GMT+03:00 Dylan Van Assche : > Hi devs, > > I'm rebuilding Sailfinder and I'm looking for a better way for my > interaction between the cover and other pages. > In the old version I let the cover play the man in middle when Python > transf

Re: [SailfishDevel] pageStack navigation

2016-07-20 Thread Oleg Linkin
Why not do the next: pageStack.clear() pageStack.push(MainPage)? 2016-07-20 19:36 GMT+03:00 Dylan Van Assche : > Hi, > > You should add this: > > if(!pageStack.busy) > { > pageStack.pop() > } > > This will prevent the issue but it will give you another bug: only one > page will be popped. > > Yo

Re: [SailfishDevel] Image scaling in Label with StyledText format

2016-07-05 Thread Oleg Linkin
this problem? 2016-07-05 11:44 GMT+03:00 Кожевников Андрей Андреевич < coderusin...@gmail.com>: > use RichText > > 05.07.2016 13:26, Oleg пишет: > >> Hello, developers. >> I want to use Label with StyledText format. My text has images of >> different size via

[SailfishDevel] Image scaling in Label with StyledText format

2016-07-05 Thread Oleg
Hello, developers. I want to use Label with StyledText format. My text has images of different size via img html tag and this tag very often has width attribute. I modify text and set width to screen size. And the problems begin: if I use RichText format all are awesome and image has proper wid

[SailfishDevel] What about opensoursing SailfishOS

2015-11-09 Thread Oleg
Are there any info about publishing to open source SalfishOS and any other possible components? -- Отправлено с устройства Jolla ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Sailfish OS SDK 1504 update available now

2015-05-05 Thread Oleg Linkin
Are there any changes in api& For example integration with gallery, like facebook does it? 2015-05-05 16:18 GMT+03:00 Andrey Kozhevnikov : > Please think about testing upgrades SDK and Emulator using ssu and pkcon > internally. It's linux and installing everything again for new release is > borin

Re: [SailfishDevel] Update on SailfishOS roadmap

2015-03-23 Thread Oleg Linkin
will 1.1.4 contain new UI framework with richer eventsview? 2015-03-23 13:42 GMT+03:00 Soumya Bijjal : > Hi all, > > During the last iteration, we had an intensive development period on > tablet hardware adaptation and the new UI framework. The results were > demonstrated at Mobile World Congres

Re: [SailfishDevel] Jolla gallery plugins

2015-01-08 Thread Oleg Linkin
is what you are looking for, there is a GIT repo with an > example. > > But it's not very well documented and not allowed in harbour. > > Am Do. Jan. 8 12:58:13 2015 GMT+0100 schrieb Oleg Linkin: > > Are there any sources or documentations or examples of creating this typ

[SailfishDevel] Jolla gallery plugins

2015-01-08 Thread Oleg Linkin
Are there any sources or documentations or examples of creating this type of plugins? I want to add google picasa to google buteo-sync-plugin but without possibility showing it in gallery all this hasn't any sense. Thx. ___ SailfishOS.org Devel mailing

Re: [SailfishDevel] Infinity count of pages

2014-03-11 Thread Oleg Linkin
How much pages will be in stack If I want to open profile of friend of friend of friend of my friend? В письме от 11 марта 2014 22:19:24 пользователь Ove Kåven написал: > Den 11. mars 2014 21:18, skrev Oleg Linkin: > > Hello. > > How I can realize in sailfish infinity pages loop.

[SailfishDevel] Infinity count of pages

2014-03-11 Thread Oleg Linkin
Hello. How I can realize in sailfish infinity pages loop. For example: MyProfilePage -> MyFriendsList -> MyFriendProfilePage -> MyFriend'sFriendsList -> MyFriend'sFriendProfilePage -> (...) But there are about 8 menus in profile and each can be opened (in this case using horizontal listview with

[SailfishDevel] Photo upload plugins

2014-03-04 Thread Oleg Linkin
How I can add plugin for uploading/downloading photos from/to gallery as it does facebook? ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Some API and sailfish app development questions

2014-03-04 Thread Oleg Linkin
Can I use mlite from qml? May be you have some examples or you can point me to this example? В письме от 4 марта 2014 21:50:40 пользователь Андрей Кожевников написал: > 4. why? mlite5 is there and seems to be allowed. > > > 2014-03-04 17:18 GMT+06:00 Thomas Amler : > __

[SailfishDevel] Some API and sailfish app development questions

2014-03-03 Thread Oleg Linkin
Hi! 1. It there any way to send USSD request from app and read it response? 2. Is it any API for adding Share menu to application as in gallery, for example. Or I should use nemo imports for this? 3. Is it any exmaples/documentation about adding service which can be used for sharing? 4. Is is an

Re: [SailfishDevel] Problem uninstalling app from emulator

2014-02-28 Thread Oleg Linkin
Use zypper 2014-02-28 21:14 GMT+03:00 Iosif Hamlatzis : > I am trying to uninstall my game from the emulator, I hold the mouse > pressed over the game's icon for several seconds and the X button appears. > I select it and see the count down for removing the game, but even when it > goes to 0 the

[SailfishDevel] USSD request

2014-02-23 Thread Oleg Linkin
How I can send USSD request using c++ or qml? ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Install sailfish-browser to emulator

2014-02-14 Thread Oleg Linkin
Thank you. I did all this and browser started successfully. 2014-02-14 15:03 GMT+03:00 Vesa-Matti Hartikainen < vesa-matti.hartikai...@jolla.com>: > Hi, > > > On 02/14/2014 11:35 AM, Steph Gosling wrote: > >> Hi, >> >> On Fri, 14 Feb 2014 09:21:03 +0

Re: [SailfishDevel] oauth authorization for application

2014-02-14 Thread Oleg Linkin
watch the uri property and react to it in the > onUriChanged signal handler, if the redirect_uri matches the one I'm > expecting. > > > Martin > > > 2014-02-14 9:32 GMT+01:00, Oleg Linkin : > > Hi, all > > I am developing client for getPocket.com service

[SailfishDevel] oauth authorization for application

2014-02-14 Thread Oleg Linkin
Hi, all I am developing client for getPocket.com service and I have problem with auth. After login service send auth status (grant permissions on not to application) via redirect_uri. How I should handle it or what sequence of actions in this case? ___ Sa

[SailfishDevel] Install sailfish-browser to emulator

2014-02-13 Thread Oleg Linkin
Is it possible& May be somebody has success story about this? I can't find browser in repos or anywhere in rpm. I try to build it myself but can't due to embedwidge dependency which I can't solve ___ SailfishOS.org Devel mailing list

[SailfishDevel] Align 2 labels with different font.pointSize

2014-02-13 Thread Oleg Linkin
I have 2 labels: Label { id: venueNameLabel anchors.top: parent.top anchors.left: parent.left anchors.leftMargin: 10 textFormat: Text.RichText font.bold: true text: "a:link{color:"+Theme

Re: [SailfishDevel] Status of Pre-order phones

2013-12-19 Thread Oleg Linkin
I did my preorder 20.05 and I havn't got my jolla since those days. Jolla has big problems with logistics and we only can wait. 2013/12/19 > Hi > > I know this isn't strictly a developer question, but as having real > hardware is an important step in testing I am going to ask in any case. > > S

[SailfishDevel] SilicaWebView

2013-09-30 Thread Oleg Linkin
Hi. Exmaple doesn't work with: LinkView.qml:7 SilicaWebView is not a type May be I need some special imports? How I can force it to work? ___ SailfishOS.org Devel mailing list

[SailfishDevel] OAuth2 authorization for application

2013-09-30 Thread Oleg Linkin
Hi. How do you authorize ur application, if it should open webpage with Allow/Disallow access button to service and how do you get token from site, if access granted? ___ SailfishOS.org Devel mailing list

[SailfishDevel] 2 Labels in ListView delegate in column

2013-09-29 Thread Oleg Linkin
Hello. I want to have delegate with 2 labels: one above other. Top Label - title and bottom Label - tags. The botton label should be smaller then the top label. This is my delegate code: delegate: BackgroundItem { width: /listView/.width

[SailfishDevel] Problem with alpha SDK

2013-08-07 Thread Oleg Linkin
Hi. I download alpha release and got problems: - SDK vm starts, but qtcreator doesn't see it. - Emulator starts but qtcreator doesn't see it and emulator very-very slow. I think thaty problem in ssh. How I should configure it? In first SDK all works from box. Thanks.

Re: [SailfishDevel] Call Detection

2013-05-20 Thread Oleg Linkin
В письме от 20 мая 2013 19:21:41 пользователь Josh Alner | Killer Mobile Software написал: > Hello again! > > In meego(Harmattan) we had used APIs from > > #include or #include > > to get notified during calls (voice calls). I don't see any equivalent > in SailfishOS. > > or am I missing so

[SailfishDevel] Current font doesn't support cyrillic.

2013-03-25 Thread Oleg Linkin
Hello. I got the problem with cyrillic russian symbols when I try to "qDebug ()" json data with russina letters. In output there is no any russian letters and in their places there are gaps. 1. This is part of networkreply->readAll (): {"item_id":"320043892","resolved_id":"320043892","given_url