Re: [SailfishDevel] Flatpak for Sailfish

2020-01-06 Thread rinigus
Exactly, something like that is needed. Ideally, it would be hooked via Wayland (input extension?) and trigger the keyboard on focusing on any text field. But I will be happy with Qt only solution as well. Any tips on how to make it possible? Rinigus On Mon, Jan 6, 2020 at 10:51 AM Андрей

Re: [SailfishDevel] Flatpak for Sailfish

2020-01-06 Thread Андрей Кожевников
Android side is using "remote keyboard" to show sailfish keyboard on top of Android пн, 6 янв. 2020 г., 9:52 rinigus : > Morning! > > Re compositor issue: that has been worked around by having > compositor-in-compositor. In theory, but I didn't look too much more than a > day into it, we could

[SailfishDevel] Image + text element, or a non-rectangular text field possible in silica?

2020-01-06 Thread szopin
Hi, Picture will be helpful: https://i.imgur.com/knA9qZP.png Is there any way to make the text start from left edge after the thumbnail ends? Not sure if there is something that would fill remaining space with text automatically, or if you can maybe hardcode the thumbnail size and force the

Re: [SailfishDevel] Image + text element, or a non-rectangular text field possible in silica?

2020-01-06 Thread David Llewellyn-Jones
On 06/01/2020 16:10, szo...@gmail.com wrote: > Picture will be helpful: https://i.imgur.com/knA9qZP.png Is there any > way to make the text start from left edge after the thumbnail ends? > Not sure if there is something that would fill remaining space with > text automatically, or if you can maybe

Re: [SailfishDevel] Image + text element, or a non-rectangular text field possible in silica?

2020-01-06 Thread David Llewellyn-Jones
On 06/01/2020 21:00, szo...@gmail.com wrote: > Picture will probably illustrate what I mean easier: > https://i.imgur.com/IKyMnAV.png The pictures are definitely helpful! > This is a self-expanding TextArea as you type, but it will happily go > over the screen size and there is no way to get the

Re: [SailfishDevel] Image + text element, or a non-rectangular text field possible in silica?

2020-01-06 Thread szopin
Awesome, this will do nicely, thank You! On Monday, 6 January 2020, David Llewellyn-Jones wrote: > On 06/01/2020 16:10, szo...@gmail.com wrote: > > Picture will be helpful: https://i.imgur.com/knA9qZP.png Is there any > > way to make the text start from left edge after the thumbnail ends? > > Not

Re: [SailfishDevel] Image + text element, or a non-rectangular text field possible in silica?

2020-01-06 Thread szopin
Sorry for another basic qml question, but is there a way to limit a TextArea expansion in a docked panel? maximumLineCount doesn't seem to work and the only way to get scroll option for longer inputs was hardcoding the height from start which is not aesthetically pleasing, but at least allows

Re: [SailfishDevel] Image + text element, or a non-rectangular text field possible in silica?

2020-01-06 Thread szopin
Ok, so scrolling the whole panel is the way to go, thanks! szopin On Monday, 6 January 2020, David Llewellyn-Jones wrote: > On 06/01/2020 21:00, szo...@gmail.com wrote: > > Picture will probably illustrate what I mean easier: > > https://i.imgur.com/IKyMnAV.png > > The pictures are definitely

Re: [SailfishDevel] Image + text element, or a non-rectangular text field possible in silica?

2020-01-06 Thread szopin
Picture will probably illustrate what I mean easier: https://i.imgur.com/IKyMnAV.png This is a self-expanding TextArea as you type, but it will happily go over the screen size and there is no way to get the text at the beginning into focus, I'm probably missing some super obvious way to avoid

[SailfishDevel] [SOLVED] Re: symbol lookup error from syncemail-client (undefined symbol: _ZN5Buteo13PluginManagerC1Ev)

2020-01-06 Thread deloptes
deloptes wrote: > I described the problem here: > https://together.jolla.com/question/220678/syncemail-client-undefined-symbol-_zn5buteo13pluginmanagerc1ev/ > Thanks Damien! I have no idea how this difference in the source files was imposed - but now I fixed it locally, so that I can test it.

Re: [SailfishDevel] Flatpak for Sailfish

2020-01-06 Thread rinigus
I am working on adding Maliit into Flatpak sandbox. Idea is to use Maliit plugin on Flatpak side and via DBus communicate with SFOS keyboard. However, I make few assumptions and would be like to get some background info: - is SFOS keyboard drawn by Lipstick? - does communication between app and