*** zbenjamin is now known as Guest17412 | 02:37 | |
*** zbenjamin_ is now known as zbenjamin | 02:37 | |
Mister_Magister | anyone knows how to put element from page on cover? | 11:48 |
---|---|---|
fledermaus | random 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 |
coderus | Mister_Magister: you cant. its different windows :) | 12:48 |
Mister_Magister | coderus: oh my… i wonder how people do it | 12:48 |
coderus | what you mean? | 12:48 |
Mister_Magister | like in YTplayer you can watch video on cover too | 12:48 |
coderus | you wont do "from page" | 12:49 |
Mister_Magister | but dunno how do they do that then | 12:49 |
coderus | well start from reading ytplayer code? | 12:50 |
Mister_Magister | well i did and i can't find it | 12:50 |
Mister_Magister | that's why i'm asking | 12:50 |
coderus | really? wh + aim | 13:05 |
coderus | ow | 13:05 |
coderus | wrong clipboard :P | 13:05 |
coderus | https://github.com/direc85/harbour-ytplayer/blob/master/qml/cover/VideoOverview.qml | 13:05 |
Mister_Magister | ye i can't see any video here | 13:06 |
Mister_Magister | coderus: could you explain? | 13:14 |
coderus | hm, maybe new chages are not in repo? worth asking author | 13:17 |
Mister_Magister | kay | 13:18 |
coderus | or maybe this custom ASyncImage doing some magic? | 13:18 |
Mister_Magister | another question | 13:18 |
Mister_Magister | how do i get dark ambience icons when i have light ambience on | 13:18 |
coderus | check if dask ambience and show light onews | 13:19 |
coderus | you have to keep 2 portions of icons or apply some shader magic on it | 13:19 |
Mister_Magister | i mean when i'm using sailfish icons they cange when i switch to light ambience | 13:19 |
Mister_Magister | how do i prevent that | 13:19 |
Mister_Magister | like source: "image://theme/icon-cover-play" | 13:20 |
coderus | do you know how source: "image://theme/icon-cover-play" works? | 13:20 |
Mister_Magister | not really | 13:20 |
coderus | it calling "theme" imageprovider and asking to give QImage or QPixmap of item with id "icon-cover-play" | 13:20 |
coderus | so it does all the magic giving image with correct colors and size | 13:21 |
Mister_Magister | mhm | 13:21 |
coderus | theme icons also tinted by HighlightIcon and so on | 13:21 |
Mister_Magister | so how do i do same but get dark ambience icons | 13:22 |
coderus | as said. easy way is to have 2 sets of icons | 13:22 |
coderus | hard one is to apply shader | 13:22 |
Mister_Magister | but they aren't my icons | 13:22 |
Mister_Magister | they are inbuilt | 13:22 |
Mister_Magister | so i can't really have 2 sets of them | 13:22 |
coderus | or you can actually write own imageprovider and do same in c++ code applying QPainter magic on top of your QPixmap | 13:23 |
Mister_Magister | that doesn't sound fun | 13:23 |
coderus | why? learn something new | 13:24 |
Mister_Magister | seems like doing something not needed | 13:24 |
Mister_Magister | coderus: and i was right. The answer is Theme.setColorScheme("dark") | 13:28 |
Mister_Magister | i would do something totally unnecessary | 13:28 |
coderus | then i dont understand what you want:) | 13:33 |
*** Colgate_ is now known as Colgate | 18:12 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!