Commit Graph

716 Commits

Author SHA1 Message Date
Suzanne Soy
e9d86c0d05 use time.process_time() instead of time.clock for compatibility with python3 2020-12-31 03:53:47 +00:00
Jeremy Wright
e022192bb5
Update README.md 2020-05-25 09:22:47 -04:00
Jeremy Wright
6d52e47725
Merge pull request #143 from easyw/master
fixing error on startup CQ_Logo.svg does not exists issue #140
2019-10-03 16:54:35 -04:00
easyw
419f514951 fixing error on startup CQ_Logo.svg does not exists
fixing error on startup CQ_Logo.svg does not exists
https://github.com/jmwright/cadquery-freecad-module/issues/140
2019-10-03 22:49:38 +02:00
Jeremy Mack Wright
9ee734bc65 Fixed the script location environment variables not getting exported when running CQGI-compliant script. 2019-05-28 17:02:09 -04:00
Jeremy Wright
59bbbc3958
Merge pull request #136 from jmwright/kill-pyqode
Kill pyqode
2018-12-29 06:32:45 -05:00
Jeremy Mack Wright
a14019929b Updated changes.md with a mention of the settings dialog. 2018-12-29 06:31:50 -05:00
Jeremy Mack Wright
ed3e52af49 Removed conflicting embedded numpy library. 2018-12-29 06:29:06 -05:00
Jeremy Mack Wright
6ac62f23c7 Fixed the Allow Reload checkbox. 2018-12-29 06:25:52 -05:00
Jeremy Mack Wright
70f2f1d8d8 Updated cqparts library 2018-12-29 06:10:03 -05:00
Jeremy Mack Wright
d1552c334d Experimented with the overlay just a little bit more. 2018-12-28 06:40:23 -05:00
Jeremy Mack Wright
fb240753ac Added capability to execute the script when the external editor saves it. 2018-12-28 06:21:30 -05:00
Jeremy Mack Wright
dfba0f3d5e Added a work-around for running CQ scripts from the FreeCAD macro editor. 2018-12-27 17:17:38 -05:00
Jeremy Mack Wright
1533eb25e4 Stubbed in the text finder overlay for implementation at a later time. 2018-12-27 16:52:42 -05:00
Jeremy Mack Wright
70836f43d2 Added block comment/uncomment feature to CodeEditor. 2018-12-24 17:46:50 -05:00
Jeremy Mack Wright
e8cf3241de Added a settings dialog. 2018-12-24 11:20:07 -05:00
Jeremy Mack Wright
64a06fe357 Added the ability for the code editor to reload the contents of a changed file from disk. 2018-12-22 07:12:16 -05:00
Jeremy Mack Wright
5b1179a15a Started transition to file watcher for external editor, which required change to using FreeCAD environment variables for settings. 2018-12-21 17:09:31 -05:00
Jeremy Mack Wright
a24759ac65 Swapped PyQode out for a custom code editor. 2018-12-17 15:32:24 -05:00
Jeremy Mack Wright
4dc437e44a Updated cadquery lib 2018-12-17 10:46:52 -05:00
Jeremy Wright
8062976bc4
Merge pull request #127 from luzpaz/followup-typos
Follow-up typos
2018-07-11 22:12:11 -04:00
luz.paz
97249bad67 Follow-up typos 2018-07-11 22:08:41 -04:00
Jeremy Wright
223bda63c9
Merge pull request #126 from luzpaz/typos
Misc. typos
2018-07-11 19:05:42 -04:00
luz.paz
b5cbeb4d4d Misc. typos
Found using `codespell -q 3 --skip="./ThirdParty,./Libs"`
2018-07-11 14:15:32 -04:00
Jeremy Mack Wright
3b9ea9d1cb Updated all cqparts libraries and catalogs. 2018-07-09 10:47:58 -04:00
Jeremy Wright
4fc32ec77b
Merge pull request #125 from fragmuffin/feature/temp-module-name
changed __name__ to be more descriptive
2018-06-18 21:51:42 -04:00
Peter Boin
ed2630c046 changed __name__ to be more descriptive 2018-06-16 14:08:17 +10:00
Jeremy Mack Wright
04183a488c Updated Jedi and removed warning about needing Python 2.7. 2018-06-14 16:53:26 -04:00
Jeremy Mack Wright
39e0264815 Removed embedded Numpy because included binary would break other systems. 2018-06-12 13:43:48 -04:00
Jeremy Mack Wright
05289f504d Got module working with FreeCAD 0.17 running Python 3+ 2018-06-12 11:44:45 -04:00
Jeremy Mack Wright
ceb37b47c0 Merge branch 'master' of github.com:jmwright/cadquery-freecad-module 2018-06-12 00:30:28 -04:00
Jeremy Mack Wright
afd57b5bdb Getting the module to not error on startup in Python 2 or Python 3. 2018-06-12 00:30:19 -04:00
Jeremy Wright
d95bedc057
Update developers.md 2018-06-12 00:15:54 -04:00
Jeremy Mack Wright
256494807f Fixed a bug where any commented instance of show_object would throw an error. 2018-06-11 17:02:24 -04:00
Jeremy Mack Wright
c7850e3f97 Reverted old change where library loading was moved to InitGui.py. 2018-06-02 01:26:09 -04:00
Jeremy Mack Wright
2adf43fbf4 Merge branch 'master' of github.com:jmwright/cadquery-freecad-module 2018-05-30 17:21:35 -04:00
Jeremy Mack Wright
a84ce8129d Updated cqparts library and started working on better Python 3 support. 2018-05-30 17:21:19 -04:00
Jeremy Wright
6734927c1d
Update installation.md 2018-05-11 00:18:09 -04:00
Jeremy Wright
98d2727834
Update installation.md 2018-05-11 00:16:43 -04:00
Jeremy Wright
f92377a8a6
Update README.md 2018-05-11 00:14:53 -04:00
Jeremy Wright
8be7be8872
Update README.md 2018-05-10 23:55:14 -04:00
Jeremy Wright
8ffd13ce3d
Changed the readme for the new documentation 2018-05-10 23:46:56 -04:00
Jeremy Wright
42ff22f952 Set theme jekyll-theme-cayman 2018-05-10 23:34:16 -04:00
Jeremy Mack Wright
ae1e7355d1 Added links to make it easier to get back to the index from the bottom of a doc. 2018-05-10 23:31:20 -04:00
Jeremy Mack Wright
614534aeb2 Added usage documentation. 2018-05-10 23:28:06 -04:00
Jeremy Mack Wright
2f7872a6be Filled out developer documentation and added contributing docs. 2018-05-10 00:45:20 -04:00
Jeremy Mack Wright
fca26a4b86 Experimenting with the table of contents. 2018-05-10 00:07:52 -04:00
Jeremy Wright
34eafece4b
Update installation.md 2018-05-10 00:00:24 -04:00
Jeremy Wright
9917002a6f
Update installation.md 2018-05-09 23:59:07 -04:00
Jeremy Mack Wright
c19dc334b8 Roughed out documentation structure and added installation doc. 2018-05-09 23:55:46 -04:00