Re: [SailfishDevel] Some problems since 1.038+ update.

2014-04-28 Thread Andrey Kozhevnikov
if cover not displayed its problem with your cover page. show its code to us or try to guess yourself where is error. 28.04.2014 20:44, Gabriel Böhme ?: Hmm, will try it with QScopedPointers again, but I did this some days ago and the result was still the same. But will try it today

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Andrey Kozhevnikov
well, just stopping timer when app minimized is not enough? 29.04.2014 03:08, Peter Pykäläinen ?: Just got my app rejected due to: ///sorry for rejecting your update, but it causes too high power consumption. It seems that app doesn't go to idle state when device does. How to measure

Re: [SailfishDevel] Source code of Silica Component Gallery qt-5

2014-04-30 Thread Andrey Kozhevnikov
SailfishOS/examples/componentgallery/ Where SailfishOS if path you installed SDK in. 01.05.2014 09:35, Nicolas Cisco ?: Hi!, i'm a new developer trying out the sailfish sdk, i've found a Silica Component Gallery already installed in the Sailfish Os image of the emulator. I was wondering

Re: [SailfishDevel] Scrolling to keyboard focus

2014-05-05 Thread Andrey Kozhevnikov
Answer is making your application working properly, because in all my apps text filelds and areas are scrolled as they should :) 05.05.2014 23:13, Marcin M. ?: Hi, A long time ago I was told that if the field with keyboard focus isn't visible then the view will be scrolled so that it is

Re: [SailfishDevel] Howto activate scrolling when the keyboard shows up ?

2014-05-08 Thread Andrey Kozhevnikov
flickable.contentHeight: column.height and remove all column geometry properties except width 08.05.2014 11:04, Matthias Barmeier пишет: Hi, I tried this but it doesn't help. Same as before. When the keyboard comes up it hides the last field of my dialog. My page looks like this: Dialog {

Re: [SailfishDevel] Howto access createEvent function in org.nemomobile.calendar ?

2014-05-11 Thread Andrey Kozhevnikov
Calendar is singleton type. You should use it in .js as following: .import org.nemomobile.calendar 1.0 as NemoCalendar var event = NemoCalendar.Calendar.createEvent() 12.05.2014 00:21, Matthias Barmeier пишет: Hi, I would like to access the createEvent function from a .js file. I tried the

Re: [SailfishDevel] Howto access createEvent function in org.nemomobile.calendar ?

2014-05-11 Thread Andrey Kozhevnikov
-only property startTime Is it possible to enable write-access to this porperty or is there a setter method ? Do you have a hint where I could read about the tricks necessary to manage calendar events ? Ciao Matze Am 11.05.2014 20:38, schrieb Andrey Kozhevnikov: Calendar is singleton type

Re: [SailfishDevel] Howto access createEvent function in org.nemomobile.calendar ?

2014-05-11 Thread Andrey Kozhevnikov
again ! The link is very helpful ! Everything works as now :) Am 11.05.2014 22:05, schrieb Andrey Kozhevnikov: setStartTime https://github.com/nemomobile/nemo-qml-plugin-calendar/blob/master/src/calendarevent.h#L104 12.05.2014 01:58, Matthias Barmeier ?: Hi Andrey, thanks, works perfect :) Do

Re: [SailfishDevel] QML creates a Segfault

2014-05-13 Thread Andrey Kozhevnikov
Unknown script doing unknown work and producing unknown error. At least for me all working as expected :D 13.05.2014 17:00, Matthias Barmeier ?: Hi, when trying to download data in a WorkerScript thread I got this: bash: line 1: 1459 Segmentation fault QT_NO_JOURNALD_LOG=1 DISPLAY=:0.0

[SailfishDevel] Registration temporarily_unavailable

2014-05-15 Thread Andrey Kozhevnikov
Hello! Something happening with whatsapp registration. I'm getting registration fail with reason temporarily_unavailable last days. ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Spacing issues

