lp:~7-eric/inkscape/effectscript

Created by Eric Greveson and last modified
Get this branch:
bzr branch lp:~7-eric/inkscape/effectscript
Only Eric Greveson can upload to this branch. If you are Eric Greveson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Eric Greveson
Project:
Inkscape
Status:
Merged

Recent revisions

12396. By Eric Greveson

Fix for builds without --enable-dbusapi (missing #ifdef)

12395. By Eric Greveson

Further renaming of DBus variables (object -> app_interface/doc_interface
and doc_context -> target)
Fixes to application interface for document_new (now only works in
console mode, and behaves as expected)

12394. By Eric Greveson

Code readability improvements and licence changes for action-context.*
based on merge request code review and feedback

12393. By Eric Greveson

Merge recent changes from inkscape trunk

12392. By Eric Greveson

Changed dbus interface to treat 'division' like other boolops, with a new
return type for selection_combine to support this (array of string).
This also fixes a bug with not setting the error flag when returning NULL
from this method.
Refactored some more selection verbs to allow use in no-GUI mode.

12391. By Eric Greveson

Modified dbus interface so that it works in console mode (--dbus-listen)
Modified action context setup so that in console mode, when a document is
added to the main inkscape app instance, it gets a selection model and
layer model automatically set up for it
Made a couple more verbs work in console mode

12390. By Eric Greveson

Added error messages when attempting to use verbs requiring GUI in
console (--without-gui) mode.

12389. By Eric Greveson

Added new files referenced in previous commit message (forgot to add!)

12388. By Eric Greveson

Factored layer model out into new Inkscape::LayerModel class. This allows
Inkscape::Selection to use a LayerModel that is not associated with a UI.
Changed the interface of verbs (SPAction) to use a new ActionContext
rather than UI::View::View, again so that verbs may be used in a console
mode.
Modified boolean operation verbs to work in console-only mode.
Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops.
Modified main.cpp to process selections and verbs in no-GUI mode.
Other changes are all consequences of the SPDesktop, Selection and
LayerModel interface changes.

12387. By Krzysztof Kosinski

Correctly ignore symbolic link to ltmain.sh

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~inkscape.dev/inkscape/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers