Skip to content

Draft: GSOC 2021 EXPORT DIALOG CONTINUED

This MR is continuation of (!3320 (closed))

Bugs

  • Handle export in '.png' using temp files. Aborting export in '.png' coz broken file in the path mainly becoz '.png' files are created directly if no extension is provided (in case of extensions we use temp files)
  • Connect selection changed signals properly
  • spin button doesn't support * and ctrl + Z
  • layer/object rename doesn't immediately show in export dialog
  • layer export is missing checks which cause wrong export. (developer bug)
  • Disable DPI for svg export
  • Export selected only should be checked by default both for single and multiexport
  • Add Export -> add other format

Features

  • ask user first to setup the optimization settings and apply that setting to all of the objects.
  • Progress Bar
  • add option to cancel/terminate the export process.

Merge request reports