summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Collapse)AuthorAgeFilesLines
* daemon: Remove option handling codeDaiki Ueno2016-11-071-14/+0
| | | | | | This reverts commit 418d68d8db120b17e5fc4a5c8b6452afbcff8120. Now that the caribou executable is installed in libexecdir, there is no reason to keep the friendly help message.
* Use Unicode in translatable stringsPiotr Drąg2016-11-071-1/+1
| | | | | | See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=773995
* daemon: Check that we're using the X backend before using itRui Matos2015-04-141-1/+4
| | | | | | | This won't make us work correctly on other backends but at least we won't print criticals anymore. https://bugzilla.gnome.org/show_bug.cgi?id=747273
* daemon: Improve --help stringDaiki Ueno2015-02-041-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=743880
* daemon: Use Atspi's main loop instead of GLib'sDaiki Ueno2015-02-031-4/+4
| | | | | | | To enable D-Bus property caching in libatspi, the client must call atspi_event_main. https://bugzilla.gnome.org/show_bug.cgi?id=743267
* UntabifyDaiki Ueno2014-10-211-2/+2
|
* daemon: Remove unnecessary deps on gtk+-3.0 and libxklavierDaiki Ueno2014-10-212-7/+5
|
* daemon: Don't use deprecated 'focus:' eventDaiki Ueno2014-10-201-16/+13
|
* daemon: Make "Run" D-Bus method no-opDaiki Ueno2014-09-051-7/+6
| | | | | | | Add a separate method for D-Bus activation, instead of checking multiple invocation in Daemon.run(). https://bugzilla.gnome.org/show_bug.cgi?id=683712
* daemon: Start with D-Bus activationDavid King2014-09-012-1/+27
| | | | | | | | | | Install the daemon to libexecdir. Make the daemon own a name on the session bus, and install a D-Bus service file for it. Allow the name to be replaced by another process, so that a D-Bus activated daemon can be replaced by a GSettings-key autostarted daemon. Handle run() being called multiple times. https://bugzilla.gnome.org/show_bug.cgi?id=683712
* Enable string from daemon.vala file for translationParag Nemade2013-12-201-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=720653
* Add --help option to caribou commandDaiki Ueno2013-03-151-0/+14
|
* daemon: check if atspi bus is ready to useDaiki Ueno2013-03-041-1/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694921
* Port daemon from Python to ValaDaiki Ueno2013-02-172-0/+219
This eliminates the need of the shell script wrapper. https://bugzilla.gnome.org/show_bug.cgi?id=688218