summaryrefslogtreecommitdiffstats
path: root/src/actions/actions-base.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-21Empty string exception for CLI verbsNathan Lee1-1/+1
Fixes https://gitlab.com/inkscape/inbox/issues/232
2018-12-09Gtk/Gio templating of main inkscape application class to allow commandline ↵Marc Jeanmougin1-1/+5
usage when graphic server is not available
2018-11-26Fix a couple typos. Change separator for --verb from ',' to ';' to be ↵Tavmjong Bah1-1/+1
constent with --actions.
2018-11-19Allow any valid Verb to be used in "--actions".Tavmjong Bah1-42/+1
Rename "select" action to "select-via-id". Add "select-via-class", "select-via-element", "select-via-selector", and "select-clear" actions.
2018-11-18Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah1-0/+277
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.
2018-11-12Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah1-0/+277
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.