Re: [SailfishDevel] How can I check if there's internet connection already on? To avoid extra connection request dialogs

2015-01-24 Thread Andrey Kozhevnikov
Hello. I'm using QNetworkConfigurationManager::isOnline() P.S. your message is somehow answer in [WhatsAPI-Official] Image Received Event for groups thread 24.01.2015 18:14, Artem Marchenko пишет: Hi All I have some data that needs to be communicated over network, but can wait for a

Re: [SailfishDevel] Sharing model between pages (by reference)

2015-02-01 Thread Andrey Kozhevnikov
Hello, Why didn't you tried before asking? This is working in exactly same way as you described in your question. Below is template pages. MainPage declares testModel, FirstPage and SecondPage using same model as reference, assigned to listModel property. Everything works flawlessly.

Re: [SailfishDevel] How can I check if there's internet connection already on? To avoid extra connection request dialogs

2015-01-27 Thread Andrey Kozhevnikov
it's allowed :D 27.01.2015 16:10, Artem Marchenko пишет: Thanks, guys. I am only doing harbour apps (even harbour crowd is so minimal that limiting use to openrepos only people.. well, Jolla should really make adding your own libs really possible without recompiling 3rd party source code).

Re: [SailfishDevel] Ignoring source control directory in the final rpm

2015-01-27 Thread Andrey Kozhevnikov
but initially, why having git tree in qml folder and not in the root project folder? 27.01.2015 09:10, Juho Rutila пишет: Hi Reto, thanks for the hints. I ended up doing this (for future references): --snip-- diff --git a/harbour-newsblur.pro http://harbour-newsblur.pro

Re: [SailfishDevel] How does the mer build engine compile for armv7hl?

2015-01-10 Thread Andrey Kozhevnikov
if you have spec for your project you can compile it using mb2 -t SailfishOS-armv7hl build command. 10.01.2015 16:13, Dirk Zimmermann пишет: On 10.01.2015 11:15, jerome levreau wrote: for all project, click the project tab and add a kit, that all. Than select target from the build button

Re: [SailfishDevel] How to change global volume

2015-01-12 Thread Andrey Kozhevnikov
If you developing qml app and don't want to publish app to Harbour you can use: import Sailfish.Ambience 1.0 Profile { id: profileControl } or import org.nemomobile.systemsettings 1.0 ProfileControl { id: profileControl } and set profileControl.ringerVolume from 1 to 100

[SailfishDevel] Better SailfishOS SDK 1412 qmltypes

2015-01-07 Thread Andrey Kozhevnikov
Hello! I just updated my better-sailfishos-qmltypes files for 1412 sdk. Grab it here: https://github.com/CODeRUS/better-sailfishos-qmltypes Best wishes, Andrey ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to

Re: [SailfishDevel] /.../Silica/Page.qml:134: TypeError

2015-02-09 Thread Andrey Kozhevnikov
You shouldn't worry about errors in ///usr/lib/qt5/qml/ yourself unless you working in Jolla :) 09.02.2015 19:13, Kaj-Michael Lang пишет: I think I started to get these after the latest update unknown:134 - file:///usr/lib/qt5/qml/Sailfish/Silica/Page.qml:134: TypeError: Cannot read property

Re: [SailfishDevel] Different behaviour of ShaderEffectSource in emulator vs. device

2015-02-10 Thread Andrey Kozhevnikov
sorry, not using emulator at all. 10.02.2015 14:28, Luca Donaggio пишет: Anybody is willing to try my test code and confirm or deny my finding? On Fri, Feb 6, 2015 at 2:12 PM, Luca Donaggio donag...@gmail.com mailto:donag...@gmail.com wrote: The following code works fine in Emulator,

Re: [SailfishDevel] Different behaviour of ShaderEffectSource in emulator vs. device

