Summary: | Adding a slide layout adds multiple undo commands | ||
---|---|---|---|
Product: | [Applications] calligrastage | Reporter: | Sven Langkamp <sven.langkamp> |
Component: | general | Assignee: | Thomas Zander <zander> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sven Langkamp
2009-08-27 18:34:54 UTC
SVN commit 1018169 by zander: Move inserting text to the text shape. CCBUG:205374 Provide a new property in the properties based 'createShape()' method called 'text' which will result in the argument QString to be inserted as text into the initial shape. Note that this will avoid any undo stack or similar. M +4 -6 kpresenter/part/KPrPlaceholderTextStrategy.cpp M +10 -3 plugins/textshape/TextShapeFactory.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1018169 SVN commit 1018170 by zander: Group the actions into one undo action. BUG:205374 M +2 -0 KPrPlaceholders.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1018170 The bug still happens at the first layout that is added to a document. Git commit 4fb752e3eaf9f695cba28c0b2b7e46f14eaec8bb by Thorsten Zachmann. Pushed by zachmann into branch 'master'. Fix Adding a slide layout adds multiple commands One problem that still existed was that when a view was closed and a new document opened then muliple commands where inserted when a layout was selected. Disconnect before connecting again. BUG: 205374 M +4 -0 kpresenter/part/dockers/KPrPageLayoutDocker.cpp http://commits.kde.org/47e7010d/4fb752e3eaf9f695cba28c0b2b7e46f14eaec8bb |