*** zbenjamin_ is now known as zbenjamin | 02:48 | |
*** leszek3 is now known as leszek | 08:46 | |
*** ViGe_ is now known as ViGe | 08:57 | |
ajalkane | coderus: here's the starting point for displaying the dialog https://github.com/ajalkane/ringingrestorer_sailfish/blob/master/src/daemon/main.cpp | 09:28 |
---|---|---|
*** frinring_ is now known as frinring | 13:29 | |
ajalkane | Actually I'd suspect the problematic code is in here where backend opens the dialog: https://github.com/ajalkane/ringingrestorer_sailfish/blob/master/src/daemon/qmldaemonbackend.cpp#L54 | 15:39 |
ajalkane | native->setWindowProperty(_quickView->handle(), QLatin1String("CATEGORY"), QString(QLatin1String("dialog"))); | 15:39 |
ajalkane | It's been so long that I've forgotten the reason for this code. But I guess maybe something has changed around this and marking it as "dialog" does not work like this anymore | 15:40 |
ajalkane | It's not exactly documented that you can do anything like this... | 15:40 |
coderus | ajalkane: so you want your dialog to be shown on top of everything with no way to swipe it away without accepting or declining? | 16:11 |
ajalkane | coderus: yes | 16:44 |
ajalkane | Although, preventing swiping is not really something I feel is mandatory so I don't much care about that. I did though try without having that code that sets WindowProperty to "dialog" and it made no difference. Still showed weird and unreadable, not blurring the background. | 18:13 |
ajalkane | I can't remember anymore why that code is there, but I suspect it might have been to force the background blurring in this particular case. And now it seems something else would need to be done. | 18:15 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!