Summary: | Auto-increment sequence settings not persisted to XMI | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Joris Steyn <kde> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/umbrello/c4fd97e63adb518b73b0f51c3c5b6473b98e027a | Version Fixed In: | 4.13.0 |
Sentry Crash Report: |
Description
Joris Steyn
2014-02-16 13:40:07 UTC
Git commit 40b858bc8660abc1eeaad63addcb41ae54a9d8a0 by Ralf Habacker. Committed on 27/03/2014 at 18:07. Pushed by habacker into branch 'master'. Make auto increment sequence diagram settings persistent. M +7 -0 umbrello/umlscene.cpp M +1 -1 umbrello/version.h http://commits.kde.org/umbrello/40b858bc8660abc1eeaad63addcb41ae54a9d8a0 Git commit 44386d30bb42268d01580fd77e37e87750ac1cee by Ralf Habacker. Committed on 27/03/2014 at 18:07. Pushed by habacker into branch 'KDE/4.13'. Make auto increment sequence diagram settings persistent. FIXED-IN:4.13.0 (cherry picked from commit 40b858bc8660abc1eeaad63addcb41ae54a9d8a0) M +7 -0 umbrello/umlscene.cpp M +1 -1 umbrello/version.h http://commits.kde.org/umbrello/44386d30bb42268d01580fd77e37e87750ac1cee Git commit 6dc0e30762fe21b381c06f0e72759323d06b5ddc by Ralf Habacker. Committed on 27/03/2014 at 18:19. Pushed by habacker into branch 'master'. Provide easier access to sequence number of class FloatingTextWidget. M +24 -4 umbrello/widgets/floatingtextwidget.cpp M +5 -0 umbrello/widgets/floatingtextwidget.h M +4 -2 umbrello/widgets/messagewidget.cpp http://commits.kde.org/umbrello/6dc0e30762fe21b381c06f0e72759323d06b5ddc Git commit f4fa36b5ec8ecf8013f0bf46ecb0748c99007a0f by Ralf Habacker. Committed on 27/03/2014 at 19:07. Pushed by habacker into branch 'master'. Determine auto increment sequence start value from highest available sequence number. M +4 -3 umbrello/dialogs/selectopdlg.cpp M +1 -1 umbrello/dialogs/selectopdlg.h M +13 -9 umbrello/umlscene.cpp M +1 -3 umbrello/umlscene.h M +1 -3 umbrello/widgets/floatingtextwidget.cpp http://commits.kde.org/umbrello/f4fa36b5ec8ecf8013f0bf46ecb0748c99007a0f Git commit 1f2ff27722ffea756b034ea99b869556d7bbdb7a by Ralf Habacker. Committed on 27/03/2014 at 19:43. Pushed by habacker into branch 'master'. Prevent adding of sequence messages without a custom or class method. M +4 -0 umbrello/dialogs/selectopdlg.cpp http://commits.kde.org/umbrello/1f2ff27722ffea756b034ea99b869556d7bbdb7a Git commit d74f0c0226fb98b8e2f70f88645ccab66f83a7fc by Ralf Habacker. Committed on 27/03/2014 at 18:19. Pushed by habacker into branch 'KDE/4.13'. Provide easier access to sequence number of class FloatingTextWidget. (cherry picked from commit 6dc0e30762fe21b381c06f0e72759323d06b5ddc) M +24 -4 umbrello/widgets/floatingtextwidget.cpp M +5 -0 umbrello/widgets/floatingtextwidget.h M +4 -2 umbrello/widgets/messagewidget.cpp http://commits.kde.org/umbrello/d74f0c0226fb98b8e2f70f88645ccab66f83a7fc Git commit 4df3da71f9fb8b58894cf5b465069d632162e695 by Ralf Habacker. Committed on 27/03/2014 at 19:07. Pushed by habacker into branch 'KDE/4.13'. Determine auto increment sequence start value from highest available sequence number. (cherry picked from commit f4fa36b5ec8ecf8013f0bf46ecb0748c99007a0f) M +4 -3 umbrello/dialogs/selectopdlg.cpp M +1 -1 umbrello/dialogs/selectopdlg.h M +13 -9 umbrello/umlscene.cpp M +1 -3 umbrello/umlscene.h M +1 -3 umbrello/widgets/floatingtextwidget.cpp http://commits.kde.org/umbrello/4df3da71f9fb8b58894cf5b465069d632162e695 Git commit c4fd97e63adb518b73b0f51c3c5b6473b98e027a by Ralf Habacker. Committed on 27/03/2014 at 19:43. Pushed by habacker into branch 'KDE/4.13'. Prevent adding of sequence messages without a custom or class method. FIXED-IN:4.13.0 (cherry picked from commit 1f2ff27722ffea756b034ea99b869556d7bbdb7a) M +4 -0 umbrello/dialogs/selectopdlg.cpp http://commits.kde.org/umbrello/c4fd97e63adb518b73b0f51c3c5b6473b98e027a |