dictation-toolbox / unimacro

Other
3 stars 1 forks source link

Accepted all incoming from control_grammars. This *might* have overw… #40

Closed dougransom closed 12 months ago

dougransom commented 12 months ago

…itten a few things to do wtih entry points Doug was experimenting with.

Squashed commit of the following:

commit f976efd200ce0e7c43bed346c868adb74d2e16bf Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Fri Sep 1 16:55:59 2023 +0200

several changes, work in progress

commit 93a8fb139e8a855143dcf257003edf6df698c36b Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Sat Feb 25 16:28:25 2023 +0100

added dependency pysimplegui

commit 2f0b1958813627022ce4fc20dd4efbb65183d3ef Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Sat Feb 25 16:26:50 2023 +0100

several changes _control, also new InputBox, based on pysimplegui!

commit e05ce8b46a3b94869e0bb69be1b5e87afe125986 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Thu Feb 23 17:54:49 2023 +0100

some progress in _control grammar

commit 3d36c475ead16078aedf08b8207c0d8157441479 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Sat Jan 14 12:59:21 2023 +0100

test_grammar_control.py works sofar, also exclusive grammars (making _control also exclusive).

commit 599689fabcf46d5a999d1da58b093b95afc791ed Merge: 1224471 38e4782 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Fri Jan 13 17:19:13 2023 +0100

Merge branch 'control_grammars' of github.com:dougransom/unimacro into control_grammars

commit 1224471e7be7dd71b3692ad84ef56556c4893cf1 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Fri Jan 13 17:19:05 2023 +0100

working a bit on _control and the testing, (test_grammar_control.py)

commit 38e4782f5fbe5cc8ca96ee7d1bc2b9cd0470818b Author: Doug Ransom doug.ransom@gmail.com Date: Tue Jan 10 15:04:48 2023 -0800

renamed

commit a8814f66e8971a852d896fb8a4a630e5ef78630e Author: Doug Ransom doug.ransom@gmail.com Date: Tue Jan 10 15:01:01 2023 -0800

renamed

commit 661301cce8c5a16a0818b26bf683f806198ff27d Author: Doug Ransom doug.ransom@gmail.com Date: Tue Jan 10 14:59:00 2023 -0800

commented environment spec

commit ca81d12e5227355e8c6809884d5b42289cd7082e Author: Doug Ransom doug.ransom@gmail.com Date: Tue Jan 10 14:53:58 2023 -0800

psudo bump release

commit 88e728b6cb52d6b67f9c7eded7ad8f5e85611418 Author: Doug Ransom doug.ransom@gmail.com Date: Tue Jan 10 14:39:57 2023 -0800

updated action checkout

commit e50909c4d1ae6dc3e8756dceafc34b1682b7d314 Author: Doug Ransom doug.ransom@gmail.com Date: Tue Jan 10 14:34:28 2023 -0800

get url from environment for pypi

commit 97dbc9f7bf9eb4b5bab0cdeca29fc265a1c57a7f Author: Doug Ransom doug.ransom@gmail.com Date: Tue Jan 10 14:21:35 2023 -0800

tweak test publish.

commit dc12b4a3be95913860d569cc69f96afabb0d4c2f Author: Doug Ransom doug.ransom@gmail.com Date: Tue Jan 10 13:59:43 2023 -0800

Rename python-flit-publish.yml to python-flit-test-publish.yml

commit 7c76d9738bf4db62ea8bbc36427db2bc9a38e321 Author: Doug Ransom doug.ransom@gmail.com Date: Tue Jan 10 13:52:25 2023 -0800

Delete testresult.txt

commit 3e5032efc6329443bc49680477a050b1779d8c90 Author: Doug Ransom doug.ransom@gmail.com Date: Tue Jan 10 13:48:59 2023 -0800

Rename python-publish.yml to python-flit-publish.yml

commit 0b981fa152196da97c40fa609806790680d65b3e Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Tue Jan 10 14:48:37 2023 +0100

work in progress, unimacro improving, but not faultless yet...

commit 90171f528f0067bd05b51d8f457617113f589a28 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Sat Jan 7 15:48:46 2023 +0100

enabled the first test again...

commit 1bfa5112b782e2924876cfe6c9bc8655f0c5baa9 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Sat Jan 7 15:45:58 2023 +0100

progress on test_grammar_control.py...

