summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/application-interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 818628 : DBUS Metadata for error domain warning when using File>NewJohn Smith2012-09-181-0/+41
| | | (bzr r11674)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-1/+1
| | | (bzr r9945.1.1)
* Made wrapper functions non static.Soren Berg2009-08-131-0/+17
| | | | | Added lots of documentation. (bzr r8254.1.24)
* Core Dbus files.Soren Berg2009-07-121-0/+112
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)