Re: [SailfishDevel] Can not install zypper

2018-06-03 Thread Alexander Ladygin
yep, that helped! Thanks! On Sun, Jun 3, 2018 at 12:06 PM, Андрей Кожевников wrote: > pkcon refresh > > вс, 3 июн. 2018 г. в 13:05, Alexander Ladygin : > >> Hi! >> >> Trying to install zypper on Xperia gives me an error =( >> >> [root@Sailfis

[SailfishDevel] Can not install zypper

2018-06-03 Thread Alexander Ladygin
Hi! Trying to install zypper on Xperia gives me an error =( [root@Sailfish nemo]# pkcon install zypper Resolving Testing changes Finished [ ] (0%) The following packages have to be installed: augeas-libs-1.6.0-1.2.2.armv7hlLibraries for augeas zypper-1.8.3-1.1.40.armv7hlCommand line s

[SailfishDevel] ConfigurationGroup

2017-07-14 Thread Alexander Ladygin
Ahoj fellas I have some problems storing arrays in ConfigurationGroup. For example, i'm defining ConfigurationGroup as follows: ConfigurationGroup { id: configGroup path: "/desktop/lipstick-jolla-home-qt5/test123/data" property var labels : [] } Then, I'm setting

Re: [SailfishDevel] share image through transferengine

2016-07-26 Thread Alexander Ladygin
mb u just need to download it first. U can use QImage c++ class to save the image localy On Sun, Jul 24, 2016 at 1:01 PM, Иван Черненький wrote: > > Hello to All! > > I want to share image through transferengine. But this image i get via web > url. It is showing correctly, but after using transf

Re: [SailfishDevel] New Sailfish Community Program is launching soon - heads up!

2016-05-24 Thread Alexander Ladygin
So, what is all the fuzz about?=) On Fri, May 20, 2016 at 5:18 PM, James Noori wrote: > Dear Jolla community member, > > Next week, we are launching a new Sailfish Community Program, and we want > all of you, our dear community members, to be aware of it! > > At this point this is just a "*pre-p

Re: [SailfishDevel] string to double in QML?

2016-05-23 Thread Alexander Ladygin
it's not C++, it's JavaScipt function, you can use it inside QML onClicked: { ekpu=parseFloat(ekField.text) pageStack.push(Qt.resolvedUrl("SecondPage.qml")) } On Sun, May 22, 2016 at 5:17 AM, Peter Kovacs wrote: > Hello, > > # gives: QString no

Re: [SailfishDevel] Device IP address

2016-05-12 Thread Alexander Ladygin
/sbin/ifconfig ? should be available for nemo On Thu, May 12, 2016 at 7:45 AM, Matthias Fehring < buschm...@huessenbergnetz.de> wrote: > Ifconfig seems to be only accessible by user root. > > And I hoped for a more direct approach as QNetworkInterface::allAddresses > :) > > But I will then go wit

Re: [SailfishDevel] Transient notification categories

2016-01-12 Thread Alexander Ladygin
Hei Andrew, did you check https://sailfishos.org/develop/docs/nemo-qml-plugin-notifications/ ? On Mon, Jan 11, 2016 at 11:09 PM, Andrew Branson wrote: > Hi, > > I'm trying to improve the filtering of notifications in the pebble daemon > for Sailfish, and I stumbled upon the category property 't

Re: [SailfishDevel] About Harbour QA queue

2015-12-16 Thread Alexander Ladygin
in my experience you do lose your place in queue On Wed, Dec 16, 2015 at 4:36 PM, wrote: > Hi, I was wondering do I lose my place in the queue if I change the > package and re-submit? How does the queue logic work? > > Ps. If you don't lose your place this could be exploited by submitting > empt

Re: [SailfishDevel] How to convert Xml list model into QML list model?

2015-12-11 Thread Alexander Ladygin
> > Reference error: jollailija is not defined > > > 2015-12-12 8:02 GMT+02:00 Jollailija Developer : > >> I switched onCompleted to this: >> Component.onCompleted: qmlListModel.append({"title": stationsModel >> .get(3).title}) >> There should be ove

Re: [SailfishDevel] How to convert Xml list model into QML list model?

2015-12-11 Thread Alexander Ladygin
seems like index out of bounds stationsModel items count is smaller than lib.stationCount On Fri, Dec 11, 2015 at 10:28 PM, Jollailija Developer wrote: > Hi, > > I am using Alpha Menu (People app style sorting) in my app. However it > only supports QML ListModel as it's dataSource. I tried do

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

2015-12-11 Thread Alexander Ladygin
mb you should delete first line in file On Fri, Dec 11, 2015 at 9:13 PM, wrote: > Doesn't work, onCompleted says > "file:///usr/share/harbour-nettiradio/qml/Pages/StationLists/xml/asemat.xml". > > On another note, the thing under it in the console says "Error FODC0002 in > tag:trolltech.com,2007

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-11 Thread Alexander Ladygin
en wlan is connected. > > > > You should be able to track QNAM through its networkAccessibilty > property. it should follow the online state, unless you specifically set it > to NotAccessible. > > > > QNAM uses QNetworkConfiguration internally, and it should automatically

[SailfishDevel] any way to force Audio to rebuffer?

2015-11-11 Thread Alexander Ladygin
Hey! Is there any way to force Audio (QML) to rebuffer while not stopping playback? I have a local file which i'm playing with Audio. And i want to start playing it before i've downloaded it completely. Right now if i just set source to a local file (which is only partly downloaded), it will buffe

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-11 Thread Alexander Ladygin
problems whatsoever. Alex On Wed, Nov 11, 2015 at 3:36 AM, Aaron McCarthy wrote: > Hi, > > On Tue, 10 Nov 2015 11:07:51 Alexander Ladygin wrote: > > but how exactly can i make disconnect? All the network requests i send > with > > QNetworkAccessManager after

Re: [SailfishDevel] SDK version 1511 (2.0.0) is released

2015-11-11 Thread Alexander Ladygin
istake. > > You can hide the design mode by disabling the "Designer" and "QmlDesigner" > plugin in "About Plugins" dialog if it helps you. > > BR, > Martin > > -- > *From:* devel-boun...@lists.sailfishos.org [ >

Re: [SailfishDevel] SDK version 1511 (2.0.0) is released

2015-11-10 Thread Alexander Ladygin
updated for me just fine! Design feature does not work though... should it? On Tue, Nov 10, 2015 at 3:36 PM, Peter Pykäläinen < peter.pykalai...@gmail.com> wrote: > Hi, > > Tried to update my version, but SDK updater gives checksum mismatch. > Please fix. > > > // Peter Pykäläinen > > 2015-11-10

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-10 Thread Alexander Ladygin
nd? =) The question is how to make QNetworkAccessManager work On Tue, Nov 10, 2015 at 1:38 PM, Andrey Kozhevnikov wrote: > QNetworkConfigurationManager have signal: onlineStateChanged(bool) > > -- Исходное сообщение -- > От: "Alexander Ladygin" > Кому:

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-10 Thread Alexander Ladygin
in addition: even if i create new object instance for QNetworkAccessManager, it still won't connect to internet, as if it still uses WiFi "globally" even though wifi is off On Tue, Nov 10, 2015 at 11:07 AM, Alexander Ladygin wrote: > but how exactly can i make disconnec

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-10 Thread Alexander Ladygin
but how exactly can i make disconnect? All the network requests i send with QNetworkAccessManager after switching to mobile are returned with errors =( On Tue, Nov 10, 2015 at 4:05 AM, Aaron McCarthy wrote: > On Tue, 10 Nov 2015 03:37:10 Alexander Ladygin wrote: > > I'v

[SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-09 Thread Alexander Ladygin
Hey! I've got an issue: QNetworkAccessManager is losing connection upon switching between wifi and mobile:( What exactly should i do/update to make it work properly? Maybe need to change network configuration? Why it is not handled by platform? Thanks. Alex ___

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

2015-11-07 Thread Alexander Ladygin
в чем проблема публично об этом написать?) On Sat, Nov 7, 2015 at 7:21 PM, Andrey Kozhevnikov wrote: > well, i doubt i can give you guidelines for that here, but you can write > me privately. > > -- Исходное сообщение -- > От: "Alexander Ladygin" > К

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

2015-11-07 Thread Alexander Ladygin
any specific guidelines on how to do it?=) On Sat, Nov 7, 2015 at 6:00 PM, Андрей Кожевников wrote: > You can always unpack qml resources stored in binary and patch binary to > load main qml file from disk instead of resources. > 07.11.2015 17:07 пользователь "Alexander Ladyg

Re: [SailfishDevel] what lib is missing?

2015-11-03 Thread Alexander Ladygin
resolved Additionally you need to add this to the harbour-.pro: QT += dbus This to the harbour-.yaml: - Qt5DBus On Tue, Nov 3, 2015 at 7:48 PM, Alexander Ladygin wrote: > Hello! > > When trying to build an app which uses QtDBus in c++, QTCreator gives an > error > file not

[SailfishDevel] what lib is missing?

2015-11-03 Thread Alexander Ladygin
Hello! When trying to build an app which uses QtDBus in c++, QTCreator gives an error file not found /srv/mer/targets/SailfishOS-i486/usr/lib/libQt5DBus.so.5 error adding symbols: DSO missing from command line i;ve checked installed libs on mersdk, and everything seems to be ok, qt5-qtdbus is pre

Re: [SailfishDevel] Update 2.0.1.3 and ssh

2015-11-01 Thread Alexander Ladygin
2.0.1.3 - it is for early early adopters, isn't it? On Wed, Oct 28, 2015 at 8:46 PM, David Greaves wrote: > Login to the device as root and: > > cp /etc/ssh/sshd_config /etc/ssh/sshd_config.safe > cat <> /etc/ssh/sshd_config > # Added this line to enable SDK to connect > Ciphers +aes128-cbc > EO

Re: [SailfishDevel] how can i "contain" text items properly?

2015-10-28 Thread Alexander Ladygin
nel. I worked around it by adding some margin > between the two. You can still see the section headers overlapping with the > panel, though. > > Alexander Ladygin kirjoitti ke lokakuuta 28 11:18:19 2015 GMT+0200: > > Hello there sailors! > > > > When using SilicaListView

Re: [SailfishDevel] how can i "contain" text items properly?

2015-10-28 Thread Alexander Ladygin
raphical components in QtQuick) > > http://doc.qt.io/qt-5/qml-qtquick-item.html#clip-prop > > Regards, > Lucien > > ------ > > *De: *"Alexander Ladygin" > *À: *"Sailfish OS Developers" > *Envoyé: *Mercredi 28 Octobre 2015 10:18