2014-05-20 Thread Andrey Kozhevnikov
BackgroundItem { id: delegate width: parent.width height: Theme.itemSizeSmall Row { id: row x: Theme.paddingLarge anchors.verticalCenter: parent.verticalCenter spacing: Theme.paddingMedium onClicked: { //do something } Image { fillMode: Image.PreserveAspectCrop source: model.drunk_y_n?

Re: [SailfishDevel] Screenshots in silica reference

2014-05-23 Thread Andrey Kozhevnikov
like this? https://together.jolla.com/question/39930/howto-take-a-screenshot-from-the-command-line/ 23.05.2014 15:11, Luca Donaggio ?: +1 for the screenshots On Fri, May 23, 2014 at 7:21 AM, Kimmo Lindholm kimmo.lindh...@eke.fi mailto:kimmo.lindh...@eke.fi wrote: Hi, I so

Re: [SailfishDevel] Screenshots in silica reference

2014-05-23 Thread Andrey Kozhevnikov
ah, sorry, understood the topic in wrong way :) 23.05.2014 15:16, sfietkonstan...@free.fr пишет: No, just ask Jolla to put some screenshots inside the documentation, to show components in action. - Mail original - De: Andrey Kozhevnikov coderusin...@gmail.com À: devel

Re: [SailfishDevel] Clear text predictions

2014-05-23 Thread Andrey Kozhevnikov
https://lists.sailfishos.org/pipermail/devel/2014-May/004151.html 23.05.2014 15:42, Peter Pykäläinen ?: Could you just disable word prediction all togehter? I always do that with search fields in my apps. // Peter Pykäläinen On 23 May 2014 12:30, Matthias Fehring

Re: [SailfishDevel] porting QML app to non sailfishos archs

2014-05-26 Thread Andrey Kozhevnikov
yes qt5 for android is stable, no idea about ios, sorry. and QtQuick 2.x modules are same for all platforms. 26.05.2014 18:07, mikete...@gmail.com пишет: Hi in short time I'm going to 'port' my pure QML application to android and ios. Currently I import QtQuick 2.0 and QtQuick.LocalStorage

[SailfishDevel] Changing video recorder resolution, bitrate and encoder

2014-05-26 Thread Andrey Kozhevnikov
error. I'm not targeted to Harbour, so i'm accepting any dark-size gst hacks :) With best regards, Andrey Kozhevnikov ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] QThread priority

2014-05-28 Thread Andrey Kozhevnikov
it can't doesn't help much. you initializing thread wrong. simple threading way is: MyXmlParser *parser = new MyXmlParser(xmlDocument); QThread *thread = new QThread(parser); parser-moveToThread(thread); QObject::connect(thread, SIGNAL(started()), parser, SLOT(parse()));

Re: [SailfishDevel] QThread priority

2014-05-28 Thread Andrey Kozhevnikov
(reply, SIGNAL(readyRead()), this, SLOT(parseReadyData()) ); } Thanks again Kris On 28 May 2014 06:16, Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com wrote: it can't doesn't help much. you initializing thread wrong. simple threading way is: MyXmlParser

Re: [SailfishDevel] ScrollDecorators' Colour

2014-06-02 Thread Andrey Kozhevnikov
ORLY? SilicaListView / SilicaFlickable { ... VerticalScrollDecorator { color: red } } 03.06.2014 10:41, Krisztian Olah ?: Hi list, Is it possible to change the colour of the ScrollDecorator component? I couldn't find anything regarding this in the Silica reference nor anywhere

Re: [SailfishDevel] ScrollDecorators' Colour

2014-06-02 Thread Andrey Kozhevnikov
not the horizontal or vertical one. Mind you it is not documented at https://sailfishos.org/sailfish-silica/sailfish-silica-all.html for either of them. Sorry for the silly question. :$ On 3 June 2014 04:46, Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com wrote

Re: [SailfishDevel] ScrollDecorators' Colour

2014-06-02 Thread Andrey Kozhevnikov
?: Thanks Andrey, now it makes complete sense. Just one more question: Then ScrollDecorator is NOT derived from Vertical- and HorizontalScrollDecorator but composes/contains them, right? On 3 June 2014 05:11, Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com wrote

Re: [SailfishDevel] Retrieve paramater from prev page on next page

2014-06-05 Thread Andrey Kozhevnikov
onClicked: pageStack.push(Qt.resolvedUrl(nextPage.qml), {topic: myTopic}) second parameter should pass to push, not resolvedUrl function 05.06.2014 14:05, i...@flyingfischer.ch пишет: onClicked: pageStack.push(Qt.resolvedUrl(nextPage.qml, {topic: myTopic}))

Re: [SailfishDevel] pageStack.pop() - send paramater to prev page

2014-06-05 Thread Andrey Kozhevnikov
if you using Dialog you can set dialog.acceptDestinationProperties = {something: true} 05.06.2014 17:48, i...@flyingfischer.ch пишет: Beginners follow up question Hello while transfering parameters works fine with pageStack.push(Qt.resolvedUrl(nextPage.qml, {topic: myTopic})) there seems

Re: [SailfishDevel] pageStack.pop() - send paramater to prev page

2014-06-05 Thread Andrey Kozhevnikov
why not to use Dialog instead of Page for this use case? 05.06.2014 21:28, Michael Neufing ?: Hi Chris, one problem I see with your solution is that the App could take long time to launch, when there are a bunch of Pages that have to be initialized at launch (depending on the structure

Re: [SailfishDevel] pageStack.pop() - send paramater to prev page

2014-06-06 Thread Andrey Kozhevnikov
i have an another idea for you: ... var newPage = pageStack.push(Qt.resolvedUrl(newPage.qml), {...}) newPage.done.connect(thisPage.pageDone) ... //thisPage ... function pageDone(var1, var2, var3, ...) { //do something with var } ... //newPage ... signal done(string var1, int var2, string var3,

Re: [SailfishDevel] Detecting OS version

2014-06-10 Thread Andrey Kozhevnikov
10.06.2014 20:30, Luca Donaggio ?: Hi all, recent update (1.0.7.16) added fast scrolling to Silica flickable QML components (like SilicaListView). Before, for long lists I added a pull up menu with an option to fast-scroll back to the top, others (Together app for example) used a custom

Re: [SailfishDevel] Detecting OS version

2014-06-10 Thread Andrey Kozhevnikov
check https://github.com/veskuh/Tweetian/commit/3d50e172455cf94f2dd8064f7078ff94fc430f9d 10.06.2014 20:30, Luca Donaggio ?: Hi all, recent update (1.0.7.16) added fast scrolling to Silica flickable QML components (like SilicaListView). Before, for long lists I added a pull up menu with

Re: [SailfishDevel] Lack of padding

2014-06-11 Thread Andrey Kozhevnikov
you can't use any vertical anchors inside column and your Labels lack of width property also ;) 12.06.2014 01:14, Jukka Heikkilä ?: Hi, I have tried to search a solution to this problem, but didn't found any reason why this now work. I have a next code inside SilicaFlickable: Column {

Re: [SailfishDevel] rpminstall signal packageStatusChanged

2014-06-12 Thread Andrey Kozhevnikov
works for me: QDBusConnection::sessionBus().connect(com.jolla.jollastore, /StoreClient, com.jolla.jollastore, packageStatusChanged, this, SIGNAL(onPackageStatusChanged(QString,int))); void TestApp::onPackageStatusChanged(const QString package, int status) { qDebug() packageStatusChanged

Re: [SailfishDevel] Prototype 'TextBaseItem' from 'TextBase' could not be resolved (M301)

2014-06-14 Thread Andrey Kozhevnikov
you need to show your code :) 14.06.2014 13:34, i...@flyingfischer.ch пишет: I wonder if this is connected to this message in the console of the IDE version 1406, when deploying the App: (process:1529): dconf-CRITICAL **: unable to open file '/etc/dconf/db/vendor': /etc/dconf/db/vendor:

Re: [SailfishDevel] Deploy QSQLite database

2014-06-17 Thread Andrey Kozhevnikov
you should build and deploy as RPM package ;) 18.06.2014 03:42, Lukas Vogel ?: Hi there, I try to create an app in which I want to have an existing database bind in the binary. My approach was the following: in pro file: QT+=sql database.files = stations.db database.path =

Re: [SailfishDevel] Notifications API

2014-06-29 Thread Andrey Kozhevnikov
/usr/share/lipstick/notificationcategories 30.06.2014 04:28, Tomasz Sterna ?: Dnia 2014-06-29, nie o godzinie 15:54 +, Jonni Rainisto pisze: https://github.com/nemomobile/mlite/blob/master/src/mnotification.h Thanks a lot, that works great. :-) Any pointers where do I look for

Re: [SailfishDevel] Notifications API

2014-07-07 Thread Andrey Kozhevnikov
grab sources, compile and deploy with your app. 07.07.2014 13:24, Thomas Amler пишет: Thanks for the clarification. :-) Can you give me a hint, how this could be done? Am 05.07.2014 23:06, schrieb Piotr Tworek: It's not forbidden however to ship your own copy of

Re: [SailfishDevel] Pagestack problems

2014-07-10 Thread Andrey Kozhevnikov
you do not need to reload page, so there wouldn't any navigation problems at all :) 10.07.2014 19:23, Chris Walker пишет: On Thu, 10 Jul 2014 12:45:46 + fasza2mob...@gmail.com wrote: Hi Chris, Why don't you just update your model when the data changes? The view(s) should update

Re: [SailfishDevel] Could not resolve the prototype ‘TextBaseItem’ of ‘TextBase’. (M301)

2014-07-11 Thread Andrey Kozhevnikov
This is not error and just warning, and you can ignore it and continue developing. 12.07.2014 02:23, Andreas Heil пишет: Hi all, I recently started developing for SailfishOS using the latest SDK on Mac OS X. Unfortunately, I encountered an issue trying to use the TextField control in QML.

Re: [SailfishDevel] Failed to load platform plugin xcb.

2014-07-12 Thread Andrey Kozhevnikov
you should start silica app with invoker 13.07.2014 00:10, Jukka Heikkilä ?: Hi folks! During developing my program I have mostly used Emulator to run the app and sometimes also real device and testing has been worked fine on both. Now I faced the next problem with real device. When I

Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread Andrey Kozhevnikov
do not use onCompleted in this case. use status == PageStatus.Active instead 16.07.2014 14:58, Marcin M. ?: I'd like to open a welcome dialog at startup which can be disabled by a user. Page { id: mainPage function openWelcomeDialog() { var component =

Re: [SailfishDevel] How to get dconf list of sub-items with MGConfItem?

2014-07-16 Thread Andrey Kozhevnikov
showing child items is not implemented, only child dirs function is available. if you're interested i can share class from my project replacing MGConfItem 03.07.2014 23:29, Эльмира пишет: How to get dconf list of sub-items with MGConfItem? listDirs() method showing following warnings:

Re: [SailfishDevel] Sailfish OS SDK July update - VirtualBox 4.3.14 for Windows broken

2014-07-16 Thread Andrey Kozhevnikov
404 by your link 16.07.2014 18:29, Kimmo Lindholm пишет: FYI When installing SDK, I updated also the VirtualBox to latest version, which was not so good decision... Seems that VirtualBox 4.3.14 for Windows is broken. Use 4.3.12 with SDK (or some other version) Some more here:

Re: [SailfishDevel] A welcome dialog and pageStack's operation in progress.

2014-07-16 Thread Andrey Kozhevnikov
) {} openWelcomeDialog() } -- Marcin 2014-07-16 11:01 GMT+02:00 Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com: do not use onCompleted in this case. use status == PageStatus.Active instead 16.07.2014 14:58, Marcin M. ?: I'd like to open a welcome dialog

Re: [SailfishDevel] QTcreator.exe

2014-07-16 Thread Andrey Kozhevnikov
Norton detected something weird - what exactly? Can you paste error message or screenshot it? For now i see only something weird with your antivirus (probably you using norton as firewall also and it just reporting network activity) 16.07.2014 20:21, Juha Kallioinen пишет: Norton detected

Re: [SailfishDevel] Installing powertop failed - Failed to obtain authentification

2014-07-17 Thread Andrey Kozhevnikov
ssu flavour sales - in terminal and do not touch SSU switch in devmode. 17.07.2014 00:26, Steffen Förster ?: Hi I have to install powertop on my Jolla (my app was rejected). The install explanation on

Re: [SailfishDevel] How to get dconf list of sub-items with MGConfItem?

2014-07-17 Thread Andrey Kozhevnikov
sure i'm planning that :) 17.07.2014 22:12, Mohammed Hassan пишет: On Wed, Jul 16, 2014 at 06:22:58PM +0600, Andrey Kozhevnikov wrote: showing child items is not implemented, only child dirs function is available. if you're interested i can share class from my project replacing MGConfItem Do

Re: [SailfishDevel] How to get dconf list of sub-items with MGConfItem?

2014-07-17 Thread Andrey Kozhevnikov
done with: https://github.com/nemomobile/mlite/pull/18 https://github.com/nemomobile/nemo-qml-plugin-configuration/pull/6 17.07.2014 22:12, Mohammed Hassan пишет: On Wed, Jul 16, 2014 at 06:22:58PM +0600, Andrey Kozhevnikov wrote: showing child items is not implemented, only child dirs

Re: [SailfishDevel] Versions

2014-07-20 Thread Andrey Kozhevnikov
QProcess app; app.start(/bin/rpm, QStringList() -qa --queryformat %{version}-%{release} packagename); app.waitForFinished(-1); if (app.bytesAvailable() 0) { version = app.readAll(); } 20.07.2014 17:26, Chris Walker пишет: Is there any way to have my 'About' page pick up the Version and

Re: [SailfishDevel] Access Device and User Information

2014-07-25 Thread Andrey Kozhevnikov
I think you can read Jolla account name using accounts api. 26.07.2014 11:14, Andreas Heil пишет: Hi all, first of all, thank you very much for the previous help and suggestions, which in fact brought me always a small step forward. At the moment I stuck with accessing the Jolla's device

Re: [SailfishDevel] More executables in one package

2014-08-01 Thread Andrey Kozhevnikov
there is nothing special for sailfishos. use general rpm techniques. 02.08.2014 00:31, Michał Radwański пишет: I want to make C/C++ IDE for Sailfish OS. How to add two (or more) executables to RPM? Or have I to make another app like $(MyApp)-g++? Envoyé de mon iPhone

Re: [SailfishDevel] How to combine multiple Flickables?

