Re: New repo in kdereview: kalk

2021-04-30 Thread hanyoung
I've fixed the keyboard bug and change the division result between two integers to float. Also the qml warning has been fixed. Regards, Han ‐‐‐ Original Message ‐‐‐ On Saturday, May 1, 2021 5:13 AM, Albert Astals Cid wrote: > El divendres, 30 d’abril de 2021, a les 15:31:11 (CEST), han

Re: Kirigami Addons in KDEReview

2021-04-30 Thread Nate Graham
On 4/30/21 7:51 AM, Carl Schwan wrote: Hello folks, I would like to put request a KDE review on the Kirigami Addons project. This repository contains for the moment 2 plugins: * A TreeView for QML: this is maintained by Marco and provides a QML tree view using KItemModels::KDescendantsProxyMode

Re: Kirigami Addons in KDEReview

2021-04-30 Thread Albert Astals Cid
El divendres, 30 d’abril de 2021, a les 15:51:46 (CEST), Carl Schwan va escriure: > Hello folks, > > I would like to put request a KDE review on the Kirigami Addons > project. This repository contains for the moment 2 plugins: > > * A TreeView for QML: this is maintained by Marco and provides >

Re: New repo in kdereview: kalk

2021-04-30 Thread Albert Astals Cid
El divendres, 30 d’abril de 2021, a les 15:31:11 (CEST), hanyoung va escriure: > Kalk has now switched to the (modified) KNumber as base data type now. The > real number precision is hard coded to 16 for now. Also during SoK, binary > mode was introduced. Running it i get qrc:/qml/CalculationPa

Kirigami Addons in KDEReview

2021-04-30 Thread Carl Schwan
Hello folks, I would like to put request a KDE review on the Kirigami Addons project. This repository contains for the moment 2 plugins: * A TreeView for QML: this is maintained by Marco and provides a QML tree view using KItemModels::KDescendantsProxyModel. A copy of this is already in use in th

Re: New repo in kdereview: kalk

2021-04-30 Thread hanyoung
Kalk has now switched to the (modified) KNumber as base data type now. The real number precision is hard coded to 16 for now. Also during SoK, binary mode was introduced. Regards, Han