Summary: | New ICal calendar files are not checked by default | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Sabine Faure <sabine> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | montel |
Priority: | NOR | ||
Version First Reported In: | 4.3 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/d59fcb4d7533db4d5f7e61f931197de4dbb13fb9 | Version Fixed In: | |
Sentry Crash Report: |
Description
Sabine Faure
2010-01-20 23:21:36 UTC
I confirm It must be active by default. I will fix it. Git commit d59fcb4d7533db4d5f7e61f931197de4dbb13fb9 by Sergio Martins. Committed on 09/12/2012 at 23:04. Pushed by smartins into branch 'master'. korg: Check new calendars by default. This is a workaround, the real problem should be fixed in the akonadi libraries, but it isn't trivial. M +31 -0 korganizer/akonadicollectionview.cpp M +4 -0 korganizer/akonadicollectionview.h http://commits.kde.org/kdepim/d59fcb4d7533db4d5f7e61f931197de4dbb13fb9 Git commit 0af2c20ba1f91399c130efab3e5ad6b5d2be67fa by Sergio Martins. Committed on 08/02/2016 at 12:14. Pushed by smartins into branch 'vendor/intevation/4.14'. korg: Fix checking new calendars when they are created. This wasn't working properly for collections with children. When a new row+children is inserted we only get the row insertion signal for the parent, not for the children, which must me iterated manually. M +6 -0 korganizer/akonadicollectionview.cpp http://commits.kde.org/kdepim/0af2c20ba1f91399c130efab3e5ad6b5d2be67fa Git commit 2aec255c6465676404e4694405c153e485e477d9 by Sergio Martins. Committed on 08/02/2016 at 13:29. Pushed by smartins into branch 'KDE/4.14'. korg: Fix checking new calendars when they are created. This wasn't working properly for collections with children. When a new row+children is inserted we only get the row insertion signal for the parent, not for the children, which must me iterated manually. (cherry picked from commit 0af2c20ba1f91399c130efab3e5ad6b5d2be67fa) M +6 -0 korganizer/akonadicollectionview.cpp http://commits.kde.org/kdepim/2aec255c6465676404e4694405c153e485e477d9 |