2014-08-04 Thread Andrey Kozhevnikov
set pressDelay: 0 to flickable and listview 04.08.2014 16:42, Marcin M. пишет: Hi, My app uses PullDown and PushUp menus. Besides, it has a SilicaListView inside to support multiple views inside the app (different text displayed on each view). Page { SilicaFlickable // vertical one

Re: [SailfishDevel] sqlite absolute path

2014-08-07 Thread Andrey Kozhevnikov
QDir dir(QStandardPaths::writableLocation(QStandardPaths::DataLocation)); if (!dir.exists()) { dir.mkpath(QStandardPaths::writableLocation(QStandardPaths::DataLocation)); } 08.08.2014 03:06, Krisztian Olah пишет: Hi again, I fixed the issue with applicationName() and also figured out why

Re: [SailfishDevel] app crashed when using Canvas in Dialog page

2014-08-13 Thread Andrey Kozhevnikov
try to get backtrace and check what exactly is the reason of crash. 14.08.2014 00:49, Samuli Silvius пишет: Hi, I have Canvas in Silica Dialog page but app crashes when leaving dialog page both with accept or cancel swipe. It does not crash always just quite often. the code:

[SailfishDevel] Enabling pushUpHint for ViewPlaceholder is not so trivial as it should

2014-08-14 Thread Andrey Kozhevnikov
Hello! Can you please add pushUpHint property for ViewPlaceholder to control inner PulleyAnimationHint property? I need to write following code to make it work: ViewPlaceholder { id: placeholder enabled: view.count == 0 text: No shortcuts selected

Re: [SailfishDevel] Warning when running under debugger

2014-08-23 Thread Andrey Kozhevnikov
error inside SecondPage.qml on line 35 23.08.2014 13:52, Goncalo Carvalho пишет: Hi, Long time lurker and a QML newbie. I've been playing with the tutorial and adding this code to FirstPage.qml onStatusChanged: { if (status === PageStatus.Active pageStack.depth === 1) {

[SailfishDevel] Regenerated existing and missed qmltypes for SailfishOS QML imports

2014-08-31 Thread Andrey Kozhevnikov
Regenerated existing and missed qmltypes for SailfishOS QML imports: https://github.com/CODeRUS/better-sailfishos-qmltypes all org.nemomobile.* imports completions full Sailfish.Silica completions including missed completions for Theme.* and i.e. and more! Must Have! P.S. have fun and pull

Re: [SailfishDevel] Audio muted [speech encryption application]

2014-09-02 Thread Andrey Kozhevnikov
Might be interestion reading for you: https://lists.sailfishos.org/pipermail/devel/2014-July/004662.html 03.09.2014 00:54, Pasi Patama пишет: Hi, We did Jolla port of our speech encryption program (for RPi), but we get no audio out from our application, even it indicates running fine and

Re: [SailfishDevel] ComboBox issue (initialization)

2014-09-09 Thread Andrey Kozhevnikov
Hello. You need to set currentIndex after your model data initialized, not object. You can initialize at onCountChanged or make special signal from signal and listen it. 09.09.2014 19:07, François K. пишет: Hi :) I have a ComboBox issue ! The ComboBox I want to use is made of dynamic items.

Re: [SailfishDevel] Accept only filled Dialog

2014-10-04 Thread Andrey Kozhevnikov
and the acceptableInput property of TextInput. Andrey Kozhevnikov kirjoitti Sat Oct 04 2014 21:40:48 GMT+0300 (EEST): something like this: http://pastebin.com/Vv0PcrJA 05.10.2014 00:14, Cernunnos Wynand пишет: Hi, I have the following code for a dialog which will only be accepted if it has

Re: [SailfishDevel] Refrence dynamically created QML object?

2014-10-06 Thread Andrey Kozhevnikov
use property Item object1 property Item object2 ... function createObjects() { object1 = component1.createObject(parent, paraneters) object2 = component2.createObject(parent, paraneters) checkCollisionsFunction(object1, object2) } 06.10.2014 12:26, Peter Pykäläinen пишет: Hi, I

Re: [SailfishDevel] Update9 (1.1.0.38) and new Dialog Silica component

2014-10-23 Thread Andrey Kozhevnikov
You shouldn't put DialogHeader in column with margins, it should be in Flickable top or ListView header and have parent.width 23.10.2014 15:47, Luca Donaggio пишет: As my two apps in Harbour both use a Dialog Silica component, I tried both of them soon after upgrading to the new SFOS release.

[SailfishDevel] Please update tzdata on Sailfish

2014-10-26 Thread Andrey Kozhevnikov
Jolla! Please update tzdata in some future hotfix release! Stupid russian goverment changed timezones again. Now Moscow have UTC+3 clock. There is tzdata 2014i available, but Jolla still using tzdata 2013i. Best regards, Andrey ___ SailfishOS.org

Re: [SailfishDevel] Image.onDoubleClicked event in SilicaFlickable

2014-11-03 Thread Andrey Kozhevnikov
you should set pressDelay: 0 to flickable. It's not a bug, it's feature. 03.11.2014 11:04, Giuliettasw пишет: Write it down in together.jolla.com Best, tortoisedoc Von meinem iPad gesendet Am 2.11.2014 um 10.41 schrieb Tomek disc...@tdress.de: Might this be a bug in SilicaFlickable? Does

Re: [SailfishDevel] Creating a patch using patchmanager

2014-11-05 Thread Andrey Kozhevnikov
you can check https://github.com/sailfishos-patches for templates 05.11.2014 20:19, Alex пишет: Hi together ;) I started writing a patch for the jolla-calendar app: https://together.jolla.com/users/4474/Alex-jj/ To make it easier accesable i would like to create an rpm package which can

Re: [SailfishDevel] Creating a patch using patchmanager

2014-11-05 Thread Andrey Kozhevnikov
/unified_diff.patch works fine. Can you tell me what i am missing? Cheers, Alex Am Mi. Nov. 5 16:46:55 2014 GMT+0100 schrieb Andrey Kozhevnikov: you can check https://github.com/sailfishos-patches for templates 05.11.2014 20:19, Alex пишет: Hi together ;) I started writing a patch for the jolla

Re: [SailfishDevel] Creating a patch using patchmanager

2014-11-05 Thread Andrey Kozhevnikov
Am Mi. Nov. 5 23:08:02 2014 GMT+0100 schrieb Andrey Kozhevnikov: I can't help you without seeing your patch 06.11.2014 03:06, Alex пишет: Thanks Andrey, i looked there and used the SDK to create the rpm. It installs now correctly but i can't install it with the patchmanager. Usong patch -p 1

Re: [SailfishDevel] Downgrade my Jolla to version 1.0.8.21

2014-11-10 Thread Andrey Kozhevnikov
you can't downgrade from u9 to u8 without factory reset. you was noticed in release notes. 11.11.2014 04:34, Philipp Seiler пишет: Hi guys, I have a semi big problem with my jolla phone. I did that opt-in update to the most recent bleeding edge version. It works tolerable but not great.

Re: [SailfishDevel] Building command line Linux tools for jolla

2014-11-11 Thread Andrey Kozhevnikov
there is ssu tool, as well as you can install and use zypper too 12.11.2014 02:13, Philipp Seiler пишет: Hi Martin, On Tue, 11 Nov 2014 22:09:05 +0100 Martin Kolman martin.kol...@gmail.com wrote: Dne 11.11.2014 v 22:04 Philipp Seiler napsal(a): Hi guys, It's me once again, asking a

Re: [SailfishDevel] How to create a nemo transfer-engine plugin?

2014-11-11 Thread Andrey Kozhevnikov
compile it from source? 12.11.2014 03:05, Gabriel Böhme пишет: Hi sailors, got my Jolla some days ago and I'm really used to share links with Pocket (getpocket.com) on N9 and Android. So I was looking for some details and found a hint that SailfishOS is using transfer-engine from nemo mobile

Re: [SailfishDevel] Compile boost library for sailfish os

2014-11-12 Thread Andrey Kozhevnikov
my Jolla have boost out of the box: http://paste.ubuntu.com/8960027 12.11.2014 00:11, Andrin Bertschi пишет: Hi there, I am about to build a sailfish app running a websocket server. I am interested in using Websocketcpp Library (https://github.com/zaphoyd/websocketpp) for that purpose.

Re: [SailfishDevel] How to create a nemo transfer-engine plugin?

2014-11-14 Thread Andrey Kozhevnikov
12.11.2014, 03:07 +0500 schrieb Andrey Kozhevnikov: compile it from source? 12.11.2014 03:05, Gabriel Böhme пишет: Hi sailors, got my Jolla some days ago and I'm really used to share links with Pocket (getpocket.com) on N9 and Android. So I was looking for some details and found a hint

Re: [SailfishDevel] Tablet version SDK a.k.a 2.0

2014-11-19 Thread Andrey Kozhevnikov
a week after OS update released, as usual :D 20.11.2014 00:52, Alex Smirnoff пишет: Is that already known when new SDK will be available? Could not wait to port Gcompris to Jolla. -- Alex Smirnov ___ SailfishOS.org Devel mailing list To

Re: [SailfishDevel] QtTouch for Sailfish?

2014-11-21 Thread Andrey Kozhevnikov
MouseArea, MultiPointTouchArea, PinchArea QML objects 21.11.2014 13:49, wsvries пишет: Hi, Until now I have used the standard Silica GUI items with only onClick as user interaction. I now need to support drag, pinch etc. My assumption is to use QTouchEvent, but the sailfishtouchexample does

Re: [SailfishDevel] Boot Up Times

2014-11-22 Thread Andrey Kozhevnikov
Hello, and again please, don't reply to a message, replace the subject and delete the body to send a*new* message. Is not the same as a new message because the mail program (Seamonkey in your case?) adds new headers that break how the mails are displayed. Is thread hijacking and is pretty bad

Re: [SailfishDevel] QtTouch for Sailfish?

2014-11-22 Thread Andrey Kozhevnikov
look at this: http://i.imgur.com/kRGwdJB.png 21.11.2014 13:49, wsvries пишет: Hi, Until now I have used the standard Silica GUI items with only onClick as user interaction. I now need to support drag, pinch etc. My assumption is to use QTouchEvent, but the sailfishtouchexample does not work

Re: [SailfishDevel] Use of other aspects of Qt

2014-11-22 Thread Andrey Kozhevnikov
UI is QML or SDL, QWidgets are not allowed. 22.11.2014 22:22, Chris Sparks пишет: Hi everyone, I have been playing with the demos and was wondering am I only allowed to use QML? I am most familiar with using Qt classes directly and I don't see the UI editor so I am guessing that it is not

Re: [SailfishDevel] Use of other aspects of Qt

2014-11-22 Thread Andrey Kozhevnikov
i think it's here: https://github.com/sailfish-sdk/sdk-sdl-project-example 22.11.2014 22:42, Chris Sparks пишет: What a shame but SDL looks like something I'd be happy with. I'll do some research on that as I have heard of SDL a while back, now I can dig more curiously into the interface.

Re: [SailfishDevel] QtFeedback 5.0 not allowed? Really?

2014-12-01 Thread Andrey Kozhevnikov
I can suggest you to use QtFeedback from Qt side and register QML type. 01.12.2014 18:06, Peter Pykäläinen пишет: Just got my game rejected in Jolla Harbour this morning due to: /Import 'QtFeedback 5.0' is not allowed / Is it really so that vibration is not allowed in Harbour apps? Is there

Re: [SailfishDevel] Sailfish OS set up on mac

2014-12-01 Thread Andrey Kozhevnikov
do you want to explain and show at least screenshots of your problem with your mac/os configuration? 01.12.2014 21:47, Anand Chitravelu пишет: While set up of current alpha build from website I got so much error popup asking me to ignore can some one please help me with it Thanks Anand

Re: [SailfishDevel] QtFeedback 5.0 not allowed? Really?

2014-12-01 Thread Andrey Kozhevnikov
CONFIG/PKGCONFIG += sailfishapp in pro? 02.12.2014 01:18, Peter Pykäläinen пишет: #include QtQuick ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] What processor do you have in your SailfishOS SDK machine?

2014-12-03 Thread Andrey Kozhevnikov
Peoples, send direct mail to carsten.m...@jolla.com - NOT on this mailing list please, don't flood our inboxes. Thanks :) 02.12.2014 15:08, Carsten Munk пишет: Send me a direct mail - NOT on this mailing list with answers to: ___ SailfishOS.org

Re: [SailfishDevel] How to get feedback from Harbour users ?

2014-12-05 Thread Andrey Kozhevnikov
I want it too :) And email notifications when app accepted/rejected also. 05.12.2014 20:36, Franck Routier (perso) пишет: Hi, I just realized a comment was made on my app by a user 3 months ago. I just missed it. I don't have so many users :-) so I have to be reactive ! So here is my

