summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/dbus-init.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-31Only register desktop on Dbus onceNathan Lee1-6/+12
Based off Guiu Rocafort Ferrer's patch/findings. See https://gitlab.com/inkscape/inkscape/issues/195.
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2018-11-18Fix FTBFS with dbusAlexander Valavanis1-1/+1
2018-11-16Fix FTBFS with dbusAlexander Valavanis1-1/+1
2018-11-08Clarify licensesMax Gaukler1-3/+4
- 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
2014-07-24Fix typo in dbus api filesLiam P. White1-1/+1
(bzr r13341.5.11)
2014-07-01Fix build with DBUS (thanks ~suv)Liam P. White1-5/+5
(bzr r13341.5.10)
2013-07-10Added "dbus-name" command line option to allow a D-Bus bus name other thanEric Greveson1-2/+27
"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)
2013-07-04Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson1-53/+54
and doc_context -> target) Fixes to application interface for document_new (now only works in console mode, and behaves as expected) (bzr r12387.1.8)
2013-07-04Code readability improvements and licence changes for action-context.*Eric Greveson1-2/+2
based on merge request code review and feedback (bzr r12387.1.7)
2013-07-03Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson1-2/+38
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)
2012-09-18Fix for 818628 : DBUS Metadata for error domain warning when using File>NewJohn Smith1-3/+0
(bzr r11674)
2011-08-21DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour1-1/+1
(bzr r10559)
2011-03-18D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵Nicolas Dufour1-3/+0
Bug #707054 and Bug #707364). (bzr r10114)
2011-02-03Fix Linux build after 2Geom updateKrzysztof Kosi??ski1-0/+2
(bzr r10031)
2011-01-21DBUS. Patch for Bug #696062, dbus builds no more.Nicolas Dufour1-2/+2
Fixed bugs: - https://launchpad.net/bugs/696062 (bzr r10011)
2009-08-17More documentation.Soren Berg1-1/+15
(bzr r8254.1.32)
2009-07-22Fixed GErrors.Soren Berg1-0/+3
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. (bzr r8254.1.19)
2009-07-12Core Dbus files.Soren Berg1-0/+153
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)