this post was submitted on 16 Sep 2024
117 points (99.2% liked)

KDE

5941 readers
33 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 2 years ago
MODERATORS
 

Keep up with the exciting news coming out of the KDE apps projects with "This Week in KDE Apps"!

In this issue: NeoChat emojis, Itinerary seats, Gwenview speedups and Android support tweaks, among other things.

https://blogs.kde.org/2024/09/16/this-week-in-kde-apps/

Note that this week it is on Monday, but we will be posting about all KDE app news on Sunday from now on.

@kde@lemmy.kde.social

all 14 comments
sorted by: hot top controversial new old
[–] Blisterexe@lemmy.zip 7 points 5 months ago

Cool! The most exciting thing for me is kde apps on android getting better

[–] that_leaflet@lemmy.world 5 points 5 months ago* (last edited 5 months ago) (1 children)

Is there an RSS feed for this? Couldn't find one.

Edit: Doesn't seem like there is one just for the apps, but it's part of the KDE Blogs RSS feed: https://blogs.kde.org/index.xml

[–] ikidd@lemmy.world 3 points 5 months ago (1 children)

Have the Kcalc changes been reverted yet? Because it's unusable, which is a damn shame because it was my goto calculator for a decade.

[–] m4m4m4m4@lemmy.world 2 points 5 months ago (1 children)

Out of the loop, what changes made it 'unusable'?

[–] ikidd@lemmy.world 2 points 5 months ago (1 children)

The calc order changes made it so you couldn't re-use a result from the previous calc in the next calc. And if you didn't preface a decimal with a 0, like 0.6 vs .6, it just failed.

But it was the changes in the calc order that really messed it up. I'll pull a latest and see if it's back to normal.

[–] TheFinn@discuss.tchncs.de 3 points 5 months ago (1 children)

My favorite android calculator does this too. It's super frustrating.

[–] axby@lemmy.ca 2 points 1 month ago (1 children)

Hi! I'm glad you like it. I've finally gotten around to implementing some of the feature requests, and I added support for omitting the leading zero on decimals (e.g. .6 instead of 0.6). I think I also addressed what @ikidd@lemmy.world was referring to, if you press add/subtraction/multiplication/division/exponent as the first button, it will automatically add ans, which is the result of the previous expression. But this meant I had to add a separate button for a negative sign, otherwise you could never type e.g. "-1", it would always be "ans-1". This is how a physical calculator worked that I used in school, but I'm interested in feedback from you/others.

You can try the latest dev branch of the web version here: https://alexbarry.net/dev/calc/2025-01-12/

(code in the dev branch of the github repo).

I put off working on the calculator for a while because I didn't know many people were using it. The Google Play version barely has any users, and I can't tell how many people are actually using the F-Droid version.

Anyway I want to test it for a week or so, then I'll probably update the github pages and F-Droid versions.

[–] ikidd@lemmy.world 3 points 1 month ago (1 children)

I wasn't specifically referencing your calculator, by beef was with Kcalc, and they reverted the changes shortly after due to multiple bug reports on the issue.

[–] axby@lemmy.ca 2 points 1 month ago (1 children)

Oh yeah I realize you weren't talking about mine, I just wasn't sure which limitation @TheFinn@discuss.tchncs.de was referring to about mine, if it was the .6 thing or the "can't operate on previous expression result" limitation (or possibly I misunderstood that one).

I fixed both but I was curious to know what is more important. It's hard to get a sense of what people are looking for in my apps since I don't have any telemetry or anything like that. There are plenty of features that I'd like to add (and other projects I'd like to work on), but I don't have enough time, so I'm trying to prioritize.

[–] TheFinn@discuss.tchncs.de 2 points 1 month ago

In my case it was the leading 0 for decimal values not being implied. And thank you for the lack of telemetry, despite it leaving you in the dark regarding usage. I get tired of being tracked across every app and service.

[–] penquin@lemm.ee 3 points 5 months ago

I love this.

[–] shellheim@social.linux.pizza 1 points 5 months ago