2015-02-10 Thread Andrey Kozhevnikov
yes i can confirm this behaviour. 10.02.2015 15:24, Luca Donaggio пишет: Hi Andrey, thanks for your reply. Still, can you try both tests on your Jolla? The first shouldn't work, while the second does. On Tue, Feb 10, 2015 at 10:32 AM, Andrey Kozhevnikov coderusin...@gmail.com

Re: [SailfishDevel] Front camera access

2015-02-05 Thread Andrey Kozhevnikov
SailfishOS yes, but gstreamer1.x is available in repo 05.02.2015 23:11, Dmitry пишет: AFAIK, Sailfish OS currently using gstreamer-0.10 On 5 February 2015 at 13:06, Billy Pitiot bi...@aito-touch.com mailto:bi...@aito-touch.com wrote: Hi all, I am currently trying to access the

Re: [SailfishDevel] App won't start

2015-03-14 Thread Andrey Kozhevnikov
// // To display the view, call show() (will show fullscreen on device). return SailfishApp::main(argc, argv); } spec and yaml -files I have not touched, they are in their defaults. Sorry this app is not it github // Peter Pykäläinen On 14 March 2015 at 22:03, Andrey Kozhevnikov

Re: [SailfishDevel] App won't start

2015-03-14 Thread Andrey Kozhevnikov
Hello, You know, if you want to get help you need to show at least something and give more details about your application :) 15.03.2015 00:11, Peter Pykäläinen пишет: Hi, I have a strange problem. I am developing an app and it works fine when launched from QtCreator or terminal. But when

Re: [SailfishDevel] App won't start

2015-03-14 Thread Andrey Kozhevnikov
you can try to restart lipstick only 15.03.2015 01:28, Peter Pykäläinen пишет: Yeah, that's what I thought too :) Just too keen on my uptime! // Peter Pykäläinen On 14 March 2015 at 22:23, Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com wrote: Looks okay

Re: [SailfishDevel] App won't start

2015-03-14 Thread Andrey Kozhevnikov
: Qt.resolvedUrl(cover/CoverPage.qml) } I have the same kind of setup in every other app that I've done, and they work just fine. // Peter Pykäläinen On 14 March 2015 at 21:34, Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com wrote: Hello, You know, if you want

Re: [SailfishDevel] Debugging external libraries

2015-03-15 Thread Andrey Kozhevnikov
imho you need to install it to phone and debug contacts on device, not emulator? 15.03.2015 16:47, Dmitriy Purgin пишет: Hi, I'm struggling the whole day with this problem. Is there a way to debug a shared library not included to a project? In particular I'd like to see what's happening in

Re: [SailfishDevel] App won't start

2015-03-15 Thread Andrey Kozhevnikov
it's systemctl --user restart lipstick 15.03.2015 16:31, Chris Walker пишет: On Sat, 14 Mar 2015 23:33:06 +0200 Peter Pykäläinen peter.pykalai...@gmail.com wrote: Well that did it, thank you. // Peter Pykäläinen On 14 March 2015 at 22:55, Peter Pykäläinen peter.pykalai...@gmail.com wrote:

Re: [SailfishDevel] Debugging external libraries

2015-03-15 Thread Andrey Kozhevnikov
happening inSeasideFilteredModel::personByPhoneNumber and further seasidecache.cpp's SeasideCache::itemByPhoneNumber, and so on. Cheers Dmitriy 2015-03-15 18:00 GMT+06:00 Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com: imho you need to install it to phone and debug

Re: [SailfishDevel] qml dbus send SMS

2015-03-17 Thread Andrey Kozhevnikov
you need to use different method: smsIf.typedCall(startSMS, [{type:as, value:[]}, {type:s, value:smsText.text}]) 17.03.2015 23:49, Michael Fuchs пишет: Hi there, this is my first post in this list, so hello to everyone. I want to write a small App, which helps writing SMS for booking a

Re: [SailfishDevel] Update previous page

