[SailfishDevel] Quickfix for SailfishOS SDK available today.

2013-12-16 Thread Jarko Vihriala
Hello again, Today at 10:00 UTC we will publish an update for Qt Creator (SailfishOS SDK IDE), which fixes the missing application output logs. The update will be made available via the SDK maintenance tool and Qt Creator will display an update notifier when it is ready for downloading. Here's

Re: [SailfishDevel] [update] Hotfix to update1 (1.0.1.10 -> 1.0.1.12)

2013-12-16 Thread Tone Kastlunger
Hey! Any chance to get a hot-fix for email client? It seems there are troubles when accessing exchange accounts which rely on self-signed certificates... Best, tortoiseidoc On Tue, Dec 17, 2013 at 12:03 AM, Bernd Wachter wrote: > > Hi all, > > we just discovered an issue in both 1.0.0.5 and 1.0

[SailfishDevel] Displaying additional QML Subdirectories in the QtCreator Projects Browser

2013-12-16 Thread christopher . lamb
Hi all In my Qt Projects I like to structure the QML files into subdirectories according to their purpose, similar to the way that Sailfish provides "cover" and "pages directories". As an example my current project has a "gui" and a "backend" directory. In older version of the Sailfish t

Re: [SailfishDevel] network statistics for sailfish

2013-12-16 Thread Kalle Vahlman
2013/12/16 W. Dobbe : > Have a look at the source of for example Nethogs. Libpcap is used to detect > packet transfer and then some clever things are done to deduct the application > that initiated the transfer. Speaking of Nethogs, I recently made a package for it: https://build.merproject.org

Re: [SailfishDevel] network statistics for sailfish

2013-12-16 Thread W. Dobbe
On 16 Dec 2013, at 23:40, Thomas Perl wrote: > Hey, > > 2013/12/16 Martin Grimme : >> 2013/12/16, W. Dobbe : >>> Probably that will be the end conclusion, but Android is also Linux, so how >>> do the Android network monitor apps get their information? Does the android >>> stack/Dalvik give extr

Re: [SailfishDevel] network statistics for sailfish

2013-12-16 Thread Thomas Perl
Hey, 2013/12/16 Martin Grimme : > 2013/12/16, W. Dobbe : >> Probably that will be the end conclusion, but Android is also Linux, so how >> do the Android network monitor apps get their information? Does the android >> stack/Dalvik give extra hooks for network inspection ? > > Android is not Linux.

[SailfishDevel] [update] Hotfix to update1 (1.0.1.10 -> 1.0.1.12)

2013-12-16 Thread Bernd Wachter
Hi all, we just discovered an issue in both 1.0.0.5 and 1.0.1.10 today which causes update of the store token required for accessing store repositories to fail. A fix for that has been pushed a few minutes ago: The update to version 1.0.1.12 you might be seeing on your device soon contains exactl

Re: [SailfishDevel] network statistics for sailfish

2013-12-16 Thread Martin Grimme
2013/12/16, W. Dobbe : > Probably that will be the end conclusion, but Android is also Linux, so how > do the Android network monitor apps get their information? Does the android > stack/Dalvik give extra hooks for network inspection ? Android is not Linux. Android is as much Linux as iOS is BSD.

Re: [SailfishDevel] QAudioOutput and raw/pcm audio output

