Commit Graph

  • 03518abdcd Add cleanup.sh (maybe move/delete later? or add commit hook?) Daniel Rojas 2021-10-19 23:05:38 +02:00
  • 8200e891d0 Streamline assignment of ports to simple connectors Daniel Rojas 2021-10-19 22:48:30 +02:00
  • 94f9d96197 Add sample use to devtools.txt Daniel Rojas 2021-10-19 21:49:31 +02:00
  • ebd271d54c Run autoflake -i --remove-all-unused-imports Daniel Rojas 2021-10-19 21:47:40 +02:00
  • 21bfebb9b4 Run autoflake -i Daniel Rojas 2021-10-19 21:46:43 +02:00
  • 9b40858d56 Add devtools.txt Daniel Rojas 2021-10-19 21:44:14 +02:00
  • fc820079fc Make mates object-oriented Daniel Rojas 2021-10-19 21:44:08 +02:00
  • 9e6d327c15 Alphabetize HTML tags, improve bgcolor rendering Daniel Rojas 2021-10-19 19:40:36 +02:00
  • d9513865e2 Make connecting things more object-oriented Daniel Rojas 2021-10-19 19:16:59 +02:00
  • 8aaee0c85a Outsource gv_edge_wire() Daniel Rojas 2021-10-19 16:46:34 +02:00
  • 266eb659bb Reactivate cable edge generation Daniel Rojas 2021-10-19 16:17:38 +02:00
  • 84dd10a2dc Fix and simplify bgcolor logic Daniel Rojas 2021-10-19 15:57:00 +02:00
  • 31c5e1aad9 Make setting HTML tag attributes easier through kwargs Daniel Rojas 2021-10-19 15:44:52 +02:00
  • 587b359fa0 Outsource set_dot_basics() and apply_dot_tweaks() Daniel Rojas 2021-10-18 18:20:19 +02:00
  • 2f03dcd1a3 Add TODOs Daniel Rojas 2021-10-18 18:08:09 +02:00
  • 064c7fd7c8 Outsource gv_pin_table(), simplify padding Daniel Rojas 2021-10-18 17:52:07 +02:00
  • 0078a18953 Remove old stuff, slightly simplify code Daniel Rojas 2021-10-18 17:29:25 +02:00
  • d65222953e More WIP Daniel Rojas 2021-10-18 17:23:15 +02:00
  • f46bce6867 WIP Daniel Rojas 2021-10-18 13:42:51 +02:00
  • 1f8dd49eb9 Implement HTML indentation Daniel Rojas 2021-10-18 12:20:40 +02:00
  • d348ebe4ce WIP: refactor cable node generation Daniel Rojas 2021-10-17 20:43:38 +02:00
  • 7134b6841f Generate gauge string inside Cable object Daniel Rojas 2021-10-17 20:01:05 +02:00
  • 98e594cf96 Rebuild demos Daniel Rojas 2021-10-17 19:22:59 +02:00
  • 60b2f6caa9 Further refactor connector node generation Daniel Rojas 2021-10-17 18:13:59 +02:00
  • 046a1c2ea6 Refactor connector node generation Daniel Rojas 2021-10-17 16:12:36 +02:00
  • f7359ff9b1 WIP Daniel Rojas 2021-10-17 15:33:41 +02:00
  • 82b5cb710f Add temporary loop to demo01 Daniel Rojas 2021-10-17 13:12:44 +02:00
  • 1435d9c607 Add metadata.title to demo01.yml Daniel Rojas 2021-10-17 13:11:19 +02:00
  • e034fb3519 Rebuild all examples before refactoring Daniel Rojas 2021-10-17 13:02:31 +02:00
  • 18782444b1 Make prefix for autogenerated component names configurable Daniel Rojas 2021-10-17 13:00:43 +02:00
  • 9cb9ede487 Add #256 KV 2023-09-08 21:02:53 +02:00
  • c0590ff20f Update .gitignore (#256) Andreas Motl 2021-10-23 13:47:01 +02:00
  • a16f2e4757 Update .gitignore Andreas Motl 2021-10-23 13:47:01 +02:00
  • eba0004f9d Update .gitignore Andreas Motl 2021-10-23 13:47:01 +02:00
  • a26f734b94 Update src/wireviz/DataClasses.py as requested in review (#264) kvid 2023-09-08 12:20:44 +02:00
  • f6c3a37563 Make sure loop connected pins are not hidden (#264) KV 2021-12-28 19:04:28 +01:00
  • f73dd4848a Update src/wireviz/DataClasses.py as requested in review (#264) kvid 2023-09-08 12:20:44 +02:00
  • 3c3496dbbf
    Update demo01.yml muratibrahimoglu 2023-09-06 09:24:54 +03:00
  • 9a39de0ec2 Make sure loop connected pins are not hidden (#264) KV 2021-12-28 19:04:28 +01:00
  • 23bc184620 Add #318 KV 2023-09-02 23:58:16 +02:00
  • 6f9007f45d
    Use portable OS error codes so program doesn't crash (#318) RedshiftVelocities 2023-09-01 14:24:34 -06:00
  • 2a57a9c33d Update src/wireviz/wireviz.py RedshiftVelocities 2023-06-02 09:35:12 -06:00
  • 4b759ee297 Update src/wireviz/wireviz.py RedshiftVelocities 2023-06-02 09:35:07 -06:00
  • daf8f1c1c0 Update wireviz.py RedshiftVelocities 2023-06-01 15:58:11 -06:00
  • b841400f55 Update to work on windows too RedshiftVelocities 2023-06-01 15:57:55 -06:00
  • 739b1dade3 Update error code so program doesn't crash RedshiftVelocities 2023-06-01 15:47:04 -06:00
  • 0ba83de65a
    Merge 76fa38857fe71224d6d0353d41e3eae8c96d7e26 into f9d1dd0148d922d1303098172a2fd5fbcba5c0fb Guillaume Grossetie 2023-08-29 18:07:40 +02:00
  • f9d1dd0148 Fix bug commented in #186 KV 2023-08-27 15:47:08 +02:00
  • 5eb208daf5 Fix typo in issue link text KV 2023-08-27 15:39:13 +02:00
  • 9dbf4538fd Fix graphviz file header (#261) Julien Lecoeur 2021-11-26 16:05:04 +01:00
  • 76fa38857f resolves #320 read from stdin and write to stdout Guillaume Grossetie 2023-07-14 14:34:01 +02:00
  • 92af90518c Add v0.3.2 to changelog Daniel Rojas 2023-06-07 20:55:08 +02:00
  • 509dc75762 Update changelog Daniel Rojas 2023-06-07 19:56:28 +02:00
  • 0ef285ad13 Fix header levels Daniel Rojas 2021-10-25 20:25:05 +02:00
  • 3356569c35 Add v0.3.1 release Daniel Rojas 2021-10-25 20:24:56 +02:00
  • c085ddab80 Add section for v0.4 Daniel Rojas 2021-10-11 22:13:20 +02:00
  • d94f39bea0 Fix typo Daniel Rojas 2021-10-08 09:32:23 +02:00
  • 602427c9b8 Add #240, #241 Daniel Rojas 2021-09-14 19:37:11 +02:00
  • 4c8722f08f Add #158, #214 Daniel Rojas 2021-08-25 19:57:08 +02:00
  • 646d7629f0 Add #160, #229 Daniel Rojas 2021-08-23 19:25:20 +02:00
  • d6ee6f5592 Add placeholder commit Daniel Rojas 2021-03-23 11:59:11 +01:00
  • 331eed22c8 Add ability to prepend multiple files Oliver 2023-05-25 12:41:21 +10:00
  • 54f7499ce0
    images: properly scaled Laurier Loiselle 2023-04-21 13:26:57 -04:00
  • f3b50928dc
    connector: support additional_components Laurier Loiselle 2023-04-20 17:33:08 -04:00
  • 3a3f609c41
    connector: support image and notes Laurier Loiselle 2023-04-20 17:21:11 -04:00
  • 1b9ba0b03f
    connector: small fixes Laurier Loiselle 2023-04-20 15:25:21 -04:00
  • 62e0d798ac
    wv_graphviz: better connector template Laurier Loiselle 2023-04-20 15:12:07 -04:00
  • f7ce022372
    src: templates: connector Laurier Loiselle 2023-04-20 15:06:17 -04:00
  • b687a9f134
    WIP: add templates connector Laurier Loiselle 2023-04-11 16:32:41 -04:00
  • 3c9f32481f
    wv_harness: comment out debug code Laurier Loiselle 2023-04-21 13:06:44 -04:00
  • c4456d5015
    Merge pull request #5 from laurierloi/bom-column-format Laurier Loiselle 2023-04-21 13:02:18 -04:00
  • 8ea239a216
    wv_output: titlepage bom not shortened Laurier Loiselle 2023-04-21 13:00:26 -04:00
  • 60abe071a2
    wv_bom: fix bom columns Laurier Loiselle 2023-04-21 12:53:53 -04:00
  • 720fce3a37
    bom: column-format update initial Laurier Loiselle 2023-04-21 11:57:54 -04:00
  • 26b1cc8f9f
    cli: fix pdf titlepage name Laurier Loiselle 2023-04-20 10:39:48 -04:00
  • 43d6d19f63
    cleanup Laurier Loiselle 2023-04-19 17:39:00 -04:00
  • f77654f876
    Merge pull request #4 from laurierloi/index-table Laurier Loiselle 2023-04-19 17:33:31 -04:00
  • 3ebb12c8a3
    tools: build_examples: simplify the tool, no git diff supported Laurier Loiselle 2023-04-19 17:31:57 -04:00
  • 687e99d1a2
    wireviz: add index_table to titlepage Laurier Loiselle 2023-04-19 17:28:26 -04:00
  • 66e3258d52
    templates: bom: show bom header Laurier Loiselle 2023-04-19 17:23:40 -04:00
  • 648872a91a
    setup: add weasyprint Laurier Loiselle 2023-04-19 13:05:12 -04:00
  • 956e199f61
    add titlepage and tempaltes depend on each-other Laurier Loiselle 2023-04-12 18:42:25 -04:00
  • 64e82854b8
    Merge a35a4448662781cba54af12f6e5e34d47d105e34 into a6efd281248975144f3396f233df84814d8fc911 jacobian91 2023-04-12 18:58:34 +00:00
  • a35a444866 Add more flexibility for concealing input Jacob Erickson 2023-04-12 11:58:25 -07:00
  • e61c03ce2b
    wv_cli: if multiple files, only generate shared pdf Laurier Loiselle 2023-04-11 19:13:16 -04:00
  • 7d61f0e6da
    Merge pull request #3 from laurierloi/pdf-support-weasyprint Laurier Loiselle 2023-04-11 18:54:13 -04:00
  • b013369e3c
    wv_output: support multiple-pages pdf Laurier Loiselle 2023-04-11 18:53:12 -04:00
  • 2ea9c447d8
    templates: din-6771: fix dimensions Laurier Loiselle 2023-04-11 18:18:28 -04:00
  • 241225a0f3
    templates: titleblock: don't force total width or height Laurier Loiselle 2023-04-11 18:17:32 -04:00
  • e1cf97c8fd
    din-6771 orientation set in page Laurier Loiselle 2023-04-11 17:31:10 -04:00
  • 19a6c04496
    templates: remove calc, do all through jinja Laurier Loiselle 2023-04-11 17:02:04 -04:00
  • 77770027ac
    pdf: add support using weasyprint Laurier Loiselle 2023-03-28 18:13:00 -04:00
  • 275d4b596e
    wv_cli: output combined html only if more than 1 file Laurier Loiselle 2023-03-28 18:12:15 -04:00
  • 1ecbe6d23c
    pdf: underlying commands - no converter included Laurier Loiselle 2023-03-28 17:26:11 -04:00
  • 72176677f7
    .gitignore: ignore outputs Laurier Loiselle 2023-03-28 16:07:33 -04:00
  • f5b95772b9
    templates: shared library for methods Laurier Loiselle 2023-04-11 16:21:41 -04:00
  • 55fe8a645e Seperate prepend and standard yaml input files in png Jacob Erickson 2023-04-11 09:50:17 -07:00
  • a80db2453d Add commandline option to hide yaml input from png data Jacob Erickson 2023-04-11 09:36:50 -07:00
  • e4a4e7d188
    options: add placement options for din-6771 Laurier Loiselle 2023-03-29 16:29:40 -04:00
  • b5720b23fd
    src: wv_harness_quantity: better message if multplier not defined Laurier Loiselle 2023-03-29 16:28:32 -04:00