Re: KQuickChatComponents in kdereview

2022-01-18 Thread Janet Blackquill
Am Mi., 12. Jan. 2022 um 16:19 Uhr schrieb David Edmundson : > > All of > https://invent.kde.org/libraries/kquickchatcomponents/-/blob/master/src/controls/ > appear to be missing API docs They're there now. > David

Re: KQuickChatComponents in kdereview

2022-01-18 Thread Janet Blackquill
Am Sa., 1. Jan. 2022 um 19:08 Uhr schrieb Albert Astals Cid : > > El divendres, 31 de desembre de 2021, a les 5:21:44 (CET), Janet Blackquill > va escriure: > > Hi, > > > > KQuickChatComponents > > (https://invent.kde.org/libraries/kquickchatcomponents) is in &

Re: KQuickChatComponents in kdereview

2022-01-18 Thread Janet Blackquill
Am Mi., 12. Jan. 2022 um 16:44 Uhr schrieb David Edmundson : > > # Overall: > How is LTR meant to work? You're using it for internal layouting > purposes so any genuine LTR would now be quite broken, I suspect it > will all appear aligned to one side. At a minimum we would need to > inverse the log

KQuickChatComponents in kdereview

2021-12-31 Thread Janet Blackquill
Hi, KQuickChatComponents (https://invent.kde.org/libraries/kquickchatcomponents) is in kdereview now. It is a very small (as of now) library mostly containing a base bubble component offering a consistent bubble design, with a few variants built on top of the bubble offering common patterns of ch

Re: Croutons in kdereview

2021-10-24 Thread Janet Blackquill
Wll, I don't see any response to this, and I don't consider it that important for an inital release, so guess I'll mark an initial one, and maybe we can add this in later. -- Janet Am Mi., 13. Okt. 2021 um 23:25 Uhr schrieb Janet Blackquill : > > I don't think th

Re: Croutons in kdereview

2021-10-14 Thread Janet Blackquill
I don't think that would work, considering that for practicality reasons, we need a std::function to hold onto the then callback to be able to invoke it when the future completes. Also, lambdas capturing unique_ptrs seem to be somewhat rare. Not sure that it is worth taking time to pursue a non-cop

Croutons in kdereview

2021-08-29 Thread Janet Blackquill
Hello, https://invent.kde.org/libraries/croutons is in kdereview now Croutons is a library containing assorted functionality for dealing with asynchronous code in Qt, most notably a future type that can be passed into QML as a JavaScript Thennable (similarly to Qt IVI's PendingReply) and headers