KiBot/kibot
Salvador E. Tropea 653b585c29 [Navigate Results][Workaround] Rotate PS icons
For some (unknown) reason ImageMagick convert is rotating PS files
generated by KiCad, even when they look OK in viewers.
So we get rotated icons that represent PS files. This was always
true for Navigate Results, but I thought it will be fixed.
This workaround compensates the rotation.
2024-02-02 07:28:54 -03:00
..
EasyEDA [Tests][Add] Simple test for EasyEDA download 2024-01-12 12:51:59 -03:00
PcbDraw
PyPDF2
blender_scripts [Blender export][Fixed] Problems when no point of view was defined 2024-01-05 07:04:58 -03:00
bom [flake8] Optimized use of map+lambda 2024-01-05 09:02:01 -03:00
kicad [Schematic v6][Fixed] Targets 2024-01-30 08:19:04 -03:00
mcpyrate [Fixed] Spell errors 2024-01-05 09:09:58 -03:00
resources [Navigate results][iBoM][Added] custom icon 2024-02-01 12:43:34 -03:00
svgutils [PCB_Print] Changed searchable text strategy 2024-01-11 09:19:51 -03:00
__init__.py
__main__.py [Tests] Don't cover windows code 2024-01-09 09:13:47 -03:00
banner.py
config_reader.py [Dependencies][Changed] The roles member 2024-01-24 10:35:24 -03:00
create_pdf.py
dep_downloader.py [Dependencies] Added message about KiBot repo 2024-01-24 11:17:33 -03:00
docopt.py
drill_marks.py
error.py
fil_base.py
fil_expand_text_vars.py
fil_field_modify.py
fil_field_rename.py
fil_generic.py
fil_rot_footprint.py [Rotation Filter][Added] More debug for level 2+ 2024-01-22 11:14:06 -03:00
fil_spec_to_field.py Unified some errors details 2024-01-04 13:58:13 -03:00
fil_subparts.py Unified some errors details 2024-01-04 13:58:13 -03:00
fil_urlify.py
fil_value_split.py
fil_var_rename.py
fil_var_rename_kicost.py
globals.py Removed log debug "error" 2024-01-04 12:40:38 -03:00
gs.py [PCB/SCH Variant] Fixed targets (missing project files) 2024-01-30 08:43:25 -03:00
kiplot.py New internal category "any related" 2024-01-30 09:42:46 -03:00
layer.py [Quick Start][Fixed] Problems with KiCad 6+ files using KiCad 5 names for layers 2024-01-15 11:15:45 -03:00
log.py [flake8] Fixed reported issues 2024-01-05 09:33:42 -03:00
macros.py Better handling of important options 2024-01-26 12:59:40 -03:00
misc.py [Added] More information about wrong configs 2024-01-18 07:40:30 -03:00
optionable.py [flake8] Fixed reported issues 2024-01-05 09:33:42 -03:00
out_any_diff.py [Diff][Added] New mode where we can control the added/removed colors 2024-01-10 10:30:27 -03:00
out_any_drill.py
out_any_layer.py Add extra backticks to basename and filename to prevent tex recognition 2024-01-24 15:37:53 +00:00
out_any_pcb_print.py Unified some errors details 2024-01-04 13:58:13 -03:00
out_any_sch_print.py
out_any_stencil.py
out_base.py New internal category "any related" 2024-01-30 09:42:46 -03:00
out_base_3d.py [3D models][Download][Fixed] Name of the other model 2024-01-22 09:58:43 -03:00
out_blender_export.py [Blende Export][Fixed] Issues with animations 2024-01-15 13:38:37 -03:00
out_boardview.py [flake8] Fixed reported issues 2024-01-05 09:33:42 -03:00
out_bom.py [Dependencies][Changed] The roles member 2024-01-24 10:35:24 -03:00
out_compress.py Unified the "run_command" mechanism 2024-01-08 11:25:48 -03:00
out_copy_files.py [Copy Files][Project][Fixed] Check for the schematic 2024-01-19 13:01:14 -03:00
out_diff.py [Diff] Now is "any" related 2024-02-01 12:22:25 -03:00
out_download_datasheets.py
out_dxf.py
out_dxf_sch_print.py
out_excellon.py
out_gencad.py
out_gerb_drill.py
out_gerber.py
out_hpgl.py
out_hpgl_sch_print.py
out_ibom.py [Navigate results][iBoM][Added] custom icon 2024-02-01 12:43:34 -03:00
out_info.py
out_kibom.py Unified the "run_command" mechanism 2024-01-08 11:25:48 -03:00
out_kicanvas.py [KiRi][KiCanvas][DOCs][Added] More information 2024-01-31 09:50:03 -03:00
out_kicost.py Unified the "run_command" mechanism 2024-01-08 11:25:48 -03:00
out_kikit_present.py [KiRi][Fixed] Navigate results content 2024-01-25 09:27:43 -03:00
out_kiri.py [KiRi][KiCanvas][DOCs][Added] More information 2024-01-31 09:50:03 -03:00
out_navigate_results.py [Navigate Results][Workaround] Rotate PS icons 2024-02-02 07:28:54 -03:00
out_netlist.py
out_panelize.py Unified some errors details 2024-01-04 13:58:13 -03:00
out_pcb2blender_tools.py [Populate][Fixed] Use of Blender as renderer 2024-01-16 08:39:58 -03:00
out_pcb_print.py [PCB Print][Added] Options to fine tune the centering 2024-02-01 08:44:26 -03:00
out_pcb_variant.py [PCB/SCH Variant] Fixed targets (missing project files) 2024-01-30 08:43:25 -03:00
out_pcbdraw.py Unified the "run_command" mechanism 2024-01-08 11:25:48 -03:00
out_pdf.py
out_pdf_pcb_print.py [Layers][Added] Mechanism to specify inner/outer copper layers 2024-01-15 10:29:30 -03:00
out_pdf_sch_print.py
out_pdfunite.py Unified the "run_command" mechanism 2024-01-08 11:25:48 -03:00
out_populate.py [Fixed] Spell errors 2024-01-05 09:09:58 -03:00
out_position.py
out_ps.py
out_ps_sch_print.py
out_qr_lib.py
out_render_3d.py Unified the "run_command" mechanism 2024-01-08 11:25:48 -03:00
out_report.py Unified the "run_command" mechanism 2024-01-08 11:25:48 -03:00
out_sch_variant.py [PCB/SCH Variant] Fixed targets (missing project files) 2024-01-30 08:43:25 -03:00
out_stencil_3d.py
out_stencil_for_jig.py
out_step.py
out_svg.py
out_svg_pcb_print.py [Layers][Added] Mechanism to specify inner/outer copper layers 2024-01-15 10:29:30 -03:00
out_svg_sch_print.py
out_vrml.py
pre_annotate_pcb.py
pre_annotate_power.py
pre_any_replace.py Unified some errors details 2024-01-04 13:58:13 -03:00
pre_base.py Unified some errors details 2024-01-04 13:58:13 -03:00
pre_check_zone_fills.py
pre_erc_warnings.py [DRC/ERC][Added] Individual directory for reports 2024-01-18 13:06:13 -03:00
pre_fill_zones.py
pre_filters.py
pre_ignore_unconnected.py [DRC/ERC][Added] Individual directory for reports 2024-01-18 13:06:13 -03:00
pre_pcb_replace.py
pre_run_drc.py [DRC/ERC][Added] Individual directory for reports 2024-01-18 13:06:13 -03:00
pre_run_erc.py [DRC/ERC][Added] Individual directory for reports 2024-01-18 13:06:13 -03:00
pre_sch_replace.py
pre_set_text_variables.py Unified some errors details 2024-01-04 13:58:13 -03:00
pre_update_qr.py
pre_update_xml.py [Update XML] Fixed missing import and added test case 2024-01-17 12:58:05 -03:00
registrable.py [Dependencies][Changed] The roles member 2024-01-24 10:35:24 -03:00
var_base.py [flake8] Fixed reported issues 2024-01-05 09:33:42 -03:00
var_ibom.py
var_kibom.py
var_kicost.py