[SailfishDevel] QQuickView showFullscreen() and ApplicationWindow.activate() not working after application window deactivated

2013-11-03 Thread Andrey Kozhevnikov
minimized window by gesture, ApplicationWindow deactivated() signal received tried to restore window to foreground usong view-showFullscreen() in Qt and appWindow.activate() in QML, but no luck. activated() signal received and applicationActive is true, but window not in foreground. Any info

Re: [SailfishDevel] File chooser

2013-11-05 Thread Andrey Kozhevnikov
FilePicker should choose file from whole filesystem (we cam always have settings to restrict it to $HOME or i.e.) and TrackerPicker should select media from Tracker database. Two different solutions is better. On 05.11.2013 02:29, jezra wrote: On Mon, 04 Nov 2013 09:32:06 -0200 Roberto

Re: [SailfishDevel] Innovative app store. Or just a traditional one

2013-11-05 Thread Andrey Kozhevnikov
OpenRepos.net is here many features are coming. Client app Warehouse available for Harmattan. Sailfish client is coming too. On 06.11.2013 04:47, Martin Kolman wrote: I'll chip in with my idea/RFE: Built-in donation support. * usecase - the app is free - but there is a donation button in

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread Andrey Kozhevnikov
Please more information about Harbour: - it can accept only single files, means i cant upload some libraries, required as depends for my appliction? - does it acts as repository? On 06.11.2013 17:06, Karl Granström wrote: Ahoy all, Today we're launching Jolla Harbour harbour.jolla.com, the

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread Andrey Kozhevnikov
only depend on common mer/nemomobile libraries in .spec/rpm Requires field. re, Jonni From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Andrey Kozhevnikov [coderusin...@gmail.com] Sent: Wednesday, November 06, 2013

Re: [SailfishDevel] Loading installed images

2013-11-06 Thread Andrey Kozhevnikov
deploy as rpm package. binary deploying suitable if you dont know anything what to do :D On 06.11.2013 18:35, Mark Johnson wrote: I'm working on a graphics editing project where the user can perform some rudimentary drawing and having a problem when trying to load in sample images that are

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread Andrey Kozhevnikov
: [SailfishDevel] Jolla Harbour and Jolla Store And what about in-app-store depends? (Free app, paid databases, databases depend on the free app) -- Marcin 2013/11/6 Andrey Kozhevnikov [5]coderusin...@gmail.com mailto:coderusin...@gmail.com Good point

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread Andrey Kozhevnikov
/6 Andrey Kozhevnikov [5]coderusin...@gmail.com mailto:coderusin...@gmail.com Good point, thanks! On 06.11.2013 18:30, Jonni Rainisto wrote: And if some good library is missing, and you

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread Andrey Kozhevnikov
And please tell about possible ways for paying for application and developer ways to receive funds. On 07.11.2013 03:29, Michal Jerz wrote: Hi guys, It's a great news about the store, and a great name, too. I have 9 applications ported to Sailfish OS from Harmattan/Symbian, but they're

[SailfishDevel] Emoji in Sailfish

2013-11-07 Thread Andrey Kozhevnikov
Will be Emoji supported by Sailfish internally by Silica components at real devices? Or we should start prepare hacks for components for custom Emoji support? ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-08 Thread Andrey Kozhevnikov
If Harbour will have an alternate paying methods such as Paypal and etc. it will be acceptable. On 08.11.2013 03:40, Jonni Rainisto wrote: DRM has nothing to to do with with copy protection. DRM on mobile devices usually means supporting DRM PlayReady (Microsoft) or Widevine L1 L2 L3 L4

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-08 Thread Andrey Kozhevnikov
is to just make installing (just using CLI would discourage many). If someone wants to crack, he'll crack anyway or not use the platform at all. And... Losing warranty after dev mode? Please elaborate. Also interested to hear a clarification to this. Regards, -- Marcin 2013/11/8 Andrey Kozhevnikov

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-08 Thread Andrey Kozhevnikov
Maybe Humble Bundle strategy then? Pay as more as you can and then you can get apps you want :) On 09.11.2013 03:48, Michal Jerz wrote: People who won't have money - won't buy. If they can't use the apps, they won't use the system. And choose Android/Jailbroken iOS The N9 costed $650 and

Re: [SailfishDevel] SDK paths reference

2013-11-10 Thread Andrey Kozhevnikov
afaik Sailfish uses canonical paths. /usr/share/appname for persistent data and $HOME/.local/share/appname for user data. On 10.11.2013 17:19, Tone Kastlunger wrote: Hey; is there some kind of path reference for Sailfish available yet? Something like the Harmattan Path reference for instance.

Re: [SailfishDevel] SDK paths reference

