Re: [SailfishDevel] CLI update

2017-04-21 Thread Andrey Kozhevnikov
there are no "ssu up" and "ssu r" in article https://together.jolla.com/question/50986/howto-how-to-revert-to-an-earlier-sailfish-os-version/?answer=51003#post-id-51003

Re: [SailfishDevel] Timedclient-qt5

2017-04-09 Thread Andrey Kozhevnikov
I do not see timed in allowed llibraries: https://github.com/sailfish-sdk/sdk-harbour-rpmvalidator -- Исходное сообщение -- От: "Riku" Кому: devel@lists.sailfishos.org Отправлено: 09.04.2017 15:23:24 Тема: Re: [SailfishDevel] Timedclient-qt5 Hi! In my app Rush

Re: [SailfishDevel] Custom in-app icons

2017-03-04 Thread Andrey Kozhevnikov
Or just use such shader: https://github.com/CODeRUS/harbour-screentapshot/blob/master/qml/overlay.qml#L171 -- Исходное сообщение -- От: "Kimmo Lindholm" Кому: "cod...@userspace.se" ; "Sailfish OS Developers"

Re: [SailfishDevel] FadeAnimator in Sailfish OS 2.1

2017-03-04 Thread Andrey Kozhevnikov
Use FadeAnimation instead of Animator -- Исходное сообщение -- От: "Matthias Fehring" Кому: "Sailfish OS Developers" Отправлено: 04.03.2017 16:55:48 Тема: [SailfishDevel] FadeAnimator in Sailfish OS 2.1 Hi, with Sailfish OS

Re: [SailfishDevel] qml component repository

2017-02-07 Thread Andrey Kozhevnikov
Maybe Jolla can publish default sdk componentsgallery application to guthub and then we can contribute, jolla review our code and then profit? 07.02.2017 18:07, David van Rijn пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Guys, I was just busy adding a feature i wanted to an app

Re: [SailfishDevel] com.jolla.email 1.1

2016-12-31 Thread Andrey Kozhevnikov
Hello, check here: https://github.com/CODeRUS/better-sailfishos-qmltypes/tree/Sdk1611/com/jolla/email -- Исходное сообщение -- От: "Dylan Van Assche via Devel" Кому: "Sailfish OS Developers mailing list" Отправлено: 31.12.2016

Re: [SailfishDevel] (no subject)

2016-12-26 Thread Andrey Kozhevnikov
He want to use new Sailfish WebEngine stuff 26.12.2016 15:15, jerome levreau пишет: hi, can you be more specific because you gave us barely information to help you. I'm assuming you want to embed an html page in a qml, just use SilicaWebView, no additional import needed : import QtQuick

Re: [SailfishDevel] How to use sailfish-components-webview

2016-12-03 Thread Andrey Kozhevnikov
Afaik it's not yet ready to be used. You need to wait for proper version in SailfishOS 2.1 release. -- Исходное сообщение -- От: "Michael Fuchs" Кому: devel@lists.sailfishos.org Отправлено: 03.12.2016 19:28:07 Тема: Re: [SailfishDevel] How to use

Re: [SailfishDevel] File Picker

2016-12-01 Thread Andrey Kozhevnikov
I'll look into your interface and that would simplify advancing my projects as well. Best wishes, rinigus On Tue, Nov 29, 2016 at 5:59 PM, Andrey Kozhevnikov <coderusin...@gmail.com> wrote: > i am using WTFPL for my projects. > > > 29.11.2016 14:26, rinigus пишет: > > Андр

Re: [SailfishDevel] Connection error

2016-12-01 Thread Andrey Kozhevnikov
This is not valid since couple of releases, because Jolla guys have patched this problem in SDK installers. But worth trying :) 01.12.2016 18:00, Lewis Rockliffe пишет: Vbox 5? https://together.jolla.com/question/139021/sailfish-sdk-on-virtual-box-510-needs-additional-configuration/ On

Re: [SailfishDevel] File Picker

2016-11-29 Thread Andrey Kozhevnikov
i am using WTFPL for my projects. 29.11.2016 14:26, rinigus пишет: Андрей, thank you! Would you mind to specify a license on https://github.com/CODeRUS/splashscreen-changer ? At present, there is no license specified, unfortunately. cheers, rinigus On Tue, Nov 29, 2016 at 12:43 PM,

Re: [SailfishDevel] Static build

2016-11-22 Thread Andrey Kozhevnikov
of course you can static compile selected libraries only. -- Исходное сообщение -- От: "george b" Кому: "Sailfish OS Developers" Отправлено: 22.11.2016 23:05:17 Тема: [SailfishDevel] Static build Hi I try to develop a xmpp

Re: [SailfishDevel] Context menu of a grid view

2016-11-22 Thread Andrey Kozhevnikov
On 21.11.2016 18:52, Andrey Kozhevnikov wrote: Check how sailfish-gallery works. It have additional propery in delegates altering y-position for elements on next linex after activated one. -- Исходное сообщение -- От: "Marcin Mielniczuk" <marmistrz...@gmail.com> Кому: "Sailfish

