Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solvespace/solvespace
base: 594dd3c902e0^
Choose a base ref
...
head repository: solvespace/solvespace
compare: be6018895a13
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 30, 2020

  1. Improve text screen for a selected constraint.

      * Show the type of a constraint.
      * Show the workplane a constraint is in, for constraints which can
        be both projected to workplane or be free in 3d space.
      * Clearly distinguish reference from non-reference constraints.
      * Add a checkbox for toggling the reference option.
      * When showing requests a constraint applies to, highlight on hover
        the specific entity being constrained, not just the first one.
    whitequark committed Jul 30, 2020
    Copy the full SHA
    594dd3c View commit details
    Browse the repository at this point in the history
  2. Improve text screen for a selected entity.

      * Add a link to its request, unless it's the 0th entity in that
        request (which would just select the same entity again).
      * Add a link to its group.
      * Add a link to its workplane.
      * Add a link to its style; and hide the style row for entities that
        aren't stylable.
      * Show constraints and measurements (reference constraints) in
        separate lists.
      * For curve entities, show constraints that apply to the points
        related to the curve, not just to the curve itself.
    
    split meas con
    whitequark committed Jul 30, 2020
    Copy the full SHA
    be60188 View commit details
    Browse the repository at this point in the history