2013-11-10 Thread Andrey Kozhevnikov
about the other relevant OS paths (plugins, etc)? tortoisedoc On Sun, Nov 10, 2013 at 1:23 PM, Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com wrote: afaik Sailfish uses canonical paths. /usr/share/appname for persistent data and $HOME/.local/share/appname for user

Re: [SailfishDevel] QSqlDatabase cannot create db file when deployed as rpm package

2013-11-12 Thread Andrey Kozhevnikov
); db.setDatabaseName(dbPath); // Cannot open database when deployed as rpm bool ok = db.open(); ... } *From:* Andrey Kozhevnikov coderusin...@gmail.com *To:* devel@lists.sailfishos.org *Sent:* Monday, November 11, 2013

Re: [SailfishDevel] QSqlDatabase cannot create db file when deployed as rpm package

2013-11-12 Thread Andrey Kozhevnikov
*From:* Andrey Kozhevnikov coderusin...@gmail.com *To:* devel@lists.sailfishos.org *Sent:* Tuesday, November 12, 2013 12:14 AM *Subject:* Re: [SailfishDevel] QSqlDatabase cannot create db file when deployed as rpm package have you added sql to your project

Re: [SailfishDevel] How to? using SB2 environment.

2013-11-12 Thread Andrey Kozhevnikov
i have no mb2 or mb commands. something missing in my installation? On 12.11.2013 15:03, David Greaves wrote: On 12/11/13 08:19, Andrey Kozhevnikov wrote: Can you give me example of using sb2 SailfishOS-i486-x86 environment for cross-compilation? $ sb2 -t SailfishOS-i486-x86 ./configure Error

Re: [SailfishDevel] Problem finding main qml file

2013-11-12 Thread Andrey Kozhevnikov
i'm using view-setSource(SailfishApp::pathTo(qml/main.qml)); On 12.11.2013 18:45, Andreas Enbacka wrote: Hello, I am using view-setSource(QUrl::fromLocalFile(qml/projectName.qml)) to set the initial qml view for my app, however it is not found using run-time (it tries to access it from

Re: [SailfishDevel] How to use setContext() or what is recommended?!

2013-11-13 Thread Andrey Kozhevnikov
This is almost same what SailfishApp::main() does for you and it keeping booster working, just lets you to use application and view instances directly. Have fun with Sailfish ;) On 13.11.2013 21:23, Gabriel Boehme wrote: Wow, thanks to you and also Andrey! This is nearly the way I took back

Re: [SailfishDevel] Please, try my Flash API tester on device

2013-11-14 Thread Andrey Kozhevnikov
Let me know please - Jolla Phone have Flash LED or other technology? On 14.11.2013 15:38, Artem Marchenko wrote: Thanks Thanks. I also found a couple of kind sailors on IRC yesterday and by now got the confirmation (meaning tried in the code on their devices) that Torch functionality is not

Re: [SailfishDevel] Saving state/config

2013-11-15 Thread Andrey Kozhevnikov
both are easy. check Qt Assistant. examples and api reference are inside your Qt Creator ;) On 15.11.2013 20:48, Thomas Tanghus wrote: On Friday 15 November 2013 20:26 Andrey Kozhevnikov wrote: use QSettings as Jonni said and register own component to use in qml, if need, or export single

Re: [SailfishDevel] Saving state/config

2013-11-15 Thread Andrey Kozhevnikov
Sure. but you can make own classes for bth QSettings and GConfItem ;) On 15.11.2013 21:00, Marcin M. wrote: The plugin uses gconf, doesn't it? Can we use it to modify any gconf entry then? -- Marcin 2013/11/15 Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com

[SailfishDevel] Persecute - indie WhatsApp client for SailfishOS

2013-11-15 Thread Andrey Kozhevnikov
Hello Sailors! Please test my application - Persecute. Persecute is indie WhatsApp client in Qt/QML. Initially written by me for Harmattan in Qt4/QML and now ported to Qt5/QML for Sailfish. http://sailfish.openrepos.net/coderus/personal/main/p/persecute-0.1-1.armv7hl.rpm

Re: [SailfishDevel] Status of Sailfish SMS?

2013-11-15 Thread Andrey Kozhevnikov
Telepathy is not protocol. Its service controlling all system-wide accounts including ring, sms, mms services. On 15.11.2013 22:22, Seppo Tiainen wrote: I just want to point out what exactly I meant by SMS: Short Message Service of a mobile network (GSM/2G/3G/LTE) provided by the network

Re: [SailfishDevel] Harbour publishing - Invalid website

2013-11-16 Thread Andrey Kozhevnikov
i have prefix, and Submit button is active, this error message occurs after i pressed Submit :) On 16.11.2013 17:31, Stephen Jayna wrote: Hello, On 16 Nov 2013 [46], at 08:20, Andrey Kozhevnikov wrote: Trying to publish my app to Harbour, but i'm getting Invalid website message. What

Re: [SailfishDevel] ListModel sorting in QML

