[kontact] [Bug 454536] Kontact crashes with segmentation fault when marking a recurring task as done

2022-06-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=454536

gjditchfi...@acm.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/pim/
   ||korganizer/commit/c4e58599b
   ||3f3eeece0d94d5cee9259be904c
   ||dbe7

--- Comment #6 from gjditchfi...@acm.org ---
Git commit c4e58599b3f3eeece0d94d5cee9259be904cdbe7 by Glen Ditchfield.
Committed on 30/06/2022 at 02:08.
Pushed by gditchfield into branch 'release/22.04'.

Fix crash when completing a to-do in the summary view

The "Mark To-do Completed" entry in the `KUrlLabel` pop-up menu called
`completeTodo()`, which called `updateView()`, which deleted the
`KUrlLabel`.  This seems to cause a segfault in Qt.

`completeTodo()` doesn't need to call `updateView()`;
`mChanger->modifyIncidence()` will cause an update.

M  +0-1src/kontactplugin/korganizer/todosummarywidget.cpp

https://invent.kde.org/pim/korganizer/commit/c4e58599b3f3eeece0d94d5cee9259be904cdbe7

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

[libkgapi] [Bug 439285] Bad request, Google replied "Contacts API is being deprecated"

2022-06-30 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=439285

--- Comment #50 from Philippe ROUBACH  ---
Created attachment 150295
  --> https://bugs.kde.org/attachment.cgi?id=150295&action=edit
script to start google contacts at login

HOW to start automatically the Chrome web app ?

I join my script.

Install the app kdocker.

In the script ;
-  replace the 2 web app id occurences by your web app id.
-  tune the first  delay to your need.

In KDE settings < start/stop > automatic start :
- add the script

in kde settings < start/stop > desktop session > do not restore these
applications
- add "kdocker" (not the quotes)

Enjoy

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[libkgapi] [Bug 439285] Bad request, Google replied "Contacts API is being deprecated"

2022-06-30 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=439285

--- Comment #48 from Philippe ROUBACH  ---
kde plasma 5.25.1
kde framework 5.95.0
qt 5.15.2
KDE Gears 24.04.2

Problem still there

My solution to workaround the problem :
with Chrome I create a web app, then I use it to manage my contacts.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Reminder Daemon] [Bug 455369] Calendar event notifications lead to segfault if closed by notification button

2022-06-30 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=455369

David Faure  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/pim/
   ||akonadi-calendar/commit/266
   ||94e8c82562eac2fdbdb6fa85f56
   ||b27fca82a0
 Status|ASSIGNED|RESOLVED

--- Comment #4 from David Faure  ---
Git commit 26694e8c82562eac2fdbdb6fa85f56b27fca82a0 by David Faure.
Committed on 30/06/2022 at 14:32.
Pushed by dfaure into branch 'release/22.04'.

Fix crash when clicking on dismiss, sometimes.

client->dismiss(this) ends up setting client to nullptr, so
the disconnect() warns about null receiver and doesn't actually
disconnect.

(This is similar to 24f3853f14ec in master)
Related: bug 455472, bug 455886, bug 455258, bug 455583

M  +1-1reminder-daemon/alarmnotification.cpp

https://invent.kde.org/pim/akonadi-calendar/commit/26694e8c82562eac2fdbdb6fa85f56b27fca82a0

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

[libkgapi] [Bug 439285] Bad request, Google replied "Contacts API is being deprecated"

2022-06-30 Thread Gerald
https://bugs.kde.org/show_bug.cgi?id=439285

--- Comment #49 from Gerald  ---
(In reply to Philippe ROUBACH from comment #48)
> kde plasma 5.25.1
> kde framework 5.95.0
> qt 5.15.2
> KDE Gears 24.04.2
> 
> Problem still there
> 
> My solution to workaround the problem :
> with Chrome I create a web app, then I use it to manage my contacts.

Thanks for the idea with the web app!!!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Reminder Daemon] [Bug 455583] kalendarc crashes when dismissing reminder notification

2022-06-30 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=455583

David Faure  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/pim/
   ||akonadi-calendar/commit/266
   ||94e8c82562eac2fdbdb6fa85f56
   ||b27fca82a0
 Status|ASSIGNED|RESOLVED

--- Comment #2 from David Faure  ---
Git commit 26694e8c82562eac2fdbdb6fa85f56b27fca82a0 by David Faure.
Committed on 30/06/2022 at 14:32.
Pushed by dfaure into branch 'release/22.04'.

Fix crash when clicking on dismiss, sometimes.

client->dismiss(this) ends up setting client to nullptr, so
the disconnect() warns about null receiver and doesn't actually
disconnect.

(This is similar to 24f3853f14ec in master)
Related: bug 455472, bug 455369, bug 455886, bug 455258