Re: [SailfishDevel] Changes in Harbour Web UI

2014-12-12 Thread Andrey Kozhevnikov
12.12.2014 20:41, Developer Care пишет: - Does Harbour QA test the application on all OS versions? No. Normally QA tests the application only with the latest released OS version. I hope you will test at least with u8 and u9? ___

Re: [SailfishDevel] Changes in Harbour Web UI

2014-12-12 Thread Andrey Kozhevnikov
sure, just for now Qt libraries for u8 and u9 are not compatible, so it's the most important question for me :) 12.12.2014 20:59, Reto Zingg пишет: Hi, On 12.12.2014 17:56, Andrey Kozhevnikov wrote: 12.12.2014 20:41, Developer Care пишет: - Does Harbour QA test the application on all

Re: [SailfishDevel] QtQuickDialogs - QtQuickControls

2014-12-16 Thread Andrey Kozhevnikov
QtQuickControls are not available for SailfishOS. You can only use native Silica components or plain QtQuick 2.x. Jolla (company) not supporting 3rd party components which are looking different. But you are also welcome to port QtQuickControls to SailfishOS yourself :) 17.12.2014 01:53, Alex

[SailfishDevel] Using org.nemomobile.dbus with MPRIS2

2014-12-20 Thread Andrey Kozhevnikov
Hello! I just tried to make MPRIS2 controls for MediaPlayer and QuasarMX with QML only, but failed. Both players have no PropertiesChanged in introspection of /org/mpris/MediaPlayer2, and it seems to be a reason of my fail. import org.nemomobile.dbus 2.0 as NemoDBus

