I'd expect at least API level
19, thus BLE support in Android.
On 26.05.2016 14:44, juice wrote:
Oleksii Serdiuk kirjoitti 2016-05-26 15:41:
I think that the question might have been BTLE support in Android. On
Jolla Phone it doesn't work due to old Android version.
From the specs it
Jolla device.
- juice -
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to
devel-unsubscr...@lists.sailfishos.org
--
With best regards,
Oleksii Serdiuk
smime.p7s
Description: S/MIME Cryptographic Signature
___
SailfishOS.
er
[nemo@Jolla ~]$ ls /sys/class/power_supply/*/online
/sys/class/power_supply/dollar_cove_charger/online
--
With best regards,
Oleksii Serdiuk
smime.p7s
Description: S/MIME Cryptographic Signature
___
SailfishOS.org Devel mailing list
To
in general that is not the right way to differentiate between
different types of devices. Because there could be ARM tablets and x86
phones.
Most likely if you need to do some decisions based on the device type,
you should do that at run time.
--
With best regards,
O
Андреевич wrote:
you can read /etc/sailfish-version and etc.
12.01.2016 18:00, Oleksii Serdiuk пишет:
Well, just for getting cell info - yes, should be enough to query
ofono(?) through dbus.
For my case, Inned more info, like device model, OS version, etc. So
custom-built libQt5SystemInfo.so.5
m the RPM
without needing to change anything in my app.
On 12/01/16 12:53, Кожевников Андрей Андреевич wrote:
In most cases you can fetch information using dbus calls without using
systeminfo lib.
12.01.2016 17:51, Oleksii Serdiuk пишет:
I've had a similar issue: I needed Qt SystemInfo to
used or are there
other paths to proceed? I know OpenRepos is one way but I like the work
they do in Jolla Harbour very much to increase the reliability of our
software.
Best Regards
Riku
--
With best regards,
Oleksii Serdiuk
___
SailfishOS.org Devel mailing
x86 binaries. This can speed up your development. I have not
done that so I unfortunately cannot help here but it should be doable.
HTH
Cheers,
--
With best regards,
Oleksii Serdiuk
smime.p7s
Description: S/MIME Cryptographic Signature
___
SailfishOS
r completeness sake.
--
With best regards,
Oleksii Serdiuk
smime.p7s
Description: S/MIME Cryptographic Signature
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
at each placeholder means.
Also, there is a nice page on QML/JS translation in Qt documentation:
http://doc.qt.io/qt-5/qtquick-internationalization.html
But I recommend reading all "Internationalization with Qt" section:
http://doc.qt.io/qt-5/internat
r.jolla.com/>https://harbour.jolla.com/
[1] <https://jolla.com/tablet>https://jolla.com/tablet
[2] <http://sailfishos.org/>http://sailfishos.org/
[3]
<https://sailfishos.org/develop/docs/silica/>https://sailfishos.org/develop/docs/silica/
--
With best regards,
Oleksii Serdiuk
smim
f I didn't
> write this letter I might not think of it. :)
>
> Anyway if you want to see the latest version you can have a look here:
> https://github.com/KrisztianOlah/london-sail/blob/devel/qml/pages/MyMapsPage.qml
>
> I'd be happy for any feedback. :)
&g
my model with animation and would allow me to have a
list up to 1000 members(in real use it will probably be under 100) long?
Thanks in advance
Kris
--
With best regards,
Oleksii Serdiuk
smime.p7s
Description: S/MIME Cryptographic Signature
__
t;taot_" + lc, ":/l10n"))
> app->installTranslator(&tr);
I also try to load Qt translation file, else all strings that come from
Qt will remain in English.
--
With best regards,
Oleksii Serdiuk
smime.p7s
Description: S/MIME Cryptographic Signature
Hi Oleg,
Aligning to baseline should align text on the same line (even if its
size is different). And it works correctly in my app, for example:
https://openrepos.net/sites/default/files/packages/813/screenshot-20140112215811.jpg
Could it be because one of your labels is rich text and another isn
Did you try setting `pushUpMenu` property to null?
Docs say that it should be "null if no push-up menu has been assigned":
https://sailfishos.org/sailfish-silica/qml-sailfishsilica-silicaflickable.html#pushUpMenu-prop
On 23/01/14 11:35, Tero Siironen wrote:
> I have PushUpMenu in my app which cur
such menu
--
Marcin
2014/1/17 Oleksii Serdiuk mailto:conta...@oleksii.name>>
On 17.01.2014 20:14, Marcin M. wrote:
The settings have some wifi thing on the top, but it seems to be
enable/disable auto-scanning, and I'd like to always connect myself,
never autom
7;s a nice feature I accidentally found in Settings.
Go to Settings -> System settings and long tap WLAN. Context menu will
slide out. Tap "Add to favourites" there. This will place an icon to the
top of the main page of Settings app that will take you directly to WLAN
page.
--
Wit
On 15/01/14 18:31, Oleksii Serdiuk wrote:
> On 15/01/14 13:16, Thomas Tanghus wrote:
>> On Wednesday 15 January 2014 12:48 Oleksii Serdiuk wrote:
>>> On 15/01/14 11:54, Thomas Tanghus wrote:
>>>> On Wednesday 15 January 2014 08:26 Jonni Rainisto wrote:
>>>&g
On 15/01/14 13:16, Thomas Tanghus wrote:
> On Wednesday 15 January 2014 12:48 Oleksii Serdiuk wrote:
>> On 15/01/14 11:54, Thomas Tanghus wrote:
>>> On Wednesday 15 January 2014 08:26 Jonni Rainisto wrote:
>>>> dont use libiphb every 5 seconds, that will kill
>>
On 15/01/14 11:54, Thomas Tanghus wrote:
> On Wednesday 15 January 2014 08:26 Jonni Rainisto wrote:
>> dont use libiphb every 5 seconds, that will kill
>> batterylife for suspend (store QA will reject apps that eat battery). Its
>> more meant to be triggered every 10, 15, 30 etc. minutes. So if you
Here's alternative and faster approach to setting LC_ALL.
I use QLocale().name() to get current locale code. This creates
QLocale instance which equals to QLocale::system() by default, but can
be changed by calling QLocale::setDefault().
Then, when I want to test another language, I just put
Q
Just a suggestion: add a configurable option "Run when minimized" with a
notice that it will consume device power/CPU if it's enabled. Maybe,
this will satisfy Harbour QA.
On 10/01/14 10:01, Martin Windolph wrote:
> Hi,
>
> another point for me is a possibility to contact the tester.
> A prior re
{
console.log(index: " + currentIndex)
}
}
}
No output is produced when i selecting item, but item in repeater changed.
--
With best regards,
Oleksii Serdiuk
smi
eventually be distributed
through the Harbour, I would like to know if it is OK to do so.
Best regards,
Luciano
--
With best regards,
Oleksii Serdiuk
smime.p7s
Description: S/MIME Cryptographic Signature
___
SailfishOS.org Devel mailing list
.pro file:
IS_SAILFISH_OS = $$(IS_SAILFISH_OS)
contains(IS_SAILFISH_OS, 1) {
.. do stuff ..
}
HTH :)
Thomas
[1]
http://qt-project.org/doc/qt-4.8/qmake-function-reference.html#packagesexist-packages
--
With best regards,
Oleksii Serdiuk
smim
26 matches
Mail list logo