Summary: | Regression with Overwrite Dialog | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.11.5 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/umbrello/5d435935a88b92a4bd846d4e5fd6906377aac08f | Version Fixed In: | 4.12.5 |
Sentry Crash Report: |
Description
Ralf Habacker
2014-04-29 14:04:18 UTC
Git commit 2de99c94f83d80b2723a9fb47ade7485687a29e6 by Ralf Habacker. Committed on 29/04/2014 at 13:56. Pushed by habacker into branch 'master'. Regression fix: Show all defined buttons in OverwriteDialogue. The regression has been introduced with commit 359986044b0af22616089bd93590a128fa21ba8a. M +1 -1 umbrello/dialogs/overwritedialogue.cpp http://commits.kde.org/umbrello/2de99c94f83d80b2723a9fb47ade7485687a29e6 Git commit 12df38308d0a0b42b8cba1d0347e147fadb368d6 by Ralf Habacker. Committed on 29/04/2014 at 13:59. Pushed by habacker into branch 'master'. Regression fix: Handle all return codes from OverwriteDialogue. M +2 -2 umbrello/codegenerators/simplecodegenerator.cpp http://commits.kde.org/umbrello/12df38308d0a0b42b8cba1d0347e147fadb368d6 Git commit 773836136e982a7e6d7d63139ea5c4176d417476 by Ralf Habacker. Committed on 29/04/2014 at 13:56. Pushed by habacker into branch 'KDE/4.12'. Regression fix: Show all defined buttons in OverwriteDialogue. The regression has been introduced with commit 359986044b0af22616089bd93590a128fa21ba8a. FIXED-IN:4.12.5 (cherry picked from commit 2de99c94f83d80b2723a9fb47ade7485687a29e6) M +1 -1 umbrello/dialogs/overwritedialogue.cpp http://commits.kde.org/umbrello/773836136e982a7e6d7d63139ea5c4176d417476 Git commit 5d435935a88b92a4bd846d4e5fd6906377aac08f by Ralf Habacker. Committed on 29/04/2014 at 13:59. Pushed by habacker into branch 'KDE/4.12'. Regression fix: Handle all return codes from OverwriteDialogue. FIXED-IN:4.12.5 (cherry picked from commit 12df38308d0a0b42b8cba1d0347e147fadb368d6) M +2 -2 umbrello/codegenerators/simplecodegenerator.cpp http://commits.kde.org/umbrello/5d435935a88b92a4bd846d4e5fd6906377aac08f Git commit c40eb6b452a28f1e60f9ed85ed4dc92189312c3b by Ralf Habacker. Committed on 29/04/2014 at 13:56. Pushed by habacker into branch 'KDE/4.13'. Regression fix: Show all defined buttons in OverwriteDialogue. The regression has been introduced with commit 359986044b0af22616089bd93590a128fa21ba8a. FIXED-IN:4.13.1 (cherry picked from commit 2de99c94f83d80b2723a9fb47ade7485687a29e6) M +1 -1 umbrello/dialogs/overwritedialogue.cpp http://commits.kde.org/umbrello/c40eb6b452a28f1e60f9ed85ed4dc92189312c3b Git commit cd0714e272d159743295229faf55a169ca72afb9 by Ralf Habacker. Committed on 29/04/2014 at 13:59. Pushed by habacker into branch 'KDE/4.13'. Regression fix: Handle all return codes from OverwriteDialogue. FIXED-IN:4.13.1 (cherry picked from commit 12df38308d0a0b42b8cba1d0347e147fadb368d6) M +2 -2 umbrello/codegenerators/simplecodegenerator.cpp http://commits.kde.org/umbrello/cd0714e272d159743295229faf55a169ca72afb9 Git commit 4b32d42d1ca614fe0cc7a09d7aeba61154ffb882 by Oliver Kellogg. Committed on 19/12/2022 at 05:56. Pushed by okellogg into branch 'master'. umbrello/dialogs/singlepagedialogbase.h - OverwriteDialog repurposes the Apply button to mean "No", therefore remove value No from enum ButtonCode. umbrello/dialogs/overwritedialog.h - Add static constant No as alias for SinglePageDialogBase::Apply. M +3 -1 umbrello/dialogs/overwritedialog.h M +2 -2 umbrello/dialogs/singlepagedialogbase.h https://invent.kde.org/sdk/umbrello/commit/4b32d42d1ca614fe0cc7a09d7aeba61154ffb882 |