2013-11-17 Thread Andrey Kozhevnikov
afaik the use of JSONListModel not intended the sorting functions. you need to make own model and sort json data before pushing it to model. On 17.11.2013 18:39, Tigre-Bleu wrote: Hi, I have a ListView which loads a model from JSON with JSONListModel. The model contains items and category

Re: [SailfishDevel] directory structure on Sailfish

2013-11-19 Thread Andrey Kozhevnikov
read old mailing lists /usr/bin/executable /usr/share/myapplication read reference articles in QtCreator /usr/share/myapplication for data installed by package and $HOME/.local/share/myapplication for data created by application i have no answer structure is same On 19.11.2013 23:13, Wim de

[SailfishDevel] Connection to Emulator not working if PC offline

2013-11-20 Thread Andrey Kozhevnikov
Just found weird problem. If my laptop not connected to internet, Sailfish Emulator not responding and i can't work with it. Anyone else have same problem? ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Connection to Emulator not working if PC offline

2013-11-20 Thread Andrey Kozhevnikov
-boun...@lists.sailfishos.org] on behalf of Andrey Kozhevnikov [coderusin...@gmail.com] Sent: Wednesday, November 20, 2013 10:05 AM To: Sailfish OS Developers Subject: [SailfishDevel] Connection to Emulator not working if PC offline Just found weird problem. If my laptop not connected to internet

Re: [SailfishDevel] Full Emulator and/or APIs

2013-11-20 Thread Andrey Kozhevnikov
dbus is here and fully functional :) On 20.11.2013 18:54, wsvries wrote: Same question from me about Qt Serial Port. And, I also need QDBus. Cannot port my app until it is supported. wim Gabriel Boehme schreef op 2013-11-20 12:36: Hi sailors, @JollaHQ told me on Twitter to discuss the

Re: [SailfishDevel] Full Emulator and/or APIs

2013-11-20 Thread Andrey Kozhevnikov
for the transfer UI, which is completely absent. On Wed, Nov 20, 2013 at 2:55 PM, Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com wrote: dbus is here and fully functional :) On 20.11.2013 18:54, wsvries wrote: Same question from me about Qt Serial Port

Re: [SailfishDevel] Connection to Emulator not working if PC offline

2013-11-20 Thread Andrey Kozhevnikov
am using Linux, Kubuntu 13.10. The workaround I have found is to ifconfig 192.168.0.1 (or something like that) to give an address to the network. This usually lets me use the emulator. Luciano On Wed, Nov 20, 2013 at 9:28 AM, Andrey Kozhevnikov coderusin...@gmail.com wrote: I'm not connected

Re: [SailfishDevel] installing extra files via rpm

2013-11-21 Thread Andrey Kozhevnikov
create sailfish project, or dont use yaml, use spec. On 21.11.2013 16:01, Wim de Vries wrote: Hi Artem, Thanks for the reply. Best way would then to change .yaml, I guess. But somehow there is no .yaml in the rpm dir. Tried to add an empty one hoping that qmake or rebuild would fill it, but

Re: [SailfishDevel] installing extra files via rpm

2013-11-21 Thread Andrey Kozhevnikov
11:11 AM, Andrey Kozhevnikov wrote: create sailfish project, or dont use yaml, use spec. On 21.11.2013 16:01, Wim de Vries wrote: Hi Artem, Thanks for the reply. Best way would then to change .yaml, I guess. But somehow there is no .yaml in the rpm dir. Tried to add

[SailfishDevel] Emoji in SailfishOS

2013-11-21 Thread Andrey Kozhevnikov
Back to my old question: will jolla device with sailfishos have emoji fonts to display hi-color unicode emoji correctly or i should prepare my own input method component for emoji selection? ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] installing extra files via rpm

2013-11-21 Thread Andrey Kozhevnikov
to the .yaml file? Am I the only one that is trying to keep their applicaion buildable for sailfish as well as other targets? How are you dealing with this? Because my application.pro file is getting hard to maintain. On Thu, Nov 21, 2013 at 4:19 PM, Andrey Kozhevnikov coderusin...@gmail.com wrote: i

Re: [SailfishDevel] Emoji in SailfishOS

2013-11-21 Thread Andrey Kozhevnikov
the other question is: does it support color fonts? or just common glyphs? On 21.11.2013 23:29, Andrea Bernabei wrote: Andrey Kozhevnikov coderusinbox@... writes: Back to my old question: will jolla device with sailfishos have emoji fonts to display hi-color unicode emoji correctly or i

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Andrey Kozhevnikov
i have two binaries in application, how to? On 21.11.2013 19:52, Reto Zingg wrote: Hi, On 21.11.2013 15:48, Andrey Kozhevnikov wrote: binary names rename same or should be renamed in domain-style too? /usr/bin/myapp or /usr/bin/org.coderus.myapp ? yes, also the binary name has to be named

