[korganizer] [Bug 139959] remember dialogue window position when adding new date

2020-07-02 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=139959

--- Comment #3 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 the assignee for the bug.

[frameworks-kwindowsystem] [Bug 420468] All new events are 24-hour long events, selected time ignored

2020-07-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=420468

gjditchfi...@acm.org changed:

   What|Removed |Added

Product|korganizer  |frameworks-kwindowsystem
Version|5.13.3  |unspecified
   Assignee|kdepim-bugs@kde.org |kwin-bugs-n...@kde.org
  Component|agendaview (weekview)   |general

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

[frameworks-kwidgetsaddons] [Bug 412506] Adding new events always takes the whole day

2020-07-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412506

gjditchfi...@acm.org changed:

   What|Removed |Added

Product|korganizer  |frameworks-kwidgetsaddons
 CC||kdelibs-b...@kde.org
Version|5.12.1  |unspecified
  Component|agendaview (weekview)   |general
   Assignee|kdepim-bugs@kde.org |cf...@kde.org

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

[frameworks-kwidgetsaddons] [Bug 411820] Problems setting event start and end time

2020-07-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=411820

gjditchfi...@acm.org changed:

   What|Removed |Added

Product|korganizer  |frameworks-kwidgetsaddons
 CC||gjditchfi...@acm.org,
   ||kdelibs-b...@kde.org
Version|5.12.1  |unspecified
  Component|agendaview (weekview)   |general
   Assignee|kdepim-bugs@kde.org |cf...@kde.org

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

[frameworks-kwidgetsaddons] [Bug 410167] Cannot change or enter time for calendar entry

2020-07-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=410167

gjditchfi...@acm.org changed:

   What|Removed |Added

 CC||gjditchfi...@acm.org,
   ||kdelibs-b...@kde.org
Product|korganizer  |frameworks-kwidgetsaddons
  Component|general |general
   Assignee|kdepim-bugs@kde.org |cf...@kde.org
Version|5.11.3  |unspecified

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

[frameworks-kwidgetsaddons] [Bug 406240] Hour for TODO won't change on KDE NEON

2020-07-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406240

gjditchfi...@acm.org changed:

   What|Removed |Added

   Assignee|kdepim-bugs@kde.org |cf...@kde.org
  Component|incidence editors   |general
Version|5.10.3  |unspecified
 CC||kdelibs-b...@kde.org
Product|korganizer  |frameworks-kwidgetsaddons

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

[frameworks-kwidgetsaddons] [Bug 405857] KOrganizer Calendar event time not saved

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

gjditchfi...@acm.org changed:

   What|Removed |Added

Product|korganizer  |frameworks-kwidgetsaddons
 CC||kdelibs-b...@kde.org
Version|5.10.3  |unspecified
  Component|general |general
   Assignee|kdepim-bugs@kde.org |cf...@kde.org

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

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

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

gjditchfi...@acm.org changed:

   What|Removed |Added

  Component|general |general
   Assignee|kdepim-bugs@kde.org |cf...@kde.org
 CC||gjditchfi...@acm.org,
   ||kdelibs-b...@kde.org
Product|korganizer  |frameworks-kwidgetsaddons

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

[korganizer] [Bug 410167] Cannot change or enter time for calendar entry

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

Albert Astals Cid  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kwidgetsaddons/commi
   ||t/37c9ebe699e33f84700489982
   ||da301bdf8727bd3

--- Comment #18 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 405857, bug 406240, bug 409867, 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 the assignee for the bug.

