[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2020-03-06 Thread Ian Silvester
https://bugs.kde.org/show_bug.cgi?id=361764

Ian Silvester  changed:

   What|Removed |Added

 CC||iansilves...@fastmail.fm

--- Comment #33 from Ian Silvester  ---
Just to add another data point for those still suffering this problem. Reading
the comment history, it seems to me that this bug was raised for one issue
(events being saved with start and end times of midnight) then ended up being
fixed with patch for a somewhat different issue (Australian and Greek locales
converting times from am to pm). I was having the "midnight" problem, and my
fix is a refinement of that posted by safe...@gmx.com above.

I am using the en_CA locale, and my settings were as follows:


System Settings / Personalization
Regional Settings --> Language = 
Region Settings --> Formats --> Region = Canadian English (en_CA)
Region Settings --> Formats --> Detailed Settings --> Time = Canadian English
(en_CA)

All I changed was the Time setting (the last one in the above list) to
'Default', logged out and back in and presto, new events now save at the time
selected.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2019-12-17 Thread Filipus Klutiero
https://bugs.kde.org/show_bug.cgi?id=361764

--- Comment #32 from Filipus Klutiero  ---
CLDR's en_AU does not override dateFormatItem Hm in version 29:
https://github.com/unicode-org/cldr/blob/release-29/common/main/en_AU.xml
If KOrganizer has a time issue specific to Australian English, with your Qt
version, I would guess that could be due to the "am/pm" dayPeriod which en_US
overrides to lowercase, unlike en_SE. But I cannot reproduce your issue with
Ubuntu 19.04. I suggest you try reproducing on a fresh install.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

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

--- Comment #31 from betlogbet...@gmail.com ---
They really need to put the wo rd'version' somewhere there :)
QLocale's data is based on Common Locale Data Repository v29.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2019-12-17 Thread Filipus Klutiero
https://bugs.kde.org/show_bug.cgi?id=361764

