summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/dbus-init.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS with dbusAlexander Valavanis2018-11-181-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Added "dbus-name" command line option to allow a D-Bus bus name other thanEric Greveson2013-07-101-0/+10
| | | | | | "org.inkscape" to be specified. This allows multiple Inkscape instances to be controlled over D-Bus in a single user session. (bzr r12402.1.1)
* Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-031-2/+3
| | | | | | | | 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 (bzr r12387.1.4)
* Fix for 818628 : DBUS Metadata for error domain warning when using File>NewJohn Smith2012-09-181-0/+1
| | | (bzr r11674)
* More documentation.Soren Berg2009-08-171-1/+1
| | | (bzr r8254.1.32)
* Core Dbus files.Soren Berg2009-07-121-0/+42
Init creates interfaces on Inkscape startup. Application and document interface provide API functions over Dbus. service.in file makes sure Inkscape starts automatically when someone connects to it over Dbus. (bzr r8254.1.3)