Summary: | recursive update doesn't happen after deleting a formula | ||
---|---|---|---|
Product: | [Applications] calligrasheets | Reporter: | Camilla Boemann <cbo> |
Component: | general | Assignee: | Calligra Sheets (KSpread) Bugs <calligra-sheets-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/00be15736db10a48d03abbe37f1c5fd014316477 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | file needed to see the problem easily |
Description
Camilla Boemann
2013-01-09 23:48:40 UTC
Created attachment 76347 [details]
file needed to see the problem easily
Git commit 4cd91f8ae093b37ed5f0e40688c170714cbe6afa by Marijn Kruisselbrink. Committed on 10/01/2013 at 02:53. Pushed by mkruisselbrink into branch 'master'. Fix problem that prevents depths of cells to be calculated properly when cells are edited. This was especially a problem if they are changed from a formula to something that is not a formula. Also fixes a problem with DependencyManager::Private::dump(), and fixes KoRTree API docs to match the implementation (although it would be better to fix the implementation to match the docs). M +2 -2 libs/flake/KoRTree.h M +10 -31 sheets/DependencyManager.cpp M +25 -0 sheets/tests/TestDependencies.cpp M +1 -0 sheets/tests/TestDependencies.h http://commits.kde.org/calligra/4cd91f8ae093b37ed5f0e40688c170714cbe6afa Git commit 8010fd0f10371a9c8e6492f0e7afb4cc2d232e09 by C. Boemann, on behalf of Marijn Kruisselbrink. Committed on 10/01/2013 at 02:53. Pushed by boemann into branch 'calligra/2.6'. Fix problem that prevents depths of cells to be calculated properly when cells are edited. This was especially a problem if they are changed from a formula to something that is not a formula. Also fixes a problem with DependencyManager::Private::dump(), and fixes KoRTree API docs to match the implementation (although it would be better to fix the implementation to match the docs). M +2 -2 libs/flake/KoRTree.h M +10 -31 sheets/DependencyManager.cpp M +25 -0 sheets/tests/TestDependencies.cpp M +1 -0 sheets/tests/TestDependencies.h http://commits.kde.org/calligra/8010fd0f10371a9c8e6492f0e7afb4cc2d232e09 Git commit 73eace5500ab90054f88895db320f265b4d2e393 by C. Boemann, on behalf of Marijn Kruisselbrink. Committed on 10/01/2013 at 02:53. Pushed by boemann into branch 'calligra/2.4'. Fix problem that prevents depths of cells to be calculated properly when cells are edited. This was especially a problem if they are changed from a formula to something that is not a formula. Also fixes a problem with DependencyManager::Private::dump(), and fixes KoRTree API docs to match the implementation (although it would be better to fix the implementation to match the docs). M +2 -2 libs/flake/KoRTree.h M +10 -31 sheets/DependencyManager.cpp M +25 -0 sheets/tests/TestDependencies.cpp M +1 -0 sheets/tests/TestDependencies.h http://commits.kde.org/calligra/73eace5500ab90054f88895db320f265b4d2e393 Git commit a751ee5929591bee2a018bbf0da8741fb9a675e0 by C. Boemann, on behalf of Marijn Kruisselbrink. Committed on 10/01/2013 at 02:53. Pushed by boemann into branch 'calligra/2.5'. Fix problem that prevents depths of cells to be calculated properly when cells are edited. This was especially a problem if they are changed from a formula to something that is not a formula. Also fixes a problem with DependencyManager::Private::dump(), and fixes KoRTree API docs to match the implementation (although it would be better to fix the implementation to match the docs). M +2 -2 libs/flake/KoRTree.h M +10 -31 sheets/DependencyManager.cpp M +25 -0 sheets/tests/TestDependencies.cpp M +1 -0 sheets/tests/TestDependencies.h http://commits.kde.org/calligra/a751ee5929591bee2a018bbf0da8741fb9a675e0 Git commit 00be15736db10a48d03abbe37f1c5fd014316477 by Inge Wallin, on behalf of Marijn Kruisselbrink. Committed on 10/01/2013 at 02:53. Pushed by ingwa into branch 'text-annotations-ingwa'. Fix problem that prevents depths of cells to be calculated properly when cells are edited. This was especially a problem if they are changed from a formula to something that is not a formula. Also fixes a problem with DependencyManager::Private::dump(), and fixes KoRTree API docs to match the implementation (although it would be better to fix the implementation to match the docs). M +2 -2 libs/flake/KoRTree.h M +10 -31 sheets/DependencyManager.cpp M +25 -0 sheets/tests/TestDependencies.cpp M +1 -0 sheets/tests/TestDependencies.h http://commits.kde.org/calligra/00be15736db10a48d03abbe37f1c5fd014316477 |