Re: [SailfishDevel] Context menu of a grid view

2016-11-21 Thread Andrey Kozhevnikov
Check how sailfish-gallery works. It have additional propery in delegates altering y-position for elements on next linex after activated one. -- Исходное сообщение -- От: "Marcin Mielniczuk" Кому: "Sailfish OS Developers"

Re: [SailfishDevel] Persistently storing a ListModel

2016-11-04 Thread Andrey Kozhevnikov
pointer is an address to memory, its pontless to save, you should save data. dconf can be accessed using MGconfItem from mlite5 library. -- Исходное сообщение -- От: "Marcin Mielniczuk" <marmistrz...@gmail.com> Кому: "Andrey Kozhevnikov" <coderusi

Re: [SailfishDevel] Persistently storing a ListModel

2016-11-01 Thread Andrey Kozhevnikov
you storing pointer to model, not model contents :) to store model data you should recursively convert model data to array, and vise versa. -- Исходное сообщение -- От: "Marcin Mielniczuk" Кому: "Sailfish OS Developers" Отправлено:

Re: [SailfishDevel] listening for volume change

2016-10-26 Thread Andrey Kozhevnikov
You need following: https://github.com/CODeRUS/harbour-lgremote-webos/blob/master/qml/main.qml#L58 -- Исходное сообщение -- От: "jerome levreau" Кому: "Sailfish OS Developers" Отправлено: 26.10.2016 19:58:12 Тема:

Re: [SailfishDevel] Storing credentials safely in a python+QML app

2016-09-15 Thread Andrey Kozhevnikov
profit is not writing real password each time, just some pin. -- Исходное сообщение -- От: "Marcin Mielniczuk" <marmistrz...@gmail.com> Кому: "Sailfish OS Developers" <devel@lists.sailfishos.org> Копия: "Andrey Kozhevnikov" <coderusin..

Re: [SailfishDevel] Storing credentials safely in a python+QML app

2016-09-15 Thread Andrey Kozhevnikov
you should use master password for saving credentials, or ask every time to enter password and save only login. -- Исходное сообщение -- От: "J. Pablo" Кому: "Sailfish OS Developers mailing list (devel@lists.sailfishos.org)"

Re: [SailfishDevel] PageStack: from push pushAttached directly to initialPage

2016-09-08 Thread Andrey Kozhevnikov
he find function looks promising. But where do I set the id of the mainPage, which is accessible via pageStack? ApplicationWindow { id: app initialPage: Component { id: here?; TaskList { id:here?; } } } Am 08.09.2016 um 17:16 schrieb Andrey Kozhevnikov: pageStack.pop(id of mainPage or

Re: [SailfishDevel] PageStack: from push pushAttached directly to initialPage

2016-09-08 Thread Andrey Kozhevnikov
pageStack.pop(id of mainPage or page found using pageStack.find function) -- Исходное сообщение -- От: "Michael Fuchs" Кому: devel@lists.sailfishos.org Отправлено: 08.09.2016 19:39:39 Тема: Re: [SailfishDevel] PageStack: from push pushAttached directly to initialPage

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

2016-08-29 Thread Andrey Kozhevnikov
Properties of root object are accessible for it childrens. Childrens of object are not accessible. -- Исходное сообщение -- От: "Michael Fuchs" Кому: devel@lists.sailfishos.org Отправлено: 29.08.2016 19:21:15 Тема: Re: [SailfishDevel] Interact from other pages with the

Re: [SailfishDevel] SDK Maintenance Tool - partial upgrades?

2016-08-09 Thread Andrey Kozhevnikov
i think you can upgrade mersdk, targets and emulator manually via ssu and zypper :) -- Исходное сообщение -- От: "Marcin Mielniczuk" Кому: "Sailfish OS Developers" Отправлено: 09.08.2016 17:19:30 Тема: [SailfishDevel] SDK Maintenance

Re: [SailfishDevel] Use same header item instance in multiple views

2016-07-22 Thread Andrey Kozhevnikov
Wrapping your list views into loader components can probably help you :) -- Исходное сообщение -- От: "Michael Neufing" Кому: devel@lists.sailfishos.org Отправлено: 22.07.2016 23:43:41 Тема: [SailfishDevel] Use same header item instance in multiple views Hi

Re: [SailfishDevel] Open source in-app ad API helper for QML - please, join

2016-05-30 Thread Andrey Kozhevnikov
No one is forcing you to use any app. I will use myself that app just to support developer, because i know how much efforts are put. -- Исходное сообщение -- От: "Alexey Andreyev" Кому: "Sailfish OS Developers" Отправлено:

Re: [SailfishDevel] App Status

2016-04-29 Thread Andrey Kozhevnikov
ApplicationWindow have applicationActive property, or you can use Qt.application.active directly. -- Исходное сообщение -- От: "george b" Кому: "Sailfish OS Developers" Отправлено: 30.04.2016 1:15:27 Тема: [SailfishDevel] App

