Summary: | Undo/redo does not properly work with alignment properties of form widgets | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Jarosław Staniek <staniek> |
Component: | Forms | Assignee: | Jarosław Staniek <staniek> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | adam, inksi |
Priority: | NOR | ||
Version: | 3.1.0 Alpha | ||
Target Milestone: | 3.0.2 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kexi/e0bf198257421eef3a8e615f89219d17ee0a642c | Version Fixed In: | 3.0.2 |
Sentry Crash Report: |
Description
Jarosław Staniek
2017-05-25 10:22:55 UTC
Git commit e0bf198257421eef3a8e615f89219d17ee0a642c by Jaroslaw Staniek. Committed on 01/06/2017 at 20:35. Pushed by staniek into branch '3.0'. Fix possible crashes in form undo/redo, make it properly work with alignment properties of widgets Summary: Undo/redo alignment fixes + limit image set of available alignments in widgets depending on widget class (image box is special) Related: bug 342371, bug 348976 FIXED-IN:3.0.2 Test Plan: See https://bugs.kde.org/show_bug.cgi?id=380175#c0 Reviewers: piggz Reviewed By: piggz Tags: #kexi Differential Revision: https://phabricator.kde.org/D5969 M +12 -2 src/formeditor/WidgetInfo.cpp M +18 -1 src/formeditor/WidgetInfo.h M +54 -49 src/formeditor/form.cpp M +1 -1 src/formeditor/form.h M +3 -0 src/formeditor/form_p.cpp M +14 -4 src/kexiutils/utils.cpp M +4 -1 src/kexiutils/utils.h M +2 -0 src/plugins/forms/kexidbfactory.cpp https://commits.kde.org/kexi/e0bf198257421eef3a8e615f89219d17ee0a642c |