[SailfishDevel] how can i "contain" text items properly?

2015-10-28 Thread Alexander Ladygin
Hello there sailors! When using SilicaListView inside some other items, content of ListView often goes over the boundaries and overlaps with items outside. You can also see that behaviour with Label when you set negative text offset (text will go to the left, and if your Label is not anchored to t

[SailfishDevel] documentation bug

2015-10-25 Thread Alexander Ladygin
There is an error in documentation in QtCreator for ConfiguationValue and ConfigurationGroup It says that import is: import org.nemomobile.Configuration 1.0 When actually it should be import org.nemomobile.configuration 1.0 Regards, Alex. ___ SailfishOS.

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

2015-10-23 Thread Alexander Ladygin
/master/rpm/sailfishos-launcher-combined-patch.spec > > -- Исходное сообщение -- > От: "Alexander Ladygin" > Кому: "Sailfish OS Developers" > Отправлено: 23.10.2015 18:50:33 > Тема: Re: [SailfishDevel] How to require an exact sailfish version in rpm? > &g

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

2015-10-23 Thread Alexander Ladygin
; of libraries used, right? ;) > > Best regards, > Artem. > > > On Fri, Oct 23, 2015 at 2:47 PM, Alexander Ladygin > wrote: > >> it's not for harbour, it's for openrepos >> Thanks Andrei, sailfish-version will do it >> >> On Fri, Oct 23, 2015

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

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

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

