*** BitEvil is now known as SpeedEvil | 00:27 | |
*** zbenjamin is now known as Guest65275 | 01:07 | |
*** zbenjamin_ is now known as zbenjamin | 01:07 | |
Stanislav1988 | Good Morning, I have a question can we have a litte hope that fingerprint sensor will working on our Sony Xperia XA 2 in next releases? | 03:08 |
---|---|---|
user3543543521 | Not sure if this is the right place to ask, I thought I would try to make an app for Sailfish OS and I actually managed to do what I want (pure QML, no C++), but I cannot figure out how to set the cover to display something useful. | 14:17 |
mal | what do you want the cover to show? | 14:18 |
user3543543521 | I'd like it to display a number which is a variable in one of my pages. My pages says text: qsTR(myVariableName) and I wanna display said variable on the cover | 14:19 |
user3543543521 | but obviously the number can change. | 14:19 |
mal | there are probably many ways but one way is to store that variable as qml property in main.qml and then use that in CoverPage.qml | 14:22 |
user3543543521 | Hmm okay thanks, I will look into that. | 14:23 |
user3543543521 | Sorry, I am rather new to this. In order to use a variable in my main.qml I have to import my main.qml it in my other pages right? Is `import "../MyApp.qml"` not the right way to do this? I seem to get errors when I try to load a page... | 14:36 |
user3543543521 | well, property not variable. | 14:37 |
mal | no | 14:40 |
mal | check for example https://github.com/joonne/harbour-nayttamo/blob/master/qml/cover/CoverPage.qml and https://github.com/joonne/harbour-nayttamo/blob/master/qml/main.qml | 14:41 |
mal | property is a variable of sorts | 14:41 |
user3543543521 | Oh I see, thank you very much. It makes sense now. I thought I had to specifically import the main.qml first. Once again, thank you!! | 14:52 |
mal | no problem | 14:52 |
chopix | i have bricked my phone with an upgrade, do you think trying to downgrade could help? ^^ | 15:06 |
mal | probably check /var/log/systemupdate.log first to see if it looks ok | 15:07 |
chopix | no serious error there | 15:10 |
mal | how about journalctl -b | 15:11 |
mal | what is failing during boot | 15:11 |
mal | did you have any patches or something applied from openrepos? | 15:12 |
chopix | May 18 17:03:19 Sailfish systemd[1217]: Failed to start The lipstick UI. | 15:14 |
chopix | i unapplied all patches | 15:14 |
chopix | before updating | 15:15 |
chopix | hmm | 15:15 |
chopix | is there a list of releases? | 15:16 |
chopix | i am not sure to what version i should downgrade | 15:16 |
chopix | Job for lipstick.service failed because the control process exited with error code. | 15:19 |
chopix | hmm | 15:19 |
chopix | allright downgrading to my previous version | 15:29 |
chopix | is there a way to do the GUI backup via shell | 15:39 |
chopix | woah downgrade unbricked it | 16:02 |
Thaodan_ | rinigus: thanks. Currently I use a listview with a model. Can I use a formlayout with a model too? | 16:15 |
Thaodan_ | I already have a model with name | value | 16:16 |
Thaodan_ | you suggest valuebutton is a replacement for basiclist item in kirigami? | 16:16 |
rinigus | Thaodan_: it depends on what you want to show. if its name | value pair, then yes | 18:38 |
Thaodan_ | ah thanks | 20:49 |
Thaodan_ | does formlayout work with models? | 20:49 |
Thaodan_ | if I add a listview to it? | 20:50 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!