Re: [SailfishDevel] Resolution-independent in-app icons

2016-07-20 Thread Кожевников Андрей Андреевич
Prefer using svg images. Carrying multiple sizes png images is so 2000. 21.07.2016 02:27, Osmo Salomaa пишет: Hello, SFOS has standard sizes for application launcher icons and Silica has stock icons, whose sizes (I assume) vary by device, but how should I handle custom in-app icons, e.g. a p

Re: [SailfishDevel] Image scaling in Label with StyledText format

2016-07-05 Thread Кожевников Андрей Андреевич
use RichText 05.07.2016 13:26, Oleg пишет: Hello, developers. I want to use Label with StyledText format. My text has images of different size via img html tag and this tag very often has width attribute. I modify text and set width to screen size. And the problems begin: if I use RichText form

Re: [SailfishDevel] LED Notification

2016-03-30 Thread Кожевников Андрей Андреевич
For extra pro led configuration for notification events you can check this repo: https://github.com/CODeRUS/sailfish-led-config using these configs you can change led color for your notifications in realtime 31.03.2016 01:08, george b пишет: Hi I am working on a port of the textsecure App fro

Re: [SailfishDevel] overlapping ComboBoxes

2016-02-24 Thread Кожевников Андрей Андреевич
First of all column should NOT have own height. It calculated automatically based on it's childrens heights. Second is you should use Flickable outside Column to automatically position items on actions. 24.02.2016 15:44, mariusz sapinski пишет: Hi, I have two ComboBoxes in one Column. Code

Re: [SailfishDevel] Qt5SystemInfo status

2016-01-13 Thread Кожевников Андрей Андреевич
https://sailfishos.org/develop/docs/nemo-qml-plugin-dbus/ https://github.com/nemomobile/qtmpris 13.01.2016 12:09, jollail...@gmail.com пишет: Riku kirjoitti ke tammikuuta 13 03:44:04 2016 GMT+0200: Are there good examples of dbus handling from qml apps? Sorry to hijack your topic, but I'd

Re: [SailfishDevel] Qt5SystemInfo status

2016-01-12 Thread Кожевников Андрей Андреевич
replacement until Qt SystemInfo gets whitelisted: I'll only have to remove it from 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

Re: [SailfishDevel] Qt5SystemInfo status

2016-01-12 Thread Кожевников Андрей Андреевич
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 integrate analytics into my app. The recommended way to solve linking against non-whitelisted libraries, is to s