Re: [SailfishDevel] Using org.nemomobile.dbus with MPRIS2

2014-12-20 Thread Andrey Kozhevnikov
C++ working well of course, i'm asking about org.nemomobile.dbus qml extension :) 21.12.2014 01:18, Tomasz Sterna пишет: Dnia 2014-12-20, sob o godzinie 21:11 +0500, Andrey Kozhevnikov pisze: I just tried to make MPRIS2 controls for MediaPlayer and QuasarMX with QML only, but failed. Both

[SailfishDevel] MPRIS2 Control QML Extension

2014-12-21 Thread Andrey Kozhevnikov
Hello! I just made simple MPRIS2 D-Bus control QML extension. Contributions and pull requests are welcome. Licence is WTFPL as usual for me. https://github.com/CODeRUS/mpris2control Simple usage: import org.coderus.mpris 2.0 as Mpris2 Mpris2.Control { id: mprisControl service:

Re: [SailfishDevel] Path to cover page qml file

2014-12-28 Thread Andrey Kozhevnikov
There are no common coverpage. What you see when all loading is coded in lipstick Switcher.qml. Minimal qml code for loading application cover and interacting with it is also there. 28.12.2014 12:54, Alexander Ladygin пишет: Hello everyone! Can anybody help me with a path to cover page qml

Re: [SailfishDevel] Where is this folder?

2015-02-02 Thread Andrey Kozhevnikov
/home/mersdk/share/ is inside mersdk machine and it's linked to your $HOME 02.02.2015 19:31, Chris Walker пишет: Hello, I'm getting an error in the Compile Output window of Creator. It says this :- /home/mersdk/share/Sailfish_Git_Projects/CDW_Versions/harbour-beerguide/qml/pages/