Re: [SailfishDevel] LED Notification

2016-03-31 Thread Andrey Kozhevnikov
no problems if you write own dbus wrapper for notification calls, it's very documented. same for profiled dbus for changing led colors. -- Исходное сообщение -- От: "george b" Кому: "Sailfish OS Developers" Отправлено: 01.04.2016

Re: [SailfishDevel] Embedded video play

2016-03-08 Thread Andrey Kozhevnikov
Maybe just add a link to repo and to lines inside files? That will be easier for people to help. -- Исходное сообщение -- От: "Rudi Timmermans" Кому: "Developers Mailing List SailfishOS" Отправлено: 08.03.2016 14:53:38 Тема:

Re: [SailfishDevel] Select multiple values in combobox

2016-02-21 Thread Andrey Kozhevnikov
Yes, i did following for my application: https://github.com/CODeRUS/powermenu2/blob/master/gui/qmls/pages/ConfigurationPage.qml#L163 -- Исходное сообщение -- От: "Erik Lundin" Кому: devel@lists.sailfishos.org Отправлено: 22.02.2016 2:49:38 Тема: [SailfishDevel]

Re: [SailfishDevel] monitor systemd unit from qml

2016-01-27 Thread Andrey Kozhevnikov
signal emitted if you cnage service state from same process. afaik you can't watch for state changes of any services. if i'm wrong i would be interested in solution also :) -- Исходное сообщение -- От: "Michael Fuchs" Кому: "Sailfish OS Developers"

Re: [SailfishDevel] monitor systemd unit from qml

2016-01-27 Thread Andrey Kozhevnikov
your own service? -- Исходное сообщение -- От: "Michael Fuchs" Кому: "Sailfish OS Developers" Отправлено: 27.01.2016 22:23:33 Тема: Re: [SailfishDevel] monitor systemd unit from qml I would just like to know about the state of the service. Is

Re: [SailfishDevel] SailfishOS community meeting: 28th of January 2016, 14:30 UTC

2016-01-27 Thread Andrey Kozhevnikov
28 Jan -- Исходное сообщение -- От: "Steph Gosling" Кому: "Sailfish OS Developers" Отправлено: 27.01.2016 20:27:57 Тема: [SailfishDevel] SailfishOS community meeting: 28th of January 2016, 14:30 UTC Good afternoon! Thanks as always for

Re: [SailfishDevel] Error building sailfish browser

2016-01-08 Thread Andrey Kozhevnikov
You need to exactly follow instruction, and you can't build it in QtCreator, only in mersdk itself. After you follow instruction and add that repo your build dependency error will be solved. -- Исходное сообщение -- От: "Vidhuran Harichandra Babu" Кому:

Re: [SailfishDevel] Compilation error

2016-01-07 Thread Andrey Kozhevnikov
it builds okay but failed to install arm package on i486 target -- Исходное сообщение -- От: "Zoltán Lutor" Кому: "Sailfish OS Developers" Отправлено: 07.01.2016 23:34:11 Тема: [SailfishDevel] Compilation error I've tried to build my

Re: [SailfishDevel] Compilation error

2016-01-07 Thread Andrey Kozhevnikov
emulator is always only i486 you can test only i486 and upload both builds to harbour and hope real device wont have any additional bugs :D -- Исходное сообщение -- От: "Zoltán Lutor" <zoltan.lu...@gmail.com> Кому: "Andrey Kozhevnikov" <coderusin...@g

Re: [SailfishDevel] Compilation error

2016-01-07 Thread Andrey Kozhevnikov
emulator is only i486 based. -- Исходное сообщение -- От: "Zoltán Lutor" <zoltan.lu...@gmail.com> Кому: "Andrey Kozhevnikov" <coderusin...@gmail.com>; "Sailfish OS Developers" <devel@lists.sailfishos.org> Отправлено: 08.01.2016 0:5

Re: [SailfishDevel] Building Nemosyne fails

2016-01-05 Thread Andrey Kozhevnikov
https://github.com/prplmnky/harbour-nemosyne/tree/master/thirdparty/SailfishWidgets/i486/SailfishWidgets/Core https://github.com/prplmnky/harbour-nemosyne/tree/master/thirdparty/SailfishWidgets/i486/SailfishWidgets/Settings mind asking application author for details -- Исходное сообщение

Re: [SailfishDevel] Adding items to the top of ListView

