summaryrefslogtreecommitdiffstats
path: root/src/inkscape-application.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Sort actions list.Tavmjong Bah2018-11-261-0/+1
|
* Fix a couple typos. Change separator for --verb from ',' to ';' to be ↵Tavmjong Bah2018-11-261-4/+3
| | | | constent with --actions.
* Add file export actions.Tavmjong Bah2018-11-251-3/+17
|
* Fix type in CLI descriptionAlexander Valavanis2018-11-241-1/+1
|
* Add a few more command line options which should suppress GUI.Tavmjong Bah2018-11-221-9/+12
|
* Restore "--version" option short name to "-V" (from "-v").Tavmjong Bah2018-11-221-1/+1
|
* Add a shell mode.Tavmjong Bah2018-11-201-52/+150
|
* Allow any valid Verb to be used in "--actions".Tavmjong Bah2018-11-191-3/+8
| | | | | Rename "select" action to "select-via-id". Add "select-via-class", "select-via-element", "select-via-selector", and "select-clear" actions.
* Fix --help descriptions of "--actions", "--query-id", " and "--export-id".Tavmjong Bah2018-11-191-3/+3
|
* Allow multiple semi-colon separated entries in --export-id; each entry will ↵Tavmjong Bah2018-11-191-2/+2
| | | | | | | 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.
* Fix resource file locationAlexander Valavanis2018-11-181-2/+7
|
* 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.