summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/dbus-init.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 818628 : DBUS Metadata for error domain warning when using File>NewJohn Smith2012-09-181-3/+0
| | | (bzr r11674)
* DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour2011-08-211-1/+1
| | | (bzr r10559)
* D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵Nicolas Dufour2011-03-181-3/+0
| | | | | Bug #707054 and Bug #707364). (bzr r10114)
* Fix Linux build after 2Geom updateKrzysztof Kosi??ski2011-02-031-0/+2
| | | (bzr r10031)
* DBUS. Patch for Bug #696062, dbus builds no more.Nicolas Dufour2011-01-211-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/696062 (bzr r10011)
* More documentation.Soren Berg2009-08-171-1/+15
| | | (bzr r8254.1.32)
* Fixed GErrors.Soren Berg2009-07-221-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)
* Core Dbus files.Soren Berg2009-07-121-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)