2015-12-13 Thread Andrey Kozhevnikov
ListView is a component for displaying model contents. For managing items you need to look at your model implementation. Default QML ListModel (http://doc.qt.io/qt-5/qml-qtqml-models-listmodel.html) have insert function. -- Исходное сообщение -- От: jollail...@gmail.com Кому:

Re: [SailfishDevel] XmlListModel can't fetch data from a local .xml file

2015-12-11 Thread Andrey Kozhevnikov
http://docs.basex.org/wiki/XQuery_Errors FODC0002 The specified document resource cannot be retrieved. -- Исходное сообщение -- От: jollail...@gmail.com Кому: devel@lists.sailfishos.org Отправлено: 11.12.2015 23:13:35 Тема: Re: [SailfishDevel] XmlListModel can't fetch data from a local

Re: [SailfishDevel] Carousel of Pages

2015-11-30 Thread Andrey Kozhevnikov
PathView? -- Исходное сообщение -- От: "yurumi" Кому: "Sailfish OS Developers" Отправлено: 01.12.2015 2:59:26 Тема: [SailfishDevel] Carousel of Pages Hi everyone, for my application (sailabag) I would like to achieve a carousel effect:

[SailfishDevel] cron

2015-11-17 Thread Andrey Kozhevnikov
Hello! Anyone have compiled cron (fcron or any) with iphb for SailfishOS?___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Lockscreen media controls

2015-11-15 Thread Andrey Kozhevnikov
MPRIS2 dbus service. -- Исходное сообщение -- От: jollail...@gmail.com Кому: devel@lists.sailfishos.org Отправлено: 15.11.2015 22:14:35 Тема: [SailfishDevel] Lockscreen media controls Hi, I'd like to control the playback of QML Audio element via the lockscreen buttons. Is there any

Re: [SailfishDevel] Installing files in user directory

2015-11-13 Thread Andrey Kozhevnikov
You install it in /usr and at first run copy to your config directory. -- Исходное сообщение -- От: jollail...@gmail.com Кому: devel@lists.sailfishos.org Отправлено: 13.11.2015 23:28:47 Тема: [SailfishDevel] Installing files in user directory Hi, I'm developing a net radio app called

Re: [SailfishDevel] Installing files in user directory

2015-11-13 Thread Andrey Kozhevnikov
Why the hell you doing this? -- Исходное сообщение -- От: jollail...@gmail.com Кому: devel@lists.sailfishos.org Отправлено: 14.11.2015 1:05:27 Тема: Re: [SailfishDevel] Installing files in user directory Kimmo Lindholm kirjoitti pe marraskuuta 13 20:34:06 2015 GMT+0200: You could

Re: [SailfishDevel] Installing files in user directory

2015-11-13 Thread Andrey Kozhevnikov
then just make JSON file, not whole qml loadable. -- Исходное сообщение -- От: jollail...@gmail.com Кому: devel@lists.sailfishos.org Отправлено: 14.11.2015 12:49:18 Тема: Re: [SailfishDevel] Installing files in user directory Andrey Kozhevnikov kirjoitti pe marraskuuta 13 22:32:02 2015

Re: [SailfishDevel] any way to edit jolla-email app?

2015-11-07 Thread Andrey Kozhevnikov
well, i doubt i can give you guidelines for that here, but you can write me privately. -- Исходное сообщение -- От: "Alexander Ladygin" Кому: "Sailfish OS Developers" Отправлено: 07.11.2015 20:27:00 Тема: Re: [SailfishDevel] any way to

Re: [SailfishDevel] any way to edit jolla-email app?

2015-11-07 Thread Andrey Kozhevnikov
because reversing closed source application :) -- Исходное сообщение -- От: "Alexander Ladygin" <fake...@gmail.com> Кому: "Andrey Kozhevnikov" <coderusin...@gmail.com>; "Sailfish OS Developers" <devel@lists.sailfishos.org> Отправлено: 0

Re: [SailfishDevel] Update 2.0.1.3 and ssh

2015-10-28 Thread Andrey Kozhevnikov
you can try ssu re 2.0.0.10 and reinstall old openssh packages. no idea about dependencies, but worth a try. or just deploy packages manually. -- Исходное сообщение -- От: "Adam Pigg" Кому: "Jussi Pakkanen" Отправлено: 28.10.2015 17:42:27

Re: [SailfishDevel] How to require an exact sailfish version in rpm?

2015-10-23 Thread Andrey Kozhevnikov
nually if Harbour's guess doesn't look good to you. Martin 2015-10-23 12:50 GMT+02:00, Adam Pigg <pig...@gmail.com>: > You can also specify the is version in the harbour store listing. > > Sent from my BlackBerry 10 smartphone. > From: Andrey Kozhevnikov > Sent: Friday, 2

Re: [SailfishDevel] How to require an exact sailfish version in rpm?

2015-10-23 Thread Andrey Kozhevnikov
for Harbour you not allowed to do so, for education purposes you can depend on sailfish-version package version :) -- Исходное сообщение -- От: "Alexander Ladygin" Кому: "Sailfish OS Developers" Отправлено: 23.10.2015 15:46:33 Тема:

Re: [SailfishDevel] Lipstick and xdg-open

2015-10-22 Thread Andrey Kozhevnikov
lipstick itself doesnt handle xdg, because it's a different things. to make it works like clicking in application grid you should use libcontentaction instead. -- Исходное сообщение -- От: "r0kk3rz" Кому: "Sailfish OS Developers"