M  +1-1reminder-daemon/alarmnotification.cpp

https://invent.kde.org/pim/akonadi-calendar/commit/26694e8c82562eac2fdbdb6fa85f56b27fca82a0

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

[Reminder Daemon] [Bug 455472] Reminders crashes on login

2022-06-30 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=455472

David Faure  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pim/
   ||akonadi-calendar/commit/266
   ||94e8c82562eac2fdbdb6fa85f56
   ||b27fca82a0
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from David Faure  ---
Git commit 26694e8c82562eac2fdbdb6fa85f56b27fca82a0 by David Faure.
Committed on 30/06/2022 at 14:32.
Pushed by dfaure into branch 'release/22.04'.

Fix crash when clicking on dismiss, sometimes.

client->dismiss(this) ends up setting client to nullptr, so
the disconnect() warns about null receiver and doesn't actually
disconnect.

(This is similar to 24f3853f14ec in master)
Related: bug 455369, bug 455886, bug 455258, bug 455583

M  +1-1reminder-daemon/alarmnotification.cpp

https://invent.kde.org/pim/akonadi-calendar/commit/26694e8c82562eac2fdbdb6fa85f56b27fca82a0

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

[Reminder Daemon] [Bug 455258] Reminders crashed while suspended

2022-06-30 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=455258

David Faure  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/pim/
   ||akonadi-calendar/commit/266
   ||94e8c82562eac2fdbdb6fa85f56
   ||b27fca82a0

--- Comment #2 from David Faure  ---
Git commit 26694e8c82562eac2fdbdb6fa85f56b27fca82a0 by David Faure.
Committed on 30/06/2022 at 14:32.
Pushed by dfaure into branch 'release/22.04'.

Fix crash when clicking on dismiss, sometimes.

client->dismiss(this) ends up setting client to nullptr, so
the disconnect() warns about null receiver and doesn't actually
disconnect.

(This is similar to 24f3853f14ec in master)
Related: bug 455472, bug 455369, bug 455886, bug 455583

M  +1-1reminder-daemon/alarmnotification.cpp

https://invent.kde.org/pim/akonadi-calendar/commit/26694e8c82562eac2fdbdb6fa85f56b27fca82a0

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

[libkgapi] [Bug 439285] Bad request, Google replied "Contacts API is being deprecated"

2022-06-30 Thread Gerald
https://bugs.kde.org/show_bug.cgi?id=439285

Gerald  changed:

   What|Removed |Added

 CC||gerald.driss...@gmail.com

--- Comment #47 from Gerald  ---
Just a quick question: Does Kontact now sync with Google Contacts as per 30th
June? Is the problem fixed now? Many thanks for anyone who know.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Reminder Daemon] [Bug 455258] Reminders crashed while suspended

2022-06-30 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=455258

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #1 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/pim/akonadi-calendar/-/merge_requests/30

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

[Reminder Daemon] [Bug 455583] kalendarc crashes when dismissing reminder notification

2022-06-30 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=455583

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #1 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/pim/akonadi-calendar/-/merge_requests/30

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

[Reminder Daemon] [Bug 455369] Calendar event notifications lead to segfault if closed by notification button

2022-06-30 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=455369

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/pim/akonadi-calendar/-/merge_requests/30

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

[Reminder Daemon] [Bug 455472] Reminders crashes on login

2022-06-30 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=455472

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/pim/akonadi-calendar/-/merge_requests/30

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

[Reminder Daemon] [Bug 453298] kalendarac: Notifications miss option to remind later with other time duration than 5 minutes

2022-06-30 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=453298

David Faure  changed:

   What|Removed |Added

 CC||fa...@kde.org

--- Comment #2 from David Faure  ---
I added a "1 hour" option in master, but I agree that this is not yet optimal
overall.
https://invent.kde.org/pim/akonadi-calendar/-/merge_requests/26

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

[kmail] [Bug 126064] JJ: Account settings dialogs for SMTP/POP3/IMAP should be more similar

2022-06-30 Thread BEEDELL ROKE JULIAN LOCKHART
https://bugs.kde.org/show_bug.cgi?id=126064

BEEDELL ROKE JULIAN LOCKHART  changed:

   What|Removed |Added

 CC||beedellrokejulianlockhart@g
   ||mail.com

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

[Reminder Daemon] [Bug 455369] Calendar event notifications lead to segfault if closed by notification button

2022-06-30 Thread Ingo Klöcker
https://bugs.kde.org/show_bug.cgi?id=455369

Ingo Klöcker  changed:

   What|Removed |Added

Version|unspecified |5.20.2
   Assignee|claudio.cam...@gmail.com|kdepim-bugs@kde.org
Product|kalendar|Reminder Daemon
  Component|general |general

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