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 137
    • Merge requests 137
  • 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
  • Inkscape
  • inkscapeinkscape
  • Merge requests
  • !3825

Export Dialog Project

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Martin Owens requested to merge doctormo/inkscape:gsoc-export-dialog-attempt into master Jan 11, 2022
  • Overview 55
  • Commits 2
  • Pipelines 20
  • Changes 50

This feature is a refactoring of the user interface and back-end functionality for exporting.

png_export

  • The Export Bitmap Dialog is now with Export Dialog
  • Exporting non-raster formats is now possible
  • Batch and Single export types are separated
  • Clean looking preview images show what will be exported
  • Export options for inkscape's internal PNG integrated into INX extension options
  • Export options are shown once per batch export
  • Export options come from is_raster or new is_exported inx preference
  • New preference to override is_exported and show all extensions
  • SVG/vector exports respect selected_only and not selected_only
  • Filename generation and DPI memory refactored into sp-object
  • Multi-page support for both batch and single export types
  • Dialog is now a Glade/UI builder file for easier changes
  • Code cleaned up from original GSoC codebase

Replaced GSoC MR: !3320 (closed)

Edited Jan 28, 2022 by Martin Owens
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: gsoc-export-dialog-attempt