logs and notes! Announcement: Since we will be meeting in-person next week, there will be no meeting on the 23rd. Also since I will reach home on 30th I will need someone to take care of meeting on the week 18.
-- Bhushan Shah http://blog.bshah.in IRC Nick : bshah on Freenode GPG key fingerprint : 0AAC 775B B643 7A8D 9AF7 A3AC FE07 8411 7FBC E11D
2018-04-16 15:30:12 <bshah> notmart_: kbroulik: d_ed: romangg : meeting! 2018-04-16 15:30:15 <notmart_> here :) 2018-04-16 15:30:17 <kbroulik> here 2018-04-16 15:31:12 <bshah> alright, notmart_ starts 2018-04-16 15:31:24 <notmart_> * kirigami bugfixes 2018-04-16 15:31:25 <notmart_> ** fixed bottom drawer behavior 2018-04-16 15:31:27 <notmart_> ** layers anymation different from pages' one 2018-04-16 15:31:28 <notmart_> * work on thetophandle branch of kirigami: desktop apps more desktop looking 2018-04-16 15:31:30 <notmart_> * port look and feel and ksplash kcms to the new design, big code simplification 2018-04-16 15:31:31 <notmart_> * port the plasma wallpaper dialog to the same design 2018-04-16 15:31:50 <notmart_> this week i have to finish that corona refactor, 2018-04-16 15:31:59 <d_ed> o/ 2018-04-16 15:32:00 <kbroulik> layers anjimation? 2018-04-16 15:32:21 <notmart_> finish those kcm redesigns and resurrect my tabletbode stuff as i want to show it at the sprint 2018-04-16 15:32:42 <romangg> here 2018-04-16 15:33:02 <bshah> if no question for notmart_ then kbroulik turn 2018-04-16 15:33:07 <notmart_> kbroulik: in kirigami that there are 2 separate concepts for push/pop page, one that is called pagerow and is the main, another one as layers more intended to be modal, so now pages animate horizontally, layers vertically 2018-04-16 15:33:13 <notmart_> aanyways, done 2018-04-16 15:33:14 <kbroulik> I see 2018-04-16 15:33:17 <kbroulik> * Plasma-pa now shows OSD when default output changes, e.g. because you (un)plugged headphones or paired a Bluetooth audio device 2018-04-16 15:33:21 <kbroulik> * OSD also enforces plain text now 2018-04-16 15:33:21 <kbroulik> * Fixed image wallpaper blur 2018-04-16 15:33:25 <kbroulik> * Kickoff now supports non-square icons in panel, code borrowed from Kicker 2018-04-16 15:33:28 <kbroulik> * Did some Plasma profiling 2018-04-16 15:33:28 <kbroulik> ** Optimized WorkspaceScripting, no longer calls QFontMetrics for gridUnit when nobody calls it (only does on setup or panel creation) 2018-04-16 15:33:35 <kbroulik> * Performance optimizations to the file dialog 2018-04-16 15:33:38 <kbroulik> * Tried to fix "Print" option missing from Okular part in Ark (e.g. opening a PDF from Ark) 2018-04-16 15:33:38 <kbroulik> ** Made D12067 but bug lies elsewhere since works in Konqueror afaict 2018-04-16 15:33:38 <sKreamer> Diff 12067 "[Okular Part] Add "Print" action" [Changes Planned] https://phabricator.kde.org/D12067 2018-04-16 15:33:41 <kbroulik> * Generic bug fixing and triaging and code reviewing 2018-04-16 15:33:41 <kbroulik> * Please check out: D12146 2018-04-16 15:33:41 <sKreamer> Diff 12146 "[Window List] Show pin icon only when in panel" [Needs Review] https://phabricator.kde.org/D12146 2018-04-16 15:33:53 <kbroulik> questions || next 2018-04-16 15:34:09 <bshah> d_ed: your turn 2018-04-16 15:34:53 <d_ed> most exciting thing was finishing the XdgOutput protocol 2018-04-16 15:35:04 <d_ed> which sends a rectangle 2018-04-16 15:35:11 <d_ed> and then someone else gets a rectangle 2018-04-16 15:35:42 <notmart_> is for multiscreen? 2018-04-16 15:35:46 <d_ed> it's for scaling 2018-04-16 15:35:57 <notmart_> ah, right 2018-04-16 15:36:17 <notmart_> the names of wayland extensions are getting seriously confusing with all that stuff named almost the same :/ 2018-04-16 15:36:26 <d_ed> xwayland does something mental for legacy reasons, so this new protocol is needed so that it knows whether to do something weird or not 2018-04-16 15:36:38 <d_ed> also allows for fractional scaling in future (with some other mods elsewhere) 2018-04-16 15:36:48 <kbroulik> you need to sound more excited about Rectangkles 2018-04-16 15:37:09 <kbroulik> so, we're not even 10 years in with Wayland, let alone widespread adoption, and already have to fight legacy shit. brilliant :) 2018-04-16 15:37:29 <d_ed> oh, and I fixed that crash when changing from desktop to folder view in plasma-framework that you've reviewed 2018-04-16 15:37:40 <d_ed> can't remember anything else, it's too early 2018-04-16 15:37:42 <d_ed> next 2018-04-16 15:38:30 <romangg> think it's me. 2018-04-16 15:38:32 <bshah> right 2018-04-16 15:38:36 <romangg> * Fixed output identifier position in D12151 2018-04-16 15:38:36 <sKreamer> Diff 12151 "Position output identifiers with respect to scaling factors" [Closed] https://phabricator.kde.org/D12151 2018-04-16 15:38:38 <romangg> * Still working on T4465. My first approach didn't work out well and now I try to reduce complexity of my first approach. Maybe I will have a working prototype today. But I could need some help on Qt model programming. 2018-04-16 15:38:38 <sKreamer> Task 4465 "[kwin] Gamma correction" [Open,Normal] {KWin,Plasma 5.13,Plasma on Wayland} https://phabricator.kde.org/T4465 2018-04-16 15:38:53 <romangg> who best to ask? Sho_? 2018-04-16 15:39:29 <kbroulik> Sho_ did a ton of proxy model stuff, I could give you, depending on how complex the model you're trying to write, is :D 2018-04-16 15:39:33 <kbroulik> *you a hand 2018-04-16 15:39:44 <romangg> It's not that complex. ;) 2018-04-16 15:39:56 <romangg> Thanks kbroulik. Then I will later ask you. 2018-04-16 15:40:00 <romangg> next 2018-04-16 15:40:00 <kbroulik> sure 2018-04-16 15:40:13 <bshah> okay 2018-04-16 15:40:18 <bshah> so anyone else we're missing? 2018-04-16 15:40:25 <bshah> or I can close meeting? 2018-04-16 15:41:15 <bshah> 1.. 2... 2018-04-16 15:41:16 <bshah> alright 2018-04-16 15:41:18 <bshah> - bionic based mobile images 2018-04-16 15:41:18 <bshah> - halium container not fully starting some services 2018-04-16 15:41:18 <bshah> - mainline images: found much neat way of packaging kernel 2018-04-16 15:41:18 <bshah> - want to work on xenial based images now to have something work-able at sprint 2018-04-16 15:41:41 <bshah> questions? or next 2018-04-16 15:42:05 <bshah> or well we're done! 2018-04-16 15:42:16 <bshah> I'll send notes to ML
notmart: * kirigami bugfixes ** fixed bottom drawer behavior ** layers anymation different from pages' one * work on thetophandle branch of kirigami: desktop apps more desktop looking * port look and feel and ksplash kcms to the new design, big code simplification * port the plasma wallpaper dialog to the same design this week i have to finish that corona refactor, kbroulik: * Plasma-pa now shows OSD when default output changes, e.g. because you (un)plugged headphones or paired a Bluetooth audio device * OSD also enforces plain text now * Fixed image wallpaper blur * Kickoff now supports non-square icons in panel, code borrowed from Kicker * Did some Plasma profiling ** Optimized WorkspaceScripting, no longer calls QFontMetrics for gridUnit when nobody calls it (only does on setup or panel creation) * Performance optimizations to the file dialog * Tried to fix "Print" option missing from Okular part in Ark (e.g. opening a PDF from Ark) ** Made D12067 but bug lies elsewhere since works in Konqueror afaict Diff 12067 "[Okular Part] Add "Print" action" [Changes Planned] https://phabricator.kde.org/D12067 * Generic bug fixing and triaging and code reviewing * Please check out: D12146 Diff 12146 "[Window List] Show pin icon only when in panel" [Needs Review] https://phabricator.kde.org/D12146 d_ed: - most exciting thing was finishing the XdgOutput protocol - which sends a rectangle - and then someone else gets a rectangle - it's for scaling - xwayland does something mental for legacy reasons, so this new protocol is needed so that it knows whether to do something weird or not - also allows for fractional scaling in future (with some other mods elsewhere) - oh, and I fixed that crash when changing from desktop to folder view in plasma-framework that you've reviewed - can't remember anything else, it's too early romangg: * Fixed output identifier position in D12151 Diff 12151 "Position output identifiers with respect to scaling factors" [Closed] https://phabricator.kde.org/D12151 * Still working on T4465. My first approach didn't work out well and now I try to reduce complexity of my first approach. Maybe I will have a working prototype today. But I could need some help on Qt model programming. Task 4465 "[kwin] Gamma correction" [Open,Normal] {KWin,Plasma 5.13,Plasma on Wayland} https://phabricator.kde.org/T4465 bshah: - bionic based mobile images - halium container not fully starting some services - mainline images: found much neat way of packaging kernel - want to work on xenial based images now to have something work-able at sprint
signature.asc
Description: PGP signature