Moved and fixed all XPM files to /bitmaps directory.
Fixed all related files also.
This commit is contained in:
parent
3e5a78b0d3
commit
b7eaed3fe5
|
@ -1,9 +1,9 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char *Add_Corner_xpm[];
|
||||
extern const char *add_corner_xpm[];
|
||||
|
||||
#else
|
||||
const char * Add_Corner_xpm[] = {
|
||||
const char * add_corner_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 7 1",
|
||||
" c None",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Break_Line_xpm[];
|
||||
extern const char* break_line_xpm[];
|
||||
#else
|
||||
const char * Break_Line_xpm[] = {
|
||||
const char * break_line_xpm[] = {
|
||||
"16 16 34 1",
|
||||
" c None",
|
||||
". c #D72E2E",
|
||||
|
|
|
@ -290,6 +290,100 @@ set( BITMAP_SRCS
|
|||
Zoom_Selected.xpm
|
||||
Zoom_Select.xpm
|
||||
zoom.xpm
|
||||
# 3d-viewer
|
||||
axis3d_back.xpm
|
||||
axis3d_bottom.xpm
|
||||
axis3d_front.xpm
|
||||
axis3d_left.xpm
|
||||
axis3d_right.xpm
|
||||
axis3d_top.xpm
|
||||
axis3d.xpm
|
||||
import3d.xpm
|
||||
rotate-x.xpm
|
||||
rotate+x.xpm
|
||||
rotate-y.xpm
|
||||
rotate+y.xpm
|
||||
rotate-z.xpm
|
||||
rotate+z.xpm
|
||||
zoomoins3d.xpm
|
||||
zoompage3d.xpm
|
||||
zoomplus3d.xpm
|
||||
zoomrefr3d.xpm
|
||||
# common
|
||||
# Icons for language choice (currently, used only for Windows, but needed also for linux for compilation compatibility)
|
||||
Lang_Catalan.xpm
|
||||
Lang_chinese.xpm
|
||||
Lang_Default.xpm
|
||||
Lang_De.xpm
|
||||
Lang_En.xpm
|
||||
Lang_Es.xpm
|
||||
Lang_Fr.xpm
|
||||
Lang_Hu.xpm
|
||||
Lang_It.xpm
|
||||
Lang_Ko.xpm
|
||||
Lang_Nl.xpm
|
||||
Lang_Pl.xpm
|
||||
Lang_Pt.xpm
|
||||
Lang_Ru.xpm
|
||||
Lang_Sl.xpm
|
||||
Language.xpm
|
||||
# cvpcb
|
||||
delete_association.xpm
|
||||
module_filtered_list.xpm
|
||||
module_full_list.xpm
|
||||
# eeschema
|
||||
Break_Bus.xpm
|
||||
# Break_Line.xpm
|
||||
cvpcb.xpm
|
||||
Delete_Bus.xpm
|
||||
Delete_Connection.xpm
|
||||
Delete_GLabel.xpm
|
||||
# Delete_Node.xpm
|
||||
Delete_Pinsheet.xpm
|
||||
Delete_Pin.xpm
|
||||
Delete_Sheet.xpm
|
||||
Edit_Comp_Footprint.xpm
|
||||
Edit_Component.xpm
|
||||
Edit_Comp_Ref.xpm
|
||||
Edit_Comp_Value.xpm
|
||||
Edit_Part.xpm
|
||||
Edit_Sheet.xpm
|
||||
Enter_Sheet.xpm
|
||||
GLabel2Label.xpm
|
||||
GLabel2Text.xpm
|
||||
GL_Change.xpm
|
||||
Hidden_Pin.xpm
|
||||
Hierarchy_cursor.xpm
|
||||
Hierarchy_Nav.xpm
|
||||
# import_hierarchical_label.xpm
|
||||
Label2GLabel.xpm
|
||||
Label2Text.xpm
|
||||
Leave_Sheet.xpm
|
||||
libedit_icon.xpm
|
||||
libedit.xpm
|
||||
Lib_next.xpm
|
||||
Lib_previous.xpm
|
||||
library_browse.xpm
|
||||
Lines90.xpm
|
||||
# Mirror_H.xpm
|
||||
# Mirror_V.xpm
|
||||
Move_GLabel.xpm
|
||||
Move_Pinsheet.xpm
|
||||
Move_Sheet.xpm
|
||||
new_component.xpm
|
||||
Normal.xpm
|
||||
Options_Pinsheet.xpm
|
||||
Options_Pin.xpm
|
||||
part_properties.xpm
|
||||
pin2pin.xpm
|
||||
Pin_Name_to.xpm
|
||||
Pin_Number_to.xpm
|
||||
Pin_Size_to.xpm
|
||||
Pin_to.xpm
|
||||
Resize_Sheet.xpm
|
||||
Rotate_GLabel.xpm
|
||||
Rotate_Pin.xpm
|
||||
viewlibs_icon.xpm
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Delete_Module_xpm[];
|
||||
extern const char* delete_module_xpm[];
|
||||
#else
|
||||
const char * Delete_Module_xpm[] = {
|
||||
const char * delete_module_xpm[] = {
|
||||
"16 16 129 2",
|
||||
" c None",
|
||||
". c #000000",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Delete_Net_xpm[];
|
||||
extern const char* delete_net_xpm[];
|
||||
#else
|
||||
const char * Delete_Net_xpm[] = {
|
||||
const char * delete_net_xpm[] = {
|
||||
"16 16 128 2",
|
||||
" c None",
|
||||
". c #005900",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Delete_Node_xpm[];
|
||||
extern const char* delete_node_xpm[];
|
||||
#else
|
||||
const char * Delete_Node_xpm[] = {
|
||||
const char * delete_node_xpm[] = {
|
||||
"16 16 132 2",
|
||||
" c None",
|
||||
". c #007D00",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Delete_Pad_xpm[];
|
||||
extern const char* delete_pad_xpm[];
|
||||
#else
|
||||
const char * Delete_Pad_xpm[] = {
|
||||
const char * delete_pad_xpm[] = {
|
||||
"16 16 120 2",
|
||||
" c None",
|
||||
". c #000000",
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char *Delete_Polygon_xpm[];
|
||||
extern const char *delete_polygon_xpm[];
|
||||
|
||||
#else
|
||||
const char * Delete_Polygon_xpm[] = {
|
||||
const char * delete_polygon_xpm[] = {
|
||||
"16 16 120 2",
|
||||
" c None",
|
||||
". c #00009B",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Delete_Track_xpm[];
|
||||
extern const char* delete_track_xpm[];
|
||||
#else
|
||||
const char * Delete_Track_xpm[] = {
|
||||
const char * delete_track_xpm[] = {
|
||||
"16 16 115 2",
|
||||
" c None",
|
||||
". c #007D00",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Drag_Module_xpm[];
|
||||
extern const char* drag_module_xpm[];
|
||||
#else
|
||||
const char * Drag_Module_xpm[] = {
|
||||
const char * drag_module_xpm[] = {
|
||||
"16 16 63 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Edges_Sketch_xpm[];
|
||||
extern const char* edges_sketch_xpm[];
|
||||
#else
|
||||
const char * Edges_Sketch_xpm[] = {
|
||||
const char * edges_sketch_xpm[] = {
|
||||
"16 16 3 1",
|
||||
" c None",
|
||||
". c #D72E2E",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Edit_Module_xpm[];
|
||||
extern const char* edit_module_xpm[];
|
||||
#else
|
||||
const char * Edit_Module_xpm[] = {
|
||||
const char * edit_module_xpm[] = {
|
||||
"16 16 48 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Export_Options_Pad_xpm[];
|
||||
extern const char* export_options_pad_xpm[];
|
||||
#else
|
||||
const char * Export_Options_Pad_xpm[] = {
|
||||
const char * export_options_pad_xpm[] = {
|
||||
"16 16 71 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Flag_xpm[];
|
||||
extern const char* flag_xpm[];
|
||||
#else
|
||||
const char * Flag_xpm[] = {
|
||||
const char * flag_xpm[] = {
|
||||
"16 16 24 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Load_Module_Lib_xpm[];
|
||||
extern const char* load_module_lib_xpm[];
|
||||
#else
|
||||
const char * Load_Module_Lib_xpm[] = {
|
||||
const char * load_module_lib_xpm[] = {
|
||||
"16 16 143 2",
|
||||
" c None",
|
||||
". c #050607",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Locked_xpm[];
|
||||
extern const char* locked_xpm[];
|
||||
#else
|
||||
const char * Locked_xpm[] = {
|
||||
const char * locked_xpm[] = {
|
||||
"16 16 90 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Modul_Edit_xpm[];
|
||||
extern const char* module_edit_xpm[];
|
||||
#else
|
||||
const char * Modul_Edit_xpm[] = {
|
||||
const char * module_edit_xpm[] = {
|
||||
"16 16 37 1",
|
||||
" c None",
|
||||
". c #FF7800",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Module_Ratsnet_xpm[];
|
||||
extern const char* module_ratsnet_xpm[];
|
||||
#else
|
||||
const char * Module_Ratsnet_xpm[] = {
|
||||
const char * module_ratsnet_xpm[] = {
|
||||
"16 16 39 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Move_Module_xpm[];
|
||||
extern const char* move_module_xpm[];
|
||||
#else
|
||||
const char * Move_Module_xpm[] = {
|
||||
const char * move_module_xpm[] = {
|
||||
"16 16 55 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Move_Pin_xpm[];
|
||||
extern const char* move_pin_xpm[];
|
||||
#else
|
||||
const char * Move_Pin_xpm[] = {
|
||||
const char * move_pin_xpm[] = {
|
||||
"16 16 56 1",
|
||||
" c None",
|
||||
". c #D72E2E",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Net_HighLight_xpm[];
|
||||
extern const char* net_highlight_xpm[];
|
||||
#else
|
||||
const char * Net_HighLight_xpm[] = {
|
||||
const char * net_highlight_xpm[] = {
|
||||
"16 16 74 1",
|
||||
" c None",
|
||||
". c #46FF00",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Net_Locked_xpm[];
|
||||
extern const char* net_locked_xpm[];
|
||||
#else
|
||||
const char * Net_Locked_xpm[] = {
|
||||
const char * net_locked_xpm[] = {
|
||||
"16 16 90 1",
|
||||
" c None",
|
||||
". c #007D00",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Net_UnLocked_xpm[];
|
||||
extern const char* net_unlocked_xpm[];
|
||||
#else
|
||||
const char * Net_UnLocked_xpm[] = {
|
||||
const char * net_unlocked_xpm[] = {
|
||||
"16 16 90 1",
|
||||
" c None",
|
||||
". c #007D00",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* New_Module_xpm[];
|
||||
extern const char* new_module_xpm[];
|
||||
#else
|
||||
const char * New_Module_xpm[] = {
|
||||
const char * new_module_xpm[] = {
|
||||
"16 16 73 1",
|
||||
" c None",
|
||||
". c #FFF500",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Options_All_Tracks_xpm[];
|
||||
extern const char* options_all_tracks_xpm[];
|
||||
#else
|
||||
const char * Options_All_Tracks_xpm[] = {
|
||||
const char * options_all_tracks_xpm[] = {
|
||||
"16 16 39 1",
|
||||
" c None",
|
||||
". c #007D00",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Options_All_Vias_xpm[];
|
||||
extern const char* options_all_vias_xpm[];
|
||||
#else
|
||||
const char * Options_All_Vias_xpm[] = {
|
||||
const char * options_all_vias_xpm[] = {
|
||||
"16 16 56 1",
|
||||
" c None",
|
||||
". c #D72E2E",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Options_Module_xpm[];
|
||||
extern const char* options_module_xpm[];
|
||||
#else
|
||||
const char * Options_Module_xpm[] = {
|
||||
const char * options_module_xpm[] = {
|
||||
"16 16 53 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Options_Track_xpm[];
|
||||
extern const char* options_track_xpm[];
|
||||
#else
|
||||
const char * Options_Track_xpm[] = {
|
||||
const char * options_track_xpm[] = {
|
||||
"16 16 45 1",
|
||||
" c None",
|
||||
". c #007D00",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Options_Tracks_xpm[];
|
||||
extern const char* options_tracks_xpm[];
|
||||
#else
|
||||
const char * Options_Tracks_xpm[] = {
|
||||
const char * options_tracks_xpm[] = {
|
||||
"16 16 36 1",
|
||||
" c None",
|
||||
". c #007D00",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Options_Vias_xpm[];
|
||||
extern const char* options_vias_xpm[];
|
||||
#else
|
||||
const char * Options_Vias_xpm[] = {
|
||||
const char * options_vias_xpm[] = {
|
||||
"16 16 44 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Post_Module_xpm[];
|
||||
extern const char* post_module_xpm[];
|
||||
#else
|
||||
const char * Post_Module_xpm[] = {
|
||||
const char * post_module_xpm[] = {
|
||||
"16 16 52 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Select_W_Layer_xpm[];
|
||||
extern const char* select_w_layer_xpm[];
|
||||
#else
|
||||
const char * Select_W_Layer_xpm[] = {
|
||||
const char * select_w_layer_xpm[] = {
|
||||
"16 16 24 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Track_Locked_xpm[];
|
||||
extern const char* track_locked_xpm[];
|
||||
#else
|
||||
const char * Track_Locked_xpm[] = {
|
||||
const char * track_locked_xpm[] = {
|
||||
"16 16 89 1",
|
||||
" c None",
|
||||
". c #007D00",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Track_Sketch_xpm[];
|
||||
extern const char* track_sketch_xpm[];
|
||||
#else
|
||||
const char * Track_Sketch_xpm[] = {
|
||||
const char * track_sketch_xpm[] = {
|
||||
"16 16 5 1",
|
||||
" c None",
|
||||
". c #007D00",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Track_UnLocked_xpm[];
|
||||
extern const char* track_unlocked_xpm[];
|
||||
#else
|
||||
const char * Track_UnLocked_xpm[] = {
|
||||
const char * track_unlocked_xpm[] = {
|
||||
"16 16 81 1",
|
||||
" c None",
|
||||
". c #007D00",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char* Unlocked_xpm[];
|
||||
extern const char* unlocked_xpm[];
|
||||
#else
|
||||
const char * Unlocked_xpm[] = {
|
||||
const char * unlocked_xpm[] = {
|
||||
"16 16 88 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
|
|
Loading…
Reference in New Issue