Re: [SailfishDevel] Problem with installing package in SDK Control Center

2013-11-21 Thread Andrey Kozhevnikov
dont press enter in input field. its bug. search for available packages will be automatically. On 22.11.2013 00:23, Sven Putze wrote: Hi there, on one computer I've got problems with installing a packages via SDK Control Center, here are the steps: SDK Control Center, Tab Target click on

Re: [SailfishDevel] Update on application naming for Harbour applications

2013-11-22 Thread Andrey Kozhevnikov
really? harbour-org.coderus.application how domain.organization.application naming can clash with device packages? why? On 22.11.2013 20:32, Robin Burchell wrote: Ahoy, In Iekku’s mail yesterday, we referred to application names needing to use a “dotted” form (e.g. com.example.myapp). It

Re: [SailfishDevel] Update on application naming for Harbour applications

2013-11-22 Thread Andrey Kozhevnikov
ah, just harbour-application instead of domain naming? ok then sorry for misreading. but i compiled package with dots successfully. check my package in Harbour :) On 22.11.2013 20:40, Reto Zingg wrote: Hi, On 22.11.2013 16:39, Andrey Kozhevnikov wrote: really? harbour

Re: [SailfishDevel] Update on application naming for Harbour applications

2013-11-22 Thread Andrey Kozhevnikov
i need to rebuild everything again? :D On 22.11.2013 20:52, Reto Zingg wrote: Hi, On 22.11.2013 16:47, Andrey Kozhevnikov wrote: ah, just harbour-application instead of domain naming? ok then sorry for misreading. but i compiled package with dots successfully. check my package in Harbour

Re: [SailfishDevel] Update on application naming for Harbour applications

2013-11-23 Thread Andrey Kozhevnikov
AM *To:* Sailfish OS Developers *Subject:* Re: [SailfishDevel] Update on application naming for Harbour applications will such name be accepted by package uploader of Jolla Harbour? '_' were not accepted before there... Andrey Kozhevnikov írta ekkor: 2013.11.22. 15

Re: [SailfishDevel] Update on application naming for Harbour applications

2013-11-23 Thread Andrey Kozhevnikov
:59 AM *To:* Sailfish OS Developers *Subject:* Re: [SailfishDevel] Update on application naming for Harbour applications will such name be accepted by package uploader of Jolla Harbour? '_' were not accepted before there... Andrey Kozhevnikov írta ekkor: 2013.11.22. 15

Re: [SailfishDevel] Folder for the icons according to the new requirements.

2013-11-23 Thread Andrey Kozhevnikov
86x86 dir. current SDK cant build 86x86 icons to apply new Harbour requirements. You need to wait for SDK update. It will have 86x86 folders. On 23.11.2013 19:21, Artem Marchenko wrote: New icons are to be 86x86, okay. Do I still deploy them to /90x90 directory or to new /86x86 dir? Anybody

Re: [SailfishDevel] Dynamically populate a ContextMenu

2013-11-23 Thread Andrey Kozhevnikov
you may need to make childs of menu._contentColumn, not just menu. On 23.11.2013 19:47, Tigre-Bleu wrote: Hi, I try to dynamically populate a ContextMenu but either I ran into a bug in the Silica Component or there is something I'm doing wrong. Here is an example of simplified code showing

Re: [SailfishDevel] Dynamically populate a ContextMenu

2013-11-23 Thread Andrey Kozhevnikov
You should use it if you want real dynamically created components. Or reimplement ContextMenu item. What would you prefer? On 23.11.2013 21:06, christopher.l...@thurweb.ch wrote: Hi Andrey Zitat von Andrey Kozhevnikov coderusin...@gmail.com: you may need to make childs of menu

Re: [SailfishDevel] Dynamically populate a ContextMenu

2013-11-23 Thread Andrey Kozhevnikov
to say on this issue. Zitat von Andrey Kozhevnikov coderusin...@gmail.com: You should use it if you want real dynamically created components. Or reimplement ContextMenu item. What would you prefer? ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Dynamically populate a ContextMenu

2013-11-24 Thread Andrey Kozhevnikov
not have to make that choice. using an underscore property is the pragmatic solution, but I would be interested to hear what the Jolla developers have to say on this issue. Zitat von Andrey Kozhevnikov coderusin...@gmail.com: You should use it if you want real dynamically created components

Re: [SailfishDevel] .ico : Unsupported image format

2013-11-24 Thread Andrey Kozhevnikov
its default webpage favicon format. how it can be ignored by OS? On 24.11.2013 22:04, Gabriel Böhme wrote: Transform it to an usual image format. I think *.ico is just known in the Microsoft world. ;) So change it to somethink like, jpg or png. :) Gabriel -- Von meinem Nokia N9 gesendet

