summaryrefslogtreecommitdiffstats
path: root/src/inkscape-application.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS with dbusAlexander Valavanis2018-11-181-0/+4
|
* Imlplement '--action-list' command line option.Tavmjong Bah2018-11-181-2/+4
|
* Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah2018-11-181-0/+575
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.