2013-12-16 Thread Thomas Perl
Hi, 2013/12/16 Andreas Enbacka : > What codes are supported currently on SailfishOS using QAudioOutput? In my > QSpot application I am writing raw PCM audio directly (using push) to > QAudioOutput, however I get absolutely no sound output (tested on the > emulator, and also on SailfishOS port runn

Re: [SailfishDevel] network statistics for sailfish

2013-12-16 Thread W. Dobbe
On 16 Dec 2013, at 21:09, "AL13N" wrote: >> I'm investigating to see if it is possible to create a network monitor for >> SailfishOs. Something like >> https://play.google.com/store/apps/details?id=com.mobidia.android.mdm&feature=search_result >> >> I can read simple received/sent statistics fr

Re: [SailfishDevel] journalctl workaround to see console.log

2013-12-16 Thread christopher . lamb
Hi Kalle I was playing around with a SilicaListView with a 100 items, with console.log output on Component.onCompletion and onDestruction, and was scrolling up and down (in the Emulator). What we really need is console.log back in the QtCreator application output where it belongs. This sh

Re: [SailfishDevel] C++ and QML Integration: SetContextProperty with the latest SailfishOS Templates

2013-12-16 Thread christopher . lamb
Hoi Thomas Thank you for your answer. Zitat von "Thomas Perl" : As described on the QScopedPointer documentation page: http://qt-project.org/doc/qt-5.0/qtcore/qscopedpointer.html I found that a few nights ago. I could not get to sleep, and it occurred to me that there might be some docume

Re: [SailfishDevel] journalctl workaround to see console.log

2013-12-16 Thread Kalle Vahlman
2013/12/16 : > Hi All > > As reported in a previous thread, the latest SDK release does not spool > console.log output to the QtCreator application output. journalctl has been > suggested as a workaround. > > Having experimented with journalctl, Is it possible that console.log output > to journal

Re: [SailfishDevel] network statistics for sailfish

2013-12-16 Thread AL13N
> I'm investigating to see if it is possible to create a network monitor for > SailfishOs. Something like > https://play.google.com/store/apps/details?id=com.mobidia.android.mdm&feature=search_result > > I can read simple received/sent statistics from /proc/net/dev , but it > would be more interest

[SailfishDevel] journalctl workaround to see console.log

2013-12-16 Thread christopher . lamb
Hi All As reported in a previous thread, the latest SDK release does not spool console.log output to the QtCreator application output. journalctl has been suggested as a workaround. Having experimented with journalctl, Is it possible that console.log output to journalctl either gets lost

[SailfishDevel] QAudioOutput and raw/pcm audio output

2013-12-16 Thread Andreas Enbacka
Hello, What codes are supported currently on SailfishOS using QAudioOutput? In my QSpot application I am writing raw PCM audio directly (using push) to QAudioOutput, however I get absolutely no sound output (tested on the emulator, and also on SailfishOS port running on N950). Is this the exp

[SailfishDevel] HelloWorld Pro and Wikipedia updated to new SDK. Use them as good templates guaranteed to go through harbour

2013-12-16 Thread Artem Marchenko
Both got approved in Harbour, but not yet published to app store as of now. Both feature proper structure with src, tests subprojects, script for running tests automatically, etc. Enjoy! And contribute. HelloWorld Pro actually does got public pull requests including just the docs improvement. ht

Re: [SailfishDevel] Problems installing applications from the store

2013-12-16 Thread Kalle Vahlman
2013/12/16 Jonni Nakari : > Greetings, > I haven't been able to install applications from the Jolla store during the > last few days. Whe trying to install an application the device (Jolla phone) > displays a notification "Problem with store: Problem with installing name>" for a very short time af

[SailfishDevel] Problems installing applications from the store

2013-12-16 Thread Jonni Nakari
Greetings, I haven't been able to install applications from the Jolla store during the last few days. Whe trying to install an application the device (Jolla phone) displays a notification "Problem with store: Problem with installing " for a very short time after the selected application has be

Re: [SailfishDevel] Using Python 3 and PyOtherSide repository on Sailfish device : one solution

2013-12-16 Thread Thomas Perl
Hi, 2013/12/16 Roberto Colistete Jr. > Ops, I think I've found the solution, the "-G" (--no-gpgcheck, Disable GPG > verification for this repository) is needed : > # zypper ar -G > http://repo.merproject.org/obs/mer-python3/latest_armv7hl/mer-python3.repo > So this and other Mer COBS repositorie

Re: [SailfishDevel] C++ and QML Integration: SetContextProperty with the latest SailfishOS Templates

2013-12-16 Thread Thomas Perl
Hi, 2013/12/12 : > Thanks, that works! (except that you probably did not mean "view" to be 2nd > param of setContextProperty). > > So taking your example I can do: > > int main(int argc, char *argv[]) > { > [...] > QGuiApplication *app = SailfishApp::application(argc, argv); > QQuickV

[SailfishDevel] network statistics for sailfish

2013-12-16 Thread winfried . dobbe
I'm investigating to see if it is possible to create a network monitor for SailfishOs. Something like https://play.google.com/store/apps/details?id=com.mobidia.android.mdm&feature=search_result I can read simple received/sent statistics from /proc/net/dev , but it would be more interesting to see

Re: [SailfishDevel] SailfishOS (Dutch) translations

2013-12-16 Thread Reto Zingg
Hi, On 15.12.2013 13:28, Wim de Vries wrote: On 12/15/2013 11:45 AM, Javier Ferreira wrote: Waiting for the portuguese Em 15/12/2013 07:41, "Jarno" mailto:jarno.de@gmail.com>> escreveu: Hi, I was wondering if the current SailfishOS UI is ready to be translated to more langua

Re: [SailfishDevel] Delegate creation on demand

2013-12-16 Thread Hendrik Borghorst
Hi, thanks for the hint. A workaround like this works. Although I had to take care of contextMenu height too. But at least this is a nicer workaround than taking the model away. Greetings Am Montag, den 16.12.2013, 01:07 + schrieb Chris Adams: > Hi, > > It seems like the ListItem delegat