Re: [SailfishDevel] sailfishos.org seems to limit the download speed to about 160kB/s

2016-09-02 Thread Thomas Amler
I can't confirm that. Currently downloading the Windows SDK with 6MiB/s. :-) Am 02.09.2016 um 18:50 schrieb Marcin Mielniczuk: Hi, Either when downloading the sb2 target for HADK or when updating the SFOS SDK the download speed oscillates between 120 and 180 kB/s. If I start two downloads fro

Re: [SailfishDevel] About Harbour QA queue

2015-12-16 Thread Thomas Amler
I don't want to disillusion you, but my two updates which passed QA yesterday and today, were 18 and 19 days in the queue. ;-) Am 16.12.2015 17:49, schrieb jollail...@gmail.com: Thanks, then I don't want to risk it. Would be great to have the update before Christmas, because the new online list

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

2015-01-21 Thread Thomas Amler
That did the trick. Thank you very much! :-) Am 21.01.2015 15:11, schrieb Pekka Vuorela: ke, 2015-01-21 kello 15:02 +0100, Thomas Amler kirjoitti: Hi, I have a problem concerning the RegExpValidator of a TextField. This is the code: TextField { id

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

2015-01-21 Thread Thomas Amler
Hi, I have a problem concerning the RegExpValidator of a TextField. This is the code: TextField { id: cameraManufacturer width: parent.width label: qsTr("Manufacturer") placeholderText: label text: edit

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

2015-01-09 Thread Thomas Amler
Hi, in the case someone experiences the same problem like me yesterday, here's my summary. :-) Problem: Yesterday I experienced problems with fast repeating qtcreator hangs on my Win7 x64 machine. The hangs last for a minute or so and between them the SDK only was usable for up to 10 seconds

Re: [SailfishDevel] [bug] Silica ComboBox.qml - can't set currentIndex after initialization

2015-01-06 Thread Thomas Amler
I'm using this workaround: Component.onCompleted: { listid = parseInt(DB.getTaskProperty(taskid, "ListID")) DB.readLists() listLocatedIn.currentIndex = listindex listLocatedIn.currentItem = listLocatedIn.menu.children[listindex] } Am 05.01.2015 um 11:40 schrieb An

Re: [SailfishDevel] Notifications API

2014-07-09 Thread Thomas Amler
Is it possible to create my own config for my application? I already tried to add one to /home/nemo/.config/lipstick/ and /home/nemo/.config/lipstick/notificationcategories/ but both don't work. Am 30.06.2014 06:53, schrieb Andrey Kozhevnikov: /usr/share/lipstick/notificationcategories 30.

Re: [SailfishDevel] Notifications API

2014-07-09 Thread Thomas Amler
I got it working now. Just to complete some missing steps: Additionally you need to add this to the harbour-.pro: QT += dbus This to the harbour-.yaml: - Qt5DBus And finally this to the main cpp file_: #include #include Then everything should work. Btw: The only documentation of the notific

Re: [SailfishDevel] Notifications API

2014-07-07 Thread Thomas Amler
Thank you very much! :-) Am 07.07.2014 21:28, schrieb Piotr Tworek: This might not be the best solution, but for YTPlayer I've basically added nemo-qml-plugin-notifications as a git submodule. To compile the code I've created qmake pri file that I include in my main .pro file (See: https://githu

Re: [SailfishDevel] Notifications API

2014-07-07 Thread 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 nemo-qml-plugin-notifications as part of your app :) Be aware, that nemomobile notifications API ist not allowed in

Re: [SailfishDevel] Notifications API

2014-06-29 Thread Thomas Amler
Be aware, that nemomobile notifications API ist not allowed in harbour at the moment. Am 29.06.2014 17:54, schrieb Jonni Rainisto: https://github.com/nemomobile/mlite/blob/master/src/mnotification.h https://github.com/nemomobile/nemo-qml-plugin-notifications ___

Re: [SailfishDevel] Next OS update early June

2014-05-22 Thread Thomas Amler
+1 :-) Am 22.05.2014 18:09, schrieb Steph Gosling: Hi Soumya, On Thu, 22 May 2014 16:32:51 +0300 Soumya Bijjal wrote: Hello, I just wanted to say thank you for the mails about u6/7. I don't know if there's been much feedback, public/private, positive/negative, since the meeting about the i

Re: [SailfishDevel] Hardware compatibility

2014-03-06 Thread Thomas Amler
At the end there's no big difference I think. If the hardware is the same which is supported, will be easy to use for the platform, independent if there is already Android running on this device or not. Am 06.03.2014 16:54, schrieb Ove Kåven: Den 06. mars 2014 16:44, skrev Thomas Amler:

Re: [SailfishDevel] Hardware compatibility

2014-03-06 Thread Thomas Amler
The important information seems to be (because this also has been mentioned very often in the IRC), if the device is capable to run CyanogenMod 10.1. So if this works, there is a chance to get it working. But no guarantee at all for this. :-) Am 06.03.2014 16:41, schrieb Ove Kåven: Den 06. m

Re: [SailfishDevel] Hardware compatibility

2014-03-06 Thread Thomas Amler
The current official supported hardware is the one from the Jolla device. There are also some not official supported ports to the Nexus 4, Galaxy S3, Nexus 7 and some other devices. Especially the Nexus 4 and the Galaxy S3 chipsets, Exynos 4412, is a chipset which will be under the first who w

Re: [SailfishDevel] Some API and sailfish app development questions

2014-03-04 Thread Thomas Amler
ess to the nemomobile plugin, as this is already used by so many applications from Jolla itself. Am 04.03.2014 21:46, schrieb Ove Kåven: Den 04. mars 2014 12:18, skrev Thomas Amler: Hi, I can't answer all of your questions, so directly to the last one: 4. Currently there is no notification A

Re: [SailfishDevel] Some API and sailfish app development questions

2014-03-04 Thread Thomas Amler
Hi, I can't answer all of your questions, so directly to the last one: 4. Currently there is no notification API which can be used directly. nemomobile notifications is not allowed in harbour, altough all system apps use it to deal with notifications. There is a way to load it via QT resource