Re: [SailfishDevel] Packaging with icons in 86x86 folder

2013-11-26 Thread Andrey Kozhevnikov
Sure, you can edit file SailfishOS/mersdk/targets/SailfishOS-armv7hl/usr/share/qt5/mkspecs/features/sailfishapp.prf On 26.11.2013 19:33, Unai IRIGOYEN wrote: Hi, I submitted my app before naming policy change but it got rejected according to new naming policy. I fixed all naming to comply

Re: [SailfishDevel] Packaging with icons in 86x86 folder

2013-11-26 Thread Andrey Kozhevnikov
manually - you can see how it's done at https://github.com/amarchen/Wikipedia/blob/master/src/src.pro /Artem. On Tue, Nov 26, 2013 at 3:36 PM, Andrey Kozhevnikov coderusin...@gmail.com mailto:coderusin...@gmail.com wrote: Sure, you can edit file SailfishOS/mersdk/targets/SailfishOS

Re: [SailfishDevel] people having reach to real device?

2013-11-27 Thread Andrey Kozhevnikov
join #sailfishos at freenode. there are several peoples with real device can help you :) On 27.11.2013 22:10, Zoltán Lutor wrote: Hi, Is there anybody out there with real Jolla device and willing to test some apps on real device? I would really appreciate some true testing since apps were

[SailfishDevel] Non-Devel questions in mailing list

2013-11-27 Thread Andrey Kozhevnikov
Hello! I'm glad to see you enjoy your new Jolla devices, but can you ask NON-DEVEL questions outside devel mailing lists please? You can do it on #sailfoshos freenode channel or any sailfish/jolla forum thread. Thanks. ___ SailfishOS.org Devel

Re: [SailfishDevel] Linking to qwidget, or any other method to access the clipboard

2013-12-02 Thread Andrey Kozhevnikov
edit sailfishapp.prf in arm target rootfs On 02.12.2013 17:14, Michael Demetriou wrote: Perfect, thank you very much. I still have a minor problem though. I have purged every instance of 90x90 from my project but the sdk still wants to install the icons in /usr/share/icons/90x90 (it

Re: [SailfishDevel] where did the template sailfishapplication.cpp/h go?

2013-12-06 Thread Andrey Kozhevnikov
sure QGuiApplication *app = SailfishApp::application(argc, argv); QQuickView *view = SailfishApp::createView(); view-rootContext()-setContextProperty(view, view); view-setSource(SailfishApp::pathTo(qml/main.qml)); view-showFullScreen(); app-exec(); On 06.12.2013 18:50, Wim

Re: [SailfishDevel] working on apps?

2013-12-14 Thread Andrey Kozhevnikov
WhatsApp client. On 14.12.2013 16:41, AL13N wrote: if there are people who are working on apps, and want to let it know, so that no other devs will waste time making the same apps, you can add these here: http://elinux.org/Jolla in the appriopriate section. Thanks!

Re: [SailfishDevel] Delegate creation on demand

2013-12-15 Thread Andrey Kozhevnikov
load model dynamically? if you wont preload model before using it can solve many problems. :) On 16.12.2013 02:03, Hendrik Borghorst wrote: Hello, the problem isn't my delegate. It is quite minimal. The problem is I think a bug in QML Listview. It goes absolutly crazy if it is invisible and

Re: [SailfishDevel] Delegate creation on demand

2013-12-15 Thread Andrey Kozhevnikov
+0600 schrieb Andrey Kozhevnikov: load model dynamically? if you wont preload model before using it can solve many problems. :) On 16.12.2013 02:03, Hendrik Borghorst wrote: Hello, the problem isn't my delegate. It is quite minimal. The problem is I think a bug in QML Listview. It goes absolutly

Re: [SailfishDevel] Delegate creation on demand

2013-12-15 Thread Andrey Kozhevnikov
the documentation of the qt-project QAbstractListModel is exactly the way to go. Also there are cases where manual optimization is far less efficient than tested optimizations done by compilers or good libraries ;) . Am Montag, den 16.12.2013, 02:14 +0600 schrieb Andrey Kozhevnikov: no, i mean manual

Re: [SailfishDevel] Delegate creation on demand

2013-12-15 Thread Andrey Kozhevnikov
start with Dynamic Object Management On 16.12.2013 02:21, Hendrik Borghorst wrote: Than if it is so clear could you be so nice and point me to some documentation? Am Montag, den 16.12.2013, 02:19 +0600 schrieb Andrey Kozhevnikov: you doing it wrong. its all what i see now :) On 16.12.2013 02

Re: [SailfishDevel] Making HTTP-requests

2013-12-17 Thread Andrey Kozhevnikov
Why not to make class with features you want and export it via setContextProperty to use on QML side? On 17.12.2013 22:14, da4c3...@ssl-mail.com wrote: What is the preferred way to make HTTP-requests in Sailfish? XMLHttpRequest doesn't cut it, since I need a custom user agent string. Are