2015-03-17 Thread Andrey Kozhevnikov
pageStack.push returning you page object, so you can interact with it. for example: var dialog = pageStack.push(Qt.resolvedUrl(SomeDialog.qml)) dialog.readPropertyChanged.connect(function() { markAsRead(dialog.readProperty) }) or you can use signal inside your page instead of property.

[SailfishDevel] Javascript Object problem

2015-03-19 Thread Andrey Kozhevnikov
Hello! Can someone help me to understand why this simple code working bad: https://gist.github.com/CODeRUS/3911cfe69ab9866e99da Just click on Add button and compare input and result id inside Object. It's different. Best regards, Andrey ___

Re: [SailfishDevel] Javascript Object problem

2015-03-21 Thread Andrey Kozhevnikov
to a number, and your object ends up as array, causing strange things when indexes are getting too large. Best regards, Jens Am 19.03.2015 um 13:50 schrieb Andrey Kozhevnikov: Hello! Can someone help me to understand why this simple code working bad: https://gist.github.com/CODeRUS

Re: [SailfishDevel] Javascript Object problem

2015-03-20 Thread Andrey Kozhevnikov
a onXXXChanged (XXX bein the variable name). I had a similar problem with reading values from a JSON object, where the QML was returning -1 from a variable where the value number, 100 for example, was already lodaded. 2015-03-19 12:50 GMT+00:00 Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin

Re: [SailfishDevel] Update previous page

