[systemsettings] [Bug 415028] Night colors doesn't support times later than 19:00 (24 hour format)

2022-12-31 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=415028

Fushan Wen  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-workspace/commit/ |ma/plasma-workspace/commit/
   |3059f250d7d07ad04f667ade017 |66a8c134277791c53bc212578e4
   |b67c8bcd34c14   |979f4db171f83
   Version Fixed In|tbd |5.26.5

--- Comment #12 from Fushan Wen  ---
Git commit 66a8c134277791c53bc212578e4979f4db171f83 by Fushan Wen.
Committed on 01/01/2023 at 02:44.
Pushed by fusionfuture into branch 'Plasma/5.26'.

Fix time input bug caused by "or" in regex

Removed or-condition in regex, Qt.ImhTime can take care of this.
FIXED-IN: 5.26.5

(cherry picked from commit be56079c4bff876d8c889abe99bfe46dd4004d67)

M  +2-2kcms/nightcolor/package/contents/ui/TimeField.qml

https://invent.kde.org/plasma/plasma-workspace/commit/66a8c134277791c53bc212578e4979f4db171f83

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

[systemsettings] [Bug 415028] Night colors doesn't support times later than 19:00 (24 hour format)

2022-12-31 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=415028

Fushan Wen  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-workspace/commit/ |ma/plasma-workspace/commit/
   |be56079c4bff876d8c889abe99b |3059f250d7d07ad04f667ade017
   |fe46dd4004d67   |b67c8bcd34c14

--- Comment #11 from Fushan Wen  ---
Git commit 3059f250d7d07ad04f667ade017b67c8bcd34c14 by Fushan Wen, on behalf of
Martin Frueh.
Committed on 01/01/2023 at 02:43.
Pushed by fusionfuture into branch 'cherry-pick-be56079c'.

Fix time input bug caused by "or" in regex

Removed or-condition in regex, Qt.ImhTime can take care of this.
FIXED-IN: tbd

(cherry picked from commit be56079c4bff876d8c889abe99bfe46dd4004d67)

M  +2-2kcms/nightcolor/package/contents/ui/TimeField.qml

https://invent.kde.org/plasma/plasma-workspace/commit/3059f250d7d07ad04f667ade017b67c8bcd34c14

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

[systemsettings] [Bug 415028] Night colors doesn't support times later than 19:00 (24 hour format)

2022-12-31 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=415028

Fushan Wen  changed:

   What|Removed |Added

   Version Fixed In||tbd
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||be56079c4bff876d8c889abe99b
   ||fe46dd4004d67

--- Comment #10 from Fushan Wen  ---
Git commit be56079c4bff876d8c889abe99bfe46dd4004d67 by Fushan Wen, on behalf of
Martin Frueh.
Committed on 01/01/2023 at 02:39.
Pushed by fusionfuture into branch 'master'.

Fix time input bug caused by "or" in regex

Removed or-condition in regex, Qt.ImhTime can take care of this.
FIXED-IN: tbd

M  +2-2kcms/nightcolor/package/contents/ui/TimeField.qml

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

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

[systemsettings] [Bug 415028] Night colors doesn't support times later than 19:00 (24 hour format)

2022-12-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=415028

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

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

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

[systemsettings] [Bug 415028] Night colors doesn't support times later than 19:00 (24 hour format)

2022-12-31 Thread mrfrh
https://bugs.kde.org/show_bug.cgi?id=415028

--- Comment #8 from mrfrh  ---
I figured out that the problem is the "or"-part of the regex, this could be an
underlying Qt Bug. 
Fortunately there seems to be an easy workaround, as the regex attempt here is
more complicated than necessary. 
I'll try to submit a bugfix.

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

[systemsettings] [Bug 415028] Night colors doesn't support times later than 19:00 (24 hour format)

2022-12-27 Thread mrfrh
https://bugs.kde.org/show_bug.cgi?id=415028

--- Comment #7 from mrfrh  ---
Sorry, forgot to specify up to date software versions:

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.26.4
KDE Frameworks Version: 5.101.0
Qt Version: 5.15.7

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

[systemsettings] [Bug 415028] Night colors doesn't support times later than 19:00 (24 hour format)

2022-12-27 Thread mrfrh
https://bugs.kde.org/show_bug.cgi?id=415028

mrfrh  changed:

   What|Removed |Added

 CC||mr...@gmx.de
 Resolution|DUPLICATE   |---
 Status|RESOLVED|REOPENED

--- Comment #6 from mrfrh  ---
Reopened, as this is actually NOT a duplicate of
https://bugs.kde.org/show_bug.cgi?id=413010 (which is only about time format).

I just wanted to report this issue myself as it could be very annoying to new
users. Living in a 24hr-Timezone, you can't set a night color start time later
than 19:00.

There seems to be a problem with the time input field:
1. open night color settings
2. select mode "individual times"
3. you can't enter any start time starting with two (e.g. 22:00), only times
starting with one or zero (e.g. 19:00)
4. workaround: type 22:00 in a text editor and copy it --> 22:00 can be pasted
in the input field.

Sometimes it also worked to at first try input a time starting with 1, then at
second try it was possible to enter a time starting with 2. But I couldn't
reproduce this reliably.

In fact the regex in
/usr/share/kpackage/kcms/kcm_nightcolor/contents/ui/TimeField.qml looks correct
(/^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$/), so I' don't know what's the root cause
of this issue :-(

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

[systemsettings] [Bug 415028] Night colors doesn't support times later than 19:00 (24 hour format)

2021-09-09 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=415028

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from David Edmundson  ---


*** This bug has been marked as a duplicate of bug 413010 ***

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

[systemsettings] [Bug 415028] Night colors doesn't support times later than 19:00 (24 hour format)

2021-09-09 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=415028

--- Comment #4 from David Edmundson  ---
*** Bug 429053 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 415028] Night colors doesn't support times later than 19:00 (24 hour format)

2021-08-15 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=415028

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

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

[systemsettings] [Bug 415028] Night colors doesn't support times later than 19:00 (24 hour format)

2020-12-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=415028

Nate Graham  changed:

   What|Removed |Added

 CC||dchme...@gmail.com

--- Comment #3 from Nate Graham  ---
*** Bug 428589 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 415028] Night colors doesn't support times later than 19:00 (24 hour format)

2020-02-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=415028

Nate Graham  changed:

   What|Removed |Added

 CC||clarj...@gmail.com

--- Comment #2 from Nate Graham  ---
*** Bug 418209 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 415028] Night colors doesn't support times later than 19:00 (24 hour format)

2020-01-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=415028

Nate Graham  changed:

   What|Removed |Added

 CC||kwin-bugs-n...@kde.org,
   ||n...@kde.org
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
  Component|general |kcm_nightcolor

--- Comment #1 from Nate Graham  ---
Time input using those text fields is generally quite borked. :/

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

[systemsettings] [Bug 415028] Night colors doesn't support times later than 19:00 (24 hour format)

2019-12-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415028

tony.spe...@outlook.com changed:

   What|Removed |Added

Summary|Night colors doesn't|Night colors doesn't
   |support times later than|support times later than
   |19:00 (24 format)   |19:00 (24 hour format)

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