Browse Source
++ Pcbnew:
++ Pcbnew:
* in variable names, change non existent word Hight to High
* Remove redundant tool in left toolbar (option toolbar)
(this option is now in layers manager)
* Show layers in horizontal combo box in same order as in layer manager.
++all:
minor code cleaning.
pull/1/head
30 changed files with 1277 additions and 1263 deletions
-
11CHANGELOG.txt
-
1bitmaps/CMakeLists.txt
-
30bitmaps/net_hightlight.xpm
-
2eeschema/tool_viewlib.cpp
-
1gerbview/edit.cpp
-
4gerbview/gerberframe.cpp
-
25gerbview/gerbview_id.h
-
1gerbview/tool_gerber.cpp
-
1include/bitmaps.h
-
11include/id.h
-
2include/wxPcbStruct.h
-
BINinternat/fr/kicad.mo
-
2202internat/fr/kicad.po
-
2pcbnew/class_board.h
-
8pcbnew/cross-probing.cpp
-
4pcbnew/deltrack.cpp
-
6pcbnew/dialog_general_options.cpp
-
4pcbnew/edit.cpp
-
8pcbnew/editrack-part2.cpp
-
38pcbnew/editrack.cpp
-
2pcbnew/initpcb.cpp
-
44pcbnew/move_or_drag_track.cpp
-
6pcbnew/pcbnew.cpp
-
6pcbnew/pcbnew.h
-
10pcbnew/pcbnew_id.h
-
36pcbnew/surbrill.cpp
-
34pcbnew/tool_pcb.cpp
-
7pcbnew/toolbars_update_user_interface.cpp
-
6pcbnew/tracepcb.cpp
-
28pcbnew/zones_by_polygon.cpp
@ -1,30 +0,0 @@ |
|||
/* XPM */ |
|||
#ifndef XPMMAIN |
|||
extern const char* net_hightlight_xpm[]; |
|||
#else |
|||
const char *net_hightlight_xpm[] = { |
|||
/* columns rows colors const chars-per-pixel */ |
|||
"16 16 3 1", |
|||
"- c #008000", |
|||
". c #00FF00", |
|||
"X c None", |
|||
/* pixels */ |
|||
"XXXXXXXXXXXXXXXX", |
|||
"XXXXXX-XXXXXXXXX", |
|||
"XXXXXX-XXXXXXXXX", |
|||
"XXXXXX-XXXXXXXXX", |
|||
"XXXXXX-XXXXXXXXX", |
|||
"XXXXX...XXXXXXXX", |
|||
"XXXX.....XXXXXXX", |
|||
"----.....------X", |
|||
"XXXX.....XXXXXXX", |
|||
"XXXXX...XXXXXXXX", |
|||
"XXXXXX-XXXXXXXXX", |
|||
"XXXXXX-XXXXXXXXX", |
|||
"XXXXXX-XXXXXXXXX", |
|||
"XXXXXX-XXXXXXXXX", |
|||
"XXXXXX-XXXXXXXXX", |
|||
"XXXXXXXXXXXXXXXX" |
|||
}; |
|||
|
|||
#endif |
|||
@ -0,0 +1,25 @@ |
|||
#ifndef __GERBVIEW_ID_H__ |
|||
#define __GERBVIEW_ID_H__ |
|||
|
|||
#include "id.h" |
|||
|
|||
/** |
|||
* Command IDs for the printed circuit board editor. |
|||
* |
|||
* Please add IDs that are unique to the printed circuit board editor (PCBNew) |
|||
* here and not in the global id.h file. This will prevent the entire project |
|||
* from being rebuilt when adding new commands to the PCBNew. |
|||
*/ |
|||
|
|||
enum gerbview_ids |
|||
{ |
|||
ID_MAIN_MENUBAR = ID_END_LIST, |
|||
|
|||
ID_TOOLBARH_PCB_SELECT_LAYER, |
|||
ID_PCB_DELETE_ITEM_BUTT, |
|||
ID_PCB_GLOBAL_DELETE, |
|||
ID_POPUP_PCB_DELETE_TRACKSEG, |
|||
ID_PCB_DISPLAY_OPTIONS_SETUP |
|||
}; |
|||
|
|||
#endif /* __GERBVIEW_IDS_H__ */ |
|||
2202
internat/fr/kicad.po
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue