From 5a0c3bf4bc3d4285860092b3bb6d33f2c889db56 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Fri, 1 Jan 2021 10:58:28 -0800 Subject: [PATCH] Icons updates - Remove 22px bitmaps - Move 24px icons to icon_XXX_24 filenames - Update convert icon thanks to MisterHW Fixes https://gitlab.com/kicad/code/kicad/issues/6088 --- bitmaps_png/CMakeLists.txt | 38 ++-- bitmaps_png/cpp_24/convert.cpp | 94 ++++----- bitmaps_png/cpp_24/icon_cvpcb_24.cpp | 67 ++++++ bitmaps_png/cpp_24/icon_gerbview_24.cpp | 34 ++++ .../include/bitmaps_png/bitmaps_list.h | 15 +- bitmaps_png/sources/convert.svg | 68 ++++--- ...onent.svg => icon_bitmap2component_24.svg} | 0 .../sources/{cvpcb.svg => icon_cvpcb_24.svg} | 0 bitmaps_png/sources/icon_cvpcb_small.svg | 190 ------------------ .../{eeschema.svg => icon_eeschema_24.svg} | 0 ...erbview_small.svg => icon_gerbview_24.svg} | 0 ...lculator.svg => icon_pcbcalculator_24.svg} | 0 .../{pcbnew.svg => icon_pcbnew_24.svg} | 0 eeschema/tools/ee_actions.cpp | 2 +- kicad/project_tree.cpp | 4 +- kicad/tools/kicad_manager_actions.cpp | 2 +- .../hicolor/22x22/apps/bitmap2component.png | Bin 678 -> 0 bytes .../icons/hicolor/22x22/apps/eeschema.png | Bin 585 -> 0 bytes .../icons/hicolor/22x22/apps/gerbview.png | Bin 412 -> 0 bytes .../mime/icons/hicolor/22x22/apps/kicad.png | Bin 1052 -> 0 bytes .../hicolor/22x22/apps/pcbcalculator.png | Bin 471 -> 0 bytes .../mime/icons/hicolor/22x22/apps/pcbnew.png | Bin 705 -> 0 bytes .../mimetypes/application-x-kicad-pcb.png | Bin 705 -> 0 bytes .../mimetypes/application-x-kicad-project.png | Bin 1052 -> 0 bytes .../application-x-kicad-schematic.png | Bin 585 -> 0 bytes 25 files changed, 216 insertions(+), 298 deletions(-) create mode 100644 bitmaps_png/cpp_24/icon_cvpcb_24.cpp create mode 100644 bitmaps_png/cpp_24/icon_gerbview_24.cpp mode change 100755 => 100644 bitmaps_png/sources/convert.svg rename bitmaps_png/sources/{bitmap2component.svg => icon_bitmap2component_24.svg} (100%) rename bitmaps_png/sources/{cvpcb.svg => icon_cvpcb_24.svg} (100%) delete mode 100644 bitmaps_png/sources/icon_cvpcb_small.svg rename bitmaps_png/sources/{eeschema.svg => icon_eeschema_24.svg} (100%) rename bitmaps_png/sources/{icon_gerbview_small.svg => icon_gerbview_24.svg} (100%) rename bitmaps_png/sources/{calculator.svg => icon_pcbcalculator_24.svg} (100%) rename bitmaps_png/sources/{pcbnew.svg => icon_pcbnew_24.svg} (100%) delete mode 100644 resources/linux/mime/icons/hicolor/22x22/apps/bitmap2component.png delete mode 100644 resources/linux/mime/icons/hicolor/22x22/apps/eeschema.png delete mode 100644 resources/linux/mime/icons/hicolor/22x22/apps/gerbview.png delete mode 100644 resources/linux/mime/icons/hicolor/22x22/apps/kicad.png delete mode 100644 resources/linux/mime/icons/hicolor/22x22/apps/pcbcalculator.png delete mode 100644 resources/linux/mime/icons/hicolor/22x22/apps/pcbnew.png delete mode 100644 resources/linux/mime/icons/hicolor/22x22/mimetypes/application-x-kicad-pcb.png delete mode 100644 resources/linux/mime/icons/hicolor/22x22/mimetypes/application-x-kicad-project.png delete mode 100644 resources/linux/mime/icons/hicolor/22x22/mimetypes/application-x-kicad-schematic.png diff --git a/bitmaps_png/CMakeLists.txt b/bitmaps_png/CMakeLists.txt index 5a1b09ebe8..c5599e3940 100644 --- a/bitmaps_png/CMakeLists.txt +++ b/bitmaps_png/CMakeLists.txt @@ -175,13 +175,11 @@ set( BMAPS_MID axis3d_right axis3d_top axis3d - bitmap2component bom break_line browse_files bug bus_definition_tool - calculator cancel change_entry_orient change_lib_symbols_in_schematic @@ -199,7 +197,6 @@ set( BMAPS_MID cursor custom_pad_to_primitives cut - cvpcb datasheet delete_association delete_gerber @@ -224,7 +221,6 @@ set( BMAPS_MID edit_text edit edge_to_copper_clearance - eeschema enter_sheet ercerr erc_green @@ -287,8 +283,8 @@ set( BMAPS_MID hole_to_hole_clearance hole_to_copper_clearance icon - icon_cvpcb_small - icon_gerbview_small + icon_cvpcb_24 + icon_gerbview_24 import3d image import_brd_file @@ -377,7 +373,6 @@ set( BMAPS_MID palette part_properties paste - pcbnew pcb_offset pin2pin pin_size_to @@ -511,6 +506,19 @@ set( BMAPS_MID zoom_selection ) +# 24 x 24 for internal icons +set( BMAPS_24 + icon_bitmap2component_24 + icon_eeschema_24 + icon_gerbview_24 + icon_kicad_24 + icon_libedit_24 + icon_modedit_24 + icon_pagelayout_editor_24 + icon_pcbcalculator_24 + icon_pcbnew_24 + ) + # 32 x 32 for icon sets set( BMAPS_32 icon_bitmap2component_32 @@ -550,20 +558,6 @@ set( BMAPS_BIG wizard_add_fplib_icon ) -# 22 x 22 for Linux icons -set( BMAPS_22 - cvpcb - eeschema - icon_gerbview - icon_kicad - icon_libedit - icon_modedit - icon_pagelayout_editor - pcbnew - bitmap2component - calculator - ) - # 64 x 64 for icon sets set( BMAPS_64 icon_cvpcb @@ -578,7 +572,7 @@ set( BMAPS_64 icon_pcbcalculator ) -# 64 x 64 for icon sets +# 128 x 128 for icon sets set( BMAPS_128 icon_cvpcb icon_eeschema diff --git a/bitmaps_png/cpp_24/convert.cpp b/bitmaps_png/cpp_24/convert.cpp index 523104bb7f..991493f9e4 100644 --- a/bitmaps_png/cpp_24/convert.cpp +++ b/bitmaps_png/cpp_24/convert.cpp @@ -8,52 +8,54 @@ static const unsigned char png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, - 0xf8, 0x00, 0x00, 0x02, 0xbf, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0x55, 0x6b, 0x48, 0x53, - 0x61, 0x18, 0x3e, 0xdd, 0x7f, 0xf4, 0xb7, 0x9b, 0xe7, 0xb8, 0x14, 0x49, 0xb2, 0x0b, 0x15, 0x14, - 0x11, 0x14, 0x04, 0x61, 0x10, 0x44, 0xc9, 0xda, 0x96, 0xd0, 0x05, 0x12, 0x0a, 0xc1, 0x22, 0x8c, - 0x24, 0x6c, 0x5b, 0xf9, 0x9d, 0xe3, 0x94, 0x65, 0x74, 0xa7, 0x8d, 0x90, 0xa8, 0xbc, 0x50, 0x88, - 0x92, 0xab, 0x58, 0xce, 0xb9, 0x8e, 0x3b, 0x97, 0xfd, 0x88, 0x81, 0x20, 0xf4, 0x23, 0x89, 0x7e, - 0x14, 0x16, 0xa1, 0xa5, 0x5d, 0xa8, 0xc0, 0xe0, 0xed, 0xfd, 0xe6, 0xd9, 0x3a, 0x9e, 0x6d, 0x72, - 0x4c, 0xfb, 0xd7, 0x81, 0x87, 0x7d, 0xfb, 0xbe, 0xef, 0x7d, 0xde, 0xfb, 0xfb, 0x31, 0xcc, 0x0c, - 0x7d, 0x6b, 0xc8, 0x8b, 0xf9, 0x1c, 0x51, 0xae, 0xb0, 0xbc, 0x32, 0x84, 0x18, 0x64, 0x79, 0xd5, - 0x4b, 0xf7, 0x4c, 0x13, 0xb0, 0x9e, 0xa8, 0x85, 0x15, 0xd4, 0x93, 0x39, 0xbc, 0x52, 0x9e, 0x57, - 0x27, 0xe5, 0x18, 0xcf, 0x35, 0x72, 0x98, 0x08, 0xd5, 0x6b, 0x8e, 0x9c, 0x28, 0xdb, 0x50, 0xe0, - 0x9b, 0x4e, 0x78, 0x24, 0x97, 0xc4, 0x36, 0x5b, 0xad, 0xd6, 0x25, 0x0e, 0x87, 0x63, 0x87, 0xcd, - 0x66, 0x3b, 0x6e, 0x21, 0xe2, 0xcf, 0x74, 0x05, 0xca, 0x20, 0xb3, 0xf1, 0x56, 0x7c, 0x5e, 0x0e, - 0x91, 0x2f, 0xe1, 0x9f, 0x0f, 0x88, 0x37, 0x68, 0x49, 0x9d, 0xd1, 0x35, 0x8e, 0x44, 0xfb, 0x8c, - 0xc2, 0x2b, 0xab, 0xdb, 0xc7, 0xec, 0x76, 0x3b, 0x24, 0xb1, 0xfc, 0x7c, 0x04, 0x32, 0x28, 0x18, - 0x62, 0xd0, 0xe5, 0xcb, 0xc6, 0x83, 0xd5, 0x67, 0xee, 0x07, 0x51, 0xe8, 0x1a, 0x5a, 0x17, 0xc6, - 0xdf, 0x77, 0x1c, 0x91, 0xd2, 0x84, 0x2d, 0x35, 0xbd, 0x94, 0x78, 0x14, 0x11, 0x47, 0x0f, 0x9a, - 0x56, 0x55, 0xb5, 0xca, 0xc6, 0x3b, 0x94, 0x9b, 0xc1, 0xc5, 0x47, 0xe3, 0x41, 0xbe, 0xbb, 0x0b, - 0xf4, 0xd6, 0x15, 0x56, 0x3f, 0xfc, 0x65, 0xbc, 0xc3, 0x91, 0xde, 0x3e, 0xbd, 0x97, 0x2b, 0xae, - 0x07, 0x17, 0x68, 0x91, 0xa0, 0x49, 0x1e, 0xa6, 0x6b, 0x1a, 0x1d, 0xaa, 0x60, 0x24, 0xdd, 0x3a, - 0xf1, 0x07, 0x12, 0x57, 0xa2, 0x07, 0x3b, 0x11, 0x1c, 0x86, 0x6d, 0x0b, 0xee, 0x8f, 0xea, 0xee, - 0x7c, 0xa6, 0x7b, 0xa6, 0x12, 0x98, 0x29, 0xfb, 0x74, 0xcf, 0x78, 0x2f, 0xd7, 0x13, 0xe3, 0x58, - 0x41, 0x39, 0xc1, 0x0a, 0x72, 0x45, 0xa6, 0x2a, 0xca, 0xfa, 0x51, 0xd7, 0x34, 0x25, 0x5f, 0x10, - 0x9f, 0xe8, 0x3a, 0x5b, 0xfd, 0x62, 0xac, 0x4f, 0x51, 0x30, 0xff, 0xea, 0xc3, 0xb0, 0x11, 0x8a, - 0xff, 0x0a, 0xa6, 0xac, 0x40, 0x2b, 0xd1, 0x5d, 0x98, 0x43, 0x1f, 0xe2, 0x35, 0xa2, 0x73, 0xda, - 0x0a, 0x96, 0xd5, 0x4b, 0x8b, 0x39, 0x41, 0x3d, 0xc2, 0x09, 0x4a, 0x07, 0x12, 0x7e, 0x35, 0x54, - 0xa2, 0x34, 0x65, 0x72, 0xec, 0x87, 0xed, 0xfb, 0x1c, 0xa5, 0x03, 0x25, 0xa5, 0x87, 0xdf, 0xaf, - 0xad, 0xba, 0x17, 0x47, 0x92, 0xb1, 0x0c, 0xa3, 0x01, 0x21, 0xbf, 0xa5, 0x83, 0xd1, 0x1c, 0x6b, - 0x5b, 0xdb, 0x9c, 0xf1, 0x41, 0xa7, 0x7a, 0x0b, 0x9d, 0x81, 0x57, 0xc9, 0xce, 0x2e, 0x70, 0x3e, - 0x81, 0xbc, 0x5a, 0x05, 0x8a, 0xaf, 0x46, 0xe1, 0xf4, 0xdd, 0x08, 0xec, 0xbe, 0x11, 0x4d, 0x2a, - 0x18, 0x66, 0x49, 0xac, 0x68, 0x52, 0xce, 0xa5, 0x17, 0x43, 0x0b, 0xd1, 0x8a, 0x3d, 0x1c, 0xaf, - 0x36, 0xd1, 0xbe, 0xd0, 0x5b, 0xb7, 0xf7, 0x40, 0x19, 0xd8, 0x0f, 0x95, 0x41, 0x4d, 0x6b, 0x04, - 0x3a, 0x83, 0xdd, 0x10, 0x0a, 0x85, 0xa0, 0xe2, 0xb6, 0x98, 0x3c, 0xff, 0xce, 0x0a, 0xd2, 0xd6, - 0xec, 0x1d, 0x2d, 0x28, 0xfb, 0xb1, 0x53, 0x23, 0x46, 0xd7, 0x37, 0x35, 0x48, 0x70, 0xac, 0x51, - 0x84, 0x9b, 0xed, 0x3d, 0xe0, 0x74, 0xb9, 0xc0, 0xed, 0x76, 0x27, 0x88, 0x29, 0x5c, 0xcd, 0xa9, - 0x09, 0x8a, 0xb3, 0x4a, 0x2d, 0x99, 0x7c, 0xe6, 0xeb, 0xac, 0x2d, 0xf0, 0x28, 0x50, 0x79, 0xe7, - 0x19, 0xb4, 0x3c, 0x0a, 0xa7, 0xc8, 0x28, 0x7c, 0x3e, 0x1f, 0xf8, 0xfd, 0xfe, 0xc4, 0xba, 0xe1, - 0x41, 0x0f, 0x58, 0x84, 0xd4, 0xd4, 0x2c, 0x37, 0xf1, 0xa8, 0xc8, 0xc5, 0x78, 0xb9, 0x3f, 0xa9, - 0x64, 0xc3, 0x05, 0x19, 0xce, 0xb5, 0x44, 0x20, 0xd8, 0xf5, 0x47, 0x41, 0x20, 0x10, 0x48, 0xc0, - 0xdf, 0x11, 0x86, 0xfc, 0x5a, 0x79, 0xdc, 0x7a, 0xa2, 0xf0, 0xe6, 0x4b, 0x05, 0x60, 0x16, 0x8d, - 0x3f, 0x0a, 0xa6, 0x1e, 0x98, 0x75, 0x5e, 0x09, 0xce, 0x62, 0x28, 0x9e, 0x6a, 0x4a, 0x9a, 0x03, - 0x61, 0x28, 0xaa, 0x4f, 0x91, 0x37, 0xfe, 0x5d, 0x47, 0x11, 0x98, 0x8d, 0x6e, 0x1f, 0x44, 0x92, - 0x97, 0xfa, 0x5c, 0xb8, 0xd1, 0xa3, 0xf5, 0x5e, 0x8d, 0x5c, 0x50, 0x1f, 0x33, 0x44, 0x9c, 0x3b, - 0xbd, 0xd6, 0x45, 0x45, 0x1c, 0x2f, 0x3b, 0x30, 0x81, 0x03, 0x13, 0xc6, 0x39, 0xaf, 0x3c, 0xa7, - 0xd5, 0x36, 0x63, 0x23, 0x82, 0xbe, 0x4c, 0x58, 0x61, 0x47, 0xb5, 0x31, 0xd0, 0xcf, 0x12, 0x71, - 0x91, 0x59, 0xd9, 0xdf, 0xd1, 0xcc, 0x5e, 0x65, 0x60, 0xcd, 0x31, 0x5e, 0x00, 0x00, 0x00, 0x00, - 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, + 0xf8, 0x00, 0x00, 0x02, 0xe6, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xb5, 0x55, 0x5d, 0x48, 0x53, + 0x61, 0x18, 0xde, 0x4d, 0xd6, 0x45, 0x10, 0x14, 0x53, 0xcf, 0x39, 0x2e, 0x4d, 0x2a, 0xd1, 0x42, + 0x02, 0x99, 0x7a, 0x11, 0x41, 0x92, 0xd0, 0x45, 0x35, 0x97, 0xdb, 0x45, 0x10, 0x14, 0x74, 0x51, + 0xa4, 0x84, 0xa0, 0x94, 0x44, 0xd4, 0x77, 0x8e, 0x9b, 0xad, 0x24, 0xcb, 0xd0, 0x60, 0x94, 0x54, + 0x46, 0x05, 0x11, 0xe8, 0x85, 0x99, 0x3f, 0xe8, 0x7e, 0xbe, 0x73, 0x34, 0x43, 0xf0, 0xca, 0x2e, + 0x8a, 0x22, 0x22, 0x83, 0xd2, 0x52, 0xb7, 0xf0, 0x27, 0x9d, 0x6f, 0xef, 0x37, 0xb7, 0x35, 0xcf, + 0xb6, 0x9a, 0xd3, 0x3e, 0x78, 0x38, 0xdf, 0xcf, 0xfb, 0x3e, 0xef, 0xef, 0xf9, 0x3e, 0x8d, 0x66, + 0x8d, 0xc6, 0x2e, 0x32, 0x92, 0x24, 0x10, 0xf9, 0x26, 0x2f, 0xca, 0x63, 0x88, 0x51, 0x5e, 0x54, + 0x6c, 0x6c, 0x2f, 0x6e, 0x02, 0xde, 0xe2, 0xd2, 0xf1, 0x92, 0x72, 0x8e, 0x13, 0xe5, 0xd3, 0xe9, + 0x56, 0x37, 0xa7, 0x3e, 0x0f, 0x90, 0xc3, 0x72, 0x28, 0xb6, 0xf8, 0xc8, 0x89, 0xbc, 0x17, 0x15, + 0x7e, 0x86, 0x29, 0x4f, 0xa4, 0x91, 0xfe, 0x7c, 0xa3, 0xd1, 0x98, 0x6c, 0x36, 0x9b, 0x8b, 0x4a, + 0x4b, 0x4b, 0xcb, 0x74, 0xc4, 0x31, 0x1b, 0x69, 0x40, 0x1e, 0xd5, 0xe4, 0xd9, 0x87, 0xd6, 0x71, + 0x84, 0xde, 0xc0, 0xc5, 0x57, 0xc4, 0x27, 0xf4, 0xc4, 0xaa, 0x0e, 0x4d, 0x20, 0xae, 0x61, 0xb5, + 0x72, 0x56, 0xf5, 0xf3, 0x79, 0x93, 0xc9, 0x04, 0x41, 0x6c, 0xbd, 0xdc, 0x0b, 0x51, 0x0c, 0x8c, + 0x69, 0x30, 0xe4, 0x7a, 0xf5, 0x41, 0xce, 0xf9, 0xa7, 0x1d, 0xa8, 0xd4, 0x80, 0xde, 0xf5, 0xe0, + 0xf7, 0x8b, 0x40, 0xdc, 0x11, 0xca, 0xba, 0x2b, 0x4e, 0x46, 0x3c, 0x89, 0x18, 0xc2, 0x08, 0x5a, + 0xb2, 0xab, 0x1e, 0x53, 0xb5, 0x0c, 0xe3, 0xd6, 0xe0, 0xe4, 0xbb, 0xfa, 0x20, 0xe3, 0x52, 0x27, + 0x84, 0x7b, 0xb7, 0xa3, 0xba, 0x75, 0x41, 0x2d, 0x23, 0x10, 0xe7, 0x70, 0x78, 0x94, 0xdb, 0x6f, + 0x77, 0xac, 0x0f, 0x64, 0x82, 0x15, 0x79, 0x9c, 0xcd, 0x59, 0x76, 0x98, 0x81, 0x89, 0x48, 0xef, + 0x1c, 0x33, 0x48, 0x5c, 0x81, 0x11, 0x14, 0x23, 0x04, 0x4c, 0x5b, 0x21, 0xee, 0x4f, 0x86, 0xc9, + 0x4c, 0xb1, 0xbd, 0xb8, 0x0a, 0x18, 0xad, 0xfa, 0x6c, 0x4f, 0x2d, 0x97, 0x66, 0xe9, 0x17, 0x78, + 0x49, 0x2e, 0xe7, 0x25, 0x7a, 0x36, 0x5a, 0x17, 0xc5, 0x1c, 0x2c, 0xb4, 0x80, 0x11, 0x0f, 0xe2, + 0x07, 0x9b, 0xaf, 0xa8, 0x7f, 0x13, 0x1d, 0x00, 0x90, 0x84, 0x70, 0x43, 0x7c, 0x83, 0xc9, 0x25, + 0x25, 0x62, 0x44, 0x0b, 0x8b, 0x8b, 0x1f, 0xde, 0x54, 0x5a, 0xc0, 0xb1, 0x73, 0x7f, 0x04, 0xd8, + 0x3e, 0x3b, 0x67, 0x72, 0xab, 0x89, 0x64, 0xb7, 0x6f, 0x76, 0xce, 0xf3, 0xfa, 0xf0, 0x29, 0x70, + 0xe6, 0x14, 0xfb, 0x89, 0x9d, 0xd9, 0x07, 0x60, 0xf0, 0xe0, 0x09, 0x58, 0x98, 0x9e, 0xf5, 0xb2, + 0xf3, 0xb5, 0x48, 0xd7, 0xa1, 0xb9, 0x6f, 0xe3, 0x0b, 0x4a, 0x61, 0x09, 0x38, 0xb2, 0x8a, 0x40, + 0x2e, 0x30, 0x00, 0x5b, 0xb3, 0xfd, 0xb5, 0xac, 0x49, 0x95, 0x77, 0xe4, 0x2d, 0xc8, 0xfa, 0x23, + 0xc0, 0xbe, 0x6c, 0xfd, 0x3f, 0x0a, 0x6f, 0x9f, 0x9f, 0xf2, 0x30, 0xf2, 0x07, 0xea, 0xb3, 0x0c, + 0xe2, 0xd8, 0x20, 0x10, 0x65, 0x0f, 0x2f, 0xd2, 0x63, 0x82, 0x48, 0x2b, 0xf1, 0xae, 0xda, 0x9c, + 0x50, 0x67, 0x4d, 0x4c, 0xcf, 0xdf, 0xca, 0xad, 0x1b, 0x28, 0xe0, 0x24, 0xe5, 0x38, 0x5e, 0x82, + 0x57, 0xb1, 0xb5, 0xdb, 0x10, 0xef, 0x10, 0xcb, 0xfe, 0x76, 0x4e, 0x92, 0x2b, 0xfe, 0x4a, 0xa6, + 0x25, 0x8e, 0x8d, 0xa9, 0x92, 0xa2, 0x17, 0x24, 0xe5, 0x24, 0x4f, 0xe8, 0x35, 0x54, 0x6a, 0x17, + 0x44, 0xf9, 0x3d, 0x7e, 0x7d, 0x51, 0x2e, 0x35, 0x15, 0xa8, 0x22, 0xd4, 0x0e, 0x6e, 0x59, 0x46, + 0x98, 0x5a, 0xeb, 0xd6, 0xfa, 0x89, 0x24, 0xf9, 0x25, 0x0a, 0x7d, 0x8c, 0xa5, 0xac, 0x93, 0x64, + 0xd0, 0x5f, 0x77, 0x83, 0xa1, 0xd1, 0x05, 0x67, 0xee, 0xf5, 0x41, 0xcd, 0x93, 0x5e, 0x38, 0xda, + 0xe8, 0xfc, 0x73, 0x0b, 0x88, 0x4a, 0x0b, 0xfb, 0x79, 0x23, 0x3c, 0x66, 0x21, 0xa9, 0x89, 0xf2, + 0xeb, 0xdc, 0x50, 0x82, 0xca, 0x65, 0xcd, 0x7d, 0x60, 0x45, 0xa2, 0xfb, 0x6d, 0x3d, 0xd0, 0xd1, + 0xd9, 0x05, 0x5d, 0x5d, 0x4b, 0x78, 0x81, 0x73, 0x53, 0x53, 0x88, 0xdc, 0x87, 0xce, 0x55, 0xc7, + 0x4c, 0x49, 0xa6, 0x6d, 0x68, 0x13, 0x4f, 0x94, 0x26, 0x14, 0xf4, 0x3f, 0x1c, 0x69, 0x08, 0xa6, + 0xfc, 0xb0, 0xad, 0x3b, 0x44, 0x18, 0x8e, 0x67, 0xed, 0xdd, 0xb0, 0xaf, 0xde, 0x15, 0x24, 0xf7, + 0xe2, 0xeb, 0x65, 0x88, 0xff, 0x69, 0x24, 0xb4, 0x01, 0x95, 0x66, 0x96, 0x42, 0xa6, 0xfe, 0x74, + 0x84, 0x1b, 0x6a, 0x6e, 0xed, 0x81, 0x5c, 0x5b, 0xe8, 0x8d, 0xf8, 0xcc, 0x49, 0x34, 0x6f, 0xc5, + 0x1d, 0xc3, 0x59, 0x94, 0x74, 0x6c, 0x3b, 0x3b, 0x12, 0xfc, 0x0a, 0xa6, 0xcc, 0x7c, 0xc7, 0x09, + 0x17, 0x1f, 0xf5, 0xc2, 0xb6, 0x1a, 0x1a, 0x2a, 0x66, 0xb2, 0xf5, 0x55, 0xca, 0xaa, 0x7a, 0x3f, + 0x95, 0x0c, 0x64, 0x60, 0x3b, 0xde, 0x0d, 0x1a, 0xfa, 0x67, 0x31, 0x13, 0x1d, 0x29, 0x84, 0x66, + 0x62, 0x8d, 0x9a, 0x97, 0xae, 0x75, 0x7a, 0x21, 0x5e, 0xbd, 0xdf, 0xc7, 0xa6, 0xc5, 0xe1, 0xb1, + 0x6b, 0x86, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; const BITMAP_OPAQUE convert_xpm[1] = {{ png, sizeof( png ), "convert_xpm" }}; diff --git a/bitmaps_png/cpp_24/icon_cvpcb_24.cpp b/bitmaps_png/cpp_24/icon_cvpcb_24.cpp new file mode 100644 index 0000000000..9144bf1e59 --- /dev/null +++ b/bitmaps_png/cpp_24/icon_cvpcb_24.cpp @@ -0,0 +1,67 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, + 0xf8, 0x00, 0x00, 0x03, 0x19, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xb5, 0x55, 0x4b, 0x4c, 0x13, + 0x51, 0x14, 0x6d, 0x8c, 0x51, 0x17, 0xba, 0x70, 0x6b, 0x5c, 0xb8, 0xd2, 0x28, 0xe2, 0x97, 0x85, + 0xcb, 0x1a, 0xc5, 0x1f, 0x88, 0x42, 0x4b, 0xdb, 0xa9, 0x04, 0x15, 0x83, 0x22, 0x1a, 0x62, 0x35, + 0x26, 0xb8, 0xd0, 0xa0, 0x61, 0xa3, 0x46, 0xa9, 0x91, 0x28, 0xa4, 0xa8, 0x94, 0xef, 0x02, 0x0c, + 0xa0, 0x51, 0xaa, 0x54, 0x68, 0x0b, 0x22, 0x50, 0x90, 0x8a, 0xba, 0x30, 0x16, 0x10, 0x2c, 0x94, + 0xb6, 0x54, 0x08, 0x60, 0x3b, 0x05, 0xc6, 0xeb, 0x7d, 0x0f, 0xa7, 0xb6, 0xa5, 0x90, 0x8a, 0xe5, + 0x25, 0x37, 0xed, 0xcb, 0xcc, 0x3b, 0xe7, 0xde, 0x73, 0xee, 0x7d, 0x23, 0x10, 0x84, 0xb8, 0x12, + 0x13, 0x13, 0x6d, 0x0c, 0xc3, 0x5c, 0x11, 0x0a, 0x85, 0x4b, 0x05, 0x8b, 0xb1, 0xc4, 0x62, 0x31, + 0xa4, 0x67, 0x28, 0x7e, 0xca, 0x18, 0xb9, 0x59, 0x24, 0x12, 0x45, 0x85, 0x0d, 0x18, 0xc1, 0x7a, + 0x09, 0x38, 0x89, 0xca, 0xd7, 0x2d, 0x90, 0x93, 0x57, 0xf4, 0x8b, 0x91, 0x1f, 0x73, 0x49, 0x19, + 0x46, 0x1d, 0x17, 0x17, 0xb7, 0x2a, 0xac, 0x15, 0x10, 0x82, 0xe2, 0x6a, 0x2d, 0xa8, 0xca, 0x6a, + 0x20, 0xf3, 0x5a, 0x36, 0x56, 0xc3, 0x38, 0x31, 0x01, 0x51, 0xd8, 0x08, 0x2a, 0x34, 0xcd, 0x80, + 0xd9, 0x03, 0xfa, 0x01, 0xf7, 0x54, 0xa5, 0xf0, 0xb0, 0xa8, 0x12, 0x92, 0x8f, 0xa7, 0x8c, 0xa3, + 0x37, 0x6f, 0x12, 0x12, 0x12, 0xd6, 0x86, 0xa5, 0x82, 0xc0, 0x20, 0xa4, 0x37, 0x6e, 0x2a, 0x27, + 0xb1, 0x9a, 0x71, 0x99, 0x4c, 0xa6, 0xc8, 0xca, 0xca, 0x5a, 0x12, 0x56, 0x02, 0x3e, 0x72, 0xf2, + 0xd4, 0xc0, 0x7b, 0x45, 0x02, 0xab, 0x3c, 0xb1, 0x20, 0x82, 0xb2, 0xe7, 0x3a, 0xb8, 0x94, 0x79, + 0x35, 0x68, 0x05, 0x12, 0x89, 0xe4, 0xff, 0x2b, 0x48, 0x4d, 0x4b, 0xa7, 0x19, 0x12, 0x92, 0x45, + 0xf1, 0xe0, 0x49, 0x45, 0x2d, 0xa4, 0xa5, 0x9f, 0x07, 0x43, 0xd3, 0xbb, 0x29, 0xab, 0xd5, 0x3a, + 0xcd, 0x71, 0x9c, 0x07, 0x00, 0x26, 0x30, 0x3e, 0x61, 0x28, 0x31, 0x22, 0x16, 0x3c, 0x07, 0x55, + 0xda, 0x36, 0xf8, 0xf0, 0xf9, 0x0b, 0xb0, 0x36, 0x07, 0x74, 0xdf, 0x51, 0x41, 0x5b, 0xec, 0x29, + 0xd0, 0x6f, 0x39, 0x00, 0x86, 0xad, 0x07, 0xc1, 0x78, 0xf4, 0x34, 0xf4, 0x28, 0x1f, 0xc3, 0xa4, + 0x73, 0x64, 0x1a, 0x49, 0x72, 0x31, 0x96, 0xfd, 0x13, 0x91, 0x5c, 0x2e, 0x87, 0xaf, 0xe6, 0x6e, + 0x6e, 0x58, 0xd7, 0x02, 0x86, 0xed, 0x31, 0xd0, 0xb0, 0x7e, 0x77, 0xd0, 0x68, 0xdc, 0x11, 0x03, + 0x76, 0x8d, 0x1e, 0xf1, 0xe1, 0x8d, 0x1f, 0xc9, 0x9a, 0xeb, 0x4d, 0xc0, 0x47, 0xb0, 0xbd, 0x46, + 0x5b, 0x0f, 0xf6, 0x5a, 0x1d, 0xe8, 0x36, 0xee, 0x9d, 0x05, 0xda, 0x21, 0x3d, 0x07, 0xa3, 0x1d, + 0x1f, 0x81, 0x1d, 0xb4, 0x81, 0xa5, 0xb4, 0x1a, 0x0c, 0xdb, 0x0e, 0xf1, 0x24, 0xb9, 0x21, 0x11, + 0xe0, 0x8a, 0x64, 0x1d, 0xce, 0xa0, 0x99, 0x9b, 0x92, 0x2f, 0x02, 0xc7, 0x12, 0x1b, 0xfe, 0x2e, + 0x4b, 0x49, 0x15, 0xad, 0x84, 0xc8, 0x25, 0xc0, 0xd6, 0x1a, 0x27, 0xfa, 0xfa, 0x02, 0x06, 0xee, + 0x35, 0x1a, 0x0d, 0xf4, 0xdc, 0x2d, 0x98, 0x05, 0xae, 0xdb, 0x14, 0x0d, 0x1e, 0xfb, 0xf0, 0x0c, + 0x28, 0x66, 0xfe, 0x9e, 0xc9, 0xa0, 0xff, 0xdd, 0x16, 0x2b, 0x7d, 0x4e, 0x3c, 0xf1, 0x76, 0x87, + 0x2f, 0x60, 0xe0, 0x7e, 0x6c, 0xc2, 0x05, 0x6d, 0x31, 0x29, 0x7e, 0xe0, 0xfa, 0x88, 0x68, 0x30, + 0x9d, 0xbc, 0x4c, 0x01, 0x49, 0x05, 0xe6, 0xdb, 0xf9, 0x30, 0x50, 0xfe, 0x8c, 0xee, 0x47, 0x5a, + 0x4d, 0xf4, 0x1d, 0x62, 0xbc, 0x40, 0x22, 0x95, 0xba, 0x1f, 0x14, 0x56, 0xcc, 0x3b, 0xa5, 0xd8, + 0x8a, 0xb4, 0x53, 0x7c, 0x65, 0xe1, 0x33, 0xe7, 0x17, 0x2f, 0x13, 0xe7, 0x66, 0xa1, 0x43, 0x7c, + 0x96, 0xbe, 0x47, 0x24, 0x25, 0x15, 0x08, 0x71, 0x0a, 0xdd, 0x25, 0x35, 0xf5, 0xf3, 0x12, 0x34, + 0xed, 0x8a, 0xf7, 0x1a, 0xea, 0x05, 0x0b, 0xd0, 0x9e, 0xb5, 0xda, 0xa1, 0x33, 0xe9, 0x82, 0x37, + 0x11, 0x92, 0x14, 0xf9, 0x52, 0x6d, 0xc0, 0x2a, 0x5c, 0x45, 0x55, 0x75, 0x73, 0x12, 0x10, 0x89, + 0xda, 0xe3, 0xcf, 0xd0, 0x43, 0xa3, 0xed, 0x5d, 0x5e, 0xcd, 0xbf, 0xe5, 0x95, 0x02, 0xe7, 0x99, + 0x21, 0x31, 0x25, 0x2b, 0xb0, 0xc3, 0xf6, 0xf8, 0xc9, 0x68, 0x3c, 0x92, 0x0a, 0x02, 0xbc, 0x01, + 0x1d, 0xb7, 0xee, 0x17, 0x70, 0xf3, 0x49, 0x64, 0xee, 0x1f, 0x82, 0x3e, 0x55, 0x39, 0x3d, 0xe4, + 0x1e, 0x18, 0xa2, 0x80, 0x24, 0x53, 0x5e, 0x73, 0x92, 0x79, 0xb0, 0xf6, 0xed, 0xcb, 0x2f, 0x0b, + 0xcd, 0xe4, 0xba, 0xe6, 0x2e, 0x70, 0xdb, 0x9d, 0xd0, 0xb8, 0x33, 0x16, 0x2c, 0xc5, 0x55, 0xfe, + 0xda, 0xa3, 0xe6, 0x9d, 0x49, 0x8a, 0xd9, 0x03, 0x17, 0x75, 0x18, 0xa6, 0xc6, 0x26, 0x38, 0x22, + 0x11, 0x2b, 0x95, 0xca, 0x58, 0x5f, 0xc0, 0x60, 0x7b, 0xb5, 0xd1, 0x0a, 0xb6, 0x97, 0x0d, 0x54, + 0xd7, 0xef, 0xea, 0xa7, 0xe0, 0xea, 0x1f, 0x84, 0x91, 0x96, 0x4e, 0xaf, 0xa1, 0x81, 0xed, 0xeb, + 0x34, 0xb4, 0xce, 0x0c, 0x1a, 0x12, 0xac, 0xc4, 0x6b, 0x60, 0xb5, 0x2f, 0x60, 0xb0, 0xfd, 0xba, + 0xec, 0x66, 0x78, 0xdb, 0x3b, 0x0a, 0xb6, 0x17, 0xf5, 0x74, 0x88, 0xe6, 0xbc, 0x2a, 0xb0, 0x4a, + 0xfb, 0x2b, 0x03, 0x01, 0xd7, 0x62, 0x2c, 0x0f, 0xf9, 0xaa, 0x20, 0xbf, 0x84, 0xa4, 0xd0, 0x38, + 0x08, 0x1e, 0x87, 0x93, 0x23, 0x9e, 0x10, 0xe3, 0xf5, 0x91, 0xfb, 0x41, 0xbf, 0x79, 0x1f, 0x35, + 0xb4, 0x47, 0xf9, 0x08, 0x9f, 0xfd, 0xe0, 0xfe, 0x5c, 0x76, 0x2b, 0xc8, 0xb9, 0xdf, 0x54, 0x09, + 0x22, 0x80, 0xe4, 0xde, 0xd3, 0x5f, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, + 0x60, 0x82, +}; + +const BITMAP_OPAQUE icon_cvpcb_24_xpm[1] = {{ png, sizeof( png ), "icon_cvpcb_24_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_24/icon_gerbview_24.cpp b/bitmaps_png/cpp_24/icon_gerbview_24.cpp new file mode 100644 index 0000000000..5637ca5393 --- /dev/null +++ b/bitmaps_png/cpp_24/icon_gerbview_24.cpp @@ -0,0 +1,34 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x04, 0x00, 0x00, 0x00, 0x4a, 0x7e, 0xf5, + 0x73, 0x00, 0x00, 0x01, 0x0d, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0xad, 0x94, 0xb1, 0x8a, 0xc2, + 0x40, 0x10, 0x86, 0x07, 0x04, 0x9f, 0xc6, 0xb7, 0x71, 0x12, 0x15, 0xae, 0xbe, 0xca, 0xc2, 0x4a, + 0xee, 0x7a, 0x51, 0xb1, 0x13, 0xae, 0x31, 0x27, 0x82, 0x8d, 0x08, 0x07, 0x16, 0x6a, 0x84, 0x79, + 0x0e, 0xb5, 0xb1, 0x12, 0x11, 0xdf, 0x42, 0x7f, 0x67, 0x13, 0x11, 0x63, 0xd6, 0x98, 0x85, 0xe3, + 0x2f, 0xb2, 0x4c, 0xe6, 0xdb, 0xd9, 0xff, 0xdf, 0x10, 0x22, 0xf2, 0x8a, 0xfc, 0xcd, 0x27, 0x06, + 0xa3, 0x0e, 0x51, 0xd5, 0xc1, 0x91, 0xe4, 0xf6, 0xbc, 0xe9, 0xe4, 0x7d, 0x79, 0x45, 0x8a, 0xda, + 0xf7, 0x7c, 0x6f, 0x89, 0x95, 0x04, 0x56, 0x51, 0x2d, 0x34, 0xeb, 0xbd, 0x22, 0xba, 0x3b, 0xb2, + 0x01, 0x79, 0xd0, 0x74, 0x4d, 0xf1, 0x61, 0x62, 0x05, 0x18, 0xa9, 0x82, 0x68, 0xdd, 0xd1, 0xd7, + 0xdd, 0xe7, 0x09, 0xe0, 0x23, 0xd5, 0x92, 0x27, 0xbd, 0x6b, 0xae, 0x4d, 0x0b, 0x4b, 0x9d, 0xc6, + 0xa8, 0x5a, 0x81, 0x96, 0x02, 0x6d, 0x1b, 0xf0, 0x83, 0x21, 0xfc, 0xb4, 0x3d, 0xbb, 0x69, 0x03, + 0xf8, 0x18, 0x24, 0x6c, 0x65, 0x9b, 0x16, 0xd0, 0xe3, 0xb8, 0x5c, 0x13, 0x18, 0xaf, 0x24, 0xd6, + 0x6a, 0x06, 0x10, 0xa2, 0x69, 0x07, 0x3a, 0x1a, 0x9f, 0x25, 0x71, 0x7c, 0xe2, 0x0f, 0x7d, 0x0d, + 0x24, 0x75, 0xa4, 0x79, 0xca, 0xb4, 0xe8, 0xe5, 0x99, 0xe4, 0x3e, 0xf4, 0x1a, 0x25, 0x6d, 0xba, + 0xa5, 0x48, 0x3b, 0x31, 0xc1, 0x24, 0xf7, 0x8b, 0x8a, 0x8b, 0x69, 0x5f, 0x67, 0x04, 0x6e, 0xa6, + 0xfd, 0xec, 0x94, 0xcc, 0xa7, 0xd6, 0xcb, 0x17, 0xab, 0x58, 0x2c, 0xf7, 0x5c, 0x01, 0xf9, 0x57, + 0x20, 0xbc, 0xb8, 0x00, 0xe5, 0x03, 0x4d, 0xb7, 0x4e, 0x13, 0x1a, 0x34, 0x2b, 0x2d, 0xce, 0xb9, + 0x81, 0x9d, 0x57, 0xd0, 0xff, 0xc6, 0xac, 0x34, 0xd9, 0x2c, 0x2f, 0x6f, 0x81, 0x23, 0x37, 0x4c, + 0xfb, 0x15, 0xb6, 0xbd, 0x3b, 0x4d, 0x8c, 0x63, 0xa8, 0x73, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, + 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE icon_gerbview_24_xpm[1] = {{ png, sizeof( png ), "icon_gerbview_24_xpm" }}; + +//EOF diff --git a/bitmaps_png/include/bitmaps_png/bitmaps_list.h b/bitmaps_png/include/bitmaps_png/bitmaps_list.h index 62c398bcff..f2835960fa 100644 --- a/bitmaps_png/include/bitmaps_png/bitmaps_list.h +++ b/bitmaps_png/include/bitmaps_png/bitmaps_list.h @@ -118,7 +118,6 @@ EXTERN_BITMAP( custom_pad_to_primitives_xpm ) EXTERN_BITMAP( cursor_xpm ) EXTERN_BITMAP( curved_ratsnest_xpm ) EXTERN_BITMAP( cut_xpm ) -EXTERN_BITMAP( cvpcb_xpm ) EXTERN_BITMAP( datasheet_xpm ) EXTERN_BITMAP( delete_association_xpm ) EXTERN_BITMAP( delete_gerber_xpm ) @@ -218,10 +217,9 @@ EXTERN_BITMAP( hotkeys_xpm ) EXTERN_BITMAP( hole_to_copper_clearance_xpm ) EXTERN_BITMAP( hole_to_hole_clearance_xpm ) EXTERN_BITMAP( icon_xpm ) -EXTERN_BITMAP( icon_cvpcb_small_xpm ) +EXTERN_BITMAP( icon_cvpcb_24_xpm ) EXTERN_BITMAP( icon_cvpcb_xpm ) EXTERN_BITMAP( icon_eeschema_xpm ) -EXTERN_BITMAP( icon_gerbview_small_xpm ) EXTERN_BITMAP( icon_gerbview_xpm ) EXTERN_BITMAP( icon_kicad_xpm ) EXTERN_BITMAP( icon_modedit_xpm ) @@ -232,6 +230,16 @@ EXTERN_BITMAP( icon_libedit_xpm ) EXTERN_BITMAP( icon_pcbcalculator_xpm ) EXTERN_BITMAP( icon_pagelayout_editor_xpm ) +EXTERN_BITMAP( icon_bitmap2component_24_xpm ) +EXTERN_BITMAP( icon_eeschema_24_xpm ) +EXTERN_BITMAP( icon_gerbview_24_xpm ) +EXTERN_BITMAP( icon_kicad_24_xpm ) +EXTERN_BITMAP( icon_libedit_24_xpm ) +EXTERN_BITMAP( icon_modedit_24_xpm ) +EXTERN_BITMAP( icon_pagelayout_editor_24_xpm ) +EXTERN_BITMAP( icon_pcbcalculator_24_xpm ) +EXTERN_BITMAP( icon_pcbnew_24_xpm ) + EXTERN_BITMAP( icon_bitmap2component_16_xpm ) EXTERN_BITMAP( icon_eeschema_16_xpm ) EXTERN_BITMAP( icon_gerbview_16_xpm ) @@ -320,7 +328,6 @@ EXTERN_BITMAP( net_locked_xpm ) EXTERN_BITMAP( net_unlocked_xpm ) EXTERN_BITMAP( new_board_xpm ) EXTERN_BITMAP( new_component_xpm ) -EXTERN_BITMAP( new_cvpcb_xpm ) EXTERN_BITMAP( new_document_xpm ) EXTERN_BITMAP( new_footprint_xpm ) EXTERN_BITMAP( new_gerb_xpm ) diff --git a/bitmaps_png/sources/convert.svg b/bitmaps_png/sources/convert.svg old mode 100755 new mode 100644 index bb66f63245..37508571d8 --- a/bitmaps_png/sources/convert.svg +++ b/bitmaps_png/sources/convert.svg @@ -11,8 +11,11 @@ data-name="Слой 1" viewBox="0 0 24 24" version="1.1" - sodipodi:docname="convert.svg" - inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"> + sodipodi:docname="convert2.svg" + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)" + inkscape:export-filename="S:\repos\kicad\bitmaps_png\sources\convert2\convert.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96"> image/svg+xml - add_arc + convert @@ -86,15 +89,6 @@ x2="21.001301" y2="3.0021" id="line727" /> - - - - + + + + + diff --git a/bitmaps_png/sources/bitmap2component.svg b/bitmaps_png/sources/icon_bitmap2component_24.svg similarity index 100% rename from bitmaps_png/sources/bitmap2component.svg rename to bitmaps_png/sources/icon_bitmap2component_24.svg diff --git a/bitmaps_png/sources/cvpcb.svg b/bitmaps_png/sources/icon_cvpcb_24.svg similarity index 100% rename from bitmaps_png/sources/cvpcb.svg rename to bitmaps_png/sources/icon_cvpcb_24.svg diff --git a/bitmaps_png/sources/icon_cvpcb_small.svg b/bitmaps_png/sources/icon_cvpcb_small.svg deleted file mode 100644 index 0f11fa4bb1..0000000000 --- a/bitmaps_png/sources/icon_cvpcb_small.svg +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - image/svg+xml - - add_arc - - - - - - - - - - - - - - - icon_cvpcb - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bitmaps_png/sources/eeschema.svg b/bitmaps_png/sources/icon_eeschema_24.svg similarity index 100% rename from bitmaps_png/sources/eeschema.svg rename to bitmaps_png/sources/icon_eeschema_24.svg diff --git a/bitmaps_png/sources/icon_gerbview_small.svg b/bitmaps_png/sources/icon_gerbview_24.svg similarity index 100% rename from bitmaps_png/sources/icon_gerbview_small.svg rename to bitmaps_png/sources/icon_gerbview_24.svg diff --git a/bitmaps_png/sources/calculator.svg b/bitmaps_png/sources/icon_pcbcalculator_24.svg similarity index 100% rename from bitmaps_png/sources/calculator.svg rename to bitmaps_png/sources/icon_pcbcalculator_24.svg diff --git a/bitmaps_png/sources/pcbnew.svg b/bitmaps_png/sources/icon_pcbnew_24.svg similarity index 100% rename from bitmaps_png/sources/pcbnew.svg rename to bitmaps_png/sources/icon_pcbnew_24.svg diff --git a/eeschema/tools/ee_actions.cpp b/eeschema/tools/ee_actions.cpp index 1103ec54ce..c36a684467 100644 --- a/eeschema/tools/ee_actions.cpp +++ b/eeschema/tools/ee_actions.cpp @@ -555,7 +555,7 @@ TOOL_ACTION EE_ACTIONS::editSymbolLibraryLinks( "eeschema.EditorControl.editSymb TOOL_ACTION EE_ACTIONS::assignFootprints( "eeschema.EditorControl.assignFootprints", AS_GLOBAL, 0, "", _( "Assign Footprints..." ), _( "Run footprint assignment tool" ), - cvpcb_xpm ); + icon_cvpcb_24_xpm ); TOOL_ACTION EE_ACTIONS::importFPAssignments( "eeschema.EditorControl.importFPAssignments", AS_GLOBAL, 0, "", diff --git a/kicad/project_tree.cpp b/kicad/project_tree.cpp index 8d5a1cf9d0..ea26f1a19e 100644 --- a/kicad/project_tree.cpp +++ b/kicad/project_tree.cpp @@ -58,7 +58,7 @@ PROJECT_TREE::PROJECT_TREE( PROJECT_TREE_PANE* parent ) : m_imageList->Add( KiBitmap( eeschema_xpm ) ); // TREE_SEXPR_SCHEMATIC m_imageList->Add( KiBitmap( pcbnew_xpm ) ); // TREE_LEGACY_PCB m_imageList->Add( KiBitmap( pcbnew_xpm ) ); // TREE_SEXPR_PCB - m_imageList->Add( KiBitmap( icon_gerbview_small_xpm ) ); // TREE_GERBER + m_imageList->Add( KiBitmap( icon_gerbview_24_xpm ) ); // TREE_GERBER m_imageList->Add( KiBitmap( gerber_job_file_xpm ) ); // TREE_GERBER_JOB_FILE (.gbrjob) m_imageList->Add( KiBitmap( file_html_xpm ) ); // TREE_HTML m_imageList->Add( KiBitmap( file_pdf_xpm ) ); // TREE_PDF @@ -66,7 +66,7 @@ PROJECT_TREE::PROJECT_TREE( PROJECT_TREE_PANE* parent ) : m_imageList->Add( KiBitmap( netlist_xpm ) ); // TREE_NET m_imageList->Add( KiBitmap( unknown_xpm ) ); // TREE_UNKNOWN m_imageList->Add( KiBitmap( directory_xpm ) ); // TREE_DIRECTORY - m_imageList->Add( KiBitmap( icon_cvpcb_small_xpm ) ); // TREE_CMP_LINK + m_imageList->Add( KiBitmap( icon_cvpcb_24_xpm ) ); // TREE_CMP_LINK m_imageList->Add( KiBitmap( tools_xpm ) ); // TREE_REPORT m_imageList->Add( KiBitmap( file_pos_xpm ) ); // TREE_POS m_imageList->Add( KiBitmap( file_drl_xpm ) ); // TREE_DRILL diff --git a/kicad/tools/kicad_manager_actions.cpp b/kicad/tools/kicad_manager_actions.cpp index 1758f0d729..bd3f8aae54 100644 --- a/kicad/tools/kicad_manager_actions.cpp +++ b/kicad/tools/kicad_manager_actions.cpp @@ -87,7 +87,7 @@ TOOL_ACTION KICAD_MANAGER_ACTIONS::viewGerbers( "kicad.Control.viewGerbers", AS_GLOBAL, MD_CTRL + 'G', LEGACY_HK_NAME( "Run Gerbview" ), _( "View Gerber Files" ), _( "View Gerber Files" ), - icon_gerbview_small_xpm ); + icon_gerbview_24_xpm ); TOOL_ACTION KICAD_MANAGER_ACTIONS::convertImage( "kicad.Control.convertImage", AS_GLOBAL, diff --git a/resources/linux/mime/icons/hicolor/22x22/apps/bitmap2component.png b/resources/linux/mime/icons/hicolor/22x22/apps/bitmap2component.png deleted file mode 100644 index b9042c74122a79ab0e4c5d55ab3dffdd709beab7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 678 zcmV;X0$KfuP)cKTui1jF(xMJol$q=o%d|UC4;!Ji82bt8yA^`WgBc@P*e~VPzES4XbYvZ zWy_`z_Z|Ek+!&WVp3|ib^2f1ZlP5jr>hX9mX_>=0cTLOwWTZR$c~QkjuKsWE%S0AF zpAV^2O7nAS_94zM$r@DGlTSOw{7pf{rL_h|ybT0$+x@|>q8|{C$B|4XagX>q_FVZ3 zN_BR*iIwa&l6)Q4)*Ht7WnTllq;`V^QUmDr?RL8s>FBds7xXwyMRz;@Jd!lAdUOJ; zboI56s#hl1*Qy1Da{ zA!l}+Wu1p#iUK%d{;(nm{9UituWR=nDTDOh+ozR(i0g^2{h>qu0K02$9K(*z@Bjb+ M07*qoM6N<$g6{=Gk^lez diff --git a/resources/linux/mime/icons/hicolor/22x22/apps/eeschema.png b/resources/linux/mime/icons/hicolor/22x22/apps/eeschema.png deleted file mode 100644 index 7ecd00b07d3e8d61fbd2b6d4f098969d269a041e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 585 zcmV-P0=E5$P)l=zPgANGs>zhBJ}j1L%j{>P;bf!BV$cySRo!}(*Y`|v3w-C!U-vU)lL z(D^U$DLPSF{(qji`~PYBj{lD(XA^1gn$HZxDD?Gq|8Hz;Oq`)mJa7h2?W_B5YHA8L zxV51OL;hrQ!~bI$xfmF)!AEv2{%>J!4mK2qW1~a8{2@iKEyc;q5uyasPuI|Ic~ zY29*`2{kMV|>gM7| zxxsanx$tncFgN?(-C7QIJxK;5M+6L~Bt}A9>FV@<>ze5#83;ERUs9SmsgW#0!3G!Q zrTj<7UY@RCgF}LR|L@v38>0B|D$2vSq9_9?jLrYAa1Qu?Fffi(gV(-97i_9602`W@ zmH0o`6q2*{s5|~Ye{dxU#pdBP6VWBMte*ZqH#7eKp&bkVA9M}@8@yiMh3Me8cy!Gy zh8ssV@?Jc)<|i&i=l3lCALK=Ru?ec?jvSfG3$FJ-h65|axgal)T^}9JI^v}5+Rb$ zqSdraCGu^W_SfW`e=8zgZMv&XWrGHaqTH|+T}3qum3&S_y4v(zQ8uY^j+?;CRPfki zIP7DqT?&=(?FNQ%mcWNtx@Xa5h_~_Z*gzTNfdiCPJgWE$1nnR;-p4ckg?z+XL0cuMM{(yN#G$$lo)F@ zbFypp>29^)FuP2nEaKuakD^TRfJYe@mz5;;QwM*G;iAk$JEW5(0*+ar#w9hXY)5>I zBN{ZgU?Hx>% zo3(Jq3uf9SqAj4sstgVXngMuY;?Semwqtvje8k{iF#VqGZPHvhBBP`uUr7MPQEJ%SO%VYot&*Ad@7gP)k_C{^IkCc< zuS~!lL{hr9_4D12hPm*`h88MiaF3k1P-n}BC)hi43AlkM&;GrYLl;^RBC#(VQU?)t zaOdRd8#IrC$rCF~n{pc`f9*povTAX{{JEo@M#+G@v`wG`%iYKM~IFpQ?s|gf5 zcz*Qxt{CD5B$P@evMi(bdW~t5>a2O`cG5JZS`%J=<1Cl2LT?sQ|6NLv@1s_$^> zN=xn#&uyr=V;r#v9!b-bG)>8}jHWcOWql_tW6FpqYd4*9t|Lsd!B6jf#8nog#6jz(4ap!*bi_V=Rnqh964wLTtO)W%cG zI#{;26|rhjF+-&o0zg$!RUWvn9TDN1J-^fa*%?%7s8><%N2NxLPLd?3O0MQm4!pQL z1w<7Q8FqtvdaJ195{TCk4~Rv~9TCZ89l@gmsSm>O;sCB*s{^od`BauHXk}z|IcZLQ zQ`Ok;V8`%+eBGvl#F)?5t)0W9_R{cJw+2RTdXp3ujSvE6#=iYMeEP+4+?}STjLjS7 zkcc;8-JB32G1@SWTT0<(#25)7kR;0HEvGno>=I_i^t;CJ>guVu6&aEzQLoo-A%)`& z%`imsz8SCFZObCGx0xMVC!J~`D<=!Xeq&Vf03?r6Vb9a3uiLVfGTE_}c zEFFtE;L3r6*ZJi{KhYx3KhuGTBLe;X&W_!GvU2%&AR-7mzwPD1#fUptknd&Y-CsY6 zWnU&qZfujvszxf&!%V zv-2#-c?*h1`A@K*Sdfc1F89r2$U_FejM>|}#LLg&*8XoYmBcSeYM&qd>G6*T*8TzV WUQ&&e{C*$+0000OP|Mhl0FioPtF#P9J zKZ7L$)E2nJ`f}y}At51PnoNU1_&5X1`%in=|L>`h`9C4s7;G?z2Ju1S*bIKq#R-;2 z#xS)&{F4Eu@Klp1*g$j)631rn-dY))YC#xo@cl0C|BH*X{x_vsgB5{j5FaFt&EOlr zcmT;GW0+bLgQ*!f8OmR+XxOGY5zU@nJqdHyC6PdX`?WU;(DV#N<3=gIBIx`M<5L4F#`V zyOwenFI~Fye{F3o3SPBp6^g-M$O&V7L9u(s*8lK=p43zUiYSml$avGHO<=hrn`V3h z8El1IHQ`UkzX&F?T|2h@zqleZ1yb(;>nKol0xJ2*H5lZ5kV|2P0sxvgHZp#Ao-6ZVZY0>K4t|*Vhg#*YCe~-=m^IsKJf$H@6gLs}Z;xW<5#6A&DBc^a6YD>x@+7P%N zU{TX#){CPrgiAi+lOA90UBu_jILhR|DOM>X8f`7uzGC0&a8wQx{aU&)%D_9nf8fv8 zk1QFUxT-U-Ic0|H(h ne538L9;{2~ByXQaDnS1N(+qewh>vdi00000NkvXXu0mjf!rnjA diff --git a/resources/linux/mime/icons/hicolor/22x22/mimetypes/application-x-kicad-pcb.png b/resources/linux/mime/icons/hicolor/22x22/mimetypes/application-x-kicad-pcb.png deleted file mode 100644 index 7cf4fcf05f329bdcf80897e1df329d83608d1783..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 705 zcmV;y0zUnTP)ZVZY0>K4t|*Vhg#*YCe~-=m^IsKJf$H@6gLs}Z;xW<5#6A&DBc^a6YD>x@+7P%N zU{TX#){CPrgiAi+lOA90UBu_jILhR|DOM>X8f`7uzGC0&a8wQx{aU&)%D_9nf8fv8 zk1QFUxT-U-Ic0|H(h ne538L9;{2~ByXQaDnS1N(+qewh>vdi00000NkvXXu0mjf!rnjA diff --git a/resources/linux/mime/icons/hicolor/22x22/mimetypes/application-x-kicad-project.png b/resources/linux/mime/icons/hicolor/22x22/mimetypes/application-x-kicad-project.png deleted file mode 100644 index f18d7518a93d915a7b075de4cddbfd7c7c84fe9a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1052 zcmV+%1mpXOP) zo3(Jq3uf9SqAj4sstgVXngMuY;?Semwqtvje8k{iF#VqGZPHvhBBP`uUr7MPQEJ%SO%VYot&*Ad@7gP)k_C{^IkCc< zuS~!lL{hr9_4D12hPm*`h88MiaF3k1P-n}BC)hi43AlkM&;GrYLl;^RBC#(VQU?)t zaOdRd8#IrC$rCF~n{pc`f9*povTAX{{JEo@M#+G@v`wG`%iYKM~IFpQ?s|gf5 zcz*Qxt{CD5B$P@evMi(bdW~t5>a2O`cG5JZS`%J=<1Cl2LT?sQ|6NLv@1s_$^> zN=xn#&uyr=V;r#v9!b-bG)>8}jHWcOWql_tW6FpqYd4*9t|Lsd!B6jf#8nog#6jz(4ap!*bi_V=Rnqh964wLTtO)W%cG zI#{;26|rhjF+-&o0zg$!RUWvn9TDN1J-^fa*%?%7s8><%N2NxLPLd?3O0MQm4!pQL z1w<7Q8FqtvdaJ195{TCk4~Rv~9TCZ89l@gmsSm>O;sCB*s{^od`BauHXk}z|IcZLQ zQ`Ok;V8`%+eBGvl#F)?5t)0W9_R{cJw+2RTdXp3ujSvE6#=iYMeEP+4+?}STjLjS7 zkcc;8-JB32G1@SWTT0<(#25)7kR;0HEvGno>=I_i^t;CJ>guVu6&aEzQLoo-A%)`& z%`imsz8SCFZObCGx0xMVC!J~`D<=!Xeq&Vf03?r6Vb9a3uiLVfGTE_}c zEFFtE;L3r6*ZJi{KhYx3KhuGTBLe;X&W_!GvU2%&AR-7mzwPD1#fUptknd&Y-CsY6 zWnU&qZfujvszxf&!%V zv-2#-c?*h1`A@K*Sdfc1F89r2$U_FejM>|}#LLg&*8XoYmBcSeYM&qd>G6*T*8TzV WUQ&&e{C*$+0000l=zPgANGs>zhBJ}j1L%j{>P;bf!BV$cySRo!}(*Y`|v3w-C!U-vU)lL z(D^U$DLPSF{(qji`~PYBj{lD(XA^1gn$HZxDD?Gq|8Hz;Oq`)mJa7h2?W_B5YHA8L zxV51OL;hrQ!~bI$xfmF)!AEv2{%>J!4mK2qW1~a8{2@iKEyc;q5uyasPuI|Ic~ zY29*`2{kMV|>gM7| zxxsanx$tncFgN?(-C7QIJxK;5M+6L~Bt}A9>FV@<>ze5#83;ERUs9SmsgW#0!3G!Q zrTj<7UY@RCgF}LR|L@v38>0B|D$2vSq9_9?jLrYAa1Qu?Fffi(gV(-97i_9602`W@ zmH0o`6q2*{s5|~Ye{dxU#pdBP6VWBMte*ZqH#7eKp&bkVA9M}@8@yiMh3Me8cy!Gy zh8ssV@?Jc)<|i&i=l3lCALK=Ru?ec?jvSfG3$FJ-h65|axgal)T^