History log of /inkscape/src/extension/dbus/document-interface.h
Revision Date Author Comments Expand
5a50399d73848f325bc99bf005fd990900a670a2 10-Jul-2013 Eric Greveson <eric@greveson.co.uk>

Added "dbus-name" command line option to allow a D-Bus bus name other than "org.inkscape" to be specified. This allows multiple Inkscape instances to be controlled over D-Bus in a single user session.

44a3b5d410b95b87a0c29ff7a0c9378e32c4fd38 05-Jul-2013 Eric Greveson <eric@greveson.co.uk>

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)

c706c18d0f04bbcabfd1fe675ceb757989d6e272 04-Jul-2013 Eric Greveson <eric@greveson.co.uk>

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

9090603e08f72da58468db0e5b91f43ede35af26 04-Jul-2013 Eric Greveson <eric@greveson.co.uk>

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.

f2614fa5142149207082d04e9b039c4520fa0856 03-Jul-2013 Eric Greveson <eric@greveson.co.uk>

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

40a3d45f2bcf7de02729811b4059e07abda134ea 18-Sep-2012 John Smith <john.smith7545@yahoo.com>

Fix for 818628 : DBUS Metadata for error domain warning when using File>New

2db61e98a77f19ab69a26ed9a5da99035221c8bf 21-Aug-2011 JazzyNico <nicoduf@yahoo.fr>

DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.

1a6af89db1020a487dd1aa9e956d06fd9f29caf0 18-Mar-2011 JazzyNico <nicoduf@yahoo.fr>

D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, Bug #707054 and Bug #707364).

6122b7e8c0a07a3bdccf4d18364ef4272fb3621b 04-Feb-2011 Krzysztof KosiƄski <tweenk.pl@gmail.com>

Fix Linux build after 2Geom update

9e3c85629496fe7ebe4296acb751b5b900c10e5b 21-Jan-2011 JazzyNico <nicoduf@yahoo.fr>

DBUS. Patch for Bug #696062, dbus builds no more.

69879b63ae4fb3da90263808c133a39ed2b770f8 13-Aug-2009 glimmer07 <glimmer07@users.sourceforge.net>

Made wrapper functions non static. Added lots of documentation.

06a37fa8d48a4deefd59f48e84c92f178c65e2f2 23-Jul-2009 glimmer07 <glimmer07@users.sourceforge.net>

Added image import function.

f74e68b487b57f7cf05a567aba02ff561b5aa557 23-Jul-2009 glimmer07 <glimmer07@users.sourceforge.net>

Added set_color function.

fa0805ccb065538bb387363dbec791882e262b67 22-Jul-2009 glimmer07 <glimmer07@users.sourceforge.net>

Fixed GErrors. Added many GErrors, especially for unfound objects. transfered many functions to using verbs instead of the function the verb calls to make error reporting easier.

e33975c2dfafbf45d20b1c66390feac315909c57 21-Jul-2009 glimmer07 <glimmer07@users.sourceforge.net>

Worked on text, now works with limited capability. Started work on node_get_coordinates.

08222373c158bd9932ececfa0131dfe8b1a5b746 21-Jul-2009 glimmer07 <glimmer07@users.sourceforge.net>

Fixed selection_get_center and selection_combine. Added selection_divide.

ea4e6ab37bd3d9fa7be8de5d3dc7518d30938d36 20-Jul-2009 glimmer07 <glimmer07@users.sourceforge.net>

Fixed selection_get()

8ebe4cd501af68581f40982b54f463546c59943a 16-Jul-2009 glimmer07 <glimmer07@users.sourceforge.net>

Added missing (and very important) file. Added get_path method. Added documentation on paths.