3848 Commits

Author SHA1 Message Date
hneemann
a24929d70a fixed a bug in the svg parser, closes #273 2019-04-26 19:12:23 +02:00
hneemann
1d8e805e69 removed the name of auto generated fsm states 2019-04-24 22:35:31 +02:00
angelmicelti
f63a9a8933 Update lang_es.xml (#271)
* Updated static_es.xml and lang_es.xml

Updated static_es.xml and lang_es.xml

* Update lang_es.xml

Update lang_es.xml
2019-04-24 21:47:35 +02:00
hneemann
b8ea3ba3a0 opens fsm's and truth tables from the command line, closes #270 2019-04-24 21:17:01 +02:00
angelmicelti
1ebb0182f8 Updated static_es.xml and lang_es.xml (#269)
Updated static_es.xml and lang_es.xml
2019-04-23 21:34:59 +02:00
hneemann
c5b926e2d6 fixed a typo, closes #268 2019-04-23 13:06:32 +02:00
hneemann
8306c7f8bb allows multiple break components 2019-04-23 12:55:58 +02:00
hneemann
34532642f6 added a language message syntax check 2019-04-23 11:03:21 +02:00
hneemann
dcd54e8316 allows multiple break components in a circuit 2019-04-23 10:59:38 +02:00
hneemann
bd1890931d added the screenshots to complete the spanish documentation 2019-04-22 10:29:08 +02:00
hneemann
5b3d313643 Merge branch 'master' of github.com:hneemann/Digital 2019-04-22 10:07:32 +02:00
angelmicelti
686cd3b3c7 Updated lang_es.xml and static_es.xml (#267)
* Updated lang_es.xml y static_es.xml

Corrected typos in lang_es.xml and translated static_es.xml.

* Corrected typos in static_es.xml

Corrected serveral typos in the file. Think it's right.

* Corrected several typos in static_es.xml

Corrected several typos in static_es.xml
2019-04-22 10:06:36 +02:00
hneemann
e32b20c2b0 better calculation of multi input xor gate transistor number. 2019-04-21 21:47:13 +02:00
hneemann
5492af8e26 better calculation of multi input xor gate transistor number. 2019-04-21 18:37:34 +02:00
hneemann
633106360c Fixed a test that doesn't run in every language. 2019-04-21 14:19:23 +02:00
hneemann
5930251251 updated the release notes, closes #266 2019-04-21 12:39:46 +02:00
hneemann
4954b6b9ae changed the layout in the stats dialog 2019-04-21 11:03:56 +02:00
hneemann
4dab5e4bca added inverted inputs to stats 2019-04-21 10:05:27 +02:00
hneemann
7e7d7fe004 ignore some more components in the stats 2019-04-20 20:44:35 +02:00
hneemann
c8118ea6a7 added a stats integration test 2019-04-20 20:15:57 +02:00
hneemann
073e0b0e3f added a stats integration test 2019-04-20 18:46:27 +02:00
hneemann
14f704db79 in stats dialog the transistor number is editable 2019-04-20 17:39:16 +02:00
hneemann
e72f8168cb adds a missing language key 2019-04-20 11:25:48 +02:00
hneemann
342447f60d fixed some checkstyle issues 2019-04-20 11:16:35 +02:00
hneemann
0655de855d first wortking stats dialog 2019-04-20 11:10:35 +02:00
hneemann
47a0eaba90 added Spanish translation 2019-04-19 12:05:20 +02:00
hneemann
83786f713b Hex reader/writer supports RLE encoding like Logisim does; closes #265 2019-04-19 09:19:18 +02:00
hneemann
2e62188cb7 improved generated result column names 2019-04-16 20:38:46 +02:00
hneemann
5d546051a7 enables table status bar again 2019-04-16 20:38:15 +02:00
hneemann
d9ab457ebb simplified ATMISP usage in the lab 2019-04-16 19:58:55 +02:00
hneemann
fb32796bc6 improves the "Conway's Game of Life" example 2019-04-15 15:50:01 +02:00
hneemann
1b2769a952 enables VHDL-2008 in ghdl, closes #264 2019-04-15 15:40:09 +02:00
hneemann
b080837e88 improves the verilog parser, closes #263 2019-04-13 12:11:21 +02:00
hneemann
c082ab96d5 updated release notes 2019-04-09 19:27:19 +02:00
hneemann
25b73586e4 Improved the translation howTo.md. 2019-04-07 12:29:46 +02:00
hneemann
3efac3274a Adds a missing license notice 2019-04-06 11:39:45 +02:00
hneemann
32e2931804 removed unused field 2019-04-06 11:30:40 +02:00
hneemann
7f729a9399 improved the label creation used by the model analyzer 2019-04-06 11:29:21 +02:00
hneemann
0b66cffd34 added a file locator 2019-04-06 09:48:23 +02:00
hneemann
540041c32b Adds a missing license notice 2019-04-05 11:27:55 +02:00
hneemann
fc41cae32a Refactoring of signal state sharing used by the FSM frame. 2019-04-05 11:16:26 +02:00
hneemann
8d1b34cc5b Merge branch 'optimizeThreads' 2019-04-04 14:55:37 +02:00
hneemann
318f261411 removed unnecessary method call 2019-04-04 14:54:41 +02:00
hneemann
35a03fed34 renamed some methods and variables 2019-04-03 21:10:47 +02:00
hneemann
d984db1f68 improved opening of fsm's 2019-04-03 19:04:06 +02:00
hneemann
010c4574a1 fixed some checkstyle issues 2019-04-03 08:54:41 +02:00
hneemann
fcc5e8dfad shows progress bar if optimization is running in a thread 2019-04-03 08:50:32 +02:00
hneemann
b3ba34fe9c added a progress bar 2019-04-02 22:42:29 +02:00
hneemann
a8ac936e92 If the optimization takes a long time, a new thread is generated to perform the calculations. 2019-04-02 14:43:38 +02:00
hneemann
01c30de301 updated the travis ci config 2019-04-01 09:54:01 +02:00