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
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
&
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
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
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
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
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