Re: [SailfishDevel] Receiving notifications

2013-12-18 Thread Andrey Kozhevnikov
There is mlite5 library providing MNotification compability for lipstick, it have all features MeeGo have. On 18.12.2013 21:24, Mike Sheldon wrote: Hi, I'm currently in the process of porting Rockwatch, my Pebble smart watch application, from MeeGo to Sailfish. I've got the basics working

Re: [SailfishDevel] qca-qt5 for Jolla phone

2013-12-19 Thread Andrey Kozhevnikov
qt5 have good QCryptographicHash classes. Why you need QCA? On 19.12.2013 13:37, Denis Zalevskiy wrote: Hi Ruediger, On 12/17/2013 11:16 PM, Ruediger Gad wrote: Hi, as far as I can see, qca-qt5 is not available in the pre-installed repositories of the Jolla phone. So, my questions are: - Is

Re: [SailfishDevel] Calling QML function from C++ class

2013-12-21 Thread Andrey Kozhevnikov
http://qt-project.org/doc/qt-5.0/qtqml/qtqml-cppintegration-interactqmlfromcpp.html here useful examples. also same article can be found offline directly in QtCreator Help. On 21.12.2013 16:05, Jukka Heikkilä wrote: Hi, I have successfully learned how to call C++ method from QML. I would

Re: [SailfishDevel] QtContacts available

2013-12-21 Thread Andrey Kozhevnikov
are available ? Thanks. Ciao Matze Am 21.12.2013 12:59, schrieb Andrey Kozhevnikov: its Qt5Contacts module On 21.12.2013 17:58, Matthias Barmeier wrote: Hi, is QtContacts available for SDK emulator or Device ? And if it is available where and how can I get it ? Ciao Matze

Re: [SailfishDevel] QtContacts available

2013-12-21 Thread Andrey Kozhevnikov
or directory This file is availables under: /opt/SailfishOS/mersdk/targets/SailfishOS-i486-x86/usr/include/qt5/QtContacts I try to use QtContacts from qml ist this possible ? Ciao Matze Am 21.12.2013 13:04, schrieb Andrey Kozhevnikov: add it to pro file CONFIG += Qt5Contacts

Re: [SailfishDevel] QtContacts available

2013-12-21 Thread Andrey Kozhevnikov
I do ? Ciao Matze Am 21.12.2013 14:36, schrieb Andrey Kozhevnikov: add INCLUDEPATH += /usr/include/qt5/QtContacts to pro file On 21.12.2013 18:44, Matthias Barmeier wrote: Hi, I added the CONFIG line to my project file. And added the include to my .cpp file, but got this. /usr/include

Re: [SailfishDevel] Where does my locally installed app go?

2013-12-22 Thread Andrey Kozhevnikov
rpm maybe? not qpm :) On 22.12.2013 20:42, Wim de Vries wrote: thx, but qpm is not on Jolla: -bash: qpm: No such file or directory and find does not find my app files either BTW: same for deployment via SDK (via WLAN) thanks r wim On 12/22/2013 03:03 PM, David Greaves wrote: On 22/12/13

Re: [SailfishDevel] Mainloop problem

2013-12-22 Thread Andrey Kozhevnikov
use lastWindowClosed signal instead of destroyed and int retval = app-exec(); delete x; delete y; return retval; On 22.12.2013 21:22, Mikael Hermansson wrote: Cant figure out what I am doing wrong but it seems mainloop does not shutdown when using QQuickView like below. And I can't figure

Re: [SailfishDevel] SailfishOs Integration questions

2013-12-23 Thread Andrey Kozhevnikov
you should create json file in subdirectory inside /usr/share/jolla-settings/entries then add qml page, preferable inside /usr/share/jolla-settings/pages subdirectory On 24.12.2013 00:00, jja...@gmail.com wrote: Hi sailors, I'm also interested (spesifically question 2) to know how can I

Re: [SailfishDevel] SailfishOs Integration questions

2013-12-23 Thread Andrey Kozhevnikov
i see no problems with harbour. On 24.12.2013 01:53, Gabriel Böhme wrote: Hi, thank you very much, for this answer, but will this be allowed in harbour apps as well? Guess not. Will it be in the future? :) Cheers Gabriel -- Von meinem Nokia N9 gesendet Andrey Kozhevnikov schrieb am

Re: [SailfishDevel] Jolla hostname == localhost

