[plasmashell] [Bug 477594] Date string of Digital Clock hover window and multi-timezone in main window doesn't follow locale setting like date in panel

2024-02-21 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=477594

Fushan Wen  changed:

   What|Removed |Added

 CC||jtam...@gmail.com

--- Comment #8 from Fushan Wen  ---
*** Bug 475599 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 477594] Date string of Digital Clock hover window and multi-timezone in main window doesn't follow locale setting like date in panel

2024-02-13 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=477594

Fushan Wen  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi
   |t/b2116d1f0a28f522c12d11df3 |t/445521687302fb6f52f8b8aee
   |077e095afc9cb11 |0dd5383c5f28f81

--- Comment #7 from Fushan Wen  ---
Git commit 445521687302fb6f52f8b8aee0dd5383c5f28f81 by Fushan Wen, on behalf of
Celeste Liu.
Committed on 14/02/2024 at 02:29.
Pushed by fusionfuture into branch 'Plasma/6.0'.

applets/digitalclock: make tooltip and multi-timezone follow locale date format

https://invent.kde.org/plasma/plasma-workspace/-/commit/5a32ea2b636c3ef2b4215fafcb78bc17dd93190c
move Qt.formatDate usage to Qt6 new way, but left code in Tooltip
and timezone. This commit pass Qt.locale to Qt.formatDate in tooltip and
multi-timezone, make sure them follow locale date format.
FIXED-IN: 6.0

Signed-off-by: Celeste Liu 
(cherry picked from commit b2116d1f0a28f522c12d11df3077e095afc9cb11)

M  +4-4applets/digital-clock/package/contents/ui/Tooltip.qml
M  +1-1applets/digital-clock/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-workspace/-/commit/445521687302fb6f52f8b8aee0dd5383c5f28f81

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

[plasmashell] [Bug 477594] Date string of Digital Clock hover window and multi-timezone in main window doesn't follow locale setting like date in panel

2024-02-13 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=477594

Fushan Wen  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/b2116d1f0a28f522c12d11df3
   ||077e095afc9cb11
   Version Fixed In||6.0
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Fushan Wen  ---
Git commit b2116d1f0a28f522c12d11df3077e095afc9cb11 by Fushan Wen, on behalf of
Celeste Liu.
Committed on 14/02/2024 at 02:26.
Pushed by fusionfuture into branch 'master'.

applets/digitalclock: make tooltip and multi-timezone follow locale date format

https://invent.kde.org/plasma/plasma-workspace/-/commit/5a32ea2b636c3ef2b4215fafcb78bc17dd93190c
move Qt.formatDate usage to Qt6 new way, but left code in Tooltip
and timezone. This commit pass Qt.locale to Qt.formatDate in tooltip and
multi-timezone, make sure them follow locale date format.
FIXED-IN: 6.0

Signed-off-by: Celeste Liu 

M  +4-4applets/digital-clock/package/contents/ui/Tooltip.qml
M  +1-1applets/digital-clock/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-workspace/-/commit/b2116d1f0a28f522c12d11df3077e095afc9cb11

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

[plasmashell] [Bug 477594] Date string of Digital Clock hover window and multi-timezone in main window doesn't follow locale setting like date in panel

2023-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=477594

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=477723

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

[plasmashell] [Bug 477594] Date string of Digital Clock hover window and multi-timezone in main window doesn't follow locale setting like date in panel

2023-11-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=477594

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[plasmashell] [Bug 477594] Date string of Digital Clock hover window and multi-timezone in main window doesn't follow locale setting like date in panel

2023-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=477594

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3606

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

[plasmashell] [Bug 477594] Date string of Digital Clock hover window and multi-timezone in main window doesn't follow locale setting like date in panel

2023-11-26 Thread Celeste Liu
https://bugs.kde.org/show_bug.cgi?id=477594

--- Comment #4 from Celeste Liu  ---
Ok, it can fix this problem, I will submit a MR.

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

[plasmashell] [Bug 477594] Date string of Digital Clock hover window and multi-timezone in main window doesn't follow locale setting like date in panel

2023-11-26 Thread Celeste Liu
https://bugs.kde.org/show_bug.cgi?id=477594

--- Comment #3 from Celeste Liu  ---
Seem this line doesn't pass locale:
https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/digital-clock/package/contents/ui/Tooltip.qml#L60
Should it be modified like this line?
https://invent.kde.org/plasma/plasma-workspace/-/commit/5a32ea2b636c3ef2b4215fafcb78bc17dd93190c#810c09b693009a4d957115b550c48727acbf728d_659_659

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

[plasmashell] [Bug 477594] Date string of Digital Clock hover window and multi-timezone in main window doesn't follow locale setting like date in panel

2023-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=477594

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[plasmashell] [Bug 477594] Date string of Digital Clock hover window and multi-timezone in main window doesn't follow locale setting like date in panel

2023-11-26 Thread Celeste Liu
https://bugs.kde.org/show_bug.cgi?id=477594

--- Comment #2 from Celeste Liu  ---
Addition Information: I patched plasma-workspace with
https://invent.kde.org/plasma/plasma-workspace/-/commit/5a32ea2b636c3ef2b4215fafcb78bc17dd93190c
manually to make long date format work.

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

[plasmashell] [Bug 477594] Date string of Digital Clock hover window and multi-timezone in main window doesn't follow locale setting like date in panel

2023-11-26 Thread Celeste Liu
https://bugs.kde.org/show_bug.cgi?id=477594

--- Comment #1 from Celeste Liu  ---
Created attachment 163524
  --> https://bugs.kde.org/attachment.cgi?id=163524=edit
main window

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