Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocontents #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 3, 2013

  1. Make script run uninstalled.

    If the script is not installed via setup.py, inkscapeslides.py is missing.
    Now __init__.py can be run directly without installing it.
    Frederik Elwert committed Jan 3, 2013
    Configuration menu
    Copy the full SHA
    30ed4c7 View commit details
    Browse the repository at this point in the history
  2. Build slides list automatically if no 'content' layer is given.

    By default, the script looks for a layer named 'content', in which
    the slides and their content is specified. If no such layer exists,
    the slides list is now built automatically, assuming one layer is
    one slide.
    Frederik Elwert committed Jan 3, 2013
    Configuration menu
    Copy the full SHA
    58b5cdb View commit details
    Browse the repository at this point in the history
  3. Use argument lists with Popen instead of a shell style command line.

    When using a shell command line, quoting becomes an issue, e.g. for
    filenames with spaces. Using argument lists instead works around this.
    Frederik Elwert committed Jan 3, 2013
    Configuration menu
    Copy the full SHA
    4b48fac View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2013

  1. Configuration menu
    Copy the full SHA
    7e6cb04 View commit details
    Browse the repository at this point in the history