commit 6deadcfc17049a0eb65e9a52d0ea14dda1e1c23e Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Sat Jan 7 12:20:40 2023 +0100

putting default ini files of test grammar files

commit 8c11cee7db7eb98da583642db2db008e809976eb Author: Doug Ransom doug.ransom@gmail.com Date: Fri Jan 6 08:21:22 2023 -0800

brought over initial github actions

commit 6d12fb8132afe52ab4b9fb51d78ef639543d178c Author: Doug Ransom doug.ransom@gmail.com Date: Fri Jan 6 08:07:07 2023 -0800

removed extraneous f

commit 6fe068d9e42a5af12dca6e8740d910c5e1960632 Author: Doug Ransom doug.ransom@gmail.com Date: Fri Jan 6 07:46:17 2023 -0800

removed blank line

commit fa3838a726f54e07050e9b5664f99ced24ca1828 Author: Doug Ransom doug.ransom@gmail.com Date: Fri Jan 6 07:45:02 2023 -0800

test with adding a grammar ini file

commit f013fb699a69ea6aebc7c938354a1adbd1b2cbd3 Author: Doug Ransom doug.ransom@gmail.com Date: Fri Jan 6 06:23:39 2023 -0800

new test

commit ac954211489754c3087a6752cf130a7421bb81c8 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Fri Jan 6 12:30:09 2023 +0100

several, but fix getRegisteredGrammarNames call

commit e7cfda49cf7b66b24e284933ae8fc66500800a38 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Thu Jan 5 17:39:16 2023 +0100

improving getting all UnimacroGrammars (allGrammarXObjects), making is a class variable instead of global.

commit d7fd8f56e883370cbfdbb69815d2be3f5a802e64 Author: Doug Ransom doug.ransom@gmail.com Date: Wed Jan 4 09:48:34 2023 -0800

no tracebacks on import of tests;  pytest in project root runs tests in src/unimacro/unimacro_test/ and test/.

commit bd468b4d6ada622941f356eb8c73569c1a35eb24 Author: Doug Ransom doug.ransom@gmail.com Date: Tue Jan 3 08:23:07 2023 -0800

updated to use extension point natlink.grammars

commit 60b4dec640ec2d958975231afe1d1246d0dae57d Author: Doug Ransom doug.ransom@gmail.com Date: Sun Jan 1 09:32:55 2023 -0800

used the pytest folders

commit 43ce6954387316a1b7f0504937a2d2677cf9284c Author: Doug Ransom doug.ransom@gmail.com Date: Sun Jan 1 09:16:29 2023 -0800

templatized unimacro user dir, vocola user dir

commit d3c4d007974204b2bb5b6434dd80158f4687cafc Merge: d879331 95638c4 Author: Doug Ransom doug.ransom@gmail.com Date: Sun Jan 1 08:42:48 2023 -0800

merge

commit d8793316d789ced6dcb2989fde251ddb33403352 Author: Doug Ransom doug.ransom@gmail.com Date: Sun Jan 1 08:38:01 2023 -0800

fixture added.

commit 638090553e73b24ed139a57e0967ea999dd1af0d Author: Doug Ransom doug.ransom@gmail.com Date: Sat Dec 31 12:19:05 2022 -0800

checkpoint

commit 19aa4e64f00294e0cb6c07851430bfe5e405b443 Author: Doug Ransom doug.ransom@gmail.com Date: Sat Dec 31 12:08:34 2022 -0800

checkpoint

commit 3b7d25bff5c7c76dfeef06527dc5d3edae898f5f Author: Doug Ransom doug.ransom@gmail.com Date: Sat Dec 31 11:34:34 2022 -0800

checkpoint

commit ae4523308769b7e73966c4e14c3a61626076d005 Author: Doug Ransom doug.ransom@gmail.com Date: Sat Dec 31 09:43:56 2022 -0800

Ok a bit of progress

commit fdaced1cd491c61048e474dbeea664522c6a5fc1 Author: Doug Ransom doug.ransom@gmail.com Date: Sat Dec 31 08:43:34 2022 -0800

some progress

commit 95638c480b09819d056d9a95f9ac10ecf0fce7be Merge: 167fa14 f2d855b Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Thu Dec 29 17:43:06 2022 +0100

Merge branch 'control_grammars' of github.com:dougransom/unimacro into control_grammars