2013-12-24 Thread Andrey Kozhevnikov
create /etc/hostname On 24.12.2013 14:17, Risto Sainio wrote: I noticed that jolla has as hostname localhost. Could this be changed to another name as right now there could be only one jolla-device known by my local DNS-DHCP-combo. Did not find any /etc/hostname or /etc/HOSTNAME files to

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Andrey Kozhevnikov
did you tried emulating keypress with char codes? On 25.12.2013 21:57, Sven Putze wrote: On 25.12.2013, at 15:40, Andrey Kozhevnikov coderusin...@gmail.com wrote: pasting from clipboard to onscreen keyboard not working? sadly then. Sadly, indeed :-) If only I had something I could copy

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Andrey Kozhevnikov
system wide or to active window, using QApplication::sendEvent. I didnt tried it to send events to another window, just suggesting different way. On 25.12.2013 23:30, Sven Putze wrote: I din't get that. Emulate keypress where? BR. Sven On 25.12.2013, at 17:39, Andrey Kozhevnikov coderusin

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Andrey Kozhevnikov
:39, Andrey Kozhevnikov coderusin...@gmail.com wrote: did you tried emulating keypress with char codes? On 25.12.2013 21:57, Sven Putze wrote: On 25.12.2013, at 15:40, Andrey Kozhevnikov coderusin...@gmail.com wrote: pasting from clipboard to onscreen keyboard not working? sadly then. Sadly

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Andrey Kozhevnikov
just about entering my long and cryptic password in the real device. I hope I don't need to write an app for that ;-) BR. Sven On 25.12.2013, at 18:32, Andrey Kozhevnikov coderusin...@gmail.com wrote: system wide or to active window, using QApplication::sendEvent. I didnt tried it to send events

[SailfishDevel] Mitakuuluu for Sailfish - preview package

2013-12-25 Thread Andrey Kozhevnikov
Hello sailors! I'm just sharing preview package of Mitakuuluu - WhatsApp client for Sailfish. I'm hoping on your bugreports, not feature requests for now, please. https://www.dropbox.com/sh/kyo4tzo7298lkkg/rpf_rInGry Please mail bugreports to coderusin...@gmail.com please. Best regards :)

[SailfishDevel] Together Jolla emails

2013-12-25 Thread Andrey Kozhevnikov
Can you add to togeher jolla emails link to added comment and lint to case please? Now its quite useless if you cant go to site from email :( ___ SailfishOS.org Devel mailing list

[SailfishDevel] jolla-mediaplayer cant handle file url for opening

2013-12-25 Thread Andrey Kozhevnikov
There is worst lack of feature ever in jolla-mediaplayer. It have no option to open mediafile from fileurl via mimetypes associations. There are just NO way to open media file from filemanager or transfers window. Users erporting it as bug in my application, but bug in Sailfish, in

Re: [SailfishDevel] Displaying large models in SailfishOS

2013-12-26 Thread Andrey Kozhevnikov
I solved this in two ways: 1. Put SilicaListView inside SIlicaFlickable. SilicaFlickable { interactive: !listView.flicking pressDelay: 0 PullDownMenu {} PageHeader {} SilicaListView { pressDelay: 0 } } Now i have fixed header and can always pull down menu, and its not intercepting

Re: [SailfishDevel] Remote Xterm/Wayland session possible?

2013-12-27 Thread Andrey Kozhevnikov
VNC? On 27.12.2013 16:40, Putze Sven wrote: Hi all, would it be possible to open a (SSH tunneled) Xterm or Wayland session with the phone? Is there enough technology in the Wayland stack on the phone? Usecase could be presentation on a beamer, recording of what's happening on the phone. How

Re: [SailfishDevel] configure mail accounts via command line

2013-12-27 Thread Andrey Kozhevnikov
just generate random 32-ascii-chars password. it should be enough :) On 27.12.2013 18:38, Putze Sven wrote: On 25.12.2013, at 18:49, Andrey Kozhevnikov coderusin...@gmail.com wrote: what profit of using long crypted password if you can't remember it or just type, if you keeping your long

Re: [SailfishDevel] [Update] Changelog for SailfishOS update 2 (1.0.2.5)

2013-12-27 Thread Andrey Kozhevnikov
Thanks. Really big update :) On 27.12.2013 19:00, Bernd Wachter wrote: Hi all, we're releasing update2 today. The changelog can be found (and commented on) here: https://together.jolla.com/question/3612/release-notes-software-update-2-1025/ Changelog is appended below, for additional

[SailfishDevel] Custom software input panel in QML

2013-12-27 Thread Andrey Kozhevnikov
Hello! Is there are way to override software input panel in qt5? In harmattan i used inputContext.customSoftwareInputPanelComponent in QML which replaces SoftwareInputPanel component ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Daemons in app store. And/or other ways of getting activated on event/schedule

2013-12-29 Thread Andrey Kozhevnikov
creating cron rules can be more usable and easier On 29.12.2013 14:20, AL13N wrote: IMHO, we should contribute such stuff to mer/nemo (possibly using dbus) and make an app for it here. daemons as apps seems ludicrous to me... Hi All If I read Harbour FAQ correctly, you are not allowed to

