Commit f2a9ea1d authored by Garth Corral's avatar Garth Corral

Merge trunk @ 5331

parents 20d7c09a 1393bcaf
...@@ -536,7 +536,7 @@ Add features such as matched length and microwave tools to the P&S router. ...@@ -536,7 +536,7 @@ Add features such as matched length and microwave tools to the P&S router.
- None - None
**Status:** **Status:**
- No progress. - Match trace length work in progress.
## Layer Improvements ## {#pcb_layers} ## Layer Improvements ## {#pcb_layers}
**Goal:** **Goal:**
...@@ -553,7 +553,7 @@ Increase the number of usable technical and user defined layers in Pcbnew. ...@@ -553,7 +553,7 @@ Increase the number of usable technical and user defined layers in Pcbnew.
- None - None
**Status:** **Status:**
- No progress. - Work complete on 32 copper and 32 technical layers is complete.
## Pin and Part Swapping ## {#pcb_drc} ## Pin and Part Swapping ## {#pcb_drc}
**Goal:** **Goal:**
...@@ -620,6 +620,7 @@ Create additional DRC tests for improved error checking. ...@@ -620,6 +620,7 @@ Create additional DRC tests for improved error checking.
- Remove floating point code from clearance calculations to prevent rounding - Remove floating point code from clearance calculations to prevent rounding
errors. errors.
- Add checks for component, silk screen, and mask clearances. - Add checks for component, silk screen, and mask clearances.
- Add checks for keep out zones.
- Remove DRC related limitations such as no arc or text on copper layers. - Remove DRC related limitations such as no arc or text on copper layers.
- Add option for saving and loading DRC options. - Add option for saving and loading DRC options.
...@@ -655,6 +656,23 @@ GAL rendering. ...@@ -655,6 +656,23 @@ GAL rendering.
**Progress:** **Progress:**
- Initial discussion. - Initial discussion.
## Keepout Zones. ## {#keepout_zones}
**Goal:**
Add support for keepout zones on boards and footprints.
**Task:**
- Add keepout support to zone classes.
- Add keepout zone support to board editor.
- Add keepout zone support to library editor.
**Dependencies:**
- [DRC Improvements.](#drc_improvements)
**Progress:**
- Planning
## Gerber File Attributes ## {#gerber_attributes} ## Gerber File Attributes ## {#gerber_attributes}
**Goal:** **Goal:**
...@@ -671,7 +689,7 @@ document for more information. ...@@ -671,7 +689,7 @@ document for more information.
- None - None
**Progress:** **Progress:**
- Under investigation. - Done both in Pcbnew and Gerbview.
## Net Highlighting ## {#pcb_net_highlight} ## Net Highlighting ## {#pcb_net_highlight}
**Goal:** **Goal:**
......
...@@ -1211,7 +1211,7 @@ MATHJAX_EXTENSIONS = ...@@ -1211,7 +1211,7 @@ MATHJAX_EXTENSIONS =
# typically be disabled. For large projects the javascript based search engine # typically be disabled. For large projects the javascript based search engine
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
SEARCHENGINE = NO SEARCHENGINE = YES
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a PHP enabled web server instead of at the web client # implemented using a PHP enabled web server instead of at the web client
......
...@@ -168,6 +168,7 @@ set( BMAPS_MID ...@@ -168,6 +168,7 @@ set( BMAPS_MID
browse_files browse_files
cancel cancel
change_entry_orient change_entry_orient
contrast_mode
create_cmp_file create_cmp_file
checked_ok checked_ok
component_select_unit component_select_unit
...@@ -253,11 +254,9 @@ set( BMAPS_MID ...@@ -253,11 +254,9 @@ set( BMAPS_MID
gbr_select_mode2 gbr_select_mode2
gerber_file gerber_file
gerber_recent_files gerber_recent_files
gerber_open_dcode_file
gerbview_show_negative_objects gerbview_show_negative_objects
gerbview_drill_file gerbview_drill_file
gerbview_clear_layers gerbview_clear_layers
gerber_open_dcode_file
gerbview_open_recent_drill_files gerbview_open_recent_drill_files
general_deletions general_deletions
general_ratsnest general_ratsnest
...@@ -457,6 +456,8 @@ set( BMAPS_MID ...@@ -457,6 +456,8 @@ set( BMAPS_MID
reload reload
reset_text reset_text
resize_sheet resize_sheet
rescue_pcbnew
revert_pcbnew
right right
rotate_field rotate_field
rotate_glabel rotate_glabel
...@@ -551,6 +552,7 @@ set( BMAPS_BIG ...@@ -551,6 +552,7 @@ set( BMAPS_BIG
libedit_icon libedit_icon
viewlibs_icon viewlibs_icon
icon_pagelayout_editor icon_pagelayout_editor
wizard_add_fplib_icon
) )
......
...@@ -8,67 +8,36 @@ ...@@ -8,67 +8,36 @@
static const unsigned char png[] = { static const unsigned char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x03, 0xb6, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xbd, 0x96, 0x7f, 0x68, 0x95, 0xce, 0x00, 0x00, 0x01, 0xb8, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xdd, 0x96, 0xc1, 0x4a, 0x02,
0x55, 0x18, 0xc7, 0xbf, 0xe7, 0xde, 0x6d, 0x77, 0x8e, 0x61, 0x33, 0xa1, 0x56, 0x62, 0xb1, 0xfc, 0x51, 0x14, 0x86, 0x2f, 0x45, 0x8a, 0xe0, 0xda, 0x27, 0x70, 0xe3, 0xda, 0x8d, 0x4f, 0xe0, 0xc2,
0x91, 0xc9, 0x6c, 0x8d, 0x8a, 0x7e, 0xfc, 0x95, 0x10, 0x15, 0xa6, 0x99, 0x91, 0xab, 0x1c, 0xb5, 0x85, 0x3b, 0xc1, 0x37, 0x08, 0x5a, 0xf4, 0x0a, 0x36, 0xf8, 0x00, 0x6d, 0x9d, 0x56, 0xad, 0x7b,
0xe8, 0x07, 0x37, 0x8b, 0x4a, 0x6c, 0x26, 0x34, 0x64, 0x8c, 0x8d, 0xcc, 0xb4, 0x41, 0x65, 0x51, 0x82, 0x88, 0x36, 0x0a, 0x21, 0x62, 0x82, 0x41, 0x6e, 0x22, 0x88, 0x56, 0x2d, 0x22, 0x18, 0x21,
0xfe, 0xb1, 0x4a, 0xa8, 0x60, 0x19, 0x0c, 0xb4, 0x08, 0x11, 0x32, 0xcd, 0xa8, 0x88, 0x58, 0x05, 0x23, 0x4a, 0xba, 0xfd, 0x67, 0x9a, 0x2b, 0xa7, 0xdb, 0x69, 0xc6, 0x7b, 0x6b, 0x11, 0x2d, 0x3e,
0x26, 0x06, 0x6b, 0xa5, 0x33, 0x67, 0xe2, 0xb5, 0x6c, 0xf7, 0xbe, 0xe7, 0x9c, 0xe7, 0x47, 0x7f, 0x18, 0xef, 0x39, 0xe7, 0xff, 0x9c, 0x3b, 0xe3, 0x8c, 0xaa, 0xd1, 0x68, 0xa8, 0x2c, 0x74, 0xa7,
0xdc, 0xf7, 0xbd, 0xbb, 0xbb, 0xdc, 0xed, 0x5e, 0x4d, 0x7a, 0xe1, 0xe1, 0x3d, 0xef, 0x79, 0x0e, 0xb3, 0xe1, 0x53, 0xe3, 0x64, 0x36, 0xbc, 0x54, 0xab, 0x87, 0xaf, 0x95, 0xca, 0xa9, 0x6e, 0xb5,
0xcf, 0xe7, 0x3c, 0xdf, 0xf7, 0x39, 0xcf, 0xfb, 0x1a, 0x55, 0xc5, 0xff, 0x71, 0xc5, 0x0a, 0x27, 0x36, 0xbf, 0x48, 0xb0, 0x46, 0x35, 0xea, 0xf9, 0x91, 0x68, 0x81, 0x80, 0x47, 0xa5, 0x34, 0xf1,
0xd2, 0x3d, 0xed, 0x7d, 0x99, 0xee, 0x75, 0x6b, 0xd0, 0xf5, 0x54, 0xed, 0x7f, 0x8a, 0x9c, 0x4c, 0x64, 0xc9, 0xe8, 0x98, 0xd6, 0x4c, 0x7d, 0x91, 0x21, 0x4b, 0xdd, 0xae, 0x08, 0x41, 0x0f, 0x08,
0x56, 0xe6, 0x3f, 0x9a, 0xfc, 0x8c, 0xd2, 0x3d, 0xcf, 0x25, 0x8d, 0x9a, 0xb7, 0xc2, 0xc7, 0xd3, 0x31, 0x44, 0x89, 0x8c, 0x10, 0x6b, 0x29, 0xdb, 0x98, 0x7e, 0x6d, 0x10, 0x78, 0x8f, 0x80, 0x3b,
0x50, 0x7d, 0x1b, 0x71, 0x7d, 0x7d, 0x5a, 0x47, 0xef, 0x48, 0x39, 0xb1, 0x4f, 0x24, 0x1f, 0x9e, 0x04, 0x19, 0xe8, 0xb3, 0xb4, 0x26, 0x6d, 0xed, 0x27, 0x91, 0xda, 0x53, 0x3b, 0x20, 0x02, 0x3a,
0xa3, 0x4a, 0xcf, 0x42, 0x68, 0x99, 0x8a, 0x4c, 0x03, 0xcb, 0xfa, 0xfa, 0xed, 0x1f, 0x6f, 0x87, 0x17, 0xe4, 0xde, 0xda, 0xfb, 0x6d, 0x1d, 0x86, 0xe1, 0x8a, 0x83, 0x5e, 0x4f, 0x5f, 0xd4, 0xeb,
0xaa, 0xe6, 0x40, 0x41, 0xcf, 0xba, 0x06, 0x55, 0xfd, 0x11, 0x40, 0x2d, 0x00, 0xa8, 0x48, 0xd6, 0xfa, 0x16, 0x81, 0x12, 0x54, 0xa3, 0x1e, 0x3e, 0x43, 0x19, 0x85, 0xa0, 0xa0, 0x29, 0x13, 0x3c,
0x58, 0xbc, 0xa8, 0xbe, 0x38, 0xfd, 0x97, 0xd1, 0x6e, 0xf4, 0xf7, 0x73, 0x31, 0xc0, 0x1f, 0xc9, 0x83, 0x5d, 0x12, 0xdd, 0x24, 0x0b, 0x31, 0xd4, 0xc0, 0x87, 0x8c, 0x6c, 0x82, 0xc0, 0x2b, 0x04,
0x55, 0x0b, 0x0c, 0xc9, 0x0b, 0x2a, 0xbc, 0x4a, 0x59, 0xe2, 0x2a, 0x0c, 0x25, 0x1d, 0x54, 0xe6, 0x73, 0x26, 0x82, 0x84, 0xc8, 0x07, 0x79, 0xcd, 0x33, 0x63, 0x47, 0x6c, 0xfb, 0xb0, 0xae, 0x0a,
0x4d, 0xb3, 0x4d, 0xcd, 0x47, 0xe8, 0xef, 0xe7, 0x1c, 0x28, 0xdd, 0xb5, 0xf6, 0x3a, 0xa8, 0x6e, 0x92, 0x68, 0x84, 0xd0, 0x4b, 0x84, 0x73, 0x46, 0xdf, 0x88, 0x2c, 0x49, 0x14, 0xef, 0xda, 0x6a,
0x14, 0x96, 0x5b, 0xb3, 0x00, 0xce, 0x87, 0x41, 0x59, 0xf6, 0x83, 0xd1, 0x7a, 0xe1, 0x1b, 0x7d, 0x0f, 0x59, 0xd1, 0xbe, 0x4e, 0x33, 0x5c, 0x83, 0x09, 0x9d, 0x81, 0xc0, 0x4c, 0xb8, 0x3e, 0x52,
0x47, 0x22, 0xc0, 0x48, 0xdb, 0xfd, 0xf3, 0x0d, 0xa8, 0x5b, 0x45, 0xee, 0x55, 0xe6, 0x58, 0xb8, 0x56, 0x6a, 0x91, 0x02, 0xa6, 0x08, 0x1a, 0x22, 0xd0, 0x40, 0x9f, 0xa5, 0x35, 0x2e, 0x73, 0x12,
0x36, 0x50, 0xd6, 0x0d, 0x97, 0x37, 0xdd, 0xd0, 0x8b, 0xce, 0x4e, 0x29, 0x2a, 0x1d, 0x00, 0xa4, 0xd1, 0xad, 0x3a, 0x46, 0x40, 0x1f, 0x41, 0x86, 0x31, 0xbb, 0xbd, 0xc5, 0x5a, 0x72, 0x7b, 0x3b,
0xd6, 0x26, 0x17, 0x19, 0xa3, 0x6b, 0x98, 0xb9, 0x15, 0xcc, 0x89, 0x08, 0x24, 0x59, 0xf8, 0x29, 0x9f, 0xd1, 0x10, 0x3f, 0xc2, 0x13, 0x84, 0x10, 0x67, 0x08, 0x3a, 0x62, 0xdf, 0x9a, 0x8e, 0x69,
0x15, 0x7e, 0xf4, 0x92, 0x77, 0x76, 0x0c, 0x8c, 0x3c, 0x78, 0x77, 0x52, 0x49, 0x7a, 0x55, 0xa4, 0xcd, 0xd4, 0x87, 0xec, 0x07, 0xeb, 0x2c, 0x22, 0x06, 0x08, 0xe8, 0x5b, 0x12, 0x2e, 0xa3, 0xda,
0x46, 0x38, 0xda, 0x10, 0x1f, 0x50, 0xd2, 0x47, 0xae, 0xf8, 0x64, 0xcf, 0xe1, 0xc2, 0xac, 0xcd, 0xc0, 0x7a, 0x2a, 0x78, 0x89, 0x7c, 0x1e, 0xaa, 0xde, 0x22, 0x57, 0xfe, 0x9e, 0x48, 0x85, 0x6a,
0x64, 0x55, 0x37, 0xba, 0xfa, 0xa1, 0x8b, 0x8c, 0xf7, 0x2f, 0x8b, 0x70, 0xdb, 0x38, 0x48, 0xa0, 0xcb, 0x5b, 0x82, 0xd9, 0x2c, 0xd1, 0x9c, 0x35, 0x1c, 0x83, 0xa2, 0xc7, 0x99, 0x14, 0x93, 0x59,
0xc2, 0x0a, 0x96, 0x9f, 0x44, 0xe4, 0x6a, 0x65, 0x8e, 0xe6, 0x49, 0x45, 0x9e, 0x9f, 0x7b, 0xe3, 0x93, 0x33, 0x97, 0x44, 0x81, 0xf5, 0xe8, 0x38, 0x07, 0x25, 0x07, 0x49, 0x29, 0x99, 0xe1, 0x19,
0x17, 0xaf, 0xa2, 0x53, 0xa5, 0x58, 0x3c, 0x53, 0xaa, 0xbc, 0x47, 0x1e, 0x58, 0x7e, 0xa7, 0x08, 0x81, 0xf8, 0x9a, 0x40, 0xa1, 0x6b, 0x35, 0x5e, 0x83, 0xf2, 0x1a, 0x92, 0x72, 0xd2, 0xcb, 0x67,
0x6f, 0x13, 0x96, 0x4b, 0x27, 0x48, 0xca, 0x51, 0xa6, 0x9c, 0x11, 0x92, 0x96, 0x05, 0x9f, 0x7f, 0xbb, 0xa9, 0xef, 0x23, 0x9c, 0xd7, 0x36, 0x9a, 0x96, 0xd6, 0x90, 0x0b, 0x4b, 0xca, 0x58, 0xeb,
0xb5, 0x6b, 0xaa, 0x38, 0xa6, 0x9c, 0x73, 0x34, 0xbc, 0x62, 0x71, 0x1d, 0x7b, 0xf4, 0x29, 0xeb, 0xc5, 0x87, 0xe6, 0x26, 0x58, 0x78, 0x48, 0x68, 0xa6, 0xe9, 0xf4, 0x86, 0xc5, 0x40, 0x0d, 0x4c,
0x8a, 0x09, 0x20, 0x91, 0x8c, 0x08, 0xdf, 0xb6, 0x70, 0xff, 0x77, 0x5f, 0x96, 0x8a, 0x51, 0x51, 0x1d, 0x24, 0xd4, 0x5b, 0xf3, 0xfe, 0x17, 0xf4, 0x5b, 0xfc, 0x3f, 0xd1, 0x3b, 0xe8, 0xb5, 0x4e,
0x4e, 0xd9, 0xba, 0xb4, 0xad, 0x57, 0xc2, 0x4d, 0x3a, 0xfe, 0x2e, 0x22, 0x58, 0xb5, 0x7a, 0x9d, 0xbb, 0xfd, 0x4c, 0x20, 0xb2, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60,
0x59, 0x4e, 0x8c, 0x92, 0x19, 0x0d, 0x2e, 0x6e, 0xae, 0xab, 0x72, 0xf1, 0x6f, 0x55, 0x65, 0x5e, 0x82,
0x21, 0x28, 0x2c, 0x82, 0xd3, 0x31, 0xa1, 0xe6, 0x6b, 0x7e, 0xfe, 0x75, 0xf8, 0xac, 0x3a, 0xc3,
0xc4, 0x6d, 0x98, 0x58, 0x7c, 0x4c, 0x3e, 0x24, 0x6b, 0xe7, 0x51, 0x26, 0x00, 0x05, 0x01, 0x28,
0x13, 0xc0, 0x67, 0x82, 0x1d, 0xde, 0x3a, 0xf2, 0xce, 0xc3, 0x79, 0xaa, 0x4b, 0x33, 0xfa, 0x0f,
0x36, 0x36, 0x56, 0x9d, 0x33, 0xe8, 0x87, 0xa6, 0x2b, 0x37, 0x72, 0x26, 0xb8, 0x23, 0x0b, 0xb1,
0xf0, 0xd6, 0xc1, 0x7b, 0xff, 0xd9, 0xb5, 0x87, 0x86, 0x5a, 0x9c, 0xa7, 0x27, 0x1d, 0x11, 0x1c,
0x11, 0x9c, 0xf7, 0xd7, 0x8f, 0x8e, 0xa5, 0xba, 0xcf, 0x49, 0xba, 0xef, 0xaf, 0x9a, 0xb3, 0x54,
0x80, 0x9d, 0x22, 0x0a, 0xd1, 0xac, 0xa9, 0xea, 0x3f, 0x46, 0xe2, 0x8d, 0x37, 0x0f, 0x0d, 0xfd,
0x06, 0x00, 0x7b, 0x2e, 0x9b, 0xb5, 0x59, 0xa1, 0xed, 0xa1, 0xcf, 0x0b, 0xb8, 0x71, 0xc9, 0xd1,
0x3f, 0x0f, 0x97, 0x9d, 0xd1, 0xde, 0x86, 0x86, 0x6a, 0xcb, 0xfc, 0x9a, 0x8d, 0x76, 0x9c, 0xdb,
0x39, 0x75, 0x44, 0x10, 0x00, 0x38, 0x70, 0xe4, 0xd8, 0x7a, 0xef, 0x69, 0xa7, 0x23, 0x86, 0x25,
0xae, 0xb4, 0x4e, 0x5f, 0x39, 0x2b, 0xe9, 0x62, 0x71, 0x6e, 0x77, 0xc4, 0x0d, 0x61, 0x00, 0x58,
0x62, 0x38, 0xe2, 0x6f, 0xf6, 0xfd, 0x7e, 0x6c, 0x6b, 0xfe, 0xba, 0x4e, 0x55, 0xb1, 0x1a, 0x7b,
0xcc, 0x11, 0x9d, 0x72, 0x44, 0x70, 0x4c, 0x4b, 0x3f, 0x98, 0x79, 0xc1, 0xed, 0x65, 0x49, 0xb7,
0x7b, 0xee, 0xac, 0xd9, 0x31, 0xaf, 0x87, 0x44, 0xb5, 0x46, 0x15, 0x88, 0xa4, 0x33, 0x31, 0x6d,
0x5e, 0x72, 0xf4, 0xc4, 0x60, 0xb1, 0x20, 0xef, 0xcf, 0x98, 0xde, 0x06, 0xc5, 0xbb, 0xa1, 0xc4,
0x07, 0x87, 0xcf, 0x8c, 0x35, 0x75, 0xaa, 0xd2, 0x94, 0x19, 0x49, 0xc0, 0x5b, 0x1c, 0x71, 0x8d,
0x23, 0x86, 0xf5, 0x04, 0x4b, 0x04, 0x4f, 0xf4, 0xe9, 0x64, 0x10, 0x00, 0x68, 0x4d, 0xfd, 0xfd,
0x9e, 0x25, 0xde, 0x6d, 0x89, 0x60, 0x3d, 0x2d, 0xac, 0x4f, 0x24, 0x56, 0x97, 0x94, 0xce, 0x12,
0x8d, 0xba, 0xac, 0x54, 0xe3, 0xe6, 0x65, 0x53, 0xc9, 0x43, 0xcd, 0x92, 0x74, 0xc4, 0x63, 0x59,
0xb9, 0xa9, 0xa3, 0xcb, 0x98, 0xaa, 0x29, 0x41, 0xcb, 0x8f, 0x9f, 0x7c, 0xc6, 0xb2, 0x7f, 0xda,
0x12, 0x71, 0x58, 0x0c, 0x5f, 0xb7, 0xa4, 0x52, 0xfb, 0x4a, 0x81, 0x9e, 0xc8, 0x64, 0x86, 0x2d,
0xf9, 0x0d, 0x8e, 0x08, 0x9e, 0xf9, 0xe2, 0x5a, 0x60, 0x65, 0xc9, 0x62, 0xb8, 0xef, 0xe4, 0x5f,
0x5b, 0x3d, 0xd3, 0x32, 0x47, 0x74, 0x26, 0x20, 0x79, 0xa9, 0xdc, 0xaf, 0x77, 0x85, 0xe0, 0x4d,
0x05, 0x8e, 0x03, 0x80, 0x01, 0x16, 0x4d, 0x70, 0x6a, 0xf6, 0x0c, 0x14, 0xb5, 0x6d, 0x89, 0xc4,
0x7c, 0x0d, 0x0b, 0xa6, 0x5c, 0xdb, 0x0c, 0x3c, 0xbe, 0x05, 0xb8, 0xa7, 0x70, 0x3e, 0x57, 0x75,
0x03, 0xc6, 0xd4, 0x45, 0xf0, 0x4a, 0xc0, 0x00, 0x40, 0x3a, 0xbc, 0x87, 0xdd, 0xd7, 0x14, 0xfa,
0x01, 0x20, 0x13, 0x8e, 0xf3, 0xfd, 0xf1, 0xbc, 0xf1, 0x5d, 0xaa, 0xa3, 0xb9, 0xee, 0xbd, 0xd7,
0x98, 0x6a, 0x03, 0xa4, 0x22, 0x67, 0x54, 0x97, 0x93, 0x35, 0xaf, 0xfc, 0x1f, 0x87, 0x62, 0x6b,
0xf2, 0x0e, 0x8c, 0x05, 0x50, 0x5d, 0xba, 0xa9, 0x9e, 0xc7, 0xab, 0x02, 0x00, 0x6e, 0x51, 0x0d,
0x06, 0x8c, 0x99, 0x71, 0xbe, 0x83, 0xfb, 0xbc, 0xe4, 0xfe, 0x05, 0x6f, 0xa9, 0x1e, 0xe7, 0x5c,
0x0f, 0xb4, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
}; };
const BITMAP_OPAQUE auto_delete_track_xpm[1] = {{ png, sizeof( png ), "auto_delete_track_xpm" }}; const BITMAP_OPAQUE auto_delete_track_xpm[1] = {{ png, sizeof( png ), "auto_delete_track_xpm" }};
......
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include <bitmaps.h>
static const unsigned char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x01, 0xfb, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xb5, 0x96, 0xbf, 0x4f, 0xc2,
0x40, 0x14, 0xc7, 0x1f, 0x09, 0x03, 0x9b, 0x81, 0xc4, 0x81, 0xc9, 0xc4, 0xc4, 0xc1, 0xd9, 0x91,
0x89, 0xd9, 0x9d, 0x85, 0x81, 0x8d, 0x45, 0xc2, 0xc4, 0x1f, 0xd0, 0x56, 0xb1, 0x26, 0x24, 0x18,
0x35, 0x21, 0xc0, 0xc6, 0xc4, 0x1f, 0x20, 0xb3, 0x09, 0x13, 0x1b, 0x83, 0x16, 0x9d, 0x9c, 0xdc,
0x64, 0x73, 0x80, 0x41, 0xe3, 0xf9, 0xde, 0xf5, 0xae, 0xbc, 0x6a, 0xdb, 0x94, 0x8b, 0x0c, 0xdf,
0x5e, 0xd2, 0xbb, 0xdc, 0xa7, 0xdf, 0xf7, 0xe3, 0x7a, 0x20, 0x84, 0x80, 0x5d, 0xaa, 0xdf, 0xef,
0x1f, 0xd1, 0xb8, 0x53, 0xc8, 0x60, 0x30, 0xb8, 0x46, 0x89, 0x5e, 0xaf, 0x77, 0x28, 0x5f, 0x80,
0x0d, 0x67, 0x60, 0xc1, 0x2b, 0xaa, 0xc1, 0x17, 0x3e, 0x02, 0xe4, 0x9f, 0x00, 0x66, 0xa4, 0x67,
0x80, 0xa2, 0x09, 0x84, 0xc6, 0xc0, 0x11, 0x02, 0x96, 0x28, 0x81, 0xfa, 0x86, 0x73, 0x38, 0xd6,
0x8b, 0x11, 0xd0, 0xf4, 0x70, 0x89, 0xd2, 0xc8, 0x14, 0xc2, 0x41, 0x13, 0x05, 0x22, 0x0d, 0xf5,
0x24, 0x6e, 0x5e, 0xd2, 0xa0, 0x05, 0xc0, 0x8a, 0x1c, 0x9a, 0x40, 0x36, 0x20, 0x1b, 0xca, 0x0c,
0xb4, 0x86, 0x4b, 0xd8, 0x67, 0x30, 0x4f, 0xc3, 0xc8, 0xa1, 0x09, 0x24, 0x54, 0x0c, 0x08, 0x98,
0x33, 0x98, 0x15, 0x13, 0x3e, 0xcf, 0x04, 0x12, 0x06, 0xd9, 0x50, 0x65, 0xa0, 0x77, 0x54, 0x4e,
0x17, 0x04, 0x85, 0x8d, 0xc1, 0xfe, 0xe8, 0xbe, 0x52, 0x21, 0x80, 0xb8, 0x73, 0x5d, 0x61, 0x59,
0xd6, 0x6f, 0x2d, 0x50, 0x05, 0xee, 0x28, 0x8b, 0x7a, 0x63, 0xb0, 0x3a, 0x0b, 0xdf, 0xc8, 0x10,
0x22, 0x65, 0xdb, 0x76, 0x2d, 0x6c, 0xcf, 0x82, 0x16, 0x03, 0xbd, 0xe0, 0x33, 0x43, 0xef, 0xa9,
0xb4, 0xa9, 0xc4, 0x13, 0x20, 0x5f, 0x71, 0x10, 0xd4, 0xb4, 0xdd, 0x6e, 0x17, 0xc3, 0xa0, 0x2b,
0xd8, 0x43, 0xc0, 0x47, 0x00, 0xb3, 0xe1, 0xd4, 0x34, 0x27, 0xb1, 0x39, 0x62, 0xae, 0xba, 0xcc,
0xd5, 0xc3, 0x7f, 0x40, 0xa2, 0x41, 0x17, 0x70, 0x80, 0x80, 0x4f, 0x06, 0x0b, 0xa9, 0xd2, 0xf5,
0xc3, 0x45, 0x63, 0xe4, 0x1a, 0x07, 0x4e, 0x52, 0x81, 0x94, 0xab, 0xb1, 0x11, 0xc4, 0xd7, 0x38,
0x3d, 0x08, 0xbf, 0xca, 0x10, 0x22, 0x64, 0x34, 0x30, 0x2a, 0xa9, 0x40, 0x26, 0x39, 0xa1, 0x7c,
0x32, 0x58, 0x77, 0x6b, 0x50, 0xda, 0xc4, 0x53, 0x85, 0x32, 0xd0, 0x07, 0x55, 0x70, 0x68, 0x5e,
0xf5, 0xc8, 0x34, 0xa9, 0x19, 0x6f, 0x3a, 0x9d, 0x75, 0x4c, 0x8f, 0xcc, 0xa8, 0x47, 0xfc, 0x2f,
0x86, 0x8c, 0xec, 0xbd, 0x0d, 0xac, 0x15, 0x02, 0xe1, 0x86, 0xb5, 0x24, 0xc8, 0x6d, 0x42, 0xc7,
0x2b, 0x8d, 0x58, 0xf8, 0xea, 0x0c, 0x44, 0xa7, 0x4c, 0x36, 0x98, 0xc3, 0x73, 0xac, 0x80, 0x1b,
0x2f, 0x0c, 0x21, 0xa4, 0x95, 0xeb, 0xba, 0x79, 0x05, 0xca, 0xa9, 0x73, 0x52, 0x37, 0x7c, 0x35,
0x36, 0x47, 0x69, 0x73, 0x82, 0x00, 0x8f, 0xc1, 0x9a, 0xcc, 0x95, 0xc5, 0x5c, 0xcd, 0x23, 0x41,
0xdb, 0x74, 0x3c, 0x6d, 0xce, 0x40, 0xc1, 0xef, 0x83, 0xfe, 0x65, 0xf2, 0x9f, 0xb6, 0x71, 0x55,
0x0e, 0x81, 0xb6, 0x3d, 0x56, 0x28, 0x5c, 0x14, 0x36, 0x0d, 0x73, 0x1c, 0xa7, 0xc4, 0x5c, 0x0d,
0x99, 0xab, 0x49, 0x00, 0x32, 0x39, 0xbb, 0x94, 0xab, 0x51, 0x64, 0xf8, 0xf0, 0xde, 0x21, 0xef,
0x1f, 0x3e, 0x68, 0x29, 0xdf, 0xd1, 0x55, 0xc8, 0x04, 0x42, 0xa2, 0xd2, 0xa6, 0x12, 0x27, 0xe9,
0x82, 0x60, 0xae, 0x1a, 0xf2, 0x66, 0x85, 0x37, 0xac, 0xc0, 0x91, 0xbe, 0xe4, 0xed, 0x52, 0x3f,
0xd1, 0xb7, 0x63, 0x3d, 0x80, 0xd8, 0x20, 0x6d, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44,
0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE contrast_mode_xpm[1] = {{ png, sizeof( png ), "contrast_mode_xpm" }};
//EOF
This diff is collapsed.
This diff is collapsed.
...@@ -8,45 +8,55 @@ ...@@ -8,45 +8,55 @@
static const unsigned char png[] = { static const unsigned char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x02, 0x4e, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xbd, 0xd6, 0x4f, 0x88, 0x55, 0xce, 0x00, 0x00, 0x02, 0xef, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xbd, 0x95, 0x5d, 0x48, 0x53,
0x75, 0x18, 0xc6, 0xf1, 0xcf, 0x55, 0xeb, 0x6a, 0xf9, 0x27, 0x66, 0x9c, 0x9a, 0x09, 0x44, 0x92, 0x61, 0x18, 0xc7, 0x9f, 0xb3, 0xed, 0x6c, 0xce, 0x2d, 0xb0, 0x05, 0x95, 0xd1, 0x46, 0xa6, 0xd0,
0x30, 0x8b, 0x0c, 0x89, 0xa0, 0x86, 0x18, 0xa8, 0x5c, 0x84, 0x03, 0x2d, 0x1c, 0x45, 0x1c, 0x66, 0x37, 0x7d, 0x58, 0xd8, 0x98, 0x93, 0x99, 0xa6, 0x91, 0xb4, 0x96, 0x6e, 0x2c, 0x53, 0xe7, 0xb1,
0xae, 0xbf, 0x8b, 0xe3, 0xcc, 0xf8, 0x53, 0x46, 0x4d, 0x4b, 0x98, 0xa2, 0xa1, 0x36, 0x11, 0xb8, 0xe5, 0x72, 0x11, 0x7d, 0x50, 0x18, 0x04, 0xe5, 0x2e, 0x8a, 0x90, 0xba, 0xe8, 0xa2, 0x88, 0xa0,
0x8d, 0x88, 0x5a, 0x15, 0x84, 0x03, 0x53, 0x8b, 0x5c, 0x0c, 0x0c, 0x38, 0x1b, 0x97, 0xa1, 0x9b, 0x42, 0x2f, 0x8a, 0x6e, 0x0c, 0x84, 0x02, 0x6f, 0x02, 0x2f, 0xba, 0x89, 0x32, 0xa8, 0xbb, 0x10,
0x68, 0xe1, 0x26, 0x57, 0xe1, 0x4e, 0x33, 0x61, 0xa2, 0x91, 0xd1, 0xb7, 0x85, 0x47, 0xb8, 0xc8, 0xc2, 0x2e, 0x82, 0xf2, 0x4a, 0x6f, 0x8c, 0x42, 0x3d, 0xfd, 0x9f, 0xd3, 0x7b, 0xea, 0x24, 0x16,
0x9d, 0xe9, 0x7a, 0xef, 0xa5, 0xc5, 0xc3, 0x81, 0xf3, 0x1c, 0xce, 0x97, 0xf7, 0xfd, 0xbd, 0xe7, 0x9e, 0xe3, 0xe8, 0xc8, 0x8f, 0x73, 0xce, 0xe3, 0xcb, 0xf3, 0x3b, 0xcf, 0xf3, 0x7e, 0x8c, 0x54,
0x7d, 0x8e, 0x88, 0xf0, 0x7f, 0xe8, 0x3f, 0x1f, 0x18, 0x3f, 0xa4, 0x37, 0x57, 0x4d, 0xe7, 0xaa, 0x55, 0xa5, 0xff, 0xc1, 0xbc, 0xc1, 0x13, 0x0a, 0xad, 0xcc, 0x2a, 0x34, 0xa4, 0x93, 0x49, 0x51,
0xe9, 0x9c, 0x9c, 0xaf, 0x56, 0x3d, 0x85, 0x52, 0xdb, 0x41, 0xf9, 0x90, 0x1f, 0x72, 0x12, 0x39, 0x25, 0x11, 0x49, 0x79, 0x17, 0x75, 0xb5, 0xd3, 0xb9, 0x6c, 0x3b, 0xa9, 0xe0, 0x3b, 0xdf, 0x8f,
0x59, 0xca, 0x49, 0x0c, 0xef, 0xf7, 0x01, 0x9e, 0xc1, 0xaa, 0xb6, 0x81, 0x26, 0x86, 0x6c, 0xcc, 0x36, 0xd3, 0x13, 0x88, 0x02, 0xa0, 0x20, 0xdf, 0xa2, 0x77, 0x2c, 0x48, 0xc5, 0xa9, 0x8f, 0xef,
0xc9, 0xdf, 0x39, 0x89, 0xa1, 0x01, 0x3f, 0xe7, 0x24, 0x2a, 0xfb, 0x5d, 0xc3, 0x09, 0x3c, 0xfb, 0xc7, 0xdb, 0xe8, 0x9b, 0xc7, 0x43, 0xdd, 0x10, 0xed, 0x04, 0xb6, 0xbc, 0x88, 0xba, 0x52, 0xb4,
0x28, 0x95, 0xad, 0x68, 0x1e, 0x4b, 0x46, 0x72, 0x12, 0x47, 0x93, 0x3f, 0x9e, 0xdb, 0xea, 0xe3, 0x5d, 0x54, 0xa3, 0xfa, 0x57, 0x51, 0xc7, 0xb1, 0x23, 0x34, 0xc1, 0xcf, 0xe1, 0x0a, 0x7a, 0x0c,
0xa2, 0xb2, 0xd8, 0xd2, 0xe3, 0x73, 0xbc, 0x8d, 0xd5, 0x6d, 0x01, 0xe5, 0xe4, 0x52, 0x4e, 0x62, 0x49, 0x0b, 0x90, 0xf3, 0x23, 0x52, 0xe8, 0xa6, 0x26, 0x4a, 0xd1, 0x64, 0x6d, 0x15, 0x0d, 0x28,
0x6c, 0xd8, 0x95, 0xde, 0xd7, 0x7c, 0x3f, 0x56, 0xb1, 0x98, 0x93, 0xe8, 0x7f, 0xc7, 0x1c, 0xc6, 0x49, 0xfa, 0xc4, 0xef, 0xad, 0x71, 0x1a, 0x85, 0xe4, 0x0c, 0x28, 0xb6, 0x32, 0x5f, 0x7f, 0xbc,
0x50, 0x6e, 0x19, 0x94, 0x0f, 0xdb, 0x96, 0x93, 0x7b, 0x0f, 0xaa, 0xa8, 0xd5, 0xc8, 0xa0, 0x1b, 0x64, 0x32, 0x24, 0x23, 0xe9, 0xb8, 0x5e, 0xd1, 0x1c, 0x66, 0x8b, 0x57, 0xd0, 0x15, 0x48, 0x22,
0x38, 0x8d, 0xed, 0x8d, 0x9e, 0xd5, 0xf2, 0x6d, 0xab, 0xfa, 0x34, 0x27, 0x31, 0x5e, 0x71, 0xa1, 0xc0, 0xbe, 0x28, 0x11, 0x92, 0x45, 0x45, 0x35, 0x1f, 0x90, 0xac, 0x19, 0x9c, 0x07, 0x67, 0x93,
0xab, 0xd3, 0xe4, 0xe6, 0x0e, 0x9f, 0x75, 0x75, 0xfa, 0x68, 0x74, 0xd8, 0xed, 0x9c, 0xc4, 0xcb, 0x31, 0x1a, 0xe1, 0xf8, 0xbe, 0x6a, 0x1a, 0xc2, 0x7b, 0x27, 0x70, 0x2d, 0x4e, 0x94, 0xa2, 0x01,
0x2f, 0xfa, 0x0a, 0xef, 0x35, 0xda, 0xbe, 0xfa, 0x37, 0x29, 0xe5, 0xe4, 0x5a, 0x4e, 0x62, 0xef, 0x4e, 0x98, 0x6e, 0xa6, 0x3e, 0x24, 0x3b, 0x0d, 0x4e, 0x82, 0xe0, 0xc1, 0x7a, 0xba, 0x2a, 0xe2,
0x1e, 0x53, 0x78, 0x1f, 0x23, 0xd8, 0x3d, 0xbc, 0xcf, 0xc5, 0x9c, 0xc4, 0x40, 0xbf, 0x5f, 0x30, 0xe3, 0x2c, 0x06, 0xa5, 0x66, 0xdb, 0xf7, 0x7b, 0xef, 0x24, 0xc8, 0x8b, 0x64, 0xef, 0x21, 0x1b,
0x81, 0x0d, 0x4d, 0x83, 0x8e, 0x57, 0xbc, 0x9e, 0x93, 0x5b, 0x39, 0xf9, 0xb3, 0xe7, 0x69, 0xe3, 0xdb, 0x53, 0x49, 0x17, 0x44, 0xc2, 0x03, 0x3c, 0xf9, 0x1d, 0x87, 0xc9, 0x8f, 0x45, 0xf2, 0xb1,
0x05, 0xa8, 0x17, 0x6b, 0x8e, 0x26, 0x43, 0x39, 0xb9, 0x75, 0x64, 0xc8, 0x8d, 0x72, 0xd9, 0x87, 0xb3, 0x85, 0x3e, 0x97, 0x96, 0xd0, 0x75, 0xc4, 0x1a, 0xcc, 0xb6, 0x8f, 0x2f, 0x89, 0xf7, 0x87,
0x78, 0xb5, 0x91, 0xf6, 0x2d, 0x6f, 0x50, 0x42, 0x67, 0x31, 0xca, 0x27, 0x6b, 0xc7, 0x19, 0xab, 0x01, 0x37, 0xe8, 0x00, 0xa7, 0xc0, 0x56, 0x7d, 0x39, 0x8b, 0x71, 0x6b, 0x45, 0x3c, 0x0b, 0x3c,
0xd1, 0x87, 0x53, 0x38, 0x80, 0x35, 0xad, 0x82, 0x3a, 0xb0, 0x0b, 0xaf, 0xd4, 0x9e, 0xc5, 0x43, 0x66, 0x45, 0x1b, 0x81, 0x6a, 0x60, 0x10, 0x6c, 0x00, 0xeb, 0xc5, 0x0a, 0x4b, 0x1b, 0x06, 0xcb,
0xde, 0xce, 0x96, 0x40, 0x35, 0x2f, 0x5c, 0x55, 0xaf, 0x35, 0x2b, 0x79, 0xcd, 0x80, 0xca, 0x58, 0x60, 0x9d, 0xf8, 0x9f, 0xd7, 0xac, 0xc8, 0x09, 0xa6, 0xe9, 0x16, 0x24, 0x0f, 0x81, 0x8f, 0x26,
0xc0, 0x3f, 0x85, 0x7e, 0xad, 0xdd, 0x06, 0xa8, 0xb4, 0x6d, 0xd7, 0xe1, 0x77, 0x67, 0x84, 0x6f, 0xc4, 0x84, 0xfb, 0xc1, 0x72, 0x30, 0x0b, 0xb8, 0x95, 0x4e, 0x43, 0x65, 0xd6, 0x96, 0x37, 0xae,
0x84, 0xed, 0xee, 0x62, 0x14, 0x3b, 0x0a, 0xef, 0x26, 0xa6, 0xb0, 0xb6, 0x1d, 0xa0, 0x59, 0xa3, 0x51, 0xea, 0x81, 0xe4, 0x39, 0x68, 0xd3, 0xaa, 0x1a, 0x01, 0x15, 0x60, 0x35, 0x6d, 0xc1, 0x7b,
0xc2, 0xbc, 0x70, 0x4a, 0xe0, 0x2a, 0xfa, 0x51, 0xb2, 0xd5, 0x82, 0x4d, 0x02, 0xd3, 0x78, 0xa2, 0xa1, 0x26, 0xbb, 0x67, 0x65, 0xb5, 0xcd, 0x15, 0x75, 0xd3, 0x21, 0x21, 0x62, 0x2e, 0x82, 0x06,
0x55, 0xd0, 0xa0, 0x37, 0x0a, 0xd0, 0xbc, 0xf0, 0x89, 0xb0, 0xdb, 0x5f, 0x5e, 0x30, 0xa3, 0xcf, 0x9a, 0xa4, 0x6d, 0x34, 0xac, 0x89, 0xef, 0x82, 0x65, 0x9a, 0xec, 0x81, 0xd5, 0xf3, 0x4e, 0x17,
0x92, 0xef, 0x84, 0x6e, 0x81, 0x19, 0x3c, 0xd9, 0x34, 0x28, 0x22, 0x28, 0x99, 0x73, 0xb6, 0x06, 0x39, 0xd0, 0xfd, 0xb7, 0xbf, 0xaa, 0x9a, 0x8f, 0x47, 0x20, 0xa0, 0x55, 0xdb, 0x6f, 0x45, 0x66,
0xf6, 0x40, 0x73, 0xc5, 0x75, 0x46, 0x78, 0x5e, 0xe0, 0x27, 0xac, 0x6f, 0x1e, 0x44, 0x8f, 0x92, 0x9c, 0xac, 0x00, 0xd9, 0x91, 0xb2, 0x15, 0xc9, 0xfa, 0xff, 0x22, 0x6b, 0xd4, 0x44, 0x63, 0xa0,
0x59, 0x15, 0x61, 0xba, 0x0e, 0x70, 0x5e, 0x98, 0x14, 0xb8, 0x8d, 0x63, 0xf5, 0x60, 0x8d, 0x07, 0xd5, 0x6c, 0x1b, 0xe7, 0xae, 0x0c, 0x49, 0x6c, 0xd4, 0x97, 0x58, 0x0a, 0xe3, 0x98, 0x9f, 0xaf,
0xd7, 0xfd, 0x71, 0x1e, 0x53, 0x72, 0xd9, 0x4b, 0x6e, 0xea, 0x73, 0xc7, 0x44, 0x01, 0x39, 0x27, 0x68, 0xea, 0x4f, 0x49, 0x5a, 0x93, 0xf0, 0x86, 0x7d, 0x0a, 0x2e, 0xf1, 0xd2, 0x5f, 0xf4, 0xcf,
0x3c, 0x66, 0x01, 0x17, 0xf1, 0x05, 0xde, 0x7d, 0x38, 0xab, 0x1e, 0x3d, 0xfb, 0xd9, 0x54, 0x0c, 0x04, 0xae, 0xa5, 0x60, 0x3f, 0xb8, 0x8c, 0x83, 0x48, 0xc5, 0xce, 0xe1, 0xe0, 0x17, 0xf0, 0x0c,
0xc3, 0x69, 0x6f, 0xba, 0xeb, 0x4b, 0x61, 0x9d, 0x05, 0xcc, 0xe3, 0x6b, 0x0c, 0xd6, 0x8b, 0x8f, 0xf4, 0x82, 0x2a, 0xcb, 0x27, 0xc3, 0x3c, 0x32, 0xae, 0xae, 0x04, 0x7f, 0x2a, 0x9e, 0x5e, 0xe1,
0xe6, 0x7e, 0x34, 0xee, 0x57, 0x57, 0xb2, 0xcd, 0xa2, 0x8d, 0xae, 0xe3, 0x47, 0x7c, 0xbb, 0x1c, 0x99, 0x7f, 0xfc, 0x6e, 0x58, 0x91, 0xfc, 0x53, 0x24, 0x64, 0x6b, 0x00, 0x1f, 0xa4, 0xb5, 0xe0,
0xa4, 0x69, 0x50, 0x0d, 0xf0, 0x37, 0xbc, 0x85, 0x73, 0x38, 0xb8, 0x52, 0x10, 0xb6, 0x0a, 0xea, 0x9a, 0x55, 0xc9, 0x42, 0x44, 0x85, 0xe2, 0x48, 0x0a, 0x0b, 0x24, 0x59, 0x96, 0x77, 0x79, 0xbd,
0xc6, 0x8e, 0x62, 0xb1, 0x96, 0x5b, 0xfa, 0x8e, 0x1a, 0x80, 0x75, 0xe0, 0xf1, 0x96, 0x37, 0x43, 0xde, 0x4d, 0x89, 0x44, 0xc2, 0x6e, 0x6c, 0xb5, 0xc3, 0xe1, 0xa8, 0x0f, 0x06, 0x83, 0x6e, 0x63,
0xbb, 0xf4, 0x2f, 0x1f, 0x40, 0x09, 0xe1, 0x51, 0x20, 0x95, 0x01, 0x00, 0x00, 0x00, 0x00, 0x49, 0x47, 0x10, 0xab, 0xf6, 0xf9, 0x7c, 0xfe, 0x5c, 0x2e, 0x67, 0x5b, 0xe8, 0xf1, 0xe1, 0xe3, 0x3b,
0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, 0x24, 0xbc, 0x89, 0x55, 0x9b, 0xcd, 0x36, 0x53, 0x57, 0x57, 0x97, 0x8d, 0x44, 0x22, 0x0e, 0x8e,
0x4b, 0x92, 0xf4, 0x9a, 0xe3, 0x65, 0x65, 0x65, 0x6f, 0xa2, 0xd1, 0xe8, 0x12, 0x8e, 0xd9, 0xed,
0x76, 0x3e, 0x2f, 0x55, 0x97, 0xcb, 0x35, 0xd5, 0xd4, 0xd4, 0x54, 0x6f, 0xaa, 0x7c, 0x54, 0xb2,
0x19, 0x49, 0xa7, 0x9d, 0x4e, 0xe7, 0x6c, 0x2c, 0x16, 0x1b, 0x56, 0x14, 0xa5, 0x80, 0xbf, 0x16,
0xc9, 0x5e, 0x70, 0xd2, 0xf2, 0xf2, 0xf2, 0xa9, 0x64, 0x32, 0xb9, 0x9b, 0x63, 0x18, 0xd3, 0xc8,
0xc7, 0x57, 0x51, 0x51, 0xd1, 0x4c, 0x3c, 0x1e, 0xbf, 0x4f, 0x26, 0x0f, 0x46, 0x5b, 0x28, 0x14,
0x0a, 0xe3, 0xab, 0xef, 0xa0, 0x75, 0x7b, 0xf5, 0xf6, 0xe1, 0xee, 0xae, 0xa9, 0xa9, 0xe9, 0x45,
0xc2, 0x1e, 0x7e, 0xe6, 0x18, 0xcb, 0xc2, 0xe1, 0x70, 0x1c, 0x1f, 0x74, 0x1b, 0xf2, 0x1d, 0xe6,
0x27, 0x15, 0xb2, 0x4c, 0x26, 0x23, 0x73, 0x22, 0x63, 0x9c, 0xdb, 0xa8, 0xb7, 0x52, 0x87, 0xc7,
0xe8, 0x63, 0x7f, 0x00, 0x56, 0xb3, 0x98, 0x72, 0xf8, 0x9a, 0x02, 0x50, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
}; };
const BITMAP_OPAQUE gl_change_xpm[1] = {{ png, sizeof( png ), "gl_change_xpm" }}; const BITMAP_OPAQUE gl_change_xpm[1] = {{ png, sizeof( png ), "gl_change_xpm" }};
......
This diff is collapsed.
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include <bitmaps.h>
static const unsigned char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x04, 0x74, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xa5, 0x96, 0xc9, 0x4f, 0x54,
0x79, 0x10, 0xc7, 0x5b, 0x83, 0x89, 0x89, 0x27, 0x33, 0x9e, 0x3c, 0xc9, 0xdd, 0xab, 0x81, 0x39,
0xc1, 0x1c, 0x8d, 0xf0, 0x0f, 0x68, 0xe2, 0x61, 0xe2, 0x1c, 0x8d, 0x89, 0x98, 0x78, 0x11, 0x48,
0xc0, 0x80, 0xcc, 0x0c, 0x08, 0x28, 0x04, 0xc4, 0xb0, 0x2a, 0x4b, 0x83, 0x44, 0x22, 0xcb, 0x98,
0x09, 0xcb, 0x00, 0x42, 0x06, 0xe6, 0x02, 0x63, 0xd8, 0xf7, 0x1d, 0x1a, 0x9a, 0x7d, 0xa7, 0xa9,
0xa9, 0xcf, 0x8f, 0xee, 0xe7, 0xa3, 0x97, 0xc4, 0x64, 0x2a, 0xa9, 0xf4, 0x7b, 0xfd, 0xde, 0xfb,
0x7d, 0x7e, 0x55, 0xf5, 0xad, 0x7a, 0xcf, 0xe1, 0x70, 0x38, 0x6e, 0xa8, 0x47, 0xa9, 0x47, 0xff,
0x0f, 0x8f, 0x54, 0xbf, 0xa2, 0x7e, 0x51, 0x44, 0x1c, 0xc1, 0x1c, 0x8b, 0x9a, 0x99, 0x99, 0x91,
0xc9, 0xc9, 0x49, 0x99, 0x9d, 0x9d, 0x95, 0xb9, 0xb9, 0x39, 0x99, 0x9f, 0x9f, 0x97, 0x85, 0x85,
0x05, 0xe3, 0x8b, 0x8b, 0x8b, 0xb2, 0xb4, 0xb4, 0x24, 0xcb, 0xcb, 0xcb, 0xc6, 0x57, 0x56, 0x56,
0xc4, 0xe5, 0x72, 0x19, 0x5f, 0x5d, 0x5d, 0x35, 0xde, 0xd1, 0xd1, 0xb1, 0x91, 0x94, 0x94, 0x54,
0xa9, 0x6b, 0xfd, 0xa8, 0x7e, 0x29, 0x14, 0x28, 0x1a, 0x48, 0x45, 0x45, 0x85, 0x4c, 0x4d, 0x4d,
0x59, 0x90, 0xee, 0xee, 0x6e, 0x19, 0x1d, 0x1d, 0xb5, 0x20, 0x6c, 0x42, 0x17, 0x3c, 0x07, 0xe8,
0xe9, 0xe9, 0x91, 0xb5, 0xb5, 0x35, 0x69, 0x69, 0x69, 0x91, 0xe9, 0xe9, 0x69, 0xe9, 0xeb, 0xeb,
0x73, 0x87, 0x87, 0x87, 0xff, 0x4c, 0x74, 0x41, 0x41, 0x2c, 0x62, 0x87, 0xe0, 0x40, 0x2a, 0x2b,
0x2b, 0x65, 0x6c, 0x6c, 0xcc, 0x8a, 0xa4, 0xb9, 0xb9, 0x59, 0x5a, 0x5b, 0x5b, 0x0d, 0x04, 0x40,
0x55, 0x55, 0x95, 0xb8, 0xdd, 0x6e, 0xe9, 0xed, 0xed, 0x95, 0xce, 0xce, 0x4e, 0xf3, 0xfc, 0xf8,
0xf8, 0xf8, 0x61, 0x4c, 0x4c, 0x4c, 0xa2, 0xae, 0xfb, 0x43, 0x00, 0x88, 0x74, 0xb1, 0x23, 0x00,
0x0d, 0x0d, 0x0d, 0x56, 0x24, 0x40, 0x80, 0xe9, 0xc3, 0x56, 0x24, 0x9c, 0x03, 0x01, 0x00, 0x68,
0x7d, 0x7d, 0xdd, 0x3c, 0xcb, 0xff, 0x5c, 0x27, 0xd5, 0x7a, 0xee, 0xf1, 0xc2, 0xae, 0x9c, 0x03,
0x71, 0xa3, 0xd3, 0xe9, 0x34, 0x0f, 0x14, 0x16, 0x16, 0x4a, 0x49, 0x49, 0x89, 0x15, 0x09, 0x10,
0x16, 0xf4, 0xa5, 0xcb, 0x17, 0x05, 0x00, 0x8e, 0x37, 0x36, 0x36, 0xcc, 0xe2, 0x39, 0x39, 0x39,
0xb2, 0xbd, 0xbd, 0x6d, 0xae, 0x71, 0x3e, 0x31, 0x31, 0x71, 0xe8, 0x4d, 0xe3, 0x25, 0x0b, 0x44,
0x24, 0x40, 0xb8, 0xa1, 0xb8, 0xb8, 0x58, 0xf2, 0xf3, 0xf3, 0x8d, 0x37, 0x35, 0x36, 0x4a, 0x59,
0x6e, 0xae, 0xbc, 0x88, 0x8f, 0x97, 0xf4, 0xa4, 0x24, 0x73, 0x9c, 0xf3, 0xfa, 0x35, 0xb5, 0xb0,
0x22, 0xda, 0xdc, 0xdc, 0x34, 0x69, 0x4d, 0x48, 0x48, 0x90, 0xc3, 0xc3, 0x43, 0x03, 0x63, 0x43,
0xa4, 0xb1, 0xbf, 0xbf, 0xdf, 0xed, 0x15, 0xc8, 0x45, 0x03, 0x02, 0x80, 0xf2, 0x48, 0x57, 0x41,
0x41, 0x81, 0xfc, 0x9a, 0x98, 0x28, 0x1f, 0x32, 0x32, 0x64, 0xac, 0xac, 0x4c, 0xb6, 0xb4, 0xd0,
0x1e, 0xbd, 0xee, 0xba, 0x76, 0x4d, 0xfe, 0xbd, 0x79, 0x53, 0x3e, 0xdf, 0xbe, 0x2d, 0xf9, 0x8f,
0x1f, 0x4b, 0x41, 0x66, 0xa6, 0x94, 0x71, 0x7d, 0x6b, 0xcb, 0x40, 0xe3, 0xe2, 0xe2, 0xcc, 0x26,
0xeb, 0xea, 0xea, 0xa4, 0xbc, 0xbc, 0xdc, 0x08, 0x84, 0xba, 0xa7, 0xa4, 0xa4, 0x54, 0x7a, 0xa5,
0xef, 0x88, 0x06, 0x52, 0x5d, 0x5d, 0x2d, 0x7f, 0x68, 0x04, 0x19, 0xcf, 0x9f, 0x8b, 0xeb, 0xd3,
0x27, 0x09, 0x30, 0x87, 0xe3, 0x9b, 0x5f, 0xb8, 0x20, 0xbd, 0x91, 0x91, 0x92, 0xfa, 0xec, 0x99,
0xfc, 0xa5, 0xe2, 0x20, 0x0a, 0x54, 0x4b, 0xed, 0xa8, 0x65, 0x5e, 0x5e, 0x1e, 0x00, 0xc9, 0xd4,
0xcd, 0x74, 0x75, 0x75, 0x6d, 0x28, 0x23, 0xc2, 0x80, 0x88, 0xe4, 0x73, 0x53, 0x93, 0x7c, 0x7c,
0xf5, 0x4a, 0x3c, 0x9a, 0xc6, 0xa0, 0x66, 0x07, 0x79, 0xdd, 0x7d, 0xf5, 0xaa, 0xe4, 0x69, 0x74,
0xed, 0x6d, 0x6d, 0x26, 0x8d, 0x7b, 0x7b, 0x7b, 0xc6, 0xa9, 0x31, 0xa9, 0xe7, 0x97, 0x74, 0x7a,
0x9b, 0xda, 0x11, 0x3d, 0x32, 0x32, 0x22, 0x59, 0xa9, 0xa9, 0xa1, 0x21, 0x21, 0x40, 0x3e, 0x18,
0xa9, 0xce, 0xd5, 0xfa, 0x51, 0x97, 0xfd, 0xfd, 0xfd, 0x73, 0xa0, 0xa3, 0xa3, 0xa3, 0x33, 0x50,
0x58, 0x58, 0xd8, 0x4f, 0xf9, 0x5a, 0x8f, 0xa0, 0xe9, 0x52, 0x3b, 0xfa, 0xfa, 0x55, 0x56, 0x6a,
0x6b, 0xa5, 0xe7, 0xd6, 0x2d, 0x59, 0xb8, 0x7e, 0x3d, 0x28, 0x8c, 0x34, 0x02, 0x1b, 0x1e, 0x1e,
0x96, 0x83, 0x83, 0x03, 0x0b, 0x54, 0x5a, 0x5a, 0x2a, 0xc7, 0xc7, 0xc7, 0x67, 0xa0, 0xd8, 0xd8,
0xd8, 0x27, 0x1f, 0xb3, 0xb3, 0x03, 0x09, 0x2a, 0xdb, 0xbf, 0x75, 0x97, 0xe9, 0xc9, 0xc9, 0x92,
0x9b, 0x9e, 0x2e, 0x15, 0x2a, 0x7b, 0x8e, 0x9d, 0xf7, 0xee, 0xc9, 0xc1, 0xe5, 0xcb, 0x01, 0x35,
0xcb, 0x7d, 0xf4, 0xc8, 0xa8, 0x91, 0x54, 0xd9, 0x41, 0x27, 0x27, 0x27, 0x67, 0xa0, 0x5f, 0x1e,
0x3c, 0x78, 0x8b, 0xba, 0xfc, 0xad, 0x5b, 0x65, 0x5c, 0xf5, 0xee, 0x9d, 0x91, 0x2a, 0x12, 0x46,
0x5d, 0xf4, 0x8e, 0xf3, 0xfd, 0x7b, 0xf9, 0x70, 0xff, 0x7e, 0x40, 0x54, 0x7f, 0xde, 0xb9, 0x23,
0xad, 0xaa, 0x34, 0x40, 0x00, 0x02, 0x40, 0xf1, 0x0f, 0x1f, 0xfe, 0x83, 0x84, 0xfd, 0xd3, 0xf5,
0x42, 0xfb, 0x02, 0x15, 0xf9, 0x20, 0x28, 0x6b, 0x67, 0x67, 0xc7, 0x34, 0x28, 0xca, 0xf4, 0x4f,
0x23, 0xd2, 0x2f, 0xd7, 0xc5, 0xa9, 0x89, 0x1d, 0xe4, 0xf1, 0x78, 0xce, 0x40, 0xc9, 0x4f, 0x9f,
0x6e, 0xd1, 0x27, 0x76, 0xa3, 0x26, 0x99, 0x2a, 0x0e, 0x7f, 0x08, 0xbe, 0xbb, 0xbb, 0x2b, 0x35,
0x9a, 0x01, 0x6a, 0x66, 0x07, 0xd1, 0x67, 0x19, 0x9a, 0x5a, 0x6a, 0x62, 0x07, 0x9d, 0x9e, 0x9e,
0x7e, 0x03, 0x71, 0x93, 0xfd, 0x21, 0x16, 0x01, 0x04, 0x84, 0xae, 0x6f, 0xd4, 0xfe, 0xf2, 0x8d,
0x20, 0x8e, 0x9d, 0x5a, 0x03, 0x36, 0x63, 0x37, 0x36, 0xcb, 0xf4, 0x20, 0x55, 0x76, 0xd0, 0x99,
0x60, 0xbd, 0xa9, 0x23, 0x6c, 0x3b, 0x88, 0xb4, 0x90, 0x3a, 0x6a, 0x32, 0x38, 0x38, 0x68, 0x1e,
0x1a, 0x1a, 0x1a, 0x32, 0xaa, 0xa2, 0x19, 0x7f, 0xd7, 0x05, 0x49, 0xaf, 0xdd, 0x48, 0x7f, 0x91,
0x8a, 0x8a, 0x54, 0x05, 0x05, 0x21, 0x06, 0x0a, 0xe9, 0x5f, 0xdc, 0xaa, 0xbb, 0x77, 0x4d, 0xe1,
0x19, 0x23, 0x8c, 0x25, 0x26, 0x3c, 0xaf, 0x93, 0xdf, 0xb4, 0xe3, 0x51, 0xa3, 0xbf, 0x8d, 0xea,
0xa2, 0xcc, 0xc6, 0x90, 0x20, 0xe4, 0xcd, 0xec, 0x42, 0xa2, 0x76, 0x10, 0x12, 0x46, 0x5d, 0x14,
0x3e, 0x3b, 0x2d, 0xcd, 0xd4, 0x85, 0x63, 0xd4, 0x88, 0xf4, 0xfd, 0xcd, 0xcc, 0x46, 0x9d, 0xf8,
0xd4, 0x24, 0x28, 0x88, 0x86, 0x7d, 0xf3, 0xf2, 0xa5, 0xf4, 0x44, 0x44, 0x04, 0x6d, 0x46, 0xd2,
0x48, 0xcd, 0xa8, 0x89, 0x7f, 0xba, 0x7c, 0x46, 0xb3, 0x23, 0x04, 0xa2, 0xc1, 0x82, 0x82, 0x7c,
0x43, 0x95, 0xce, 0x66, 0x9c, 0x84, 0x1a, 0x35, 0xa1, 0x8c, 0xb1, 0x95, 0xad, 0xc2, 0x61, 0xa8,
0x52, 0x53, 0xac, 0xbd, 0xbd, 0x5d, 0x8a, 0x8a, 0x8a, 0x02, 0x41, 0xa8, 0xab, 0x55, 0x5f, 0xd3,
0x0c, 0xc8, 0x90, 0xb0, 0x10, 0x90, 0xda, 0xac, 0x2c, 0xe9, 0xfe, 0xf2, 0xc5, 0x40, 0x6a, 0x6a,
0x6a, 0x2c, 0x58, 0x9b, 0x0e, 0x5a, 0x60, 0xe7, 0x40, 0xbc, 0x4f, 0xea, 0xeb, 0xeb, 0x0d, 0x2c,
0x4d, 0xd5, 0x66, 0xd2, 0xe8, 0x57, 0xb3, 0x60, 0xe9, 0x22, 0x92, 0x1a, 0x7d, 0x33, 0x33, 0x48,
0x31, 0x20, 0x03, 0x03, 0x03, 0xd6, 0x3d, 0xf4, 0xa1, 0x1d, 0x14, 0xe5, 0xeb, 0x78, 0x9a, 0x91,
0x09, 0xfc, 0x56, 0x77, 0xf9, 0x46, 0x5f, 0x64, 0xa8, 0x11, 0xe9, 0xd3, 0x67, 0xf4, 0x09, 0x12,
0x66, 0x5c, 0xd5, 0xa9, 0x8c, 0x0b, 0xf5, 0x95, 0x42, 0x5f, 0x7d, 0x8f, 0x79, 0xbf, 0x1b, 0x03,
0x3f, 0x20, 0x11, 0x08, 0x6a, 0x44, 0xfa, 0xf4, 0x19, 0x4d, 0x8d, 0x73, 0xcc, 0x7f, 0x5c, 0xe3,
0x9e, 0xef, 0xfc, 0xb8, 0x64, 0xed, 0x1b, 0xff, 0x01, 0xc2, 0xf6, 0x5d, 0x89, 0x10, 0x37, 0x07,
0x7a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE rescue_pcbnew_xpm[1] = {{ png, sizeof( png ), "rescue_pcbnew_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include <bitmaps.h>
static const unsigned char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x05, 0x4f, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xad, 0x96, 0x6b, 0x4c, 0x9b,
0x65, 0x14, 0xc7, 0x2b, 0x66, 0x26, 0x3a, 0x3f, 0x18, 0x17, 0xcd, 0x62, 0x9c, 0x0e, 0x8d, 0xcb,
0xe2, 0x34, 0x46, 0x67, 0xdc, 0x66, 0x1c, 0xb0, 0xa8, 0x5b, 0x54, 0x96, 0xcd, 0xa9, 0x91, 0xa8,
0x31, 0x66, 0x9f, 0x8c, 0xf1, 0xf2, 0x61, 0x9a, 0xf8, 0x45, 0x66, 0xe6, 0x5c, 0x4c, 0xfc, 0x32,
0x3f, 0xa0, 0x30, 0xee, 0x53, 0x36, 0xe8, 0xca, 0xb8, 0x0c, 0xe6, 0xd8, 0x05, 0xba, 0x76, 0x03,
0x06, 0x43, 0x46, 0x81, 0x16, 0x4a, 0x0b, 0xa5, 0x40, 0x29, 0x97, 0xb6, 0x50, 0x2e, 0x1d, 0xa3,
0xdd, 0xdf, 0xe7, 0x7f, 0xe8, 0x35, 0xc2, 0xfc, 0xa0, 0x4f, 0x72, 0xf2, 0xbe, 0xcf, 0xfb, 0xbe,
0xcf, 0xf3, 0x7b, 0xce, 0x39, 0xff, 0x73, 0x5a, 0x8d, 0x46, 0xa3, 0x59, 0xaf, 0x2c, 0x55, 0x59,
0xda, 0x7f, 0xb0, 0xad, 0xca, 0x56, 0x2b, 0x4b, 0x02, 0xa0, 0x59, 0xce, 0x38, 0x52, 0x9d, 0x4e,
0x27, 0x06, 0x06, 0x06, 0x30, 0x34, 0x34, 0x84, 0xe1, 0xe1, 0x61, 0x8c, 0x8c, 0x8c, 0xc0, 0xe5,
0x72, 0x89, 0x8d, 0x8e, 0x8e, 0xc2, 0xed, 0x76, 0x63, 0x6c, 0x6c, 0x4c, 0x6c, 0x7c, 0x7c, 0x1c,
0x13, 0x13, 0x13, 0x62, 0x93, 0x93, 0x93, 0x62, 0x46, 0xa3, 0x71, 0xea, 0xd0, 0xa1, 0x43, 0xa5,
0x6a, 0xaf, 0x6d, 0xca, 0x56, 0xad, 0x04, 0x4a, 0x23, 0xe4, 0xe4, 0xc9, 0x93, 0x70, 0x38, 0x1c,
0x51, 0x48, 0x53, 0x53, 0x13, 0xfa, 0xfa, 0xfa, 0xa2, 0x10, 0x1e, 0xc2, 0x68, 0x34, 0x24, 0x00,
0x5a, 0x5a, 0x5a, 0xe0, 0xf1, 0x78, 0x50, 0x5f, 0x5f, 0x8f, 0xc1, 0xc1, 0x41, 0x74, 0x74, 0x74,
0x78, 0x93, 0x93, 0x93, 0xf7, 0xd3, 0xbb, 0x65, 0x41, 0xdc, 0x24, 0x1e, 0x42, 0x23, 0xa4, 0xb4,
0xb4, 0x14, 0x36, 0x9b, 0x6d, 0xc9, 0x9b, 0xd1, 0x41, 0x18, 0x4a, 0x76, 0xa2, 0xa1, 0xa1, 0x41,
0x20, 0x04, 0x94, 0x95, 0x95, 0xc1, 0xeb, 0xf5, 0xa2, 0xb5, 0xb5, 0x15, 0x57, 0xae, 0x5c, 0x91,
0xf5, 0x76, 0xbb, 0x7d, 0x21, 0x3d, 0x3d, 0xfd, 0xa0, 0xda, 0x77, 0xcd, 0x3f, 0x40, 0x0c, 0x17,
0x4f, 0x44, 0x40, 0x6d, 0x6d, 0x6d, 0xd4, 0x13, 0x42, 0x08, 0xeb, 0xb3, 0xb4, 0xe0, 0x86, 0x6e,
0x0b, 0x5a, 0xff, 0x78, 0x5c, 0xe6, 0x84, 0x10, 0x40, 0x90, 0xcf, 0xe7, 0x93, 0xb5, 0x7c, 0xce,
0x03, 0x30, 0xd4, 0x6a, 0x1e, 0x0a, 0xc3, 0x56, 0x27, 0x80, 0xf8, 0xa1, 0x56, 0xab, 0x95, 0x05,
0x05, 0x05, 0x05, 0x28, 0x2e, 0x2e, 0x8e, 0x7a, 0xd2, 0x6b, 0x3a, 0x8f, 0x96, 0x92, 0x4d, 0xf0,
0xbb, 0x2a, 0xd0, 0x59, 0x95, 0x1a, 0xf5, 0x82, 0x00, 0xde, 0x4f, 0x4d, 0x4d, 0xc9, 0xe6, 0x59,
0x59, 0x59, 0x98, 0x99, 0x99, 0x91, 0x77, 0x9c, 0xf7, 0xf7, 0xf7, 0x2f, 0x84, 0xc3, 0xb8, 0x2a,
0x0a, 0xa2, 0x27, 0x84, 0xf0, 0x83, 0xa2, 0xa2, 0x22, 0xe4, 0xe4, 0xe4, 0xe0, 0xf8, 0xf1, 0xe3,
0x18, 0xec, 0xae, 0x42, 0xc7, 0xe9, 0xad, 0x98, 0x1b, 0xd7, 0x22, 0x38, 0xa3, 0x43, 0x67, 0x65,
0x4a, 0xd4, 0x8b, 0x08, 0x68, 0x7a, 0x7a, 0x5a, 0x04, 0x92, 0x99, 0x99, 0x89, 0x85, 0x85, 0x05,
0x81, 0xd1, 0x33, 0x86, 0xd1, 0x64, 0x32, 0x79, 0xc3, 0x02, 0x49, 0x12, 0x10, 0x01, 0x54, 0x1e,
0xc3, 0x15, 0x01, 0x95, 0xe7, 0x7f, 0x0a, 0x73, 0xed, 0x1b, 0x08, 0x4c, 0xea, 0x10, 0x9a, 0x29,
0x40, 0xd0, 0xaf, 0x85, 0xa9, 0x72, 0x3b, 0x2e, 0x14, 0xbd, 0x0e, 0x5b, 0xd3, 0x8f, 0x18, 0xb5,
0x5f, 0x12, 0x90, 0xdf, 0xef, 0x17, 0x2f, 0x0e, 0x1c, 0x38, 0x20, 0x6b, 0xab, 0xaa, 0xaa, 0x70,
0xe2, 0xc4, 0x09, 0x11, 0x08, 0xf3, 0x7e, 0xe4, 0xc8, 0x91, 0xd2, 0xb0, 0xf4, 0x35, 0x69, 0x84,
0x9c, 0x3a, 0x75, 0x4a, 0xa4, 0xcd, 0x8f, 0x2b, 0xb2, 0xf7, 0xc0, 0x7a, 0xe9, 0x63, 0x2c, 0xf8,
0x96, 0x20, 0x62, 0xfe, 0x02, 0xcc, 0x8f, 0xfd, 0x0e, 0xbf, 0xf3, 0x57, 0x4c, 0xf4, 0x1e, 0x56,
0xef, 0x33, 0x60, 0x2c, 0xde, 0x04, 0x97, 0xf5, 0x8c, 0x78, 0x41, 0xd5, 0x32, 0x77, 0x54, 0x65,
0x76, 0x76, 0x36, 0x01, 0x38, 0x7a, 0xf4, 0x28, 0x1a, 0x1b, 0x1b, 0xa7, 0x14, 0x63, 0x8b, 0x80,
0xe8, 0x09, 0x21, 0x63, 0x6e, 0x17, 0xce, 0xe5, 0xa5, 0xc0, 0x71, 0xed, 0x1b, 0x2c, 0x4e, 0x6b,
0x63, 0x10, 0x01, 0xe5, 0x22, 0x34, 0xfd, 0x0b, 0x42, 0x53, 0x3f, 0x21, 0xe4, 0xcb, 0x44, 0xd0,
0xfb, 0x1d, 0xa6, 0x1d, 0x87, 0xd1, 0x73, 0xee, 0x2d, 0xf4, 0x37, 0x1f, 0x14, 0xef, 0xe6, 0xe7,
0xe7, 0xc5, 0x98, 0x63, 0x46, 0x85, 0x57, 0x86, 0x33, 0x5c, 0xd4, 0x9a, 0x34, 0x26, 0x9d, 0x31,
0xed, 0xbe, 0xf4, 0xb9, 0x3a, 0xe9, 0x07, 0x08, 0x8c, 0x7e, 0x8d, 0xc0, 0xc8, 0xbb, 0x08, 0x0c,
0xef, 0xc6, 0xfc, 0xd0, 0x2e, 0xcc, 0x3b, 0xd3, 0x94, 0xed, 0x50, 0xf3, 0x74, 0xf5, 0x7c, 0x9f,
0xb2, 0xf7, 0xe4, 0xca, 0x77, 0xb3, 0xce, 0x0c, 0xf4, 0x5e, 0xd8, 0x83, 0xea, 0x63, 0x3b, 0x65,
0x8f, 0x40, 0x20, 0x90, 0x00, 0xba, 0x75, 0xeb, 0x56, 0x0c, 0xc4, 0x0f, 0xca, 0xcb, 0xcb, 0x31,
0xec, 0xb4, 0x42, 0x9f, 0xf7, 0x14, 0x06, 0x1a, 0x33, 0xe0, 0xb5, 0x3c, 0x04, 0x6f, 0xf7, 0xdd,
0x77, 0xb0, 0x7b, 0xe0, 0xeb, 0x59, 0x03, 0x9f, 0xe5, 0x01, 0x78, 0x7b, 0x36, 0x89, 0x68, 0xcc,
0x6d, 0xa7, 0x71, 0xf3, 0xe6, 0xcd, 0x28, 0x88, 0x82, 0x5a, 0x5c, 0x5c, 0x8c, 0x81, 0xa8, 0x1a,
0x2a, 0x8f, 0x6a, 0x29, 0x2e, 0xca, 0xc3, 0xf9, 0x63, 0xcf, 0xc0, 0x76, 0xf9, 0x1d, 0x78, 0xcc,
0x8f, 0xc0, 0xd3, 0xa5, 0x89, 0xda, 0x64, 0xf7, 0x06, 0xb5, 0xf9, 0xc3, 0xea, 0x3e, 0x29, 0xee,
0xf9, 0x5d, 0x72, 0x75, 0x77, 0xbc, 0xad, 0x6a, 0xed, 0x05, 0x09, 0x55, 0x3c, 0x28, 0x18, 0x0c,
0xc6, 0x40, 0x4c, 0x20, 0x95, 0xc7, 0x64, 0x2e, 0xa9, 0xee, 0x37, 0xd4, 0xe5, 0x6d, 0x83, 0xad,
0x7e, 0xaf, 0x82, 0x3d, 0xb9, 0xb4, 0xa1, 0x39, 0x19, 0x9d, 0xd5, 0xaf, 0x2a, 0x89, 0xbf, 0x02,
0xbb, 0xfe, 0x7d, 0x38, 0xaf, 0x65, 0x28, 0xf0, 0xba, 0x28, 0xd0, 0xdb, 0xf3, 0xa8, 0x02, 0x6d,
0xc6, 0x9c, 0xdf, 0x2d, 0x80, 0x65, 0x41, 0x84, 0x54, 0x54, 0x54, 0x48, 0x81, 0x46, 0xe4, 0xcd,
0x53, 0xf5, 0xea, 0x3f, 0x43, 0x4f, 0xdd, 0x2e, 0x4c, 0x9a, 0x9f, 0x85, 0xc7, 0xb2, 0x11, 0xed,
0x65, 0x4f, 0xc3, 0xef, 0x73, 0x61, 0xdc, 0xa1, 0x47, 0x6f, 0xfd, 0x7e, 0x58, 0x2f, 0xee, 0x56,
0xb0, 0x8d, 0x61, 0x58, 0x12, 0x6c, 0x0d, 0xfb, 0x30, 0xe9, 0xa8, 0x4b, 0x00, 0x85, 0x42, 0xa1,
0x18, 0x88, 0x9e, 0x10, 0xc2, 0x7a, 0x88, 0x4f, 0x24, 0x8b, 0xd1, 0xde, 0xfc, 0x3d, 0xba, 0xce,
0xa4, 0xc0, 0xdb, 0xf7, 0x91, 0x80, 0xe6, 0xe6, 0xe6, 0x44, 0x59, 0x4c, 0x7a, 0x9f, 0xe1, 0x4b,
0xe5, 0xd9, 0x87, 0x51, 0xaf, 0xec, 0x97, 0xf7, 0x62, 0xcc, 0x5a, 0x96, 0x00, 0xba, 0x7d, 0xfb,
0x76, 0x0c, 0x44, 0x00, 0x41, 0xac, 0xf6, 0x78, 0x10, 0x8b, 0x91, 0xf9, 0xbb, 0x50, 0xf6, 0x15,
0x4c, 0xa7, 0x37, 0xe3, 0x7a, 0xc9, 0x13, 0x38, 0x7b, 0xf6, 0xac, 0x7c, 0xc7, 0x35, 0x17, 0x75,
0xdf, 0xaa, 0x30, 0xee, 0x84, 0x47, 0x09, 0xc3, 0x6b, 0xbe, 0x17, 0xe6, 0x9a, 0x1d, 0x98, 0xf5,
0xf4, 0x24, 0x80, 0xb0, 0xd4, 0x7f, 0x62, 0xf2, 0xae, 0xac, 0xac, 0x94, 0x62, 0x8b, 0x07, 0xb1,
0x10, 0x2d, 0x16, 0x8b, 0xcc, 0x4d, 0xc6, 0x2c, 0x34, 0xe6, 0x3d, 0x28, 0xf7, 0x56, 0xab, 0x55,
0xec, 0xcf, 0x9c, 0x2d, 0x70, 0x5c, 0x7d, 0x53, 0xbc, 0x99, 0xe8, 0x7c, 0x5e, 0x35, 0xdd, 0xc7,
0x54, 0xa8, 0x82, 0x2b, 0x83, 0x78, 0x42, 0x42, 0x18, 0xaa, 0x78, 0xd0, 0xec, 0xec, 0xac, 0xfc,
0x0e, 0xe5, 0xe6, 0xe6, 0x4a, 0x41, 0x0f, 0x98, 0xeb, 0xe4, 0x7e, 0xa9, 0xe6, 0xbe, 0x40, 0x57,
0xed, 0x76, 0xe5, 0x0d, 0xcb, 0xe0, 0x3e, 0x74, 0xd7, 0xbc, 0x0c, 0x6b, 0xf3, 0xcf, 0x92, 0x93,
0x15, 0x41, 0xec, 0xc0, 0x94, 0xf6, 0x72, 0x20, 0xe6, 0x84, 0x55, 0xcf, 0x9c, 0xd0, 0xd8, 0xe5,
0x47, 0xba, 0x72, 0xd1, 0x55, 0xf5, 0x22, 0x26, 0xba, 0xd6, 0x2a, 0xd0, 0xfd, 0x18, 0x30, 0xa4,
0xc0, 0x50, 0xb8, 0x41, 0xbc, 0x61, 0x4e, 0x56, 0x04, 0x11, 0x52, 0x5d, 0x5d, 0x1d, 0x95, 0x77,
0x7e, 0x7e, 0xbe, 0x34, 0xc5, 0x48, 0xe2, 0xd9, 0x07, 0x09, 0x61, 0x31, 0xf2, 0xbe, 0xad, 0x64,
0x1d, 0xdc, 0x37, 0x9e, 0x53, 0xe1, 0x5a, 0xa7, 0x1a, 0xef, 0x4b, 0xca, 0x9b, 0xd7, 0x50, 0xae,
0x2d, 0x16, 0x08, 0xc7, 0x8a, 0x20, 0x26, 0x9d, 0x10, 0xe6, 0x84, 0xb1, 0x37, 0x9b, 0xcd, 0x51,
0x08, 0xfb, 0xa0, 0x4e, 0xa7, 0x13, 0x08, 0x8b, 0x91, 0xa0, 0xbe, 0x86, 0x4f, 0xd0, 0xa1, 0x7b,
0x06, 0xcd, 0x45, 0x6b, 0xe1, 0xbc, 0xfe, 0x83, 0x02, 0x84, 0xa4, 0xb3, 0x30, 0x05, 0x1c, 0x06,
0x83, 0x01, 0x85, 0x85, 0x85, 0xcb, 0x83, 0xa8, 0xa2, 0x48, 0xa8, 0xe2, 0x21, 0xdc, 0x98, 0x62,
0x21, 0x84, 0x7d, 0x8b, 0x73, 0xb6, 0x15, 0xff, 0xf8, 0x5f, 0x68, 0xba, 0xaa, 0x67, 0x77, 0x16,
0x4f, 0x08, 0xe1, 0x81, 0x22, 0x30, 0xbd, 0x5e, 0x2f, 0xb0, 0x04, 0x10, 0x21, 0x35, 0x35, 0x35,
0xf2, 0x6b, 0xd9, 0xde, 0xde, 0x2e, 0x79, 0xe0, 0x86, 0x5c, 0x18, 0x0f, 0x21, 0xa0, 0xb3, 0xb3,
0x53, 0xaa, 0x9d, 0x49, 0x27, 0xa0, 0xad, 0xad, 0x4d, 0xc2, 0xca, 0x41, 0x08, 0xa3, 0x11, 0x19,
0xcc, 0x79, 0x3c, 0x28, 0x95, 0x9e, 0x10, 0x12, 0x5f, 0x8c, 0x0c, 0x55, 0x24, 0x5c, 0x11, 0x08,
0x2d, 0x1e, 0x12, 0xc9, 0xc9, 0xbf, 0x8d, 0xf0, 0xff, 0xc6, 0xff, 0xe5, 0x0f, 0xe4, 0x9d, 0x8c,
0x7b, 0xaf, 0xff, 0x1b, 0x47, 0x57, 0x8d, 0x83, 0x7a, 0x4f, 0x71, 0x3e, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE revert_pcbnew_xpm[1] = {{ png, sizeof( png ), "revert_pcbnew_xpm" }};
//EOF
This diff is collapsed.
...@@ -8,34 +8,38 @@ ...@@ -8,34 +8,38 @@
static const unsigned char png[] = { static const unsigned char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x01, 0xa6, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xbd, 0xd5, 0xbf, 0x4b, 0xc3, 0xce, 0x00, 0x00, 0x01, 0xdf, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xd5, 0x96, 0xcf, 0x4b, 0x42,
0x50, 0x10, 0x07, 0xf0, 0x4b, 0xfa, 0xde, 0x8b, 0x4e, 0x16, 0x71, 0x12, 0x2b, 0x0e, 0x2e, 0xa5, 0x41, 0x10, 0xc7, 0xe7, 0xf9, 0x03, 0xd4, 0xa3, 0x27, 0x41, 0x0f, 0x5e, 0xf2, 0x20, 0x5e, 0x3c,
0x43, 0x71, 0x12, 0x1c, 0xc4, 0xa5, 0xe8, 0x22, 0x76, 0x71, 0xd0, 0xa1, 0xa3, 0x4b, 0x41, 0x6c, 0x28, 0x88, 0xfd, 0x01, 0x0a, 0x56, 0x42, 0x1a, 0x24, 0xe4, 0xa5, 0x4e, 0x85, 0xa6, 0xd4, 0x45,
0x5a, 0x7f, 0x80, 0x08, 0x2e, 0x82, 0xe0, 0xa2, 0x83, 0xae, 0x2a, 0x45, 0x11, 0x9c, 0x15, 0x5c, 0x09, 0xd2, 0xcc, 0x8b, 0x50, 0x22, 0x84, 0x41, 0x04, 0x81, 0x87, 0xfc, 0x1b, 0xed, 0xb2, 0xcd,
0x0a, 0x8a, 0xe0, 0xe0, 0xa0, 0x50, 0xf0, 0x0f, 0x28, 0x2a, 0x16, 0xc4, 0x22, 0x0e, 0x6a, 0xa1, 0xac, 0x2b, 0xf8, 0x9e, 0x3b, 0xcf, 0x57, 0x9a, 0x10, 0x8f, 0x2f, 0x8f, 0xdd, 0x9d, 0x99, 0x0f,
0x3d, 0xbf, 0x95, 0x0e, 0x6a, 0x92, 0xa9, 0x87, 0x90, 0x6f, 0x08, 0x21, 0xe4, 0x93, 0xbb, 0xe4, 0x3b, 0x3b, 0xfb, 0x03, 0xf2, 0xd3, 0xbc, 0xd8, 0x85, 0xe0, 0x5f, 0x82, 0xa2, 0xa3, 0xa8, 0x80,
0x5d, 0x88, 0x99, 0xe9, 0x3f, 0x42, 0xd8, 0x1c, 0xa4, 0x4d, 0x28, 0xa1, 0x60, 0xc8, 0x98, 0x3c, 0x0e, 0xe8, 0xb5, 0x2d, 0x48, 0xec, 0x25, 0xc6, 0x43, 0xb6, 0x05, 0x4a, 0xbc, 0x26, 0xec, 0x21,
0xc2, 0x22, 0x71, 0x9c, 0x0b, 0xdc, 0xd2, 0x0e, 0xaa, 0x28, 0x8c, 0x8b, 0xee, 0x05, 0x31, 0xd7, 0xdb, 0x00, 0x25, 0xdf, 0x92, 0xc2, 0xe8, 0x18, 0x7f, 0x0b, 0x4a, 0xbd, 0xa7, 0x84, 0xab, 0xeb,
0x17, 0xca, 0x11, 0xed, 0xec, 0xda, 0x76, 0x59, 0x0c, 0x32, 0xe6, 0x1d, 0x89, 0x7a, 0xa0, 0x05, 0x5a, 0x0f, 0xd9, 0x04, 0x94, 0xf9, 0xc8, 0x08, 0xf7, 0x83, 0x5b, 0x1f, 0xb4, 0x86, 0x3a, 0xb4,
0xa2, 0x6e, 0x60, 0x2f, 0x57, 0x4a, 0xb1, 0x20, 0x76, 0x8d, 0x5b, 0xab, 0xdf, 0xad, 0xc3, 0x0e, 0xc8, 0x2e, 0x58, 0x6e, 0x9a, 0x93, 0xa9, 0x89, 0x0c, 0x23, 0x22, 0x38, 0x08, 0x0a, 0x7f, 0xdf,
0xd0, 0xf4, 0x32, 0x0e, 0x9f, 0xb5, 0x96, 0xc4, 0x56, 0x3c, 0x50, 0x13, 0x3b, 0xde, 0xb6, 0x2c, 0x2f, 0x67, 0xe0, 0x7b, 0xf4, 0x09, 0xa3, 0xcb, 0xa4, 0xab, 0x89, 0x3a, 0x72, 0x08, 0x22, 0x40,
0xae, 0xcb, 0x41, 0x55, 0xd6, 0x7a, 0xc0, 0x03, 0x65, 0x89, 0xba, 0xe6, 0x89, 0x9e, 0xce, 0x43, 0x7c, 0x1c, 0x17, 0x81, 0x7e, 0xc0, 0x59, 0x5a, 0x16, 0xba, 0x45, 0x15, 0x35, 0x10, 0x1d, 0x28,
0x21, 0xc9, 0xaa, 0x8a, 0xdf, 0xcb, 0xe7, 0x27, 0xd4, 0xac, 0x6a, 0x62, 0x09, 0xa7, 0xca, 0xb2, 0xf7, 0x99, 0x13, 0xa1, 0xa7, 0xd0, 0xcf, 0x00, 0x96, 0xd9, 0x78, 0x8e, 0x3d, 0x22, 0x3b, 0xce,
0x2d, 0x5c, 0xf7, 0x40, 0x4d, 0x6c, 0x6f, 0x0b, 0x2d, 0xac, 0xc9, 0x41, 0x35, 0x56, 0x6a, 0xc8, 0xf2, 0x1b, 0x76, 0x23, 0x88, 0x92, 0xd1, 0x34, 0x44, 0x7a, 0x94, 0xb6, 0x3f, 0x19, 0x68, 0x3d,
0x03, 0x2d, 0x12, 0x75, 0x00, 0x2b, 0xed, 0xdb, 0x36, 0x9f, 0xa0, 0x8d, 0xad, 0xe6, 0x46, 0xa9, 0x56, 0x9c, 0xef, 0x51, 0x75, 0xd4, 0x19, 0xaa, 0xac, 0x52, 0x53, 0x56, 0xed, 0xba, 0x1a, 0xb7,
0x53, 0x60, 0x93, 0xbe, 0xe3, 0x02, 0xef, 0x2b, 0x01, 0xac, 0x8e, 0xb0, 0x40, 0x3e, 0xf0, 0xf0, 0xf8, 0x50, 0x1c, 0x5b, 0x50, 0x78, 0x18, 0x36, 0x3b, 0xb5, 0x50, 0x25, 0x26, 0xe7, 0x0b, 0x95,
0xb1, 0xc0, 0x21, 0x88, 0x0b, 0xdc, 0x46, 0x1b, 0x85, 0x32, 0x4b, 0x59, 0x56, 0xc3, 0x19, 0x76, 0x94, 0xdd, 0x92, 0x1f, 0xc5, 0x61, 0x41, 0x54, 0x00, 0xde, 0x9e, 0xd7, 0x0c, 0xaa, 0xac, 0x81,
0xc6, 0x64, 0x62, 0x62, 0x81, 0x43, 0xd5, 0x65, 0x27, 0xed, 0xb2, 0x61, 0xa1, 0x54, 0x5c, 0x6e, 0x2c, 0x54, 0x31, 0x83, 0x28, 0x0e, 0xc5, 0x63, 0x41, 0x70, 0x07, 0x3a, 0xd0, 0x0c, 0x17, 0x78,
0x8f, 0xf8, 0x42, 0x3d, 0xe3, 0x14, 0x4d, 0xbf, 0xe9, 0x4b, 0x39, 0x4c, 0x17, 0x30, 0xa9, 0x2d, 0x02, 0x07, 0x50, 0xc0, 0x6f, 0x0f, 0xd3, 0xe6, 0x97, 0x7f, 0x6a, 0x53, 0x3f, 0x8d, 0x5b, 0x40,
0x3f, 0x28, 0xd7, 0x9f, 0xb2, 0x38, 0xfd, 0x2a, 0x56, 0x15, 0xe2, 0xe4, 0xfc, 0x20, 0x0b, 0x29, 0x14, 0x87, 0x05, 0xc9, 0x46, 0x0d, 0xac, 0xa9, 0xfb, 0x82, 0x4b, 0xd8, 0x17, 0x42, 0x00, 0x27,
0x0c, 0xae, 0xd9, 0x82, 0x90, 0xf9, 0x44, 0x65, 0x71, 0xcf, 0xac, 0x03, 0x14, 0x41, 0x2a, 0xc9, 0x1a, 0x97, 0x76, 0x96, 0x0d, 0xcb, 0xa7, 0x0e, 0x2b, 0x0e, 0xaa, 0xda, 0x4a, 0x9a, 0xa1, 0x26,
0x33, 0x25, 0x89, 0x15, 0x57, 0x19, 0x7f, 0xdd, 0xbf, 0xb3, 0x0e, 0xd0, 0x54, 0x1f, 0x96, 0xd5, 0xa8, 0x02, 0xf4, 0x70, 0x26, 0xcf, 0x38, 0x23, 0xfa, 0x53, 0x7b, 0xde, 0x3f, 0x5b, 0xf1, 0xc1,
0xcc, 0xa3, 0x16, 0xc3, 0x32, 0xac, 0x37, 0x3d, 0x50, 0x13, 0x3b, 0x88, 0xe7, 0x2c, 0xce, 0xd4, 0x38, 0x14, 0x8f, 0x05, 0x79, 0x4f, 0x70, 0x8d, 0x1a, 0xb0, 0x51, 0x79, 0x93, 0x3f, 0xc5, 0x61,
0xc4, 0xaa, 0xaa, 0x67, 0xd9, 0x49, 0xf8, 0x41, 0x61, 0xa4, 0x34, 0x7a, 0x18, 0x92, 0x6c, 0xe1, 0x41, 0xb2, 0xea, 0xae, 0xc3, 0xf3, 0xe3, 0xa3, 0xf1, 0x7b, 0x08, 0xf9, 0x53, 0x1c, 0xfb, 0x7d,
0x43, 0x86, 0xa9, 0xd3, 0xf3, 0xbd, 0x03, 0x1a, 0xe9, 0x4d, 0x52, 0x2d, 0x75, 0xa7, 0x79, 0xae, 0x34, 0x48, 0xce, 0xab, 0x88, 0x60, 0xe7, 0xab, 0x65, 0xcb, 0xaa, 0xa5, 0xec, 0xd5, 0x19, 0x47,
0x6a, 0x5a, 0x8e, 0x5b, 0x37, 0x55, 0x60, 0x79, 0xdf, 0x55, 0x0c, 0x6c, 0x03, 0x61, 0xa1, 0x94, 0x71, 0x6c, 0x41, 0xf2, 0x64, 0xb8, 0x0a, 0x99, 0x4b, 0xb7, 0xaa, 0x4e, 0xe3, 0x1b, 0x54, 0x5b,
0x1a, 0x9d, 0x0a, 0x82, 0x0c, 0x72, 0x2b, 0x88, 0x1d, 0x7d, 0x01, 0xbf, 0xeb, 0x9b, 0xb8, 0x05, 0x6d, 0xd0, 0xb6, 0x6a, 0xd7, 0xd4, 0xf8, 0x92, 0x3d, 0xf9, 0x5b, 0xd3, 0xa6, 0x7d, 0x33, 0x68,
0x3e, 0x9f, 0x36, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, 0x61, 0x0e, 0xc5, 0x41, 0xd8, 0xc7, 0x09, 0x19, 0xc7, 0xbb, 0x78, 0x7a, 0x57, 0x02, 0x8e, 0x00,
0x64, 0x47, 0xf6, 0x1c, 0x64, 0xed, 0x2b, 0x88, 0x1c, 0x29, 0xdf, 0x91, 0x06, 0xde, 0x47, 0x17,
0x78, 0x1f, 0x9d, 0xe2, 0x7d, 0x54, 0x74, 0xc9, 0x3f, 0xb5, 0xa9, 0x9f, 0xc6, 0xed, 0x00, 0x3b,
0x7f, 0xd7, 0x7d, 0x03, 0x27, 0x0b, 0xd1, 0x6c, 0x6a, 0xc8, 0x74, 0xef, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
}; };
const BITMAP_OPAQUE use_3D_copper_thickness_xpm[1] = {{ png, sizeof( png ), "use_3D_copper_thickness_xpm" }}; const BITMAP_OPAQUE use_3D_copper_thickness_xpm[1] = {{ png, sizeof( png ), "use_3D_copper_thickness_xpm" }};
......
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg <svg
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#" xmlns:cc="http://creativecommons.org/ns#"
...@@ -10,111 +8,141 @@ ...@@ -10,111 +8,141 @@
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="26"
height="26" height="26"
id="svg3019" width="26"
version="1.1" version="1.1"
inkscape:version="0.48.1 r9760" id="svg2"
inkscape:version="0.48.4 r9939"
sodipodi:docname="auto_delete_track.svg"> sodipodi:docname="auto_delete_track.svg">
<defs <metadata
id="defs3021"> id="metadata40">
<linearGradient <rdf:RDF>
id="linearGradient3165"> <cc:Work
<stop rdf:about="">
style="stop-color:#f68273;stop-opacity:1;" <dc:format>image/svg+xml</dc:format>
offset="0" <dc:type
id="stop3167" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<stop <dc:title />
id="stop3165" </cc:Work>
offset="0.5" </rdf:RDF>
style="stop-color:#cd2923;stop-opacity:1;" /> </metadata>
<stop
style="stop-color:#8c0000;stop-opacity:1"
offset="1"
id="stop3169" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3165"
id="linearGradient3186"
x1="9.5"
y1="2.5"
x2="14.909858"
y2="21.491209"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.98251411,0,0,0.98913061,2.0822965,1025.7779)" />
<linearGradient
y2="21.491209"
x2="15.409858"
y1="2.5"
x1="10"
gradientTransform="matrix(0.98251411,0,0,0.98913061,1.5910398,1025.7779)"
gradientUnits="userSpaceOnUse"
id="linearGradient3017"
xlink:href="#linearGradient3165"
inkscape:collect="always" />
</defs>
<sodipodi:namedview <sodipodi:namedview
id="base" pagecolor="#4a4a4a"
pagecolor="#ffffff"
bordercolor="#666666" bordercolor="#666666"
borderopacity="1.0" borderopacity="1"
inkscape:pageopacity="0.0" objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="22.4" inkscape:window-width="1366"
inkscape:cx="14.142857" inkscape:window-height="744"
inkscape:cy="13.409153" id="namedview38"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true" showgrid="true"
inkscape:window-width="1600" inkscape:snap-to-guides="true"
inkscape:window-height="876" inkscape:snap-grids="true"
inkscape:zoom="21.730769"
inkscape:cx="17.716814"
inkscape:cy="8.9044248"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="24" inkscape:window-y="24"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:snap-to-guides="false" inkscape:current-layer="svg2"
inkscape:snap-grids="false"> showguides="true"
inkscape:guide-bbox="true">
<inkscape:grid <inkscape:grid
type="xygrid" type="xygrid"
id="grid3027" id="grid3017"
empspacing="5" empspacing="2"
visible="true" visible="true"
enabled="true" enabled="true"
snapvisiblegridlinesonly="true" /> snapvisiblegridlinesonly="true"
spacingx="0.5px"
spacingy="0.5px" />
</sodipodi:namedview> </sodipodi:namedview>
<metadata <defs
id="metadata3024"> id="defs4">
<rdf:RDF> <linearGradient
<cc:Work inkscape:collect="always"
rdf:about=""> id="linearGradient3761">
<dc:format>image/svg+xml</dc:format> <stop
<dc:type style="stop-color:#b40000;stop-opacity:1"
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> offset="0"
<dc:title /> id="stop3763" />
</cc:Work> <stop
</rdf:RDF> style="stop-color:#fa0000;stop-opacity:1"
</metadata> offset="1"
id="stop3765" />
</linearGradient>
<filter
id="c"
height="1.3651"
width="1.2097"
color-interpolation-filters="sRGB"
y="-0.18257"
x="-0.10484">
<feGaussianBlur
stdDeviation="1.5978799"
id="feGaussianBlur7" />
</filter>
<filter
id="d"
height="1.4696"
width="1.4809999"
color-interpolation-filters="sRGB"
y="-0.23481999"
x="-0.24049">
<feGaussianBlur
stdDeviation="1.5978799"
id="feGaussianBlur10" />
</filter>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3761"
id="linearGradient3767"
x1="13"
y1="12.5"
x2="13"
y2="1.5"
gradientUnits="userSpaceOnUse" />
<filter
inkscape:collect="always"
id="filter3766">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.25"
id="feGaussianBlur3768" />
</filter>
</defs>
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
d="m 22.5,6.5 -19,0"
style="fill:none;stroke:#999999;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path3758" />
<g <g
inkscape:label="Layer 1" transform="matrix(1.6382539,0,0,1.5572263,1.2572207,0.36314149)"
inkscape:groupmode="layer" id="g16">
id="layer1" <rect
transform="translate(0,-1026.3622)"> height="16"
<path width="16"
inkscape:connector-curvature="0" y="0"
style="fill:url(#linearGradient3017);fill-opacity:1;fill-rule:evenodd;stroke:none" x="0"
d="m 20.692618,1048.2026 c 0,0 -5.214797,-13.2753 -18.291902,-17.5833 l 2.1195398,-3.139 c 12.9664562,4.2059 18.2602092,19.3933 18.2602092,19.3933 z" id="rect18"
id="path2205" style="fill-opacity:0" />
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="fill:url(#linearGradient3186);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 3.9616888,1044.486 3.9097961,3.3086 c 5.8127561,-14.9521 16.3173761,-18.404 16.3173761,-18.404 l -1.918242,-1.1257 c 0,0 -11.228168,2.0235 -18.3089302,16.2211 z"
id="path2408"
sodipodi:nodetypes="ccccc" />
<path
style="fill:none;stroke:#b00000;stroke-width:2.1474092px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 1.9572536,1050.3623 22.0229904,-0.012"
id="path3763"
inkscape:connector-curvature="0" />
</g> </g>
<path
id="path2990"
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 24.5,6.5 -2,0 0,11 -4.5,4 -10,0 -4.5,-4 0,-11 -2,0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
d="M 8,2 18,12 M 8,12 18,2"
style="fill:none;stroke:#ffffff;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:0.50000000000000000;filter:url(#filter3766)"
id="path3786" />
<path
id="path3766"
style="fill:none;stroke:url(#linearGradient3767);stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 8,2 18,12 M 8,12 18,2" />
</svg> </svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
height="26"
width="26"
version="1.1"
id="svg2"
inkscape:version="0.48.4 r9939"
sodipodi:docname="contrast_mode.svg">
<metadata
id="metadata40">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="744"
id="namedview38"
showgrid="true"
inkscape:snap-to-guides="false"
inkscape:snap-grids="true"
inkscape:zoom="22.961538"
inkscape:cx="20.424858"
inkscape:cy="13.471585"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1"
inkscape:current-layer="svg2"
showguides="true"
inkscape:guide-bbox="true">
<inkscape:grid
type="xygrid"
id="grid3017"
empspacing="2"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true"
spacingx="0.5px"
spacingy="0.5px" />
</sodipodi:namedview>
<defs
id="defs4">
<filter
id="c"
height="1.3651"
width="1.2097"
color-interpolation-filters="sRGB"
y="-0.18257"
x="-0.10484">
<feGaussianBlur
stdDeviation="1.5978799"
id="feGaussianBlur7" />
</filter>
<filter
id="d"
height="1.4696"
width="1.4809999"
color-interpolation-filters="sRGB"
y="-0.23481999"
x="-0.24049">
<feGaussianBlur
stdDeviation="1.5978799"
id="feGaussianBlur10" />
</filter>
</defs>
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3960"
style="fill:none;stroke:#808080;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 17.5,8.5 6.5,0" />
<path
style="fill:#d40000;fill-opacity:1;stroke:none"
d="m 11,10 5.5,0 3,-3 -8.5,0 z"
id="path3958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
d="M 11,8.5 9,3.5"
style="fill:none;stroke:#d40000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path3006"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
id="path2990"
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 13.5,13.5 7,13.5 2.5,3.5 m 11,10 5.5,0 4.5,10"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
d="M 8.5,18.5 2,18.5"
style="fill:none;stroke:#d40000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path3962"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path3964"
d="m 15,17 -5.5,0 -3,3 8.5,0 z"
style="fill:#808080;fill-opacity:1;stroke:none" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3966"
style="fill:none;stroke:#808080;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 15,18.5 2,5" />
<path
style="fill:none;stroke:#999999;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 1.5,24.5 23,-23"
id="path4065"
inkscape:connector-curvature="0" />
</svg>
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
height="26"
width="26"
version="1.1"
viewBox="0 0 26 26"
id="svg2"
inkscape:version="0.48.3.1 r9886"
sodipodi:docname="gerber_open_dcode_file.svg">
<metadata
id="metadata41">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1600"
inkscape:window-height="849"
id="namedview39"
showgrid="true"
inkscape:snap-grids="false"
inkscape:snap-to-guides="false"
inkscape:zoom="23.730769"
inkscape:cx="11.025982"
inkscape:cy="9.6288493"
inkscape:window-x="0"
inkscape:window-y="29"
inkscape:window-maximized="1"
inkscape:current-layer="svg2">
<inkscape:grid
type="xygrid"
id="grid2998"
empspacing="1"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<defs
id="defs4">
<radialGradient
id="a"
gradientUnits="userSpaceOnUse"
cy="9.3410997"
cx="38.659"
r="8.3416996">
<stop
stop-color="#fff"
offset="0"
id="stop7" />
<stop
stop-color="#fefede"
stop-opacity=".91837"
offset=".25"
id="stop9" />
<stop
stop-color="#f5f328"
offset=".5"
id="stop11" />
<stop
stop-color="#f5f32d"
stop-opacity=".12234"
offset="1"
id="stop13" />
</radialGradient>
</defs>
<g
transform="matrix(0.5260448,0,0,0.50312091,-0.15999664,-0.35963976)"
id="g15"
style="stroke:#000000;stroke-width:0.75">
<polygon
points="49.423,27.934 25.213,42.458 1.018,26.902 25.224,12.379 "
id="polygon17"
style="fill:#bcbec0" />
<polygon
points="49.241,24.649 25.036,39.169 0.837,23.615 25.042,9.094 "
id="polygon19"
style="fill:#808284" />
<polygon
points="49.423,20.714 25.213,35.238 1.018,19.684 25.224,5.16 "
id="polygon21"
style="fill:#0071bc" />
<polygon
points="25.217,30.787 1.018,15.232 25.224,0.711 49.423,16.266 "
id="polygon23"
style="fill:#008fd4"
transform="matrix(1.0001441,0,0,0.98075002,-0.00363311,0.59636678)" />
</g>
<g
transform="matrix(0.52181772,0,0,0.61984761,3.0209882,-16.160143)"
id="g31">
<rect
height="15.76275"
width="44.454456"
y="52.359386"
x="-5.4629998"
id="rect33"
style="fill:#ffffff;fill-rule:evenodd" />
<g
transform="scale(0.87703798,1.1402015)"
style="font-size:61.8630867px;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;font-family:Sans"
id="text35">
<path
d="m 5.9902763,58.527214 c -0.8031356,0.390408 -1.6369333,0.683213 -2.5013955,0.878417 -0.8644828,0.195203 -1.7568416,0.292805 -2.67707886,0.292805 -2.08031894,0 -3.72839394,-0.580033 -4.94423004,-1.740101 -1.2158414,-1.165642 -1.8237608,-2.744002 -1.8237599,-4.735083 -9e-7,-2.013379 0.619073,-3.597315 1.8572234,-4.751815 1.2381451,-1.154478 2.9336266,-1.731723 5.08644984,-1.731736 0.83100126,1.3e-5 1.62575826,0.07809 2.38427336,0.234245 0.764072,0.156175 1.4835362,0.387631 2.1583948,0.694367 l 0,2.585054 C 4.8329858,49.857392 4.1386192,49.561798 3.4470514,49.366585 2.7610404,49.171392 2.072251,49.07379 1.3806812,49.073779 c -1.28277386,1.1e-5 -2.27273432,0.359743 -2.9698843,1.079198 -0.6915833,0.713896 -1.0373723,1.73732 -1.0373681,3.070275 -4.2e-6,1.321812 0.3346303,2.342448 1.0039046,3.061909 0.66926382,0.719467 1.62018358,1.079199 2.8527621,1.079197 0.3346265,2e-6 0.6441634,-0.01952 0.9286117,-0.05856 0.2900076,-0.04462 0.5493494,-0.111543 0.7780261,-0.200781 l 0,-2.426103 -1.96597981,0 0,-2.158395 5.01952281,0 0,6.006696"
style="font-size:17.1333046px;font-weight:bold;letter-spacing:0.05271786px;fill:#4d4d4d"
id="path3001"
inkscape:connector-curvature="0" />
<path
d="m 8.8706587,46.96558 8.6921403,0 0,2.434468 -5.47128,0 0,2.325713 5.145011,0 0,2.434468 -5.145011,0 0,2.861128 5.655329,0 0,2.434469 -8.8761893,0 0,-12.490246"
style="font-size:17.1333046px;font-weight:bold;letter-spacing:0.05271786px;fill:#4d4d4d"
id="path3003"
inkscape:connector-curvature="0" />
<path
d="m 25.211729,52.503787 c 0.67484,7e-6 1.157271,-0.125481 1.447295,-0.376465 0.295587,-0.250968 0.443384,-0.663684 0.443392,-1.238148 -8e-6,-0.568871 -0.147805,-0.976009 -0.443392,-1.221418 C 26.369,49.422367 25.886569,49.299668 25.211729,49.299658 l -1.355271,0 0,3.204129 1.355271,0 m -1.355271,2.225321 0,4.726718 -3.220861,0 0,-12.490246 4.919132,0 c 1.64528,1.2e-5 2.849965,0.276086 3.614057,0.828221 0.769649,0.552159 1.154479,1.424997 1.15449,2.618518 -1.1e-5,0.825441 -0.200792,1.503076 -0.602343,2.032907 -0.395994,0.529845 -0.995548,0.920252 -1.798662,1.171222 0.440593,0.100396 0.833789,0.329063 1.179588,0.686001 0.351356,0.351371 0.705511,0.886787 1.062466,1.606247 l 1.748467,3.54713 -3.430008,0 -1.522588,-3.103738 C 26.65344,55.72744 26.341114,55.300781 26.023218,55.072109 25.710886,54.843447 25.292593,54.729113 24.768338,54.729108 l -0.91188,0"
style="font-size:17.1333046px;font-weight:bold;letter-spacing:0.05271786px;fill:#4d4d4d"
id="path3005"
inkscape:connector-curvature="0" />
<path
d="m 38.875718,51.801053 c 0.507522,8e-6 0.892352,-0.111537 1.15449,-0.334634 0.262123,-0.223082 0.393188,-0.552139 0.393196,-0.987173 -8e-6,-0.429439 -0.131073,-0.755708 -0.393196,-0.978807 -0.262138,-0.228657 -0.646968,-0.342991 -1.15449,-0.343001 l -1.781931,0 0,2.643615 1.781931,0 m 0.108756,5.462915 c 0.646953,2e-6 1.132173,-0.136641 1.455662,-0.409928 0.329049,-0.273282 0.493577,-0.685998 0.493586,-1.238149 -9e-6,-0.540989 -0.161749,-0.945339 -0.485221,-1.213052 -0.323488,-0.273279 -0.811496,-0.409922 -1.464027,-0.409927 l -1.890687,0 0,3.271056 1.890687,0 m 2.994982,-4.492473 c 0.691568,0.200787 1.226984,0.571674 1.606247,1.11266 0.379241,0.540999 0.568868,1.20469 0.56888,1.991078 -1.2e-5,1.204688 -0.407151,2.102624 -1.221418,2.69381 -0.814288,0.591189 -2.052435,0.886783 -3.714447,0.886783 l -5.345791,0 0,-12.490246 4.835473,0 c 1.734516,1.2e-5 2.989396,0.262143 3.764642,0.786392 0.780804,0.524272 1.171211,1.363647 1.171222,2.518127 -1.1e-5,0.607929 -0.142231,1.126612 -0.426659,1.556052 -0.28445,0.423878 -0.697166,0.738992 -1.238149,0.945344"
style="font-size:17.1333046px;font-weight:bold;letter-spacing:0.05271786px;fill:#4d4d4d"
id="path3007"
inkscape:connector-curvature="0" />
<path
d="m 47.152087,56.218234 3.011714,0 0,3.237592 -3.011714,0 0,-3.237592"
style="font-size:17.1333046px;font-weight:bold;letter-spacing:0.05271786px;fill:#4d4d4d"
id="path3009"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
width="26" width="26"
height="26" height="26"
id="svg2" id="svg2"
inkscape:version="0.48.3.1 r9886" inkscape:version="0.48.4 r9939"
sodipodi:docname="library_table.svg"> sodipodi:docname="library_table.svg">
<metadata <metadata
id="metadata166"> id="metadata166">
...@@ -37,15 +37,15 @@ ...@@ -37,15 +37,15 @@
guidetolerance="10" guidetolerance="10"
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1600" inkscape:window-width="1920"
inkscape:window-height="849" inkscape:window-height="1033"
id="namedview164" id="namedview164"
showgrid="true" showgrid="true"
inkscape:zoom="13.906433" inkscape:zoom="13.906433"
inkscape:cx="-4.4802673" inkscape:cx="-4.4802673"
inkscape:cy="18.405854" inkscape:cy="18.405854"
inkscape:window-x="0" inkscape:window-x="-4"
inkscape:window-y="29" inkscape:window-y="-4"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg2" inkscape:current-layer="svg2"
inkscape:snap-to-guides="false" inkscape:snap-to-guides="false"
...@@ -554,16 +554,9 @@ ...@@ -554,16 +554,9 @@
id="path95" id="path95"
inkscape:connector-curvature="0" /> inkscape:connector-curvature="0" />
</g> </g>
<rect
style="fill:#ffffff;fill-opacity:1;stroke:none"
id="rect3143"
width="16.179562"
height="13.087469"
x="9.8515558"
y="8.6698914" />
<g <g
id="g4431" id="g4431"
transform="matrix(0.4598514,0,0,0.4598514,-17.774359,-2.6879261)"> transform="matrix(0.55787064,0,0,0.54301839,-27.23632,-8.0655491)">
<path <path
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient4444);stroke:#676b6a;stroke-width:0.8774851;stroke-opacity:1" style="color:#000000;fill:url(#linearGradient4444);stroke:#676b6a;stroke-width:0.8774851;stroke-opacity:1"
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -200,6 +200,7 @@ set( COMMON_SRCS ...@@ -200,6 +200,7 @@ set( COMMON_SRCS
systemdirsappend.cpp systemdirsappend.cpp
trigo.cpp trigo.cpp
utf8.cpp utf8.cpp
validators.cpp
wildcards_and_files_ext.cpp wildcards_and_files_ext.cpp
worksheet.cpp worksheet.cpp
wxwineda.cpp wxwineda.cpp
......
...@@ -151,24 +151,33 @@ void HOTKEY_LIST_CTRL::OnChar( wxKeyEvent& aEvent ) ...@@ -151,24 +151,33 @@ void HOTKEY_LIST_CTRL::OnChar( wxKeyEvent& aEvent )
DeselectRow( m_curEditingRow ); DeselectRow( m_curEditingRow );
m_curEditingRow = -1; m_curEditingRow = -1;
break; break;
default: default:
if( key >= 'a' && key <= 'z' ) // convert to uppercase
key = key + ('A' - 'a');
// Remap Ctrl A (=1+GR_KB_CTRL) to Ctrl Z(=26+GR_KB_CTRL)
// to GR_KB_CTRL+'A' .. GR_KB_CTRL+'Z'
if( aEvent.ControlDown() && key >= WXK_CONTROL_A && key <= WXK_CONTROL_Z )
key += 'A' - 1;
/* Disallow shift for keys that have two keycodes on them (e.g. number and
* punctuation keys) leaving only the "letter keys" of A-Z.
* Then, you can have, e.g. Ctrl-5 and Ctrl-% (GB layout)
* and Ctrl-( and Ctrl-5 (FR layout).
* Otherwise, you'd have to have to say Ctrl-Shift-5 on a FR layout
*/
bool keyIsLetter = key >= 'A' && key <= 'Z';
if( aEvent.ShiftDown() && ( keyIsLetter || key > 256 ) )
key |= GR_KB_SHIFT;
if( aEvent.ControlDown() ) if( aEvent.ControlDown() )
key |= GR_KB_CTRL; key |= GR_KB_CTRL;
if( aEvent.AltDown() ) if( aEvent.AltDown() )
key |= GR_KB_ALT; key |= GR_KB_ALT;
if( aEvent.ShiftDown() && (key > 256) )
key |= GR_KB_SHIFT;
// Remap Ctrl A (=1+GR_KB_CTRL) to Ctrl Z(=26+GR_KB_CTRL)
// to GR_KB_CTRL+'A' .. GR_KB_CTRL+'Z'
if( (key > GR_KB_CTRL) && (key <= GR_KB_CTRL+26) )
key += ('A' - 1);
if( key >= 'a' && key <= 'z' ) // convert to uppercase
key = key + ('A' - 'a');
// See if this key code is handled in hotkeys names list // See if this key code is handled in hotkeys names list
bool exists; bool exists;
KeyNameFromKeyCode( key, &exists ); KeyNameFromKeyCode( key, &exists );
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<wxFormBuilder_Project> <wxFormBuilder_Project>
<FileVersion major="1" minor="11" /> <FileVersion major="1" minor="13" />
<object class="Project" expanded="1"> <object class="Project" expanded="1">
<property name="class_decoration">; </property> <property name="class_decoration">; </property>
<property name="code_generation">C++</property> <property name="code_generation">C++</property>
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
<property name="caption"></property> <property name="caption"></property>
<property name="caption_visible">1</property> <property name="caption_visible">1</property>
<property name="center_pane">0</property> <property name="center_pane">0</property>
<property name="choices">&quot;1&quot; &quot;2&quot; &quot;3&quot; &quot;4&quot; &quot;5&quot; &quot;6&quot; &quot;7&quot; &quot;8&quot; &quot;9&quot; &quot;10&quot; &quot;11&quot; &quot;12&quot; &quot;13&quot; &quot;14&quot; &quot;15&quot; &quot;16&quot; &quot;17&quot; &quot;18&quot; &quot;19&quot; &quot;20&quot; &quot;21&quot; &quot;22&quot; &quot;23&quot; &quot;24&quot; &quot;25&quot; &quot;26&quot;</property> <property name="choices"></property>
<property name="close_button">1</property> <property name="close_button">1</property>
<property name="context_help"></property> <property name="context_help"></property>
<property name="context_menu">1</property> <property name="context_menu">1</property>
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment