Commit Graph

  • 3747f34b69 #40: Created base and default keymaps. Bill Dengler 2015-05-16 00:15:10 -04:00
  • 938be159a4 Closed #19. Bill Dengler 2015-05-15 23:48:12 -04:00
  • 7f869f7de1 Merge branch 'next-gen' of https://github.com/manuelcortez/twblue into next-gen Bill Dengler 2015-05-15 21:44:13 -04:00
  • 07bb6930d0 Fixed #38 Manuel Cortéz 2015-05-15 20:42:59 -05:00
  • 48238239c3 Initial support for #29 Bill Dengler 2015-05-15 21:39:01 -04:00
  • d1fe610d6e Cleaned up copyright section. Bill Dengler 2015-05-14 22:17:57 -04:00
  • 3028b7d8ca You can now override hardcoded keys by adding attributes to the application module. Bill Dengler 2015-05-14 22:12:42 -04:00
  • 4a025caa69 String cleanup. Bill Dengler 2015-05-14 10:14:42 -04:00
  • aa7145f5b3 Fix keycodes. Bill Dengler 2015-05-14 10:12:43 -04:00
  • 7fb71e2ec5 Fix filenames, play error sound on unactionable. Bill Dengler 2015-05-14 10:09:31 -04:00
  • d02bd91f41 Fix error in sound declaration. Bill Dengler 2015-05-14 10:03:38 -04:00
  • 432e40bdfa Fix audio playback. Bill Dengler 2015-05-14 10:01:37 -04:00
  • f0e1f74d03 Delete audio stream after successful playback. Bill Dengler 2015-05-13 23:55:23 -04:00
  • 6250e16cfe Fixed #37. Bill Dengler 2015-05-13 23:21:47 -04:00
  • 0b0da44020 Fixed #36. Bill Dengler 2015-05-13 23:20:54 -04:00
  • 73a069dbe2 Implement fix for url mishandling, remove print statements for testing, fixed #35 Bill Dengler 2015-05-13 22:10:37 -04:00
  • 81a9a36519 Honor session volume during audio playback from interact method. Bill Dengler 2015-05-13 21:59:46 -04:00
  • 1b4ebebf25 Add delete flag to method call in interact, so we can stop an audio stream and play another. Bill Dengler 2015-05-13 21:35:33 -04:00
  • 1d1c07caca Add delete flag to stop_audio, clean duplicate code. Bill Dengler 2015-05-13 21:34:26 -04:00
  • 5f8760a0a9 Fixed error in settings controler. Bill Dengler 2015-05-13 20:43:06 -04:00
  • feda70aea8 String, code cleanups. Bill Dengler 2015-05-13 20:40:21 -04:00
  • e92565013b Cleanup, disabled accurate audio algo by default, string cleanup. Bill Dengler 2015-05-13 20:26:05 -04:00
  • 9ddc74d640 Typo fix. Bill Dengler 2015-05-13 17:32:59 -04:00
  • 71a061d13c Properly implemented announcements. Bill Dengler 2015-05-13 17:32:03 -04:00
  • 7f6cf8d30a Added announce flags to play and url methods. Bill Dengler 2015-05-13 17:29:58 -04:00
  • 58a8e45d56 Bugfix. Bill Dengler 2015-05-13 17:25:46 -04:00
  • bb5f79e07b Removed output, time tests. Bill Dengler 2015-05-13 14:42:42 -04:00
  • 2a8868f096 More code changes. This is a big mess right now. Will clean this up. Bill Dengler 2015-05-13 13:36:28 -04:00
  • 74f0e8ba50 Attempt to fix merge conflict. Bill Dengler 2015-05-13 12:53:14 -04:00
  • 1d344275bb #34: just playing around a bit. Really broken right now. Bill Dengler 2015-05-13 12:49:22 -04:00
  • ea7f5bacf9 #35: Add is_playable Bill Dengler 2015-05-13 10:39:21 -04:00
  • 4c125e4a7a Reverted audio algorithm Manuel Cortéz 2015-05-13 08:55:45 -05:00
  • 0845553047 Fixed #34 Bill Dengler 2015-05-12 22:12:14 -04:00
  • 6f88e08811 Remove unneeded lines. Bill Dengler 2015-05-12 20:53:28 -04:00
  • 2fa17ee51f Clean up interact method. Bill Dengler 2015-05-12 20:50:17 -04:00
  • 7b2cf28f68 Miscelaneous fixes. Bill Dengler 2015-05-12 20:38:40 -04:00
  • e67446b9bf Added exception handlers. Bill Dengler 2015-05-12 20:19:39 -04:00
  • c7d157145b Fixed indentation error. Bill Dengler 2015-05-12 19:55:32 -04:00
  • ab08d21d95 Made algo option application-wide, setting should actually work now. Bill Dengler 2015-05-12 19:52:47 -04:00
  • ee1f95ea3b Clean out memmos when switching algos. Bill Dengler 2015-05-12 19:30:44 -04:00
  • 8ce5c258d3 Added more hooks, we now call the proper method to cache audio test results, added force flag to skip memmo checks and overwrite invalid memmos (useful when switching algos). Bill Dengler 2015-05-12 19:11:24 -04:00
  • 9b4fdc8966 #33: Added more hooks. Bill Dengler 2015-05-12 18:40:28 -04:00
  • 6cb5c4bd5c #33: Removed inefficient method, redesigning. Bill Dengler 2015-05-12 18:07:17 -04:00
  • 1b2b5913d1 #33: Implement setting for use_modern_audio_algo but not it does nothing right now. Bill Dengler 2015-05-12 17:18:30 -04:00
  • 92cd16bec9 #33: Add is_audio rebuild method, to eliminate slowness as much as possible. Bill Dengler 2015-05-12 15:26:06 -04:00
  • ff9e16285e #33: Performance improvements (Windows). Bill Dengler 2015-05-12 14:53:23 -04:00
  • 68499ca9e5 #33: Generalize. Bill Dengler 2015-05-12 14:20:21 -04:00
  • 6fdc5c67e2 #33: Memmoize new audio detection logic for performance, follow HTTP redirects when determining filetype. Bill Dengler 2015-05-12 14:13:43 -04:00
  • 52bfa82ec5 #33: Add better audio detection support (needs testing, could pose a security risk, users should be able to disable this). Bill Dengler 2015-05-12 13:31:51 -04:00
  • 1e6a784192 #33: geocode checkers, audio handlers (there's probably a much better way to do this). Bill Dengler 2015-05-12 12:01:19 -04:00
  • 8eb6d0c4cb #33: Implemented exception on audio links that don't play. Bill Dengler 2015-05-12 11:46:08 -04:00
  • e2771023da #33: Generalize audio method. Bill Dengler 2015-05-12 11:30:56 -04:00
  • d19baf411a #33: generalize url. Bill Dengler 2015-05-12 11:20:50 -04:00
  • 0ddc20ea7c #33: Miscelaneous cleanup. Bill Dengler 2015-05-12 10:47:24 -04:00
  • 2aceab527e Keyboard remaps. Bill Dengler 2015-05-12 10:14:26 -04:00
  • be787dc728 #33: redefine methods. Bill Dengler 2015-05-12 10:12:09 -04:00
  • 0aaec95ac4 #33: Initial interact() method. Very rough. Bill Dengler 2015-05-12 09:47:41 -04:00
  • c1ce8cb8e5 Closed #32. Bill Dengler 2015-05-11 21:21:27 -04:00
  • 3f63046cbb #31: Refactored solution. Bill Dengler 2015-05-11 20:25:35 -04:00
  • f241a1fc31 #31: Implement support for invisible interface. GUI implementation needs testing and possibly to be implemented. Bill Dengler 2015-05-11 19:54:20 -04:00
  • 8d873674ee #31: Initial support. Bill Dengler 2015-05-11 19:41:19 -04:00
  • 6f4501940e #31: Remove old dict that was to be used for this purpose. Bill Dengler 2015-05-11 19:00:25 -04:00
  • 69e3205a68 Fix the client, #30 really needs to be closed @manuelcortez Bill Dengler 2015-05-10 13:37:05 -04:00
  • 5001559c7c Fixed syntax error. Bill Dengler 2015-05-10 13:24:56 -04:00
  • e52385317e Error corrections. Bill Dengler 2015-05-09 23:19:21 -04:00
  • 7003bab110 Fixed capitalization error. Bill Dengler 2015-05-09 23:16:40 -04:00
  • f8f9a4ecf2 Fixed syntax error. Bill Dengler 2015-05-09 23:13:47 -04:00
  • edae9fb664 Fixed syntax error. Bill Dengler 2015-05-09 23:13:17 -04:00
  • a5198b881e #15: Allow for caching to be disabled, delete database when cache is disabled, remove unneeded conditional logic from method calls and move into methods themselves. Bill Dengler 2015-05-09 23:12:17 -04:00
  • f394701789 #15: Initial work for persistance size limiting. Bill Dengler 2015-05-09 23:04:06 -04:00
  • 4d4816a61b Close #29 Bill Dengler 2015-05-09 16:29:20 -04:00
  • cb94d7f71a More cleanup. Bill Dengler 2015-05-09 13:08:37 -04:00
  • c833854097 String cleanup in sounds tutorial. Bill Dengler 2015-05-09 13:00:21 -04:00
  • 278c1d5024 Closed #28 Bill Dengler 2015-05-09 12:54:02 -04:00
  • 55d21840ef Included technow in the copyright section Manuel Cortéz 2015-05-08 10:40:05 -05:00
  • 8e27e9720c Closed #26 Manuel Cortéz 2015-05-08 09:38:00 -05:00
  • e1479b5c10 Fixed #25 Bill Dengler 2015-05-08 10:27:24 -04:00
  • e6ce553216 Updated application info, set bug reporting URL to new page for #26. Bill Dengler 2015-05-08 10:04:37 -04:00
  • eb9128cb20 Split buffer dialog again. This closes #18 we won't implement this. Bill Dengler 2015-05-08 09:59:52 -04:00
  • 55683aee96 Fixed #23 Bill Dengler 2015-05-07 16:59:13 -04:00
  • e90c70bf02 Fix for #22 Manuel Cortéz 2015-05-07 09:16:41 -05:00
  • 71eca7baf2 Fixed #21 Manuel Cortéz 2015-05-06 21:11:50 -05:00
  • d777b3a3cb Changes for #21 and #16 but issues still there. Needs work. Bill Dengler 2015-05-06 19:06:20 -04:00
  • 02486ccae6 Merge branch 'next-gen' of https://github.com/manuelcortez/twblue into next-gen Bill Dengler 2015-05-06 16:42:04 -04:00
  • 3633513e85 Fix #16. Bill Dengler 2015-05-06 16:36:01 -04:00
  • d4932f3d2f Fix issue 13. Bill Dengler 2015-05-06 16:36:01 -04:00
  • 971306cd73 Fixed a bug in the buffer order Manuel Cortéz 2015-05-06 13:46:47 -05:00
  • 4b1a4db3db Now buffer list contains translatable strings Manuel Cortéz 2015-05-06 13:33:53 -05:00
  • 472099614a Fix a git conflict Manuel Cortéz 2015-05-06 13:21:09 -05:00
  • bd6861d179 Move up and down are fully implemented Manuel Cortéz 2015-05-06 12:56:32 -05:00
  • 6c5e529129 More fixes. Bill Dengler 2015-05-06 12:47:46 -04:00
  • 9fbbd29c3b Fix errors in handlers. Bill Dengler 2015-05-06 12:43:22 -04:00
  • 7206debb30 Fix error in GUI binding declaration. Bill Dengler 2015-05-06 12:38:59 -04:00
  • be4ba1608b More handlers. Bill Dengler 2015-05-06 12:36:48 -04:00
  • e7628e1f65 Checks for move_up and move_down methods, untested since I broke my Python install and need to rebuild the repo. Bill Dengler 2015-05-06 12:05:33 -04:00
  • cdb0a5b5a6 Enable the persistance (cache) by default. Bill Dengler 2015-05-06 10:54:58 -04:00
  • 1794f497a5 String cleanup, require restart when persistant_session changed. Bill Dengler 2015-05-06 10:54:12 -04:00
  • 08ce78f97c Speak state upon toggle. Bill Dengler 2015-05-06 10:42:39 -04:00
  • 797e0d7773 Fixed traceback. Bill Dengler 2015-05-06 10:38:34 -04:00
  • ab5f6fd12d Unhook return in buffers dialog. Bill Dengler 2015-05-06 10:27:22 -04:00