Re: [SailfishDevel] working on apps?

2013-12-14 Thread Thomas Tanghus
Currency Converter: https://github.com/tanghus/currency-converter-qml Kitchen Timer: https://github.com/tanghus/kitchen-timer-qml The capcha for your site is ridiculous, so posting it here instead :) On Saturday 14 December 2013 11:41 AL13N wrote: > if there are people who are working on apps, an

Re: [SailfishDevel] Delegate creation on demand

2013-12-14 Thread Hendrik Borghorst
Hello again, I think I found the problem. The moment the ListView is not visible anymore it goes on a killing spree and starts creating delegates for around 50% of all items in model. If I put in a workaround like: model: visible ? modelVar : null The ListView works. 2013/12/14 Hendrik Borgho

Re: [SailfishDevel] no output from console.log

2013-12-14 Thread Artem Marchenko
That is a known issue with this SDK release, unfortunately. There are two workarounds possible: 1. ssh to emulator console and run "sudo journalctl -fa" there 2. Switch to test-driven development as qttest console output goes to QtCreator just fine :) See sample tests subprojects at https://github

[SailfishDevel] Delegate creation on demand

2013-12-14 Thread Hendrik Borghorst
Hello folks, I've got a problem with long lists (~25000 elements). All delegates are created at once which causes the memory usage to explode beyond the devices capability. I already tried setting "cacheBuffer: 0" in SiliciaListView but it doesn't change it. Is the something I'm doing wrong.

Re: [SailfishDevel] working on apps?

2013-12-14 Thread Martin Kolman
14.12.2013 11:41, AL13N: 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! ___ Sailf

Re: [SailfishDevel] Sharing version number (and other constants?) between .yaml/spec, .pro and .cpp/.qml

2013-12-14 Thread Artem Marchenko
Thanks, Robin! Worked fine. Cheers, Artem. On Sat, Dec 7, 2013 at 12:50 AM, Robin Burchell wrote: > https://github.com/nemomobile/mlite/blob/master/rpm/mlite-qt5.yaml#L20 > gives you > https://github.com/nemomobile/mlite/blob/master/rpm/mlite-qt5.spec#L60 > > if you want to go all out gung-h

[SailfishDevel] no output from console.log

2013-12-14 Thread Wim de Vries
Hi, Since 1312 I do not get any of the console.log output in the "application output" window. Am I overseeing sth. thanks. r wim ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] working on apps?

2013-12-14 Thread Damien Caliste
Hello, I ported a map application written by Till Harbaum for Maemo named Maep. The Sailfish version can be found in github https://github.com/dcaliste/maep-qt There is a thread with screenshots on TMO. Regards, Damien. ___ SailfishOS.org Devel mai

Re: [SailfishDevel] How to deploy app to Jolla device?

2013-12-14 Thread Javier Ferreira
im having this problem ! 2013/12/14 Jarko Vihriala > Hello, > The thing we did not document is that host needs to have static IP of > 192.168.2 and then device creation works like in > https://sailfishos.org/develop-firstapp-article.html chapter 'Create a > connection to Mer ARM device.". > >

Re: [SailfishDevel] How to deploy app to Jolla device?

2013-12-14 Thread Jarko Vihriala
Hello, The thing we did not document is that host needs to have static IP of 192.168.2 and then device creation works like in https://sailfishos.org/develop-firstapp-article.html chapter 'Create a connection to Mer ARM device.". thanks, Jarko From: devel-boun..

Re: [SailfishDevel] Building/Deploying app fails with 1312 SDK

2013-12-14 Thread superpelican
Hello, Thanks for your reply, apparently I hadn't read a part of your reply (I was viewing it on my N900). I discovered the other part of your reply only when I reread the message on my computer ;) Well, anyway, I have now just created a new project and copied over my C++ source files and .qml

[SailfishDevel] __silica_applicationwindow_instance and Silica testability. Reliably faking it or making sure it works fine

2013-12-14 Thread Artem Marchenko
Hi there *You can see all the mentioned things in HelloWorld Pro code at https://github.com/amarchen/helloworld-pro-sailfish * After the Alpha 3 SDK update, QtQuick tests work, but started producing tons of warnings such as file:///usr/lib/qt5/