2015-03-17 Thread Andrey Kozhevnikov
No, you wrong. In your link read Connecting Signals to Methods and Signals. 17.03.2015 19:11, Florian Desneux пишет: Great news: I succeed it :) Thanks Andrey! Side note: dialog.readPropertyChanged should be dialog.*_on_*ReadPropertyChanged (see

[SailfishDevel] Better SailfishOS SDK qmltypes updated for 1502

2015-03-09 Thread Andrey Kozhevnikov
Hello! Just a small announce. https://github.com/CODeRUS/better-sailfishos-qmltypes was updated for 1502 SDK. As usual if you didn't found any qml plugin qmltypes in my project, please let me know and i will add it! Best regards, Andrey Kozhevnikov

Re: [SailfishDevel] Porting gphoto2 to Sailfish

2015-03-12 Thread Andrey Kozhevnikov
Hello! SailfishOS using RPM, so this article fully apply: http://rpm5.org/docs/api/dependencies.html 11.03.2015 01:44, mikael.erkki...@web.de пишет: Hello Sailfish developers, I am newbie at developing but I would really like to contribute to this project. I have started to port gphoto2 to

Re: [SailfishDevel] Porting gphoto2 to Sailfish

2015-03-12 Thread Andrey Kozhevnikov
inside sdk your host home folder is mounted to /home/mersdk/shared. you don't need to copy anything. 12.03.2015 13:25, mikael.erkki...@web.de пишет: I tried with the sdk/emulator first via ssh on localhost. But somehow when I tried to copy the sources to the emulator via scp, something always

Re: [SailfishDevel] Main qml file not found when Deploying

2015-03-06 Thread Andrey Kozhevnikov
, Andrey Kozhevnikov scrive: show your pro file/link to github project. 05.03.2015 00:15, Antonio Mancini пишет: When deploying my application as an RPM package i have this error: [W] contextFactory:108 - Could not create scene graph context for device 'customcontext' - check that plugins

Re: [SailfishDevel] Main qml file not found when Deploying

2015-03-11 Thread Andrey Kozhevnikov
: [SailfishDevel] Main qml file not found when Deploying I tried but i still can't build, i can create an rpm but it seems that the rpm doesn't copy the files on the device while installing. I also tried installing previous version of SDK but it didn't work. 2015-03-06 15:47 GMT+01:00 Andrey Kozhevnikov

Re: [SailfishDevel] Stripping -O2 from debug builds

2015-03-30 Thread Andrey Kozhevnikov
Hello, i found this: https://github.com/sailfish-sdk/sailfish-qtcreator/blob/next/src/libs/cplusplus/cplusplus.pro 30.03.2015 14:35, Dmitriy Purgin пишет: Hi again, I've tried to invoke remote qmake from terminal and it worked as expected. I've set up Mer-related environment variables to the

Re: [SailfishDevel] Bluetooth service discovery not working since 1.1.2.16

2015-03-04 Thread Andrey Kozhevnikov
try to test app in privileged shell: devel-su -p 04.03.2015 20:44, Richard Rondu пишет: alright, after some investigation, here are the partial traces of my app and QtBluetooth (5.4.1) : [D] ParrotZikTweeker::startAutoConnection:220 - Parrot device found ( A0:14:3D:5E:9D:B5 ). Starting

Re: [SailfishDevel] Bluetooth service discovery not working since 1.1.2.16

2015-03-04 Thread Andrey Kozhevnikov
guess I can't ask users to run the app as root ;-). On Wed, Mar 4, 2015 at 4:46 PM, Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com wrote: try to test app in privileged shell: devel-su -p 04.03.2015 20 tel:04.03.2015%2020:44, Richard Rondu пишет: alright

Re: [SailfishDevel] Main qml file not found when Deploying

2015-03-04 Thread Andrey Kozhevnikov
show your pro file/link to github project. 05.03.2015 00:15, Antonio Mancini пишет: When deploying my application as an RPM package i have this error: [W] contextFactory:108 - Could not create scene graph context for device 'customcontext' - check that plugins are installed correctly in

Re: [SailfishDevel] OpenSSL AES CTR 128 help needed

2015-03-01 Thread Andrey Kozhevnikov
Thank you all for suggestions, it works now this way: https://github.com/CODeRUS/aes-test/blob/master/aestest.cpp 01.03.2015 19:54, Sander van Grieken пишет: On Sunday 01 March 2015 14:35:47 Ove Kåven wrote: Den 23. feb. 2015 18:00, skrev Andrey Kozhevnikov: Hello Sailors! I need help

Re: [SailfishDevel] How to show the Connection Dialog ?

2015-02-23 Thread Andrey Kozhevnikov
yes dbus calls are allowed for harbour 23.02.2015 15:33, Luis Manuel Ramos Da Costa пишет: Thank you for your answer. Is this an harbour viable solution ? Best Regards, Luis Da Costa 2015-02-23 10:21 GMT+00:00 Kimmo Lindholm kimmo.lindh...@eke.fi mailto:kimmo.lindh...@eke.fi: at least

Re: [SailfishDevel] Unknown Component

2015-02-23 Thread Andrey Kozhevnikov
2015 15:18:38 +0500 Andrey Kozhevnikov coderusin...@gmail.com wrote: This is impossible :) https://github.com/CODeRUS/better-sailfishos-qmltypes/blob/Sdk1412/Sailfish/Silica/plugins.qmltypes#L103 I'm happy to believe the evidence of my own eyes which clearly show two red lines. I didn't extract

Re: [SailfishDevel] How to show the Connection Dialog ?

2015-02-23 Thread Andrey Kozhevnikov
Only Qt dbus api is allowed for harbour 23.02.2015 16:21, Luis Manuel Ramos Da Costa пишет: Thank you :) Just one last question, can I call dbus-send over QML or Javascript ? Or do I have to use C++ for that ? 2015-02-23 11:12 GMT+00:00 Andrey Kozhevnikov coderusin...@gmail.com

[SailfishDevel] OpenSSL AES CTR 128 help needed

2015-02-23 Thread Andrey Kozhevnikov
regards, Andrey Kozhevnikov ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] patch command

2015-02-24 Thread Andrey Kozhevnikov
Hello pkcon install patch Best regards, Andrey Kozhevnikov 24.02.2015 21:02, E.S. Rosenberg пишет: Can anyone point me in the right direction for getting the 'patch' command on my Jolla? When I search on openrepos the results are flooded with patchmanager stuff, for now I don't want

