Summary: | crash on removing view after split view | ||
---|---|---|---|
Product: | [Applications] calligrastage | Reporter: | Halla Rempt <halla> |
Component: | general | Assignee: | T Zachmann <t.zachmann> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Halla Rempt
2011-02-02 16:19:15 UTC
Git commit e08bce93e67dcf0383001ccd3277693af2385fd8 by Boudewijn Rempt. Committed on 05/10/2011 at 10:48. Pushed by rempt into branch 'master'. Remove split view functionality The Calligra split view functionality has some serious problems: * we cannot split and have two documents in one view * it is buggy * the action list is loaded twice when splitting the view, which means that all shortcuts stop working because they are duplicated REVIEW:101993 BUG:278000 BUG:265200 BUG:239309 We need to redesign this feature and implement it properly. The age-old hacks (veryHackyActionList...) cannot be fixed, so remove the current implementation. M +0 -3 flow/part/flow.rc M +0 -2 karbon/data/karbon.rc M +5 -4 libs/main/KoDocument.cpp M +5 -136 libs/main/KoMainWindow.cpp M +0 -12 libs/main/KoMainWindow.h M +0 -3 stage/part/stage.rc M +0 -2 stage/stage.rc M +0 -3 tables/tables.rc M +0 -3 words/part/words.rc http://commits.kde.org/calligra/e08bce93e67dcf0383001ccd3277693af2385fd8 |