Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 54ee668 (HEAD -> master) Move TTS formatting functions to new module by Clayton G. Hobbs 2017-11-26 16:55:57 -0500
  • e432e28 Make plugin base classes abstract by Clayton G. Hobbs 2017-11-26 16:53:47 -0500
  • 0429a21 Add command for current MPRIS track info by Clayton G. Hobbs 2017-11-25 22:04:59 -0500
  • 33e8293 Use f-strings instead of str.format by Clayton G. Hobbs 2017-11-25 21:13:45 -0500
  • 6cd0335 Only support Python 3.6 by Clayton G. Hobbs 2017-11-25 19:59:36 -0500
  • 654d386 Update Dark Sky plugin for new API by Clayton G. Hobbs 2017-11-19 22:35:35 -0500
  • 2b025c2 Clean up the command handling loop by Clayton G. Hobbs 2017-11-19 20:52:18 -0500
  • 7bde854 Added the HandlerFailure exception by Clayton G. Hobbs 2017-11-19 20:41:01 -0500
  • c111826 Port MPRIS plugin to new API by Clayton G. Hobbs 2017-11-19 20:19:00 -0500
  • af35837 Update simple plugin to use new API by Clayton G. Hobbs 2017-11-19 19:57:06 -0500
  • caedb4c Fix confidence comparisons by Clayton G. Hobbs 2017-11-19 19:55:41 -0500
  • fd6dbad Port Kaylee and shell plugin to new plugin API by Clayton G. Hobbs 2017-11-19 18:52:46 -0500
  • 3d5a708 Move plugin base classes to kayleevc.plugins by Clayton G. Hobbs 2017-11-19 17:32:25 -0500
  • be6efb4 Changed Jezra's URL by Clayton G. Hobbs 2017-11-18 20:16:33 -0500
  • 8e19bc7 Renamed example plugins.json file by Clayton G. Hobbs 2017-11-18 17:51:22 -0500
  • 88758fa Remove the system tray UI by Clayton G. Hobbs 2017-11-18 15:57:13 -0500
  • 2292583 Make espeak pronounce the Dark Sky URL correctly by Clayton G. Hobbs 2017-11-18 15:13:59 -0500
  • a14358d Add temp_precision option to darksky plugin by Clayton G. Hobbs 2017-11-18 15:11:13 -0500
  • d7b54af Add minimum_confidence option by Clayton G. Hobbs 2017-01-12 14:45:15 -0500
  • 3e5291f Two stage command processing by Clayton G. Hobbs 2017-01-12 14:26:52 -0500
  • 353cad5 Organization changes to README by Clayton G. Hobbs 2017-01-10 17:39:52 -0500
  • 6e44e97 Added a default configuration file by Clayton G. Hobbs 2017-01-09 17:57:48 -0500
  • 442bc04 Use relative imports in kayleevc.kaylee by Clayton G. Hobbs 2017-01-09 14:51:03 -0500
  • ec1f2b8 Removed "the" from MPRIS commands by Clayton G. Hobbs 2017-01-08 19:32:02 -0500
  • 327ec9d Added MPRIS plugin by Clayton G. Hobbs 2017-01-08 13:47:57 -0500
  • 70f05db Update copyright for 2017 by Clayton G. Hobbs 2017-01-07 11:13:13 -0500
  • 243bcd6 Fixed cache_max_age default value by Clayton G. Hobbs 2017-01-06 17:56:14 -0500
  • 3695411 Weather plugin updates by Clayton G. Hobbs 2017-01-06 17:51:20 -0500
  • c05c52d Removed continuous_stop command by Clayton G. Hobbs 2016-12-08 12:08:25 -0500
  • 64c55bc Added a preliminary Dark Sky weather plugin by Clayton G. Hobbs 2016-12-03 17:16:58 -0500
  • 92557c3 (plugins) Document the TTS functionality a bit by Clayton G. Hobbs 2016-11-28 23:32:18 -0500
  • 604bbf7 Give plugins the ability to talk by Clayton G. Hobbs 2016-11-28 23:29:20 -0500
  • 03f613f Added a simple example plugin by Clayton G. Hobbs 2016-11-28 16:41:59 -0500
  • 474a286 Updated README for new configuration by Clayton G. Hobbs 2016-11-28 15:41:51 -0500
  • c46bcf3 Moved plugin configuration to plugins.json by Clayton G. Hobbs 2016-11-28 15:31:53 -0500
  • 0ffc0e7 Document the shell plugin by Clayton G. Hobbs 2016-11-28 12:21:23 -0500
  • c9e02f7 Get plugin options in PluginBase by Clayton G. Hobbs 2016-11-28 11:34:53 -0500
  • b39c303 Make PluginBase concrete by Clayton G. Hobbs 2016-11-28 11:32:51 -0500
  • 7b116a1 Updated README for changes in plugins branch by Clayton G. Hobbs 2016-11-28 10:18:28 -0500
  • 7af31eb Store order of configuration dicts by Clayton G. Hobbs 2016-11-28 09:39:19 -0500
  • a46c6f6 Delegated invalid_sentence_command to Kaylee by Clayton G. Hobbs 2016-11-27 23:01:20 -0500
  • 56c6954 Delegate history and valid command to Kaylee by Clayton G. Hobbs 2016-11-27 22:29:57 -0500
  • a25e986 Remove an unnecessary sentence from a docstring by Clayton G. Hobbs 2016-11-27 20:05:31 -0500
  • d7fb997 Remove the pass_words option by Clayton G. Hobbs 2016-11-27 17:05:51 -0500
  • 1002fc4 Initial support for plugins by Clayton G. Hobbs 2016-11-27 12:49:51 -0500
  • 76e0434 Removed an unused dictionary by Clayton G. Hobbs 2016-11-25 17:30:18 -0500
  • 7e4fe0e Update URL in setup script by Clayton G. Hobbs 2016-11-21 16:36:25 -0500
  • baeb0e1 Fixed recognition of "forty" by Clayton G. Hobbs 2016-07-03 21:18:23 -0400
  • 2608198 Merge branch 'master' of https://github.com/Ratfink/kaylee by Clayton G. Hobbs 2016-06-29 13:16:31 -0400
  • cb48220 Put all number-words on one line in the corpus by Clayton G. Hobbs 2016-06-29 13:14:58 -0400
  • a4c186b A bit of cleanup in the README by Clayton G. Hobbs 2016-05-31 15:33:32 -0400
  • 3128e3a New icons! by Clayton G. Hobbs 2016-05-17 15:08:42 -0400
  • 7db43a8 Remove unused code by Clayton G. Hobbs 2016-05-16 14:00:00 -0400
  • e3fd6a4 Renamed Config.parser -> Config._parser by Clayton G. Hobbs 2016-05-16 13:06:33 -0400
  • d314f94 Remove reference to the old commands file by Clayton G. Hobbs 2016-05-15 17:38:27 -0400
  • bce8ef1 Formatting and documentation by Clayton G. Hobbs 2016-05-15 12:18:44 -0400
  • 2611c6d Install systemd unit file from setup.py by Clayton G. Hobbs 2016-05-15 00:03:29 -0400
  • fc0196f Add a systemd service file for starting Kaylee by Clayton G. Hobbs 2016-05-14 23:41:23 -0400
  • 55f3c7b (tag: v0.1.1) Update version number to 0.1.1 by Clayton G. Hobbs 2016-04-30 22:07:42 -0400
  • 7e62fce Update to work with the latest pocketsphinx by Clayton G. Hobbs 2016-04-30 22:03:45 -0400
  • a1f6945 (tag: v0.1.0) Add a setup.py script for installation by Clayton G. Hobbs 2016-04-30 19:06:45 -0400
  • 06132ae Add packaging files to .gitignore by Clayton G. Hobbs 2016-04-30 18:28:23 -0400
  • c4e5600 Convert README to reStructuredText by Clayton G. Hobbs 2016-04-30 17:39:26 -0400
  • a3f6372 Tell users to copy config, not move it by Clayton G. Hobbs 2016-04-30 17:36:37 -0400
  • 1c2928f Reorganize classes into a "kayleevc" package by Clayton G. Hobbs 2016-02-16 13:14:28 -0500
  • b95f115 Remove __future__ print_function by Clayton G. Hobbs 2016-02-12 19:36:14 -0500
  • bc07966 Only write the strings file if necessary by Clayton G. Hobbs 2016-02-12 19:27:32 -0500
  • 9b9cc01 Open all files using with blocks by Clayton G. Hobbs 2016-02-04 12:58:18 -0500
  • d36b658 Removed unused import in kaylee.py by Clayton G. Hobbs 2016-02-04 12:44:43 -0500
  • 8d4e46d Moved command configuration to options.json by Clayton G. Hobbs 2016-02-04 00:13:29 -0500
  • b04dbd1 Wrap long lines in kaylee.py by Clayton G. Hobbs 2016-02-03 23:43:42 -0500
  • 3173111 A few corrections and formatting changes to README by Clayton G. Hobbs 2016-02-03 23:31:29 -0500
  • 703d2e9 Update copyright for 2016 by Clayton G. Hobbs 2016-01-02 13:34:50 -0500
  • 93f09d0 Rewrote NumberParser.parse_all_numbers() by Clayton G. Hobbs 2016-01-02 13:31:42 -0500
  • 557f0b6 Fixed the guaranteed-dictionary-update bug by Clayton G. Hobbs 2015-12-30 23:40:31 -0500
  • e19d76f Added number parsing capabilities by Clayton G. Hobbs 2015-12-30 23:33:29 -0500
  • 57f5829 Refactored a couple regular expressions by Clayton G. Hobbs 2015-12-27 20:47:05 -0500
  • 5c8cee5 Removed executable permissions from recognizer.py by Clayton G. Hobbs 2015-12-27 20:27:30 -0500
  • ed077b4 Changed icons for Kaylee by Clayton G. Hobbs 2015-12-27 17:40:38 -0500
  • a40bbe2 Rename blather.py to kaylee.py by Clayton G. Hobbs 2015-12-27 17:19:38 -0500
  • 9bffb8d Rename license file to COPYING by Clayton G. Hobbs 2015-12-27 17:08:17 -0500
  • 22f27d2 Mention the new dependency in README by Clayton G. Hobbs 2015-12-27 17:02:57 -0500
  • e4b693b Rewrote language_updater.sh in Python by Clayton G. Hobbs 2015-12-27 17:00:45 -0500
  • c557895 Removed prints from config.py by Clayton G. Hobbs 2015-12-27 15:17:04 -0500
  • 25ebc8f Moved paths to Config class by Clayton G. Hobbs 2015-12-27 14:40:53 -0500
  • 0d67d50 Quieter; reorganize gst pipeline code by Clayton G. Hobbs 2015-12-27 13:57:33 -0500
  • 87c0a1b Improved config/argument behaviour by Clayton G. Hobbs 2015-12-27 12:56:57 -0500
  • 443883b Minor formatting improvements by Clayton G. Hobbs 2015-12-27 12:23:14 -0500
  • 6347c5f Replaced last YAML bit with JSON by Clayton G. Hobbs 2015-12-27 12:12:19 -0500
  • 5a94423 Beginning work moving from YAML to JSON by Clayton G. Hobbs 2015-12-27 11:56:08 -0500
  • d722e33 Removed override command line option by Clayton G. Hobbs 2015-12-27 02:13:24 -0500
  • 980c6c4 Work towards Python 3 support by Clayton G. Hobbs 2015-12-27 00:17:36 -0500
  • 2099a52 Whoops, two ~ on either side for strikethrough by Clayton G. Hobbs 2015-12-27 00:11:36 -0500
  • 649927f Mention self-updating feature in README by Clayton G. Hobbs 2015-12-27 00:10:29 -0500
  • 900a3d8 Update language automatically on startup by Clayton G. Hobbs 2015-12-27 00:06:48 -0500
  • 4c20e7d More changes to README by Clayton G. Hobbs 2015-12-26 22:51:45 -0500
  • f176a2a Update README to reflect the missing Qt UI by Clayton G. Hobbs 2015-12-26 22:46:39 -0500
  • 2a64136 Removed QT interface, renamed interfaces to Kaylee by Clayton G. Hobbs 2015-12-26 22:43:12 -0500
  • a6e27df Ported to new pocketsphinx and pygi by Clayton G. Hobbs 2015-12-26 22:24:06 -0500
  • fab5cc7 More format fuckery by Jezra 2015-08-01 08:27:17 -0700