Re: [SailfishDevel] TextArea | Using EnterKey.onClicked

2015-02-07 Thread Andrey Kozhevnikov
If you using RichText enter key not adding newline. So depends on settings you entering br/ yourself or doing send. 07.02.2015 23:37, Nicolas Cisco пишет: Yes, i tried the text.substr(0, text.length-1). In my first mail, i wrote why doesn't wok: I though of striping the enterkey by hand in the

Re: [SailfishDevel] Front camera access

2015-02-05 Thread Andrey Kozhevnikov
for front camera i don't know if Harbour-allowed ways are exists. And for gstreamer you need to add BuildRequires matching your missing development packages added to spec 05.02.2015 16:06, Billy Pitiot пишет: Hi all, I am currently trying to access the front camera of the Jolla phone. I

Re: [SailfishDevel] Developer wiki?

2015-02-06 Thread Andrey Kozhevnikov
That would be very helpful :D 06.02.2015 15:14, Kaj-Michael Lang пишет: Is there a developer wiki available ? Something like the Nokia developer wiki, where various how-to-do-that articles could be created and shared ? ___ SailfishOS.org Devel

Re: [SailfishDevel] Generating qmltypes Files

2015-02-06 Thread Andrey Kozhevnikov
Hello! You can use my generated qmltypes for most of existing modules: https://github.com/CODeRUS/better-sailfishos-qmltypes If some module doesn't exists please let me know Best regards, Andrey 06.02.2015 16:21, Andrea Nicotra пишет: I have some issue with QtCreator. It complain about

Re: [SailfishDevel] Slow phone? (Was Re-reading the .desktop files?)

2015-01-21 Thread Andrey Kozhevnikov
with latest Sailfish version fixing is easy and safe. 22.01.2015 00:41, Jussi Vuorisalmi пишет: Hello, Jussi Vuorisalmi jussi.vuorisa...@iki.fi wrote: (And rebooting is a real pain since 1.1.1.27 update, it takes at least 10 minutes until the PIN code query accepts any input.) On 21 January

Re: [SailfishDevel] Re-reading the .desktop files?

2015-01-21 Thread Andrey Kozhevnikov
On my phone after editing .desktop file name changes after 1-2 seconds. Also reboot is fast and takes about one minute. 21.01.2015 21:22, Jussi Vuorisalmi пишет: Hello, Is there any handy way to force the system to re-read the .desktop files of the applications except for rebooting the

Re: [SailfishDevel] Harbour and QML import

2015-01-19 Thread Andrey Kozhevnikov
just rename your extension import to harbour.it.mupp.core and read https://harbour.jolla.com/faq 19.01.2015 15:16, Michele Tameni пишет: Hi all, I just got an app rejected in the harbour as i have in some QML the following line: import it.mupp.core 1.0 where i registered the type as

Re: [SailfishDevel] Harbour libssl and libcrypto

2015-01-19 Thread Andrey Kozhevnikov
Also i can't find usage of QCA in your project code. And haveclip-core submodule is set to some private repository. 19.01.2015 20:20, Jakub Skokan пишет: Hello, has anyone succeeded in publishing an app requiring libssl in Harbour? Even though the RPM validator tool in Qt Creator says my

Re: [SailfishDevel] RegExpValidator - different behaviour between Emulator and Jolla device

2015-01-21 Thread Andrey Kozhevnikov
This is caused because if predictive text input. Text is not commited to component until word separator entered, word is choosed or focus is lost. 21.01.2015 19:02, Thomas Amler пишет: Hi, I have a problem concerning the RegExpValidator of a TextField. This is the code:

Re: [SailfishDevel] Infinite (?) PushUpMenu

2015-02-16 Thread Andrey Kozhevnikov
Hello, If using SilicaFlickable just to use pulley menus you need to use contentHeight: height 15.02.2015 23:52, Antonio Mancini пишет: Hi, i have a simple PushUpMenu in my app and it behaves strangely, i can push even if there are no more items. This is a screenshot:

Re: [SailfishDevel] Install to Microsoft Mobile

2015-02-16 Thread Andrey Kozhevnikov
No, you can't change Windows Phone to any other operating system. 16.02.2015 07:30, Osman Kara пишет: Hi, Can i install sailfish to lumia 520. Could you help me for it. Best Regard. İyi Çalışmalar... *osman kara*|/bidb - /teknik destek | 05415309119 Bu elektronik postanın,

Re: [SailfishDevel] Sailfish OS porting request

2015-02-16 Thread Andrey Kozhevnikov
Talking about voicemail notifications: https://openrepos.net/content/coderus/voicemail-notifications 16.02.2015 18:43, Goulagman пишет: Why don't you use your backup Lumia 521 then? Because it is a US phone and I live in Europe so I don't have 4G (I bought it because I spent 6 months

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
Sorry, it was my mouse pointer bad about wrong placement your message :D 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 while: updating feeds in the background, synching high scores, sending stats, etc. These

<    1   2   3   4   5   >