Summary: | Indenting a list item should change it's level | ||
---|---|---|---|
Product: | [Applications] calligracommon | Reporter: | Thomas Zander <zander> |
Component: | text-tool | Assignee: | Calligra Words Bugs <calligra-words-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cbo |
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/4ab197e7cec1cebc03821f01638bf1345a08258a | Version Fixed In: | |
Sentry Crash Report: |
Description
David Faure
2010-12-16 00:29:44 UTC
Git commit 65930a63271b088a3fa4d603cfa3cb714c4cffc7 by Gopalakrishna Bhat A. Committed on 11/06/2012 at 17:42. Pushed by gopalakrishnabhat into branch 'master'. Fix issue with text list indenting and numbering With this patch increasing the list level by pressing tab or the "Increase Indent" button the display level is also increased by one. REVIEW: 105198 Related: bug 298063 M +1 -0 libs/kotext/commands/ChangeListCommand.cpp M +1 -0 libs/kotext/styles/KoListLevelProperties.cpp M +92 -74 libs/textlayout/ListItemsHelper.cpp M +1 -0 libs/textlayout/ListItemsHelper.h M +39 -10 plugins/textshape/TextTool.cpp M +13 -1 plugins/textshape/commands/ChangeListLevelCommand.cpp http://commits.kde.org/calligra/65930a63271b088a3fa4d603cfa3cb714c4cffc7 Git commit 4ab197e7cec1cebc03821f01638bf1345a08258a by Yue Liu, on behalf of Gopalakrishna Bhat A. Committed on 11/06/2012 at 17:42. Pushed by liu into branch 'connection-interaction-yue'. Fix issue with text list indenting and numbering With this patch increasing the list level by pressing tab or the "Increase Indent" button the display level is also increased by one. REVIEW: 105198 Related: bug 298063 M +1 -0 libs/kotext/commands/ChangeListCommand.cpp M +1 -0 libs/kotext/styles/KoListLevelProperties.cpp M +92 -74 libs/textlayout/ListItemsHelper.cpp M +1 -0 libs/textlayout/ListItemsHelper.h M +39 -10 plugins/textshape/TextTool.cpp M +13 -1 plugins/textshape/commands/ChangeListLevelCommand.cpp http://commits.kde.org/calligra/4ab197e7cec1cebc03821f01638bf1345a08258a |