[kcalc] [Bug 487566] Kcalc doesn't chain result into next calculation anymore

2024-06-10 Thread Gerd v. Egidy
https://bugs.kde.org/show_bug.cgi?id=487566

Gerd v. Egidy  changed:

   What|Removed |Added

 CC||g...@egidy.de

--- Comment #34 from Gerd v. Egidy  ---
I recently upgraded to 24.05.0 and was also puzzled by the new behavior of not
reusing previous results. This is a feature I used very often. Very good that
this will be addressed.

But there is another, probably related issue:

I usually have the "Numeral System Mode" activated with the bit editor enabled.
I often need to set individual bits, for example from a register datasheet I
read that I have to enable bit 7, bit 9, bit 14. Then I click these bits in the
bit editor to enable them and get a number shown as decimal or hex in the
result display. I then want to be able to use that number as part of a
calculation, for example by shifting the bits by a given amount. I want to
directly hit the "Lsh" button and continue my calculation. So basically using
the bit editor as input method for a calculation.

Will the proposed patch also allow this? On a first glance it looks to me like
it currently only works after pressing = and not when bit-editing.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 466879] SMIME certificate for encryption not shown and not choosable

2023-03-15 Thread Gerd v. Egidy
https://bugs.kde.org/show_bug.cgi?id=466879

Gerd v. Egidy  changed:

   What|Removed |Added

 CC||g...@egidy.de

--- Comment #1 from Gerd v. Egidy  ---
I also get this problem on Fedora 36 with

plasma-workspace-5.27.1-1.fc36.x86_64
kmail-22.12.0-1.fc36.x86_64
kleopatra-22.12.0-1.fc36.x86_64

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 463816] Dolphin error when copying files from window to window

2023-01-18 Thread Gerd v. Egidy
https://bugs.kde.org/show_bug.cgi?id=463816

Gerd v. Egidy  changed:

   What|Removed |Added

 CC||g...@egidy.de

--- Comment #8 from Gerd v. Egidy  ---
I can also confirm this bug. For me usually the first copy or move operation
works, but the error appears when you do a second copy/move operation between
the same two dolphin windows.

Fedora 36, dolphin-22.12.0-1.fc36.x86_64

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 340982] I cannot set my short date to YYYY-MM-DD, nor my time to HH:MM

2016-06-27 Thread Gerd v . Egidy via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340982

--- Comment #91 from Gerd v. Egidy  ---
(In reply to sparhawk from comment #90)
> Thanks for that, Gerd. However, I have no idea how to start with creating a
> different kind of locale. The numerical codes in
> `qtbase-opensource-src-5.7.0/src/corelib/tools/qlocale_data_p.h` are
> incomprehensible to me;

Sorry, there is no Howto or similar for this, as it is a "crude patch", just as
the name says.

I primarily looked at the source and compared the data that different locales
used to find out the settings I wanted. With a bit of trial-and-error I got the
result I wanted and that is what is in the patch.

So just look at what locale uses the date format you want, what locale uses the
currency format you want and so on. If two or more locales use the same format,
then compare what fields are the same for them. This way you'll find out which
field is what.

-- 
You are receiving this mail because:
You are watching all bug changes.