Re: New repo in kdereview: kclock

2021-05-13 Thread hanyoung
Kirigami Add-ons (a runtime dependency of kclock) now have a proper release. https://invent.kde.org/libraries/kirigami-addons regards, Han

Re: New repo in kdereview: kalk

2021-05-04 Thread hanyoung
Mai 2021 11:36:04 CEST hanyoung wrote: > > > Pushed an inelegant solution - include "," as decimal separator in flex. As > > long as there aren't any more decimal separator we're cool. > > Not sure if this appropriate, but I wanted to warn you about the di

Re: New repo in kdereview: kalk

2021-05-04 Thread hanyoung
Pushed an inelegant solution - include "," as decimal separator in flex. As long as there aren't any more decimal separator we're cool. Regards, Han ‐‐‐ Original Message ‐‐‐ On Tuesday, May 4, 2021 6:54 AM, Albert Astals Cid wrote: > Added a failing test > athttps://invent.kde.org/plas

Re: New repo in kdereview: kalk

2021-05-01 Thread hanyoung
Change the default output to float, however I'm not sure how to add autotest. I want to unit test InputManager but it's not a library. ‐‐‐ Original Message ‐‐‐ On Sunday, May 2, 2021 6:04 AM, Albert Astals Cid wrote: > El dissabte, 1 de maig de 2021, a les 7:26:24 (CEST)

Re: New repo in kdereview: kalk

2021-04-30 Thread hanyoung
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/CalculationPage.qm

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

New repo in kdereview: kclock

2021-03-04 Thread hanyoung
Hello everyone! I want to move kclock to kdereview. https://invent.kde.org/plasma-mobile/kclock KClock is the alarm/clock app for Plasma Mobile. It consists of two parts, daemon and the client. The daemon communicates with powerdevil to register alarms, and provide DBus interface to interact wi

New repo in kdereview: kalk

2021-02-18 Thread hanyoung
Hello everyone! I want to move kalk to kdereview. It's the calculator for Plasma Mobile (it also works great on desktop). https://invent.kde.org/plasma-mobile/kalk It's not a QML version of kcalc, the math engine is written with bison/flex. And it also supports Unit conversion thanks to KUnitCon

Re: KDE review for KWeatherCore

2021-01-06 Thread hanyoung
I've applied the following changes: * Remove @brief * DailyWeatherForecast and HourlyWeatherForecast constructor now take one QDate/QDateTime arguement. The previous "one for all" constructor has been removed * various setters now take const reference * other naming, misc changes Regards, Han

Re: KDE review for KWeatherCore

2020-12-30 Thread hanyoung
I've made some changes to KWeatherCore according to the feedback. Namely: * More Private Classes * Removed inline functions * Lowered coordinates resolution * Listed API services in use on README * Switched to LGPL Regards, Han

KDE review for KWeatherCore

2020-12-20 Thread hanyoung
KWeatherCore: https://invent.kde.org/libraries/kweathercore is a library for querying weather forecast data. During the development of KWeather, we found the need to have a weather library. KWeatherCore is the result of extracting weather data fetching code from KWeather. I think having a dedicat