Re: [SailfishDevel] Running application with customized environment using invoker

2015-04-24 Thread Andrey Kozhevnikov
. So you load either sailfishsilica-qt5 or strings for your application. Regards Dmitriy 2015-04-23 11:01 GMT+06:00 Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com: This is my solution for you: QLocale locale(fi_FI); QLocale::setDefault(locale

Re: [SailfishDevel] Running application with customized environment using invoker

2015-04-24 Thread Andrey Kozhevnikov
as remorse in %1 seconds text. Since startup time is not crucial for me at the moment I'll check on that whole invoker stuff some time later. Thanks for your help! Cheers 2015-04-24 21:37 GMT+06:00 Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com: So, you install

Re: [SailfishDevel] Running application with customized environment using invoker

2015-04-22 Thread Andrey Kozhevnikov
This is my solution for you: QLocale locale(fi_FI); QLocale::setDefault(locale); translator.load(locale, sailfishsilica-qt5, , /usr/share/translations, ); 23.04.2015 08:55, Dmitriy Purgin пишет: Hi, thanks for reply. I do install custom translations with

Re: [SailfishDevel] Bug in Page component?

2015-04-23 Thread Andrey Kozhevnikov
Your example is works for me. 23.04.2015 13:54, Fedor Zaitsev пишет: MouseArea { anchors.fill: parent onClicked: anim.start() } PropertyAnimation { id: anim target: rect property: color

Re: [SailfishDevel] Bug in Page component?

2015-04-23 Thread Andrey Kozhevnikov
Also in your case it's better ti use ColorAnimation as Behaviour and do not start animations manually: Behavior on color { ColorAnimation { duration: 2000 } } MouseArea { anchors.fill: parent onClicked: rect.color = green } 23.04.2015 13:54, Fedor Zaitsev пишет:

Re: [SailfishDevel] Running application with customized environment using invoker

2015-04-22 Thread Andrey Kozhevnikov
In Qt Creator: Projects - Run - Run Environment http://i.imgur.com/FArKbn2.png 22.04.2015 13:23, Dmitriy Purgin пишет: Hi all, I'm trying to make a .desktop file that launches an application with customized LANG environment variable. I came up with the following .desktop file (irrelevant

Re: [SailfishDevel] Running application with customized environment using invoker

2015-04-22 Thread Andrey Kozhevnikov
that the user could run the application by clicking on its icon in Launcher view. I'm talking about changing environment of app deployed at end-user device. Regards Dmitriy Purgin 2015-04-22 17:31 GMT+06:00 Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com: In Qt

Re: [SailfishDevel] Pull data in background

2015-05-04 Thread Andrey Kozhevnikov
(qml/background.qml)); view-show(); MyTimert; qDebug()Running!; intret=app-exec(); qDebug()Closes!; returnret; } MyTimer is just a class inherited from QTimer which prints Running each 3 secs. 2015-05-02 23:50 GMT-03:00 Andrey Kozhevnikov coderusin...@gmail.com

Re: [SailfishDevel] Pull data in background

2015-05-02 Thread Andrey Kozhevnikov
Just make gui view in your application creatable by request and do not quit application when window is closed. 03.05.2015 06:27, Nicolas Cisco пишет: Hi, i'm developing a messaging app (server and client) for a subject at university. The proyect involves developing a server with a REST

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

2015-05-05 Thread 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 boring. 05.05.2015 18:14, Jarkko Lehtoranta пишет: Hello again, Today (May 5th) at 13:00 UTC we have published new installers and repositories

Re: [SailfishDevel] Keeping background process running in Sailfish OS

2015-05-03 Thread Andrey Kozhevnikov
afaik it only closing propcesses with windows, no? 03.05.2015 10:08, Taixzo пишет: I notice that Sailfish tends to close all running applications when some limit of RAM or CPU is reached. Is there a way to make an app launch a daemon process that does not get killed by this? -- Sent from

