| Commit message (Collapse) | Author | Files | Lines |
|
Now allows to
- export multiple types at once, e.g. using `--export-type=pdf,png`
- export to different file name(s) when using `--export-type` by
using --export-file option (extension is stripped/added as needed)
Also be more lenient with user-specified file extensions in general:
Warn the user, however do not abort export but continue with what we
would have expected (and the user likely meant to do)
|
|
|
|
|
|
be exported to its own file.
Using a semi-colon allows the future possibility of allowing the user to use a comma separated entry to
select more than one object to export at the same time.
|
|
Use Gio::File for accessing files.
Use Gio options to handle command line arguments.
Use Gio::Actions for some command line arguments.
Move file export code to src/io/file-export-cmd.h/.cpp. Make into class.
|
|
Use Gio::File for accessing files.
Use Gio options to handle command line arguments.
Use Gio::Actions for some command line arguments.
Move file export code to src/io/file-export-cmd.h/.cpp. Make into class.
|