[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-06-21 Thread postix
https://bugs.kde.org/show_bug.cgi?id=393956 postix changed: What|Removed |Added CC||pos...@posteo.eu -- You are receiving this mail becau

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-03-13 Thread BarryBanana
https://bugs.kde.org/show_bug.cgi?id=393956 BarryBanana changed: What|Removed |Added CC||k...@photropik.com -- You are receiving this mai

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-26 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 pallaswept changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-26 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 pallaswept changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-26 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 pallaswept changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-26 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 pallaswept changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-26 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 pallaswept changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-26 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 pallaswept changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-26 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 pallaswept changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-26 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 pallaswept changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-25 Thread goo
https://bugs.kde.org/show_bug.cgi?id=393956 --- Comment #21 from goo --- i think if the fear is an upsteam update will negate the effort put into you solution, then you only need to look at how long this issue has been open... the upstream change is not coming. and i agree that this is simply mo

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-25 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 --- Comment #20 from pallaswept --- (In reply to Aaron Wolf from comment #19) > It's *specifically* the case that a live CLOCK should have this format > without AM/PM and *not* the case that any other time presentation would do > the same. Today I sp

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-24 Thread Aaron Wolf
https://bugs.kde.org/show_bug.cgi?id=393956 --- Comment #19 from Aaron Wolf --- > the only solutions are either, one of various messy hacks, or a wait for > upstream - so the best solution is upstream I don't think of it that way in the case of the AM/PM suppression. Almost every single time di

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-24 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 --- Comment #18 from pallaswept --- (In reply to Aaron Wolf from comment #17) > I think this is easy enough that someone able to hack on this at all could > figure out this step. There is no difficulty in figuring it out. The difficulty is that once w

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-24 Thread Aaron Wolf
https://bugs.kde.org/show_bug.cgi?id=393956 --- Comment #17 from Aaron Wolf --- I understand that the underlying format can't remove the AM/PM with 12-hour. That makes sense because like how could you have a file saying "modified 10:00" without an AM/PM? But for the CLOCK display, because it is

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-24 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 --- Comment #15 from pallaswept --- Just to set expectations for future users of this here, I have found some limitation to Qt's time formatting: You can't have 12-hour time, without an AM/PM identifier, or 24 hour time, with one. The API returns a ti

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-23 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 --- Comment #16 from pallaswept --- I feel I worded that poorly. Just to be clear, there is room for artistic expression here. Like for example, you could totally have things like "35 minutes past 10 pm" or "--35PM10 (EST)--" or whatever. It works wit

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=393956 --- Comment #14 from Justin Zobel --- I can't speak to policies on code or backwards compatibility, I was just excited to see someone wanting to work on this. The Matrix channels will definitely give you the best resources for determining that, #plasma:

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-23 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 --- Comment #13 from pallaswept --- Thanks Justin! After reading up on the APIs, it took me literally less than 20 minutes to get this working (speaks highly of the toolchain!), but the implementation details are something I'll need advice on - like,

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-22 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=393956 Justin Zobel changed: What|Removed |Added CC||jus...@kde.org --- Comment #12 from Justin Zobel

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-21 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 --- Comment #11 from pallaswept --- Devs, I've been looking for a super simple project as a first contribution to KDE, and it seems as though the above patch for date formatting, could be somewhat easily adapted into doing the same thing, for time, too

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393956 danins...@gmail.com changed: What|Removed |Added CC||danins...@gmail.com -- You are receiving

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-02-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=393956 Nate Graham changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-01-31 Thread pallaswept
https://bugs.kde.org/show_bug.cgi?id=393956 pallaswept changed: What|Removed |Added CC||pallasw...@proton.me -- You are receiving this ma

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-01-30 Thread Tyler Dallison
https://bugs.kde.org/show_bug.cgi?id=393956 Tyler Dallison changed: What|Removed |Added CC||tylerdalli...@gmail.com -- You are receiving

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2025-01-30 Thread goo
https://bugs.kde.org/show_bug.cgi?id=393956 goo changed: What|Removed |Added CC||droid...@gmail.com --- Comment #10 from goo --- at text

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2024-12-26 Thread Sam Birch
https://bugs.kde.org/show_bug.cgi?id=393956 Sam Birch changed: What|Removed |Added CC||bugs.kde@munkynet.org -- You are receiving thi

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2024-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=393956 --- Comment #9 from Nate Graham --- *** Bug 486154 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2024-06-08 Thread kritomas
https://bugs.kde.org/show_bug.cgi?id=393956 kritomas changed: What|Removed |Added CC||kritom...@gmail.com -- You are receiving this mail

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2024-04-26 Thread Aaron Franke
https://bugs.kde.org/show_bug.cgi?id=393956 Aaron Franke changed: What|Removed |Added CC||arnfra...@yahoo.com -- You are receiving this m

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2024-04-07 Thread Aaron Wolf
https://bugs.kde.org/show_bug.cgi?id=393956 --- Comment #8 from Aaron Wolf --- (In reply to ezh from comment #7) > I believe this is fixed now. There is an option in KDE 6.x: > > Show seconds: > Never > Only in the tooltip > Always That's not even new. Showing seconds is not the sole purpose o

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2024-04-07 Thread ezh
https://bugs.kde.org/show_bug.cgi?id=393956 ezh changed: What|Removed |Added CC||eugene.savit...@gmail.com --- Comment #7 from ezh --- I

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2023-10-06 Thread Szokovacs Robert
https://bugs.kde.org/show_bug.cgi?id=393956 Szokovacs Robert changed: What|Removed |Added CC||s...@szo.hu -- You are receiving this mail

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2023-05-19 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=393956 soredake changed: What|Removed |Added CC|broaden_acid002@simplelogin | |.com| -

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2023-05-19 Thread Dave92f1
https://bugs.kde.org/show_bug.cgi?id=393956 Dave92f1 changed: What|Removed |Added CC||dave.lindbe...@gmail.com --- Comment #6 from Dave92f

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2023-02-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=393956 Nate Graham changed: What|Removed |Added Status|REOPENED|CONFIRMED -- You are receiving this mail because

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2022-09-25 Thread Karl Ove Hufthammer
https://bugs.kde.org/show_bug.cgi?id=393956 Karl Ove Hufthammer changed: What|Removed |Added CC||k...@huftis.org -- You are receiving thi

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2022-09-25 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=393956 soredake changed: What|Removed |Added CC||ndrzj1...@relay.firefox.com -- You are receiving th

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2021-06-13 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=393956 --- Comment #5 from Justin Zobel --- Ah my apologies, it's the date format that is fully customisable. I guess that just needs to be extended to the time format so that both can be set however the user wants. On Mon, Jun 14, 2021 at 1:19 AM Aaron Wolf

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2021-06-13 Thread Aaron Wolf
https://bugs.kde.org/show_bug.cgi?id=393956 --- Comment #4 from Aaron Wolf --- To be specific in terms of format, I personally (and I think many others would also) prefer h:mm while still using 12-hour numbers. I don't want the AP or ap part. -- You are receiving this mail because: You are watc

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2021-06-13 Thread Aaron Wolf
https://bugs.kde.org/show_bug.cgi?id=393956 Aaron Wolf changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2021-06-13 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=393956 Justin Zobel changed: What|Removed |Added CC||justin.zo...@gmail.com Resolution|---

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2021-02-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=393956 Nate Graham changed: What|Removed |Added CC||n...@kde.org Severity|normal

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2020-10-15 Thread Laurent RINEAU
https://bugs.kde.org/show_bug.cgi?id=393956 Laurent RINEAU changed: What|Removed |Added CC||Laurent.Rineau__kde@normale

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2020-10-14 Thread Tristan Miller
https://bugs.kde.org/show_bug.cgi?id=393956 Tristan Miller changed: What|Removed |Added CC||psychon...@nothingisreal.co

[plasmashell] [Bug 393956] Digital Clock widget add custom time format

2020-10-13 Thread Aaron Wolf
https://bugs.kde.org/show_bug.cgi?id=393956 Aaron Wolf changed: What|Removed |Added Summary|Digital Clock widget|Digital Clock widget add |missin