Sunday, 2019-11-17

*** zbenjamin is now known as Guest1741202:37
*** zbenjamin_ is now known as zbenjamin02:37
Mister_Magisteranyone knows how to put element from page on cover?11:48
fledermausrandom q: does the calendar no loner sync from caldav sources? The only way I can ever pick up new events is by deleting the account and recreating it whic his… not ideal.11:59
coderusMister_Magister: you cant. its different windows :)12:48
Mister_Magistercoderus: oh my… i wonder how people do it12:48
coderuswhat you mean?12:48
Mister_Magisterlike in YTplayer you can watch video on cover too12:48
coderusyou wont do "from page"12:49
Mister_Magisterbut dunno how do they do that then12:49
coderuswell start from reading ytplayer code?12:50
Mister_Magisterwell i did and i can't find it12:50
Mister_Magisterthat's why i'm asking12:50
coderusreally? wh + aim13:05
coderusow13:05
coderuswrong clipboard :P13:05
coderushttps://github.com/direc85/harbour-ytplayer/blob/master/qml/cover/VideoOverview.qml13:05
Mister_Magisterye i can't see any video here13:06
Mister_Magistercoderus: could you explain?13:14
coderushm, maybe new chages are not in repo? worth asking author13:17
Mister_Magisterkay13:18
coderusor maybe this custom ASyncImage doing some magic?13:18
Mister_Magisteranother question13:18
Mister_Magisterhow do i get dark ambience icons when i have light ambience on13:18
coderuscheck if dask ambience and show light onews13:19
coderusyou have to keep 2 portions of icons or apply some shader magic on it13:19
Mister_Magisteri mean when i'm using sailfish icons they cange when i switch to light ambience13:19
Mister_Magisterhow do i prevent that13:19
Mister_Magisterlike source: "image://theme/icon-cover-play"13:20
coderusdo you know how source: "image://theme/icon-cover-play" works?13:20
Mister_Magisternot really13:20
coderusit calling "theme" imageprovider and asking to give QImage or QPixmap of item with id "icon-cover-play"13:20
coderusso it does all the magic giving image with correct colors and size13:21
Mister_Magistermhm13:21
coderustheme icons also tinted by HighlightIcon and so on13:21
Mister_Magisterso how do i do same but get dark ambience icons13:22
coderusas said. easy way is to have 2 sets of icons13:22
coderushard one is to apply shader13:22
Mister_Magisterbut they aren't my icons13:22
Mister_Magisterthey are inbuilt13:22
Mister_Magisterso i can't really have 2 sets of them13:22
coderusor you can actually write own imageprovider and do same in c++ code applying QPainter magic on top of your QPixmap13:23
Mister_Magisterthat doesn't sound fun13:23
coderuswhy? learn something new13:24
Mister_Magisterseems like doing something not needed13:24
Mister_Magistercoderus: and i was right. The answer is Theme.setColorScheme("dark")13:28
Mister_Magisteri would do something totally unnecessary13:28
coderusthen i dont understand what you want:)13:33
*** Colgate_ is now known as Colgate18:12

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!