Summary: | Option to make all lines orthogonal | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Rutger Claes <rgc> |
Component: | general | Assignee: | Andi Fischer <andi.fischer> |
Status: | REOPENED --- | ||
Severity: | wishlist | CC: | okellogg, ralf.habacker |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.12.0 | |
Sentry Crash Report: |
Description
Rutger Claes
2006-05-31 09:33:27 UTC
How is this different from the "use angular association lines" checkbox in the Settings->Configure->General Settings? Use angular association line is different from orthogonal... I vote for this wish *** This bug has been marked as a duplicate of bug 107174 *** Reopened because bug 107174 do not cover converting all associations of a diagram to orthogonal lines (In reply to Oliver Kellogg from comment #1) > How is this different from the "use angular association lines" checkbox > in the Settings->Configure->General Settings? Meanwhile, the option "Use angular association lines" is not hooked up at all in the code, i.e. it only exists as a GUI element. TODO: Remove the dead checkbox. Git commit c91b46e6a95c29305196b3e709b72de5cf34c2b8 by Oliver Kellogg. Committed on 14/01/2023 at 07:13. Pushed by okellogg into branch 'master'. Address https://bugs.kde.org/show_bug.cgi?id=128352#c5 : umbrello/dialogs/pages/uioptionspage.{h,cpp} - Remove QCheckBox *m_angularLinesCB. umbrello/optionstate.cpp - Remove bool angularlines. umbrello/umbrello.kcfg - In group "General Options" remove Bool angularlines. M +0 -6 umbrello/dialogs/pages/uioptionspage.cpp M +0 -1 umbrello/dialogs/pages/uioptionspage.h M +0 -2 umbrello/optionstate.cpp M +0 -2 umbrello/optionstate.h M +0 -5 umbrello/umbrello.kcfg https://invent.kde.org/sdk/umbrello/commit/c91b46e6a95c29305196b3e709b72de5cf34c2b8 |