[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 the assignee for the bug.

[korganizer] [Bug 411820] Problems setting event start and end time

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

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #5 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 405857, bug 406240, bug 409867, bug 410167, 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 the assignee for the bug.

[korganizer] [Bug 412506] Adding new events always takes the whole day

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

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #6 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 405857, bug 406240, bug 409867, bug 410167, bug 411820, 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 the assignee for the bug.

[korganizer] [Bug 420468] All new events are 24-hour long events, selected time ignored

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

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #4 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 405857, bug 406240, bug 409867, bug 410167, bug 411820, bug 412506
```

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 the assignee for the bug.

[korganizer] [Bug 406240] Hour for TODO won't change on KDE NEON

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

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #5 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 405857, 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 the assignee for the bug.

[kontact] [Bug 423803] New: KOrganizer crashed

2020-07-02 Thread Reinhard Auner
https://bugs.kde.org/show_bug.cgi?id=423803

Bug ID: 423803
   Summary: KOrganizer crashed
   Product: kontact
   Version: 5.10.3
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: reinhardau...@gmx.at
  Target Milestone: ---

Application: kontact (5.10.3)

Qt Version: 5.9.7
Frameworks Version: 5.55.0
Operating System: Linux 4.12.14-lp151.28.48-default x86_64
Distribution (Platform): openSUSE RPMs

-- Information about the crash:
- What I was doing when the application crashed:

Google Chrome was running, nothing else - couldnĀ“t reproduce it.

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f3c03c9e900 (LWP 31505))]

Thread 27 (Thread 0x7f3aaa336700 (LWP 31613)):
#0  0x7f3c005911d8 in read () from /lib64/libc.so.6
#1  0x7f3bc4342701 in pa_read () from
/usr/lib64/pulseaudio/libpulsecommon-11.1.so
#2  0x7f3bc45c3e0e in pa_mainloop_prepare () from /usr/lib64/libpulse.so.0
#3  0x7f3bc45c4880 in pa_mainloop_iterate () from /usr/lib64/libpulse.so.0
#4  0x7f3bc45c4940 in pa_mainloop_run () from /usr/lib64/libpulse.so.0
#5  0x7f3bc45d27a9 in ?? () from /usr/lib64/libpulse.so.0
#6  0x7f3bc4371428 in ?? () from
/usr/lib64/pulseaudio/libpulsecommon-11.1.so
#7  0x7f3bfc0b24f9 in start_thread () from /lib64/libpthread.so.0
#8  0x7f3c0059ff2f in clone () from /lib64/libc.so.6

Thread 26 (Thread 0x7f3aab353700 (LWP 31604)):
#0  0x7f3c005956db in poll () from /lib64/libc.so.6
#1  0x7f3bfa1f81a9 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f3bfa1f82bc in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f3c011477fb in QEventDispatcherGlib::processEvents
(this=0x7f3aa4000b10, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f3c010ec79a in QEventLoop::exec (this=this@entry=0x7f3aab352cb0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x7f3c00f0ad4a in QThread::exec (this=) at
thread/qthread.cpp:515
#6  0x7f3c00f0fc8d in QThreadPrivate::start (arg=0x56335d025990) at
thread/qthread_unix.cpp:368
#7  0x7f3bfc0b24f9 in start_thread () from /lib64/libpthread.so.0
#8  0x7f3c0059ff2f in clone () from /lib64/libc.so.6

Thread 25 (Thread 0x7f3ac96bf700 (LWP 31540)):
#0  0x7f3c005956db in poll () from /lib64/libc.so.6
#1  0x7f3bfa1f81a9 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f3bfa1f82bc in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f3c011477fb in QEventDispatcherGlib::processEvents
(this=0x7f3acb10, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f3c010ec79a in QEventLoop::exec (this=this@entry=0x7f3ac96becb0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x7f3c00f0ad4a in QThread::exec (this=) at
thread/qthread.cpp:515
#6  0x7f3c00f0fc8d in QThreadPrivate::start (arg=0x56335c5743c0) at
thread/qthread_unix.cpp:368
#7  0x7f3bfc0b24f9 in start_thread () from /lib64/libpthread.so.0
#8  0x7f3c0059ff2f in clone () from /lib64/libc.so.6

Thread 24 (Thread 0x7f3acad61700 (LWP 31538)):
#0  0x7f3c005911d8 in read () from /lib64/libc.so.6
#1  0x7f3bfa23cc80 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f3bfa1f7cb8 in g_main_context_check () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f3bfa1f8150 in ?? () from /usr/lib64/libglib-2.0.so.0
#4  0x7f3bfa1f82bc in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#5  0x7f3c011477fb in QEventDispatcherGlib::processEvents
(this=0x7f3ac4000b10, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x7f3c010ec79a in QEventLoop::exec (this=this@entry=0x7f3acad60cb0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#7  0x7f3c00f0ad4a in QThread::exec (this=) at
thread/qthread.cpp:515
#8  0x7f3c00f0fc8d in QThreadPrivate::start (arg=0x56335c4d29f0) at
thread/qthread_unix.cpp:368
#9  0x7f3bfc0b24f9 in start_thread () from /lib64/libpthread.so.0
#10 0x7f3c0059ff2f in clone () from /lib64/libc.so.6

Thread 23 (Thread 0x7f3b6e575700 (LWP 31537)):
#0  0x7f3bfc0b887d in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f3beb222574 in ?? () from /usr/lib64/libQt5Script.so.5
#2  0x7f3beb2225b9 in ?? () from /usr/lib64/libQt5Script.so.5
#3  0x7f3bfc0b24f9 in start_thread () from /lib64/libpthread.so.0
#4  0x7f3c0059ff2f in clone () from /lib64/libc.so.6

Thread 22 (Thread 0x7f3b6ed76700 (LWP 31536)):
#0  0x7f3bfc0b887d in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f3bf0dabc45 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#2  0x7f3bf0dac127 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#3  0x7f3bf0dacec1 

[korganizer] [Bug 423797] Month view shows previous month when opening program

2020-07-02 Thread Eli Stone
https://bugs.kde.org/show_bug.cgi?id=423797

--- Comment #1 from Eli Stone  ---
If it's relevant. My current time locale is nb_NO, and weeks start on Mondays
in that locale. I have not tested if it also applies to locales where weeks
start on Sundays or some other day.

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

[korganizer] [Bug 423801] New: Change color of days from different months in month view

2020-07-02 Thread Eli Stone
https://bugs.kde.org/show_bug.cgi?id=423801

Bug ID: 423801
   Summary: Change color of days from different months in month
view
   Product: korganizer
   Version: 5.14.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: monthview
  Assignee: kdepim-bugs@kde.org
  Reporter: s3ndstuffh...@gmail.com
  Target Milestone: ---

Created attachment 129846
  --> https://bugs.kde.org/attachment.cgi?id=129846=edit
Date and time has different months greyed out. month view should offer
something similar

SUMMARY
Month view often shows whole weeks from different months. This is okay, but it
can be kind of confusing to look at. It would be nice if you could grey
out/change the color of days from different months when looking at a month in
month view.

This behavior is already done in the date and time widget, so adding this
feature to korganizer would, in my opinion, help standardize the look and feel
of kde. attached is an image showing what the widget does and korganizer next
to it.

Operating System: Arch Linux
KDE Plasma Version: 5.19.2
KDE Frameworks Version: 5.71.0
Qt Version: 5.15.0
Kernel Version: 5.7.5-arch1-1
OS Type: 64-bit

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

[korganizer] [Bug 423797] New: Month view shows previous month when opening program

2020-07-02 Thread Eli Stone
https://bugs.kde.org/show_bug.cgi?id=423797

Bug ID: 423797
   Summary: Month view shows previous month when opening program
   Product: korganizer
   Version: 5.14.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: monthview
  Assignee: kdepim-bugs@kde.org
  Reporter: s3ndstuffh...@gmail.com
  Target Milestone: ---

SUMMARY
When the week starts on the previous month (eg, the 29th of June), but the
current date is a different month (eg, the 2nd of July), opening the program in
month view shows the previous month by default

STEPS TO REPRODUCE
1. Set the date to July 2nd 2020, or some other applicable day
2. Switch to month view
3. Quit and reopen the program

OBSERVED RESULT

The previous month is displayed on opening it.

EXPECTED RESULT

The current month should be displayed by default, such as seen by clicking the
"today" button

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.19.2
KDE Frameworks Version: 5.71.0
Qt Version: 5.15.0
Kernel Version: 5.7.5-arch1-1
OS Type: 64-bit

ADDITIONAL INFORMATION

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

[kmail2] [Bug 423794] New: 'kmail --identity' doesn't set the identity's sent folder

2020-07-02 Thread m.eik michalke
https://bugs.kde.org/show_bug.cgi?id=423794

Bug ID: 423794
   Summary: 'kmail --identity' doesn't set the identity's sent
folder
   Product: kmail2
   Version: 5.7.3
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: misc
  Assignee: kdepim-bugs@kde.org
  Reporter: bugs.kde@ad.gelduntergang.biz
  Target Milestone: ---

SUMMARY

when i'm composing new mails on the command line including the '--identity'
option, it looks like the identity was successfully selected when sending.
however, sent mails are still being stored in the sent mails folder defined
with the default identity, not in the folder the selected identity should use.


STEPS TO REPRODUCE
1. generate a mail with 'kmail --identity ...', selecting a non-default
identity
2. send the mail
3. examine the sent mails folders of the chosen identity and the default
identity

OBSERVED RESULT

mails reliably end up in the default sent mail folder.


EXPECTED RESULT

sent mails should be archived in the respective folder of the chosen identity.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: kubuntu 18.04
(available in About System)
KDE Plasma Version: 5.12.9.1
KDE Frameworks Version: 5.47.0
Qt Version: 5.9.5

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

[korganizer] [Bug 423791] New: Deleting a Caldav calendar also deletes it on the server

2020-07-02 Thread Rafael Brandmaier
https://bugs.kde.org/show_bug.cgi?id=423791

Bug ID: 423791
   Summary: Deleting a Caldav calendar also deletes it on the
server
   Product: korganizer
   Version: 5.14.2
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: rafael.brandma...@kdemail.net
  Target Milestone: ---

SUMMARY
When you delete a Caldav calendar, the calendar will also be deleted from the
server. This is not expected behaviour, as these types of calendars are usually
used to synchronize them on multiple clients. So deleting the calendar in a
client like KOrganizer should only remove the local files and subscription to
the Caldav server, but should not affect the server at all. If I wanted to
delete the calendar from the server, I would do that in the servers interface.

Even if the functionality to delete calendars from the server is intended, this
needs to made very clear in the UI. Currently, the confirmation dialog is the
same as for local calendars and does not imply the calendar will be permanently
removed from the server.

STEPS TO REPRODUCE
1. Right click on a Caldav calendar, select the deletion option.
2. Confirm the non-specific dialog that appears.

OBSERVED RESULT
The calendar is deleted from KOrganizer, but also from the server.

EXPECTED RESULT
Only the local data is deleted and the subscription to the server is removed.
The data on the server however should remain untouched.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed
(available in About System)
KDE Plasma Version: 5.19.2
KDE Frameworks Version: 5.71.0
Qt Version: 5.15.0

ADDITIONAL INFORMATION
The only other bug report I found mentioning this issue is
https://bugs.kde.org/show_bug.cgi?id=370481

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