Re: [SailfishDevel] SailfishOS SDK 1510 and launcher icon for tablet version

2015-10-20 Thread Andrey Kozhevnikov
icon128.files = icon128/appname.png icon128.path = /usr/share/icons/hicolor/128x128/apps INSTALLS += icon128 and add /usr/share/icons/hicolor/128x128/apps to files section in yaml/spec -- Исходное сообщение -- От: "Luca Donaggio" Кому: "Sailfish OS Developers"

Re: [SailfishDevel] How to use Insomniac?

2015-10-14 Thread Andrey Kozhevnikov
lfishDevel] How to use Insomniac? On Saturday 03 October 2015 10:46:05 jollail...@gmail.com wrote: Andrey Kozhevnikov kirjoitti la lokakuuta 3 12:32:09 2015 GMT+0300: > You can just check sources one more time and more carefully :) > > https://github.com/tanghus/kitche

Re: [SailfishDevel] How to use Insomniac?

2015-10-03 Thread Andrey Kozhevnikov
You can just check sources one more time and more carefully :) https://github.com/tanghus/kitchen-timer-qml/blob/master/rpm/harbour-kitchentimer.spec#L9-L11 -- Исходное сообщение -- От: "Jollailija Developer" Кому: "Sailfish OS Developers"

Re: [SailfishDevel] How to use Insomniac?

2015-10-03 Thread Andrey Kozhevnikov
It should be very great app randomly combining different lines of different sources, and just works with some unknown magic :D -- Исходное сообщение -- От: "Jollailija Developer" Кому: "Sailfish OS Developers" Отправлено: 03.10.2015

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread Andrey Kozhevnikov
you should have subfolders in your project to be able to build multiple binaries -- Исходное сообщение -- От: jollail...@gmail.com Кому: devel@lists.sailfishos.org Отправлено: 26.09.2015 17:24:56 Тема: Re: [SailfishDevel] How to use Insomniac? In harbour-simplestopwatch.pro remove

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread Andrey Kozhevnikov
own. Thanks again! 2015-09-26 15:56 GMT+03:00 Andrey Kozhevnikov <coderusin...@gmail.com>: check https://github.com/tanghus/kitchen-timer-qml/blob/master/harbour-kitchentimer.pro and https://github.com/tanghus/kitchen-timer-qml/blob/master/src/src.pro carefully -- Исходное

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread Andrey Kozhevnikov
Тема: Re: [SailfishDevel] How to use Insomniac? How do I do that? Please remember I am a total newbie. I updated my github repository, please see builderror.txt and issues.png for more info if needed. Andrey Kozhevnikov kirjoitti la syyskuuta 26 15:26:47 2015 GMT+0300: you should have

Re: [SailfishDevel] How to use Insomniac?

2015-09-25 Thread Andrey Kozhevnikov
the source code to https://github.com/jollailija/simplestopwatch/ please make a pull request. Andrey Kozhevnikov kirjoitti pe syyskuuta 25 17:34:17 2015 GMT+0300: You probably did not converted project to subdirs. Check kitchentimer.pro file -- Исходное сообщение -- От: jollail

Re: [SailfishDevel] How to use Insomniac?

2015-09-25 Thread Andrey Kozhevnikov
You probably did not converted project to subdirs. Check kitchentimer.pro file -- Исходное сообщение -- От: jollail...@gmail.com Кому: devel@lists.sailfishos.org Отправлено: 25.09.2015 19:21:36 Тема: [SailfishDevel] How to use Insomniac? Hello, I tried to import Insomniac to my

Re: [SailfishDevel] Problem installing lipstick-qt5-tools to get notification tool

2015-09-25 Thread Andrey Kozhevnikov
pkcon refresh pkcon install lipstick-qt5-tools for notifications look at https://sailfishos.org/develop/docs/nemo-qml-plugin-notifications/ to make it work while locked you need this: https://github.com/nemomobile/nemo-keepalive -- Исходное сообщение -- От: "Gurvan Kervern"

Re: [SailfishDevel] Emulator and multimedia components

2015-09-25 Thread Andrey Kozhevnikov
You should always specify all extra you have in CONFIG and LINK_PKGCONFIG to BuildRequires and Requires in spec/yaml -- Исходное сообщение -- От: "Kaj-Michael Lang" Кому: devel@lists.sailfishos.org Отправлено: 25.09.2015 17:59:23 Тема: [SailfishDevel] Emulator and

Re: [SailfishDevel] setContextProperty

2015-09-16 Thread Andrey Kozhevnikov
Hello, https://lists.sailfishos.org/pipermail/devel/2013-December/001717.html -- Исходное сообщение -- От: "tw_bolek" Кому: "devel@lists.sailfishos.org" Отправлено: 17.09.2015 2:29:27 Тема: [SailfishDevel] setContextProperty Please excuse

Re: [SailfishDevel] Can't use QDeviceInfo