2015-10-23 Thread Alexander Ladygin
Hello there sailors. What should i put in .spec file to require a specific OS version? Alex. ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] qmlRegisterSingletonType not allowed in Harbour?

2015-10-07 Thread Alexander Ladygin
ishos.org [ > devel-boun...@lists.sailfishos.org] käyttäjän Alexander Ladygin [ > fake...@gmail.com] puolesta > *Lähetetty:* 8. lokakuuta 2015 05:16 > *Vastaanottaja:* Sailfish OS Developers > *Aihe:* [SailfishDevel] qmlRegisterSingletonType not allowed in Harbour? > > Hey everyone!

[SailfishDevel] qmlRegisterSingletonType not allowed in Harbour?

2015-10-07 Thread Alexander Ladygin
Hey everyone! I've got an app turned down by harbour QA Validator says ERROR [/usr/share/harbour-vk-music/qml/pages/SongItem.qml] Import 'ru.virgi.audioplayerinfo 1.0' is not allowed is qmlRegisterSingletonType not allowed or something??? i'm registering it with qmlRegisterSingletonType("ru.virg

Re: [SailfishDevel] SDK version 1.1.9 is released

2015-10-02 Thread Alexander Ladygin
it is obviously a bug and i can confirm it (on opensuse) it should be a circle On Fri, Oct 2, 2015 at 5:52 PM, Chris Walker < cdw_noki...@the-walker-household.co.uk> wrote: > On Thu, 24 Sep 2015 11:57:03 + > Martin Kampas wrote: > > > Hello again, > > > > Today (September 24th) at 11:00 UTC

Re: [SailfishDevel] Clear cookies in SilicaWebView

2015-10-02 Thread Alexander Ladygin
s.cpp#L33 > > Best regards, > Andrew Penkrat > > чт, 1 окт. 2015, 23:48, Alexander Ladygin : > >> Thanks Matthias, but it did not help=( >> >> On Thu, Oct 1, 2015 at 10:17 PM, Matthias Fehring < >> buschm...@huessenbergnetz.de> wrote: >> >>>

Re: [SailfishDevel] Clear cookies in SilicaWebView

2015-10-01 Thread Alexander Ladygin
r SilicaWebView: > > import QtWebKit.experimental 1.0 > > and then in the SilicaWebView set: > > experimental.preferences.privateBrowsingEnabled: true > > > Best greetings > Matthias > > > Am Donnerstag, 1. Oktober 2015, 21:49:03 schrieb Alexander Ladygin: > > Hello. >

[SailfishDevel] Clear cookies in SilicaWebView

2015-10-01 Thread Alexander Ladygin
Hello. It seems that SilicaWebView is storing cookies when you use it (even offline). Is there any way to clear them? Or use privatebrowsing or something so when you close the page with it, it will clear all saved cookies? Any advice? Thanks. Alex. ___

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

2015-07-07 Thread Alexander Ladygin
good idea thanks! Regards, Alexander Ladygin. On Tue, Jul 7, 2015 at 10:26 PM, Andrey Kozhevnikov wrote: > ssh access disabling by clearing nemo password > > -- Исходное сообщение -- > От: "Alexander Ladygin" > Кому: "Sailfish OS Developers" >

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

2015-07-07 Thread Alexander Ladygin
Thanks Jens, but i'm not talking about usb connection mode. I meant developer mode which can be enabled in settings to enable ssh access. Regards, Alexander Ladygin. On Tue, Jul 7, 2015 at 8:27 PM, jklingen wrote: > Hi Alexander, > > you're looking for usb_

[SailfishDevel] Shell command to enable/disable Developer mode

2015-07-07 Thread Alexander Ladygin
Hi there, fellow developers! I was wondering whether there is a shell command to enable/disable Developer mode? Thanks! Regards, Alexander Ladygin. ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr

Re: [SailfishDevel] Path to cover page qml file

2014-12-28 Thread Alexander Ladygin
that's what i meant :) thanks! i'll look into it Regards, Alexander Ladygin. On Sun, Dec 28, 2014 at 11:29 AM, Andrey Kozhevnikov wrote: > There are no "common coverpage". What you see when all loading is coded > in lipstick Switcher.qml. Minimal qml code for loadi

[SailfishDevel] Path to cover page qml file

2014-12-27 Thread Alexander Ladygin
on to every cover page. Regards, Alexander Ladygin. ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] linux webagent 3.04 for apache22 64bit wanted

2014-10-05 Thread Alexander Ladygin
Hello everyone. As stated i need linux webagent 3.04 for apache22 64bit for OpenAM 9 installation. Does anyone have it? Or maybe a link? I found that one: http://forgerock.org/downloads/openam-archive, but for some reason i can't chose 64 bit version. Regards, Alexander La

Re: [SailfishDevel] Disabling navigation gestures

2014-01-15 Thread Alexander Ladygin
Hi there Just a thought: may be you could do it like it's done in Gallery app, where tapping one time brings down menu, where you could navigate back and forward. Best regards, Alexander. On Tue, Jan 14, 2014 at 1:45 PM, Antoine Reversat wrote: > Yeah that's what I was going to do as a last reso

[SailfishDevel] Can not ssh to Jolla via USB in Developer mode

2013-12-23 Thread Alexander Ladygin
Ahoy everyone! For some reason i can not connect to my Jolla from my laptop I turned Develeper mode on, set the pass, set the IP I'm connecting jolla via USB, then selecting Developer mode, and then trying to SSH from host PING is just getting all packets lost and with "ssh nemo@192.168.2.100" i'm