| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Sort actions list. | Tavmjong Bah | 2018-11-26 | 1 | -0/+1 | |
| | | ||||||
| * | Fix a couple typos. Change separator for --verb from ',' to ';' to be ↵ | Tavmjong Bah | 2018-11-26 | 1 | -4/+3 | |
| | | | | | constent with --actions. | |||||
| * | Add file export actions. | Tavmjong Bah | 2018-11-25 | 1 | -3/+17 | |
| | | ||||||
| * | Fix type in CLI description | Alexander Valavanis | 2018-11-24 | 1 | -1/+1 | |
| | | ||||||
| * | Add a few more command line options which should suppress GUI. | Tavmjong Bah | 2018-11-22 | 1 | -9/+12 | |
| | | ||||||
| * | Restore "--version" option short name to "-V" (from "-v"). | Tavmjong Bah | 2018-11-22 | 1 | -1/+1 | |
| | | ||||||
| * | Add a shell mode. | Tavmjong Bah | 2018-11-20 | 1 | -52/+150 | |
| | | ||||||
| * | Allow any valid Verb to be used in "--actions". | Tavmjong Bah | 2018-11-19 | 1 | -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 Bah | 2018-11-19 | 1 | -3/+3 | |
| | | ||||||
| * | Allow multiple semi-colon separated entries in --export-id; each entry will ↵ | Tavmjong Bah | 2018-11-19 | 1 | -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 location | Alexander Valavanis | 2018-11-18 | 1 | -2/+7 | |
| | | ||||||
| * | Fix FTBFS with dbus | Alexander Valavanis | 2018-11-18 | 1 | -0/+4 | |
| | | ||||||
| * | Imlplement '--action-list' command line option. | Tavmjong Bah | 2018-11-18 | 1 | -2/+4 | |
| | | ||||||
| * | Rewrite of main.cpp using InkscapeApplication (Gtk::Application) | Tavmjong Bah | 2018-11-18 | 1 | -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. | ||||||