2015-09-16 Thread Andrey Kozhevnikov
or just add sailfishapp in config AFTER link_pkgconfig entry ;) -- Исходное сообщение -- От: "Kimmo Lindholm" Кому: "Sailfish OS Developers" Отправлено: 17.09.2015 1:58:51 Тема: Re: [SailfishDevel] Can't use QDeviceInfo add

Re: [SailfishDevel] QML switch connecting to a C++ function

2015-09-14 Thread Andrey Kozhevnikov
Hello! You need to read following links. If you have any future problems please ask it with including your source code, which don't work properly. http://doc.qt.io/qt-5/qtqml-cppintegration-definetypes.html http://doc.qt.io/qt-5/qtqml-cppintegration-exposecppattributes.html -- Исходное

Re: [SailfishDevel] Share Plugin

2015-09-14 Thread Andrey Kozhevnikov
It's nemomobile transfer-engine, and docs are here: https://github.com/nemomobile/transfer-engine But share plugins are not allowed for Jolla Store yet. -- Исходное сообщение -- От: "Nicolas Cisco" Кому: "Sailfish OS Developers"

Re: [SailfishDevel] executing step 'qmake'

2015-09-13 Thread Andrey Kozhevnikov
I think you should show complete build log :) -- Исходное сообщение -- От: "Dylan Van Assche" Кому: devel@lists.sailfishos.org Отправлено: 13.09.2015 22:48:39 Тема: [SailfishDevel] executing step 'qmake' Hi Devel-Sailors, I want to build the I2CTool app in

Re: [SailfishDevel] Experimental prerelease SDK

2015-09-11 Thread Andrey Kozhevnikov
Oh My God! You finally offering upgrade method almost officially! Thanks! -- Исходное сообщение -- От: "Jussi Pakkanen" Кому: devel@lists.sailfishos.org Отправлено: 11.09.2015 17:52:52 Тема: [SailfishDevel] Experimental prerelease SDK Hi all In preparation

Re: [SailfishDevel] Accessing C++ properties from QML

2015-08-13 Thread Andrey Kozhevnikov
for properties system you should use Q_PROPERTY macro inside your class. -- Исходное сообщение -- От: Antonio Mancini ziobill...@gmail.com Кому: Sailfish OS Developers devel@lists.sailfishos.org Отправлено: 13.08.2015 18:14:29 Тема: [SailfishDevel] Accessing C++ properties from QML Hi

Re: [SailfishDevel] Unable to run Sailfish OS emulator

2015-08-04 Thread Andrey Kozhevnikov
Maybe it's same with https://lists.sailfishos.org/pipermail/devel/2015-July/006357.html? -- Исходное сообщение -- От: Marcin Bajor marcin.ba...@gmail.com Кому: devel@lists.sailfishos.org Отправлено: 05.08.2015 4:17:42 Тема: [SailfishDevel] Unable to run Sailfish OS emulator Hi, I'm

Re: [SailfishDevel] Sailfish os on Nokia N9

2015-07-28 Thread Andrey Kozhevnikov
I see sfa and sfe is same dir, probably symlinks. -- Исходное сообщение -- От: Zoltán Lutor zoltan.lu...@gmail.com Кому: Sailfish OS Developers devel@lists.sailfishos.org Отправлено: 28.07.2015 13:05:45 Тема: Re: [SailfishDevel] Sailfish os on Nokia N9 Hi, What is 'sfe' and 'sfa'

Re: [SailfishDevel] [VB]verr not supported

2015-07-22 Thread Andrey Kozhevnikov
Let's hope SailfishOS 2.0 SDK will have VBox5.x support, right? -- Исходное сообщение -- От: Stijn Devriendt high...@gmail.com Кому: Sailfish OS Developers devel@lists.sailfishos.org Отправлено: 22.07.2015 14:46:42 Тема: Re: [SailfishDevel] [VB]verr not supported Hi, I've had the same

Re: [SailfishDevel] Apps own icon?

2015-07-22 Thread Andrey Kozhevnikov
currently you can access it only by full path, but probably good idea is to put same icon into your project folder -- Исходное сообщение -- От: Thomas Tanghus tho...@tanghus.net Кому: Sailfish OS Developers devel@lists.sailfishos.org Отправлено: 22.07.2015 16:59:40 Тема: [SailfishDevel]

Re: [SailfishDevel] [VB]verr not supported

2015-07-21 Thread Andrey Kozhevnikov
works well for me with 4.3.30 -- Исходное сообщение -- От: Florian Desneux florian.desn...@gmail.com Кому: Sailfish OS Developers devel@lists.sailfishos.org Отправлено: 21.07.2015 23:27:55 Тема: [SailfishDevel] [VB]verr not supported Hi there, I have a problem with my new Sailfish VB

Re: [SailfishDevel] Opening messaging app from qml.

2015-07-21 Thread Andrey Kozhevnikov
sms:+1234567890?body=hello works for me -- Исходное сообщение -- От: neotericdevelo...@gmail.com Кому: devel@lists.sailfishos.org Отправлено: 21.07.2015 16:36:38 Тема: [SailfishDevel] Opening messaging app from qml. Hello Sailors.. I tried to open default messaging app using the below

