Version: 2.1.2 (using Devel) Compiler: gcc OS: Linux Installed from: Compiled sources In code generation the two checkboxes on the formatting tab are reloaded replaced from the settings. The fix is as simple like: [lion2@localhost umbrello]$ svn diff umbrello/codegenerators/codegenerationpolicy.cpp Index: umbrello/codegenerators/codegenerationpolicy.cpp =================================================================== --- umbrello/codegenerators/codegenerationpolicy.cpp (revision 879597) +++ umbrello/codegenerators/codegenerationpolicy.cpp (working copy) - setCodeVerboseSectionComments(UmbrelloSettings::forceDoc()); - setCodeVerboseDocumentComments(UmbrelloSettings::forceSections()); + setCodeVerboseSectionComments(UmbrelloSettings::forceSections()); + setCodeVerboseDocumentComments(UmbrelloSettings::forceDoc());
@Lays: Please try to confirm this bug.
Created attachment 98879 [details] Fix bug 174194 Ralf, also you need to add the patch about Fix-of-call-of-overloaded-abs-qreal-is-ambiguous.patch in Master and framerworks, because they aren't compiling without fix this bug.
bug confirmed, also submitted a patch to solve it.
(In reply to Lays Rodrigues from comment #2) > Ralf, also you need to add the patch about > Fix-of-call-of-overloaded-abs-qreal-is-ambiguous.patch in Master and > framerworks, because they aren't compiling without fix this bug. done
(In reply to Lays Rodrigues from comment #3) > bug confirmed, also submitted a patch to solve it. You verified that the patch solves the issue ? Bugs are normally fixed in the stable branch. Exceptions are bugfixes for features not in the stable branch. Commits for bug fixes can have additional keywords to automatically close the bug and to set the version the bug has been fixed in e.g. for this bug this is: BUG: 174194 FIXED-IN:2.19.2 (KDE Applications 16.04.2) > Signed-off-by: Lays Rodrigues <laysrodriguessilva@gmail.com> Please use this only if you wrote the patch and claim authorship see http://stackoverflow.com/questions/1962094/what-is-the-sign-off-feature-in-git-for
> Fix Bug 174194 > Fix inversion of force documentation and sections. The commit message should contain a short message about what has been fixed e.g The bug number belongs at the bottom of the commit message see comment 5
Git commit e4954692f7ef39c0feaec6354d456f48d9cc5440 by Ralf Habacker, on behalf of Lays Rodrigues. Committed on 10/05/2016 at 15:42. Pushed by habacker into branch 'Applications/16.04'. Fix 'inversion of force documentation and sections' in code generator settings. FIXED-IN:2.19.2 (KDE Applications 16.04.2) M +2 -2 umbrello/codegenerators/codegenerationpolicy.cpp http://commits.kde.org/umbrello/e4954692f7ef39c0feaec6354d456f48d9cc5440