[korganizer] [Bug 405857] KOrganizer Calendar event time not saved

2020-07-02 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=405857

Albert Astals Cid  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kwidgetsaddons/commi
   ||t/37c9ebe699e33f84700489982
   ||da301bdf8727bd3

--- Comment #9 from Albert Astals Cid  ---
Git commit 37c9ebe699e33f84700489982da301bdf8727bd3 by Albert Astals Cid, on
behalf of Glen Ditchfield.
Committed on 02/07/2020 at 20:46.
Pushed by aacid into branch 'master'.

Fix KTimeComboBox for locales with unusual characters in formats

KTimeComboBox creates an edit mask by replacing the AM/PM indicator in
a formatted time with 'a' ("optional alphabetic") mask characters.
This does not work for locales that use punctuation in the indicator, such
as the current en_CA format "9:00 A.M.".  This patch uses mask character
'x' ("optional non-blank").

The current fr_CA time format contains an embedded 'h':  "9 h 00".  'h' is
an edit mask character ("optional hexadecimal digit"), so the generated
mask rejects properly-formatted times.  This patch escapes all characters
that are not supposed to be mask characters.

Credit to Filipus Klutiero for a detailed explanation of the errors.
```
Related: bug 406240, bug 409867, bug 410167, bug 411820, bug 412506, bug 420468
```

M  +52   -3autotests/ktimecomboboxtest.cpp
M  +5-0autotests/ktimecomboboxtest.h
M  +26   -23   src/ktimecombobox.cpp

https://invent.kde.org/frameworks/kwidgetsaddons/commit/37c9ebe699e33f84700489982da301bdf8727bd3

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

[korganizer] [Bug 405857] KOrganizer Calendar event time not saved

2020-06-29 Thread Filipus Klutiero
https://bugs.kde.org/show_bug.cgi?id=405857

Filipus Klutiero  changed:

   What|Removed |Added

 CC||chea...@gmail.com

--- Comment #8 from Filipus Klutiero  ---
(In reply to gjditchfield from comment #6)
> Note: /usr/share/i18n/locale/en_CA is the same in Kubuntu 18.04 and Neon
> 18.04, so it's the software, not the localefile.

I suppose Glen meant /usr/share/i18n/locales/en_CA.
I think that statement is misleading though. I do not know what solved the
problem with en_CA, and I do think the actual bug was algorithmic, but I
imagine the change which caused the behavior to change is a change in locale
definition. However, Qt (QLocale) has its own locale definitions (coming from
CLDR).

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

[korganizer] [Bug 405857] KOrganizer Calendar event time not saved

2020-06-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405857

morel.j...@hotmail.com changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from morel.j...@hotmail.com ---
Okay. Not sure what the source of the issue or resolution is but seems to be
okay.

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

[korganizer] [Bug 405857] KOrganizer Calendar event time not saved

2020-05-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405857

gjditchfi...@acm.org changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Ever confirmed|0   |1
 Status|NEEDSINFO   |CONFIRMED

--- Comment #6 from gjditchfi...@acm.org ---
Note: /usr/share/i18n/locale/en_CA is the same in Kubuntu 18.04 and Neon 18.04,
so it's the software, not the localefile.

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

[korganizer] [Bug 405857] KOrganizer Calendar event time not saved

2020-05-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405857

--- Comment #5 from morel.j...@hotmail.com ---
(In reply to gjditchfield from comment #4)
> Did you switch to Kubuntu 20.04?  Somewhere around here there's a bug that
> suggests that 20.04's Canadian English locale is fixed, compared to the
> 18.04 and Neon version.

No switched to Kubuntu 18.04 from Neon 18.04 and haven't upgraded yet.

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

[korganizer] [Bug 405857] KOrganizer Calendar event time not saved

2020-05-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405857

--- Comment #4 from gjditchfi...@acm.org ---
Did you switch to Kubuntu 20.04?  Somewhere around here there's a bug that
suggests that 20.04's Canadian English locale is fixed, compared to the 18.04
and Neon version.

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

[korganizer] [Bug 405857] KOrganizer Calendar event time not saved

2020-05-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405857

--- Comment #3 from morel.j...@hotmail.com ---
(In reply to gjditchfield from comment #1)
> This looks like the same problem as bug 410167:  something is wrong with the
> Canadian locale, but KOrganizer works properly with the US English locale. 
> Can you try running "LANG=en_US.UTF-8; korganizer" in a terminal to see if
> that is the root cause?

I switched to Kubuntu from KDE Neon since posting and it seems to be okay
Canadian locale with Korganizer 5.15.3 & these set of libraries:

KDE Plasma Version: 5.12.9
KDE Frameworks Version: 5.44.0
Qt Version: 5.9.5

I guess we can close it although something weird is going on either with the
older version of Korganizer or newer version of the above used in KDE Neon.

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

[korganizer] [Bug 405857] KOrganizer Calendar event time not saved

2020-05-18 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=405857

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[korganizer] [Bug 405857] KOrganizer Calendar event time not saved

2020-05-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405857

gjditchfi...@acm.org changed:

   What|Removed |Added

 CC||gjditchfi...@acm.org
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from gjditchfi...@acm.org ---
This looks like the same problem as bug 410167:  something is wrong with the
Canadian locale, but KOrganizer works properly with the US English locale.  Can
you try running "LANG=en_US.UTF-8; korganizer" in a terminal to see if that is
the root cause?

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