Re: [SailfishDevel] Setting App Priority In sailfish

2015-07-15 Thread Andrey Kozhevnikov
https://lists.sailfishos.org/pipermail/devel/2015-July/006334.html -- Исходное сообщение -- От: neotericdevelo...@gmail.com Кому: devel@lists.sailfishos.org Отправлено: 16.07.2015 4:20:23 Тема: [SailfishDevel] Setting App Priority In sailfish Ahoy Sailors. I am Asker. I am a

Re: [SailfishDevel] Setting App Priority

2015-07-14 Thread Andrey Kozhevnikov
set app you want to use with xdg-mime tool -- Исходное сообщение -- От: neotericdevelo...@gmail.com Кому: devel@lists.sailfishos.org Отправлено: 14.07.2015 18:50:54 Тема: [SailfishDevel] Setting App Priority Ahoy Sailors. I am Asker. I am a completely new to sailfish(linux) os app

[SailfishDevel] Base62 conversion

2015-07-14 Thread Andrey Kozhevnikov
Hello! Is anybody have functions to encode/decode random length QByteArray to Base62 without using long integers? Any help appreciated. Regards, Andrey___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to

Re: [SailfishDevel] Shell command to enable/disable Developer mode

2015-07-07 Thread Andrey Kozhevnikov
ssh access disabling by clearing nemo password -- Исходное сообщение -- От: Alexander Ladygin fake...@gmail.com Кому: Sailfish OS Developers devel@lists.sailfishos.org Отправлено: 08.07.2015 0:20:03 Тема: Re: [SailfishDevel] Shell command to enable/disable Developer mode Thanks Jens,

[SailfishDevel] SailfishOS SDK in WIndows 10 x64

2015-07-02 Thread Andrey Kozhevnikov
Hello, just to let you know: SailfishOS SDK works well in Windows x64 Pro Insider Preview 10159. Also small addition to make symlinks working in windows hosts: VBoxManage.exe setextradata MerSDK VBoxInternal2/SharedFoldersEnableSymlinksCreate/home 1Run QtCreator as Administrator and start VM

Re: [SailfishDevel] PullDownMenu in a Dialog?

2015-06-11 Thread Andrey Kozhevnikov
You did some weird stuff... I sent PR: https://github.com/tanghus/kitchen-timer-qml/pull/6 But imho it's better to use /[..]/ folder to navigate up and not use PullDown menu for this. P.S. I personally prefer using this: var picker = pageStack.push(Sailfish.Pickers.MusicPickerPage, {title:

Re: [SailfishDevel] Scroll horizontal

2015-06-11 Thread Andrey Kozhevnikov
It should scroll if viewport width is higher than webview width. 11.06.2015 16:20, Rudi Timmermans пишет: Hi, As i'm start with coding for Sailfish OS, i have some idea but i can not figer it out how i can fix this into the code. I have made a Facebook Messenger with the www.messenger.com

Re: [SailfishDevel] Scroll horizontal

2015-06-11 Thread Andrey Kozhevnikov
experimental.preferences.fullScreenEnabled:true experimental.preferences.offlineWebApplicationCacheEnabled:true onTitleChanged:{ --- Best regards! Rudi Timmermans. Andrey Kozhevnikov schreef op 11/06/15 om 13:30: I mean webpage viewport size. when you using QML WebView server detect it as mobile client

Re: [SailfishDevel] New SailfishOS phone manufacturer

2015-06-09 Thread Andrey Kozhevnikov
So, new SailfishOS manufacturer should license usage of aliendalvik for itself, not via Jolla as far i understand. 09.06.2015 13:06, schif...@polytech.unice.fr пишет: Because as somebody told me in the Neo900 support thread, Jolla has currently only the licence to distribute Myriad Alien

Re: [SailfishDevel] What's the correct way to do this?

2015-06-06 Thread Andrey Kozhevnikov
If you need just some fields from model you can pass them to parameters, instead of whole model. Other way would be parsing model inside onClicked handler. Or use kimmoli suggestion and implement get or getModel method on model class for returning const QVariantMap. 05.06.2015 21:06, Chris

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-04 Thread Andrey Kozhevnikov
In this case jolla should create some community wiki, or at least merproject wiki can be used for this. 04.06.2015 21:24, François K. пишет: Hi ! Thanks for your efforts. This is really great, especially for beginners (like me !). I have another suggestion : would it be possible to open the

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Andrey Kozhevnikov
I suggest you to read official QMAKE documentation, and not asking Jolla devs to write it. Daemons are not allowed for Harbour at the moment, so very unlikely such article will appear in sailfishos docs. 03.06.2015 15:50, Riccardo Ferrazzo пишет: You can add some documentation on how to ship

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Andrey Kozhevnikov
IMHO it's not Sailfish-specific articles, and it should not be put in docs, but can be linked to official ones. qt.io have good documentation about built-in QTCreator debugger. Also as it linux you can debug app with gdb in terminal locally or remotely. 03.06.2015 15:23, Александр Крылков

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Andrey Kozhevnikov
, Jun 3, 2015 at 1:58 PM, Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com wrote: I suggest you to read official QMAKE documentation, and not asking Jolla devs to write it. Daemons are not allowed for Harbour at the moment, so very unlikely such article

Re: [SailfishDevel] New SailfishOS phone manufacturer

2015-06-03 Thread Andrey Kozhevnikov
TOH is only Jolla feature, not 3rd party developers of course. Talk to these companies and ask them to implement TOH in their sailfishos devices :) 03.06.2015 23:02, Martin Kolman пишет: Wed, 3 Jun 2015 13:46:02 +0200 schif...@polytech.unice.fr: Hi, I have heard there will be new official

