Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • inkscape inkscape
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1,525
    • Issues 1,525
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 136
    • Merge requests 136
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Scheduled maintenance on the database layer will take place on 2022-07-02. We expect GitLab.com to be unavailable for up to 2 hours starting from 06:00 UTC. Kindly follow our status page for updates and read more in our blog post.

  • Inkscape
  • inkscapeinkscape
  • Merge requests
  • !3897

make gradient auto collection optional.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Harshil Patel requested to merge HarshilPatel007/inkscape:fixUX138 into master Jan 27, 2022
  • Overview 6
  • Commits 4
  • Pipelines 11
  • Changes 3

This is my first ever MR to any FOSS project. Thanks to the @jabiertxof @adam.belis for the support and guidance.

Summery

This MR is trying to fix this UX issue: ux#138

  • Basically, now we made a inkscape:collect = always as a optional.
  • User can now enable/disable the gradient auto collection thought preference dialog. So, that user can preserve the gradients that are not used in the SVG file for the latter use.
  • This option will only affects the newly created gradients. Gradients that are already collectable, will be not updated. (I'm working on a extension to make all the available gradients non-collectable or vise-versa to solve the problem. or maybe different approach. will see it latter what UX team will think about it.)

Screenshot_from_2022-01-28_16-29-33

Edited Jan 28, 2022 by Harshil Patel
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fixUX138