Re: [SailfishDevel] working on apps?

2013-12-14 Thread W. Dobbe
You'll be the man if you can make a native WhatsApp client that works well. For the protocol are you using the source code of Yappari or Wazapp or are you starting from scratch ? cheers, Winfried On 14 Dec 2013, at 11:44, Andrey Kozhevnikov wrote: > WhatsApp client. > > On 14.12.2013 16:41,

Re: [SailfishDevel] working on apps?

2013-12-14 Thread Artem Marchenko
Flashlight It is actually done already, but doesn't work as Torch API is not supported :) A version using camera trick works (as a slow strobe), but it works in dark conditions only, so will never make it to harbour until I get device to hands and tune it to be at least OK in light conditions. You

Re: [SailfishDevel] How to deploy app to Jolla device?

2013-12-14 Thread Seppo Tiainen
Please check thread 'Connecting Jolla device to SDK', 5th December below. It is not too simple yet. 2013/12/14 Kalle Lammenoja > There is propably a quide somewhere, i just havent found it. So how do i > deploy an app on sailfish IDE directly to Jolla device connected with usb > on dev mode? On

Re: [SailfishDevel] working on apps?

2013-12-14 Thread Kari Pihkala
Hi Martin and Carlos, I already made a simple File Browser for Sailfish OS, but sounds like yours will have more powers. My app is on its way to the store, but you can get it already at https://github.com/karip/harbour-file-browser Special thanks to Artem Marchenko for the excellent app template

Re: [SailfishDevel] working on apps?

2013-12-14 Thread Carlos J Mazieri
Hi Martin, Arto Jalkane and I worked together in the Ubuntu Touch File Manager. We have a Qt plugin backend model which was inherited from nemo mobile plugin

Re: [SailfishDevel] working on apps?

2013-12-14 Thread Ruediger Gad
http://ruedigergad.github.io/meepasswords/ A password manager http://ruedigergad.github.io/qtodo/ A to-do list application Both are actually in a pretty good shape, I think, and I am right now looking for some time to get em packaged for Harbour and uploaded. BR Ruediger PS: I also have some

Re: [SailfishDevel] working on apps?

2013-12-14 Thread Martin Grimme
A two-paned file manager. Cheers, Martin Am 14.12.2013 12:45 schrieb : > BitPurse : Bitcoin client > ownNotes : notes taking apps with ownCloud apps. > > Regards > > -- > Benoît HERVIER - http://khertan.netLe 14/12/13 11:41 AL13N a écrit : > if there are people who are working on apps, and want

Re: [SailfishDevel] working on apps?

2013-12-14 Thread khertan
BitPurse : Bitcoin client ownNotes : notes taking apps with ownCloud apps. Regards -- Benoît HERVIER - http://khertan.netLe 14/12/13 11:41 AL13N a écrit : 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

[SailfishDevel] How to deploy app to Jolla device?

2013-12-14 Thread Kalle Lammenoja
There is propably a quide somewhere, i just havent found it. So how do i deploy an app on sailfish IDE directly to Jolla device connected with usb on dev mode? On windows and linux? ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] working on apps?

2013-12-14 Thread AL13N
> WhatsApp client. awesome! alot of people will want this! added... ___ SailfishOS.org Devel mailing list

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! __

[SailfishDevel] working on apps?

2013-12-14 Thread AL13N
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! ___ SailfishOS.org Devel mailing lis

Re: [SailfishDevel] Sailfish app to monitor network traffic ?

2013-12-14 Thread AL13N
> Hi all, > > A question to those who already received their Jolla phone: is there an > application to monitor the amount of data going over the network, > especially over the 3G/4G connection ? > > If not, is there already someone developing one? > > Otherwise I might have a go at it. I added you

Re: [SailfishDevel] A new Jolla phone user - after 2 days of use

2013-12-14 Thread AL13N
> Hi, > > Moving from N9/Meego two days ago, I find Jolla/Sailfish very easy to use, > and have some feedback (wishlist?). I hope this is the right place for > this feedback, otherwise please point me to the correct place. i'm not a jolla dev, nor do i have a jolla, but i'll reply and give my thou