Re: [SailfishDevel] PkCon on Emulator: Empty Reply from Server

2013-12-29 Thread Andrey Kozhevnikov
you can use export LANG=C to get output in english and for bug: just change dns of your isp connection / try to ping http://releases.sailfishos.org On 29.12.2013 21:38, christopher.l...@thurweb.ch wrote: Hi All Ever so often, when I try to install a package to the Emulator via PkCon I get

Re: [SailfishDevel] pageStack.navigate[Forward/Back] not working?

2014-01-01 Thread Andrey Kozhevnikov
Working for me on device. It can be emulator bug only. On 01.01.2014 21:49, Mikael Hermansson wrote: In my code I have an attached page I want to jump to when user select it in a menu: Code that creates the attached page its a timer trigger 50 msec after FirstPage has been rendered because

Re: [SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Andrey Kozhevnikov
its inside build machine. qmake will run lupdate/lrelease from internal path. On 02.01.2014 23:36, Franck Routier (perso) wrote: Hi, I would like to translate my QML application, now that it runs fine. I have used qsTr() for literal strings. Then I have tried to run 'lupdate' from

Re: [SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Andrey Kozhevnikov
i'm always using self-created ts.list text file with list of paths to files contains strings and my lupdate syntax: lupdate -verbose -ts languages/en_US.ts @ts.list On 02.01.2014 23:44, Franck Routier (perso) wrote: Le 02/01/2014 18:37, Andrey Kozhevnikov a écrit : its inside build machine

Re: [SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Andrey Kozhevnikov
:11, Andrey Kozhevnikov a écrit : i'm always using self-created ts.list text file with list of paths to files contains strings and my lupdate syntax: lupdate -verbose -ts languages/en_US.ts @ts.list On 02.01.2014 23:44, Franck Routier (perso) wrote: Le 02/01/2014 18:37, Andrey Kozhevnikov

Re: [SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Andrey Kozhevnikov
sufficient to to make it happen ? 3) Is there a way I can test if it is working from within the SDK (I did not receive my device yet...) ? Should I ssh into the emulator and play with LC_ALL, or is there another way ? Thanks in advance, Franck Le 02/01/2014 21:02, Andrey Kozhevnikov a écrit

Re: [SailfishDevel] Sending emails from an app

2014-01-02 Thread Andrey Kozhevnikov
yes. all mailto fields will be added to composed email On 03.01.2014 02:46, AL13N wrote: Op vrijdag 3 januari 2014 01:28:17 schreef Andrey Kozhevnikov: only mailto:em...@address.com; and its fields allowed afaik. [...] and i suppose the user will just see the email app on compose

Re: [SailfishDevel] API/Silica Module for Contacts

2014-01-03 Thread Andrey Kozhevnikov
Is it really missing? Or just not implemented? Why you switching statement? It will be handy to have built in pickers for everything, but well, you have contacts model and can create you own picker with favorite delegates. I dont think it's really missing feature. Really missing feature for

[SailfishDevel] Notification icons guidelines

2014-01-03 Thread Andrey Kozhevnikov
Hello! Can you provide info about images using in lipstick notification popups and in notifications view? Sizes, paths, etc.? ___ SailfishOS.org Devel mailing list

[SailfishDevel] ContextMenu with repeater

2014-01-03 Thread Andrey Kozhevnikov
Hello I can't get context menu index if using repeater inside ComboBox { id: languageCombo label: Language currentIndex: 0 menu: ContextMenu { id: languageMenu Repeater {

Re: [SailfishDevel] Adding files to RPM packages

2014-01-03 Thread Andrey Kozhevnikov
show pro file On 03.01.2014 22:22, Franck Routier (perso) wrote: Hi, still in the process of finishing my first application... Now I have translation files (.ts and .qm), that are located in a 'languages' directory. I have added them to the .pro file, and I have modified the yaml RPM

Re: [SailfishDevel] Adding files to RPM packages

2014-01-03 Thread Andrey Kozhevnikov
RESOURCES += \ images.qrc HEADERS += TRANSLATIONS = languages/mkpokerplanning_fr.ts Le 03/01/2014 17:30, Andrey Kozhevnikov a écrit : show pro file On 03.01.2014 22:22, Franck Routier (perso) wrote: Hi, still in the process of finishing my first application... Now I have translation files (.ts

Re: [SailfishDevel] Accessing Saifish theme from javascript

2014-01-04 Thread Andrey Kozhevnikov
import Sailfish.Silica.theme 1.0 On 04.01.2014 16:49, Kimmo Lindholm wrote: I assume this is clear as daylight but I don't get it... I need to access Theme colors from javascript --file; I have successfully imported it .importSailfish.Silica1.0asSilica and in QtCreator after typing Silica. I

  1   2   3   4   5   >