commit 167fa14c5d56c61f87e9adfe10e1d486623beb66 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Thu Dec 29 17:42:52 2022 +0100

print line included

commit f2d855b6c6244d5f89287be0b95e563da8cc73ea Author: Doug Ransom doug.ransom@gmail.com Date: Thu Dec 29 06:43:05 2022 -0800

updated entry point to natlink.extension

commit 35922ab95acd926dfb1971e2c48c262bba6e3f97 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Sat Dec 24 15:33:20 2022 +0100

lots of things, now testing _control (new module test_grammar_control.py

commit 56d1f489f60fda6e3d6bfddf96e3ba53fe2c9f4d Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Thu Dec 22 16:11:39 2022 +0100

add new timer trick to (nearly obsolete) grammar solitaire.py

commit 21ed832387a81d00f5bc9297259afd91fd9f1643 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Thu Dec 22 16:04:26 2022 +0100

provide the default icons for the natlink.setTrayIcon command (in natlink). See issue https://github.com/dictation-toolbox/natlink/issues/152

commit c22ecbd203cf3fa59148c05038a5ab4ac5dd4cb1 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Thu Dec 22 16:02:00 2022 +0100

fixed https://github.com/dictation-toolbox/unimacro/issues/35 and a few other things.

commit 778f74eb5aa334995c52ae4297aa55b06364a5e8 Merge: dad81e9 b67905f Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Wed Dec 21 20:07:54 2022 +0100

Merge branch 'fix_unimacro_basics' of github.com:dougransom/unimacro into fix_unimacro_basics

commit dad81e91cc51bff263bfbb6379581a4e20fe8b18 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Wed Dec 21 20:07:39 2022 +0100

fixing some issues with _repeat.py

commit b67905f9f16b47fcb90822e44c609354f96cdba9 Author: Doug Ransom doug.ransom@gmail.com Date: Wed Dec 21 10:52:32 2022 -0800

extensions

commit 97ffbcfff5072a53335eac01195cff3d38d0cb49 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Tue Dec 20 15:09:13 2022 +0100

working on _folders mainly

commit 3289c04951002e93e5eb86d7edd5951b273abc63 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Wed Dec 7 17:57:12 2022 +0100

some changes and type in _folders.

commit 6f651e0031c02477bcbf6d776c7aaba5ba9b3e73 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Sat Dec 3 16:40:30 2022 +0100

timer multiplexing works for folders and repeat grammar

commit 74d22fb07a4fd552a27f644dcd8feaaf2447d722 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Thu Dec 1 16:49:55 2022 +0100

a big stroke towards all the unimacro grammars working

commit 19fc76e3aeff2554ddb0bc9805727ee4f2de13e2 Merge: d73098c 4703c05 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Sat Nov 26 15:38:33 2022 +0100

Merge branch 'dictation-toolbox:master' into fix_unimacro_basics

commit d73098ca7ee2fad6893f7e8273132f0ce61a7cae Merge: 77ac3eb b813b91 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Sat Nov 26 15:35:02 2022 +0100

Merge branch 'master' into fix_unimacro_basics

commit 77ac3eb53cd61db2e3c3f4858e21e15b3ac86346 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Thu Nov 17 15:36:53 2022 +0100

bump to 4.1.4

commit 8da111ec6effb87ff7f38a57f356278f1b7ae7da Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Tue Nov 15 17:51:30 2022 +0100

some changes in _general.py

commit abc1b3771fd6c2e95efe797cad0ac5c119f602a1 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Thu Oct 27 12:55:01 2022 +0200

work in progress on unimacro grammars and bump to 4.1.3

commit d7ba47fa51437700ee20a89b4c4633e2f385aed9 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Tue Oct 25 16:48:50 2022 +0200

work on _general.py, fixes in _lines.py

commit 3a5d4a095e952184c53ec7df8d0c001982031e8d Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Sat Oct 22 18:23:00 2022 +0200

small things _lines.py

commit c33b52c9f32d0e84eb2eb278e38084b064b3d6c0 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Sat Oct 22 17:44:38 2022 +0200

improving relative line numbers, and testing the getLineRelativeTo function

commit 8d75c68373a70cb2f3f002f197d13b757a1dd9c1 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Sat Oct 22 15:43:46 2022 +0200

making _lines work, also relative numbers (modulo 100) for Komodo, Visual Studio and Excel

commit 6162dc28f978b4c6173849a3ef5b429b12ca05ea Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Sat Oct 22 11:44:08 2022 +0200

actionclasses are now in dtactions.unimacro

commit b29b8dc66ee0e0559ae4d776eebbdb472c1cb18f Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Fri Oct 21 12:25:04 2022 +0200

_latex.py works for most things, I believe.
small things in _lines.py

commit cfc632db059bc7d01bfc1f1b97d223fc4ba596a5 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Fri Oct 21 10:37:22 2022 +0200

several changes _latex.py

commit 04feb80b462b7b44e71ab23d16a3305b361389fe Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Thu Oct 20 16:41:26 2022 +0200

several things...

commit 86c3463e5c47d5f5154f1f95c9d219d879e187dc Merge: b7304eb f3bd1ad Author: Doug Ransom doug.ransom@gmail.com Date: Thu Oct 20 07:15:56 2022 -0700

Merge branch 'fix_unimacro_basics' of github.com:dougransom/unimacro into fix_unimacro_basics

commit b7304eb5cfe4f5d435f77ef6b1c7193d3508f8d3 Author: Doug Ransom doug.ransom@gmail.com Date: Thu Oct 20 07:15:13 2022 -0700

mock folder

commit f3bd1ad715035669c0857f802f89c8778a8512d9 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Wed Oct 19 18:06:55 2022 +0200

working on _latex.py, clipboard functions should be moved to dtactions.natlinkclipboard!!

commit b79954781091cb8984fb70951bde39a1cb8013fc Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Wed Oct 19 16:50:11 2022 +0200

working on show all grammars of _control.py

commit 40dee2530ceb28c7e61089ead169a51db7b11fd0 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Tue Oct 18 19:20:06 2022 +0200

testing test_grammar_tasks seems to work!!!

commit c687955c5c9fb76da4e0219040887897557cacf1 Author: Doug Ransom doug.ransom@gmail.com Date: Tue Oct 18 10:02:26 2022 -0700

added comment about my task.

commit 879c93d7d30dc8560631951da1ee2dcfb3d69b38 Merge: 2e36c5c f743728 Author: Doug Ransom doug.ransom@gmail.com Date: Tue Oct 18 09:58:20 2022 -0700

Merge branch 'fix_unimacro_basics' of github.com:dougransom/unimacro into fix_unimacro_basics

commit 2e36c5c7efaa34d7b05f313591aa67e3be8f24e0 Merge: 34a89e4 fe3e38b Author: Doug Ransom doug.ransom@gmail.com Date: Tue Oct 18 09:55:34 2022 -0700

Merge branch 'fix_unimacro_basics' of github.com:dougransom/unimacro into fix_unimacro_basics

commit f743728c8ba662e50247a10394d139a6b2e81b07 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Mon Oct 17 18:09:40 2022 +0200

struggling with BrowsableGrammar
details forward _tasks.py
starting test_grammar_tasks.py (with little luck)

commit fe3e38bdedad1579b3494211c41560825dd39f85 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Wed Oct 12 12:24:44 2022 +0200

working on getting "show all grammars" work...

commit dad4f6f05c7cce6e591237127f081d832bffccfc Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Wed Oct 12 12:11:04 2022 +0200

struggling with show all grammars (grammar _control)

commit 28a7a4ae21d30a8c0b7d5cd77eed5ebb8709c40c Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Fri Sep 23 16:20:09 2022 +0200

import change

commit 33fcd60ef438dec9de799b9adc3dbfa91c974714 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Fri Sep 23 16:18:54 2022 +0200

working on _tasks grammar

commit c28a5893e08b62d45d735fe18202ef12dda91af1 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Fri Sep 23 13:32:49 2022 +0200

"show all grammars" now opens pywin32 window, but no further data

commit 0cef0c0c23b61e9333dc4cf294023f4afdcdf9a7 Author: Quintijn Hoogenboom q.hoogenboom@antenna.nl Date: Fri Sep 23 12:32:04 2022 +0200

pylinting and fix import paths

commit 34a89e49db46a04ea3af0a471fb81d057bdb2d2a Author: Doug Ransom doug.ransom@gmail.com Date: Tue Aug 30 13:05:56 2022 -0700

tweaked readme, removed build cruft