Re: [SailfishDevel] XDG paths in QT

2015-05-10 Thread Andrey Kozhevnikov
Hello, you should use QStandardPaths. DataLocation is correct, it using applicationName and organizationName from you QGuiApplication instance. 11.05.2015 01:14, Nicolas Cisco пишет: Hi, i have some questions about what are the correct config and data paths for an application. The harbour faq

Re: [SailfishDevel] Passing parameters back?

2015-05-11 Thread Andrey Kozhevnikov
Hello, using normal page you can connect to page status changing using javascript code: onClicked: { var page = pageStack.push(Qt.resolvedUrl(BreweryDetailsPage.qml), { model: locid }); page.statusChanged.connect(function() { if (page.status == PageStatus.Inactive) /* do something

Re: [SailfishDevel] Getting simple XML to show on the emulator

2015-05-12 Thread Andrey Kozhevnikov
Using XML is not simplest for QML. Native data format for QML/JavaScript is JSON. 13.05.2015 00:58, Jani Nuutinen пишет: I'm trying early on to familiarize myself with passing data to the phone from the Internet and just for starters I chose to use a simple XML-file to see if I could make

Re: [SailfishDevel] Getting simple XML to show on the emulator

2015-05-13 Thread Andrey Kozhevnikov
You should set elements position yourself. Elements itself have no idea where each should be placed and drawing at (0,0) position by default. Good idea will be to use Column as main element and place your text inside it. So, it should be something like: delegate: BackgroundItem{

[SailfishDevel] QML Camera viewfinder resolution

2015-05-12 Thread Andrey Kozhevnikov
Hello! When i'm trying to set camera viewfinder resolution with QCameraViewfinderSettingsControl::Resolution to screen size (to make it fullscreen) i'm getting CameraBin error: Internal data flow error.. What is the right way to change viewfinder resolution? Best regards, Andrey

Re: [SailfishDevel] I want to port sailfish os to my Samsung phone

2015-04-15 Thread Andrey Kozhevnikov
Take a look at this: https://sailfishos.org/develop/hadk/ 15.04.2015 12:25, Zaid Sayed пишет: Hey there just want to know if theres a way to port sailfish os to samsung s3 (gt-19300). ___ SailfishOS.org Devel mailing list To unsubscribe, please

Re: [SailfishDevel] Neo900 support

2015-04-06 Thread Andrey Kozhevnikov
Sailfish is Jolla UI over Mer with Wayland Lipstick windows manager. It runs on normal Linux kernel. Android adaptations using libhybris. If you can run Nemo on your device you can just add/replace Jolla repositories and install sailfish on it. You will not have possibility to install android

Re: [SailfishDevel] open source app development and community participation

2015-04-07 Thread Andrey Kozhevnikov
i can suggest you to join #sailfishos channel on freenode, we have interesting developer talks here 08.04.2015 02:05, Andrin Bertschi пишет: Hi there, I dont know whether this question fits into this place here but I just try my best and ask it here now. I am a 20 years old software

Re: [SailfishDevel] Neo900 support

2015-04-05 Thread Andrey Kozhevnikov
You should make sailfishos port to your Neo900 yourself or just wait until someone will do it for themselves. Jolla not making own adaptations to any devices, only giving assistance. 05.04.2015 11:12, Schifano Alexandre пишет: Hi, I'm very interrested by Sailfish OS, however I'm also very

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-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 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] 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-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

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

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

2015-05-21 Thread Andrey Kozhevnikov
I'm just giving you an idea how it used by developers :) 22.05.2015 01:25, Mohammed Hassan пишет: On Thu, May 21, 2015 at 11:38:08PM +0500, Andrey Kozhevnikov wrote: Thank you for comments. No matter if QtDocumentGallery will be used or other backend, if Sailfish.Pickers will be available

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,

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

<    1   2   3   4   5   >