Re: [SailfishDevel] Introducing the Jolla Tablet Developer Device loan program (Pilot)

2015-05-29 Thread Andrey Kozhevnikov
Thank you, cool news. What about developers, who backed tablet on indiegogo? 29.05.2015 12:52, Iekku Pylkka пишет: Ahoy, Here’s text version from today’s blog post about Tablet Develor Device Loan Program Pilot, you can check full version from:

Re: [SailfishDevel] Introducing the Jolla Tablet Developer Device loan program (Pilot)

2015-05-29 Thread Andrey Kozhevnikov
] Introducing the Jolla Tablet Developer Device loan program (Pilot) It's an interesting question! I back it up! On Fri, May 29, 2015 at 10:56 AM, Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com wrote: Thank you, cool news. What about developers, who backed tablet on indiegogo

Re: [SailfishDevel] Jolla XMPP OTR support

2015-05-27 Thread Andrey Kozhevnikov
Here: https://github.com/nemomobile-packages/telepathy-gabble 27.05.2015 19:54, Michael Raitza пишет: Hi, I would like to see the jolla phone supporting XMPP OTR. As far as I get it, sailfish uses telepathy as the chat middleware. Does it use the upstream telepathy-gabble library for that or

Re: [SailfishDevel] How to use C Extension with Sailfish

2015-05-24 Thread Andrey Kozhevnikov
, hence my question. On Sun, May 24, 2015, at 17:38, Andrey Kozhevnikov wrote: Hello, I think you need to read the docs: http://pyotherside.readthedocs.org/ 24.05.2015 20:28, barrac...@fastmail.com пишет: Hello, I'm trying to figure out how to use Python C extensions for a module (SQLAlchemy

Re: [SailfishDevel] SilicaFlickable, Column, SilicaListView

2015-05-24 Thread Andrey Kozhevnikov
Do not forget to set proper pressDelay values for flickable and listview, if you still want to put listview inside flickable. 24.05.2015 22:28, Dmitriy Purgin пишет: Привiт, Вiталiй! If want to have something like a toolbar at the bottom of the list, I'd go with DockedPanel [1]. I guess it's

Re: [SailfishDevel] How to use C Extension with Sailfish

2015-05-24 Thread Andrey Kozhevnikov
Hello, I think you need to read the docs: http://pyotherside.readthedocs.org/ 24.05.2015 20:28, barrac...@fastmail.com пишет: Hello, I'm trying to figure out how to use Python C extensions for a module (SQLAlchemy) with SFOS SDK/pyotherside but I can't find anything about it (I'm not even

Re: [SailfishDevel] SilicaFlickable, Column, SilicaListView

2015-05-24 Thread Andrey Kozhevnikov
complex interface but can't think of an example right now. But, as you know, I'm not much of a GUI builder, doing backend stuff mostly. Cheers 2015-05-24 23:31 GMT+06:00 Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com: Do not forget to set proper pressDelay

Re: [SailfishDevel] How to use C Extension with Sailfish

2015-05-24 Thread Andrey Kozhevnikov
sys.path.append? 25.05.2015 02:38, barrac...@fastmail.com пишет: Wouldn't importing already compiled C unauthorized on Harbour? Ultimately I'd like to submit my app. On Sun, May 24, 2015, at 18:14, Andrey Kozhevnikov wrote: you using python scripts, and i see no problem to import any

Re: [SailfishDevel] SilicaFlickable, Column, SilicaListView

2015-05-23 Thread Andrey Kozhevnikov
The best way to get help is freenode #sailfishos irc channel imho :) i can't properly understand what ui you want to get. basically you should NOT put listview inside any other flickable. if you need something under listview you should not set it hight, and anchor something between listview

Re: [SailfishDevel] Minutes] SailfishOS community meeting 21.5. + planning for next one 11.6.

2015-05-21 Thread Andrey Kozhevnikov
Thank you for comments. No matter if QtDocumentGallery will be used or other backend, if Sailfish.Pickers will be available to use (at least pages for selecting media) For thumbnails i'm actively using video thumbnailer and nemomobile Thumbnail component. 21.05.2015 23:33, Mohammed Hassan

  1   2   3   4   5   >