--- Comment #30 from Filipus Klutiero  ---
(In reply to betlogbetlog from comment #29)
> Forgive my ignorance, but I'm not seeing any reference to CLDR or any
> meaningful version designation.
> What am I supposed to be doing with that document?

If your file is like mine (but it may not, since mine is newer), the Detailed
Description section should contain a paragraph like the following:

>QLocale's data is based on Common Locale Data Repository v34.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

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

--- Comment #29 from betlogbet...@gmail.com ---
Forgive my ignorance, but I'm not seeing any reference to CLDR or any
meaningful version designation.
What am I supposed to be doing with that document?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2019-12-17 Thread Filipus Klutiero
https://bugs.kde.org/show_bug.cgi?id=361764

--- Comment #28 from Filipus Klutiero  ---
betlogbetlog, you can install qt5-doc-html and consult
/usr/share/qt5/doc/qtcore/qlocale.html
That will tell you which version of CLDR your QLocale is based on.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

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

betlogbet...@gmail.com changed:

   What|Removed |Added

 CC||betlogbet...@gmail.com

--- Comment #27 from betlogbet...@gmail.com ---
TL:DR; if you want ISO datetimestamps in regional settings use en_AU as
default, and (custom) specify en_SE in Time field. This also makes korganizer
work properly (becausue there is no AM or PM).
However there is obviously still an issue with en_AU being set globally, as it
forces AM to be set as PM.

Some time ago I was typing to force systemwide ISO datetime formatting, and did
some tinkering with custom locale files. So the AM->PM issue may be related in
my case. However as far as i know and can see I removed all said tinkering.

Global en_AU is broken when entering AM into korganizer
However the below locale settings works just fine.

user@betlognuc:~$ locale
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_AU.UTF-8
LANGUAGE=en_AU:en
LC_CTYPE="en_AU.UTF-8"
LC_NUMERIC="en_AU.UTF-8"
LC_TIME=en_SE.UTF-8
LC_COLLATE="en_AU.UTF-8"
LC_MONETARY="en_AU.UTF-8"
LC_MESSAGES="en_AU.UTF-8"
LC_PAPER="en_AU.UTF-8"
LC_NAME="en_AU.UTF-8"
LC_ADDRESS="en_AU.UTF-8"
LC_TELEPHONE="en_AU.UTF-8"
LC_MEASUREMENT="en_AU.UTF-8"
LC_IDENTIFICATION="en_AU.UTF-8"
LC_ALL=



I wrote this before noticing the match at bottom of list... and see that other
Australians have same issue I had, so I will paste in case the details are
relevant somehow:

SUMMARY
Cannot set event time to AM
Application forces all new events to PM
Particularly annoying because my system is set to ISO 24 hour.

STEPS TO REPRODUCE
1. create event
2. type 10:00, 1000, or 10:00 AM
or
3. mouse select and scroll to 10:00 AM

OBSERVED RESULT
10:00 PM is selected

EXPECTED RESULT
10:00 AM should be selected

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
Kubuntu 18.04
KDE Plasma Version: 
5.12.9
KDE Frameworks Version: 
5.44.0
Qt Version: 
5.9.5
ADDITIONAL INFORMATION
kernel version 4.15.0-72-generic 64-bit

Due to another issue (inability to remove a personal calendar.ics) I have
recently uninstalled, purged and apt reinstalled korganizer

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

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

--- Comment #26 from safe...@gmx.com ---
Thankyou Filipus for replying.

Here is what appears to be working.

System Settings / Personalization
Regional Settings --> Language = American English (Deleted Canadian English(
Region Settings --> Formats --> Region = Canadian English (en_CA)
Region Settings --> Formats --> Detailed Settings --> Time = Default

--REBOOT--

Now, in following various internet results with the same / similar problem, I
also copied a bunch of locale files, but can't remember from where to where, as
it didn't seem to have any effect and I just continued trying things.

It now appears likely that I will have to abandon my efforts to use KDE apps
despite the apparent success of getting KOrganizer to work. Now KMail is
failing to connect to a pop3 server, receiving the error that SSL needs be
active and it is set to be active in KMail. Not trying to start a new topic,
just adding a sigh that what looks like a great experience is going to be one I
have to miss out.

Thanks again for your note and best of the season to you.

After reboot

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2019-12-11 Thread Filipus Klutiero
https://bugs.kde.org/show_bug.cgi?id=361764

--- Comment #25 from Filipus Klutiero  ---
(In reply to safeweb from comment #24)
> I see this is marked as resolved. Does this mean if I reconfigure my desktop
> to use American English the problem will go away.

No, it means the software defect was solved. If you are experiencing an issue
with KDE Frameworks 5.62, the problem you are experiencing is not this one.


> [...]
> 
> and if it is not clear, the problem is that every event gets reset to 12:00
> a.m. start and end time, not matter how the event is added. My current
> region is en-CA or Canadian English, trying to migrate from Thunderbird
> because I find the range of KDE apps appealing. Not import anything, just
> get it to work.

See ticket #409912
But be warned that KOrganizer is not mature software. Expect frustration if you
switch.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

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

safe...@gmx.com changed:

   What|Removed |Added

 CC||safe...@gmx.com

--- Comment #24 from safe...@gmx.com ---
I see this is marked as resolved. Does this mean if I reconfigure my desktop to
use American English the problem will go away. Is it good enough to simply
change the Language setting or do I have to change the Region setting in
Formats? If so that means I have to actually start using miles and gallons
instead of km and litres?

Brand new system, Linux retail desktop built by ZAReason, KDW Plasma 5.16.5,
Frameworks 5.62.0, KOrganizer 5.11.3

and if it is not clear, the problem is that every event gets reset to 12:00
a.m. start and end time, not matter how the event is added. My current region
is en-CA or Canadian English, trying to migrate from Thunderbird because I find
the range of KDE apps appealing. Not import anything, just get it to work.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2019-07-11 Thread Filipus Klutiero
https://bugs.kde.org/show_bug.cgi?id=361764

Filipus Klutiero  changed:

   What|Removed |Added

 CC||chea...@gmail.com

--- Comment #23 from Filipus Klutiero  ---
To clarify (according to what I understand from the fixing commit), the faulty
product is not KOrganizer, but actually KDE Frameworks (versions prior to
5.49). Ubuntu 19.04 ships KDE Frameworks 5.56.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2018-10-04 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=361764

Christoph Feck  changed:

   What|Removed |Added

 CC||pj.in@gmail.com

--- Comment #22 from Christoph Feck  ---
*** Bug 398453 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2018-08-04 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=361764

Christoph Feck  changed:

   What|Removed |Added

 CC||to...@sa.apana.org.au

--- Comment #21 from Christoph Feck  ---
*** Bug 397150 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2018-08-02 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=361764

Christoph Feck  changed:

   What|Removed |Added

   Version Fixed In||5.49.0
  Latest Commit||https://commits.kde.org/kwi
   ||dgetsaddons/628c5b1335a21bf
   ||2a20ebf0af56dcc113c64c181
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #20 from Christoph Feck  ---
Git commit 628c5b1335a21bf2a20ebf0af56dcc113c64c181 by Christoph Feck, on
behalf of Glenn Watson.
Committed on 02/08/2018 at 12:28.
Pushed by cfeck into branch 'master'.

Fix KTimeComboBox input mask for AM/PM times

In some cases, the strings returned from amText() and
pmText() may differ in case to the provided format
in the timeFormatToInputMask method.

This results in an incorrect mask string being provided
to the line edit control.

Instead, detect if the format string uses upper or lower
case for the AM/PM specification, and use this to convert
the am/pm text strings to a consistent case.
FIXED-IN: 5.49.0

Differential Revision: https://phabricator.kde.org/D14435

M  +24   -0autotests/ktimecomboboxtest.cpp
M  +1-0autotests/ktimecomboboxtest.h
M  +19   -2src/ktimecombobox.cpp

https://commits.kde.org/kwidgetsaddons/628c5b1335a21bf2a20ebf0af56dcc113c64c181

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2018-07-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=361764

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2018-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=361764

k...@intuitionlibrary.com changed:

   What|Removed |Added

 CC||k...@intuitionlibrary.com

--- Comment #19 from k...@intuitionlibrary.com ---
I added a patch that fixes this bug on my local (Au) timezone -
https://phabricator.kde.org/D14435. I'll need to find someone to review it and
see if it's an appropriate fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2018-05-09 Thread Dean Cording
https://bugs.kde.org/show_bug.cgi?id=361764

Dean Cording  changed:

   What|Removed |Added

 CC||d...@cording.id.au

--- Comment #18 from Dean Cording  ---
Can confirm that the problem with Kontact changing AM times to PM in the
Australia timezone is still an issue in Version 5.7.3.  Changing the time
format in the System Setting Module to 'United Kingdom - British English' is a
work-around.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2018-05-09 Thread Dean Cording
https://bugs.kde.org/show_bug.cgi?id=361764

Dean Cording  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #17 from Dean Cording  ---
*** This bug has been confirmed by popular vote. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2017-11-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=361764

tprotopope...@gmail.com changed:

   What|Removed |Added

 CC||tprotopope...@gmail.com

--- Comment #16 from tprotopope...@gmail.com ---
I also have this problem. Note that this also affects the work day times etc.
Go to `Configure Korganizer > Date and Time'. All the times there cannot be set
to AM times either. Switching to US_en is a workaround (but I agree it is not a
very good one if you don't want to use the US's non-standard date scheme
(mm/dd/yy)).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2017-05-01 Thread Pieter-v
https://bugs.kde.org/show_bug.cgi?id=361764

--- Comment #15 from Pieter-v  ---
I'm Australian and I think this is a big issue for the credibility of KDE apps
if this issue cannot be solved.
I think KDE is the best D.E. and I'm really enjoying Neon. However it cannot be
used to manage appointments properly, if like me you don't want to have your
computer running American (en_US) time formats.
I'm happy to provide screenshots etc if needed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2017-05-01 Thread Pieter-v
https://bugs.kde.org/show_bug.cgi?id=361764

Pieter-v  changed:

   What|Removed |Added

 CC||pvdve...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.