Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
f0cd1476
Commit
f0cd1476
authored
Oct 27, 2007
by
CHARRAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pcbnew: use collector class to locate items in modedit, the footprint editor (thanks, Dick).
parent
5fc79254
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
318 additions
and
212 deletions
+318
-212
change_log.txt
change_log.txt
+4
-0
wxstruct.h
include/wxstruct.h
+1
-1
kicad.mo
internat/fr/kicad.mo
+0
-0
kicad.po
internat/fr/kicad.po
+149
-151
basepcbframe.cpp
pcbnew/basepcbframe.cpp
+3
-1
clean.cpp
pcbnew/clean.cpp
+52
-50
collectors.cpp
pcbnew/collectors.cpp
+8
-0
collectors.h
pcbnew/collectors.h
+5
-0
modedit.cpp
pcbnew/modedit.cpp
+91
-9
modedit_onclick.cpp
pcbnew/modedit_onclick.cpp
+2
-0
moduleframe.cpp
pcbnew/moduleframe.cpp
+3
-0
No files found.
change_log.txt
View file @
f0cd1476
...
...
@@ -15,6 +15,10 @@ email address.
display frame
minor other changes
+ pcbnew:
Use collector class to locate items in modedit.
This is a big enhancement,
but a small work for me because Dick made all the work.
2007-Oct-26 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
...
...
include/wxstruct.h
View file @
f0cd1476
...
...
@@ -942,7 +942,7 @@ public:
virtual
void
HandleBlockPlace
(
wxDC
*
DC
);
virtual
int
HandleBlockEnd
(
wxDC
*
DC
);
BOARD_ITEM
*
ModeditLocateAndDisplay
();
BOARD_ITEM
*
ModeditLocateAndDisplay
(
int
aHotKeyCode
=
0
);
/* Undo and redo functions */
public
:
...
...
internat/fr/kicad.mo
View file @
f0cd1476
No preview for this file type
internat/fr/kicad.po
View file @
f0cd1476
...
...
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: kicad\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2007-10-2
4 22:13
+0100\n"
"PO-Revision-Date: 2007-10-2
7 18:37
+0100\n"
"Last-Translator: \n"
"Language-Team: kicad team <jean-pierre.charras@ujf-grenoble.fr>\n"
"MIME-Version: 1.0\n"
...
...
@@ -122,7 +122,7 @@ msgstr "Addition
#: pcbnew/edit.cpp:283
#: pcbnew/tool_modedit.cpp:180
#: eeschema/schedit.cpp:314
#: eeschema/libframe.cpp:50
2
#: eeschema/libframe.cpp:50
3
#: gerbview/tool_gerber.cpp:383
msgid "Add Text"
msgstr "Ajout de Texte"
...
...
@@ -146,7 +146,7 @@ msgstr "Monter le chevelu g
#: pcbnew/edit.cpp:461
#: pcbnew/modedit.cpp:344
#: eeschema/schedit.cpp:454
#: eeschema/libframe.cpp:57
8
#: eeschema/libframe.cpp:57
9
msgid "Delete item"
msgstr "Suppression d'lments"
...
...
@@ -411,7 +411,7 @@ msgid "Create error "
msgstr "Erreur en cration "
#: pcbnew/muwave_command.cpp:52
#: eeschema/libframe.cpp:51
8
#: eeschema/libframe.cpp:51
9
msgid "Add Line"
msgstr "Addition de lignes"
...
...
@@ -1131,8 +1131,8 @@ msgstr "Offset Y"
#: eeschema/dialog_cmp_graphic_properties.cpp:178
#: eeschema/pinedit-dialog.cpp:308
#: eeschema/dialog_build_BOM.cpp:339
#: cvpcb/dialog_
display_options.cpp:190
#: cvpcb/dialog_
cvpcb_config.cpp:135
#: cvpcb/dialog_
cvpcb_config.cpp:139
#: cvpcb/dialog_
display_options.cpp:186
#: share/setpage.cpp:232
msgid "&OK"
msgstr "&OK"
...
...
@@ -1155,7 +1155,7 @@ msgstr "&OK"
#: eeschema/dialog_cmp_graphic_properties.cpp:182
#: eeschema/pinedit-dialog.cpp:304
#: eeschema/dialog_build_BOM.cpp:343
#: cvpcb/dialog_display_options.cpp:19
5
#: cvpcb/dialog_display_options.cpp:19
1
#: share/setpage.cpp:237
msgid "&Cancel"
msgstr "&Annuler"
...
...
@@ -1278,7 +1278,7 @@ msgstr "Composant [%s]: Module <%sw non trouv
#: pcbnew/dialog_setup_libs.cpp:97
#: eeschema/eestatus.cpp:111
#: eeschema/dialog_eeschema_config.cpp:105
#: cvpcb/dialog_cvpcb_config.cpp:7
4
#: cvpcb/dialog_cvpcb_config.cpp:7
6
#: gerbview/reglage.cpp:98
msgid "from "
msgstr "De "
...
...
@@ -1287,8 +1287,8 @@ msgstr "De "
#: pcbnew/dialog_setup_libs.cpp:153
#: eeschema/eestatus.cpp:116
#: eeschema/dialog_eeschema_config.cpp:161
#: cvpcb/dialog_
display_options.cpp:18
1
#: cvpcb/dialog_
cvpcb_config.cpp:12
7
#: cvpcb/dialog_
cvpcb_config.cpp:13
1
#: cvpcb/dialog_
display_options.cpp:17
7
msgid "Save Cfg"
msgstr "Sauver config"
...
...
@@ -1296,6 +1296,8 @@ msgstr "Sauver config"
#: pcbnew/dialog_setup_libs.cpp:175
#: eeschema/eestatus.cpp:120
#: eeschema/dialog_eeschema_config.cpp:196
#: cvpcb/dialog_cvpcb_config.cpp:170
#: cvpcb/dialog_cvpcb_config.cpp:202
msgid "Del"
msgstr "Supprimer"
...
...
@@ -1305,6 +1307,8 @@ msgstr "Supprimer"
#: eeschema/dialog_eeschema_config.cpp:200
#: eeschema/edit_component_in_lib.cpp:233
#: eeschema/edit_component_in_lib.cpp:312
#: cvpcb/dialog_cvpcb_config.cpp:174
#: cvpcb/dialog_cvpcb_config.cpp:206
msgid "Add"
msgstr "Ajouter"
...
...
@@ -1312,6 +1316,8 @@ msgstr "Ajouter"
#: pcbnew/dialog_setup_libs.cpp:183
#: eeschema/eestatus.cpp:128
#: eeschema/dialog_eeschema_config.cpp:204
#: cvpcb/dialog_cvpcb_config.cpp:178
#: cvpcb/dialog_cvpcb_config.cpp:210
msgid "Ins"
msgstr "Insrer"
...
...
@@ -1323,7 +1329,7 @@ msgstr "Lib Modules:"
#: pcbnew/dialog_setup_libs.cpp:159
#: eeschema/eestatus.cpp:148
#: eeschema/dialog_eeschema_config.cpp:180
#: cvpcb/dialog_cvpcb_config.cpp:1
47
#: cvpcb/dialog_cvpcb_config.cpp:1
51
msgid "Files ext:"
msgstr "Ext. Fichiers"
...
...
@@ -1443,8 +1449,6 @@ msgstr "Garder"
#: pcbnew/onrightclick.cpp:816
#: eeschema/edit_component_in_lib.cpp:239
#: eeschema/edit_component_in_lib.cpp:320
#: cvpcb/dialog_cvpcb_config.cpp:166
#: cvpcb/dialog_cvpcb_config.cpp:198
msgid "Delete"
msgstr "Supprimer"
...
...
@@ -1480,109 +1484,109 @@ msgstr "Test Modules"
msgid "Compile"
msgstr "Compile"
#: pcbnew/pcbframe.cpp:26
1
#: pcbnew/pcbframe.cpp:26
2
msgid "Board modified, Save before exit ?"
msgstr "Circuit Imprim modifie, Sauver avant de quitter ?"
#: pcbnew/pcbframe.cpp:26
2
#: pcbnew/pcbframe.cpp:26
3
#: eeschema/schframe.cpp:183
#: cvpcb/cvframe.cpp:169
#: common/confirm.cpp:109
msgid "Confirmation"
msgstr "Confirmation"
#: pcbnew/pcbframe.cpp:36
2
#: pcbnew/pcbframe.cpp:36
3
msgid "DRC Off (Disable !!!), Currently: DRC is active"
msgstr "DRC off (dsactive !!!), actuellement DRC active"
#: pcbnew/pcbframe.cpp:36
3
#: pcbnew/pcbframe.cpp:36
4
msgid "DRC On (Currently: DRC is inactive !!!)"
msgstr "DRC On (Actuellement, DRC dsactive !!!)"
#: pcbnew/pcbframe.cpp:37
4
#: pcbnew/pcbframe.cpp:37
5
msgid "Polar Coords not show"
msgstr "Coord Polaires non affiches"
#: pcbnew/pcbframe.cpp:37
5
#: pcbnew/pcbframe.cpp:37
6
msgid "Display Polar Coords"
msgstr "Affichage coord Polaires"
#: pcbnew/pcbframe.cpp:38
0
#: pcbnew/pcbframe.cpp:38
1
#: eeschema/schframe.cpp:261
msgid "Grid not show"
msgstr "Grille non montre"
#: pcbnew/pcbframe.cpp:38
0
#: pcbnew/pcbframe.cpp:38
1
#: eeschema/schframe.cpp:261
msgid "Show Grid"
msgstr "Afficher grille"
#: pcbnew/pcbframe.cpp:3
89
#: pcbnew/pcbframe.cpp:3
90
msgid "General ratsnest not show"
msgstr "Chevelu gnral non affich"
#: pcbnew/pcbframe.cpp:3
89
#: pcbnew/pcbframe.cpp:3
90
msgid "Show General ratsnest"
msgstr "Afficher le chevelu gnral"
#: pcbnew/pcbframe.cpp:39
5
#: pcbnew/pcbframe.cpp:39
6
msgid "Module ratsnest not show"
msgstr "Ne pas montrer le chevelu du module pendant dplacement"
#: pcbnew/pcbframe.cpp:39
6
#: pcbnew/pcbframe.cpp:39
7
msgid "Show Module ratsnest"
msgstr "Montrer le chevelu du module"
#: pcbnew/pcbframe.cpp:40
3
#: pcbnew/pcbframe.cpp:40
4
msgid "Disable Auto Delete old Track"
msgstr "Ne pas Autoriser l'effacement automatique des pistes"
#: pcbnew/pcbframe.cpp:40
4
#: pcbnew/pcbframe.cpp:40
5
msgid "Enable Auto Delete old Track"
msgstr "Autoriser l'effacement automatique des pistes"
#: pcbnew/pcbframe.cpp:41
1
#: pcbnew/pcbframe.cpp:41
2
msgid "Do not Show Zones"
msgstr "Ne pas monter Zones"
#: pcbnew/pcbframe.cpp:41
1
#: pcbnew/pcbframe.cpp:41
2
#: pcbnew/tool_pcb.cpp:361
#: pcbnew/set_color.h:344
msgid "Show Zones"
msgstr "Monter Zones"
#: pcbnew/pcbframe.cpp:41
7
#: pcbnew/pcbframe.cpp:41
8
msgid "Show Pads Sketch mode"
msgstr "Afficher pastilles en contour"
#: pcbnew/pcbframe.cpp:41
8
#: pcbnew/pcbframe.cpp:41
9
msgid "Show pads filled mode"
msgstr "Afficher pastilles en mode plein"
#: pcbnew/pcbframe.cpp:42
4
#: pcbnew/pcbframe.cpp:42
5
msgid "Show Tracks Sketch mode"
msgstr "Afficher pistes en contour"
#: pcbnew/pcbframe.cpp:42
5
#: pcbnew/pcbframe.cpp:42
6
msgid "Show Tracks filled mode"
msgstr "Afficher pistes en mode plein"
#: pcbnew/pcbframe.cpp:43
1
#: pcbnew/pcbframe.cpp:43
2
msgid "Normal Contrast Mode Display"
msgstr "Mode d'affichage Contraste normal"
#: pcbnew/pcbframe.cpp:43
2
#: pcbnew/pcbframe.cpp:43
3
#: pcbnew/tool_pcb.cpp:374
msgid "Hight Contrast Mode Display"
msgstr "Mode d'affichage Haut Contraste"
#: pcbnew/pcbframe.cpp:44
2
#: pcbnew/pcbframe.cpp:44
3
#: pcbnew/class_board_item.cpp:140
#: pcbnew/class_track.cpp:728
msgid "Track"
msgstr "Piste"
#: pcbnew/pcbframe.cpp:47
4
#: pcbnew/pcbframe.cpp:47
5
#: pcbnew/class_board_item.cpp:170
msgid "Via"
msgstr "Via"
...
...
@@ -2067,7 +2071,7 @@ msgid "Buried"
msgstr "Borgne"
#: pcbnew/class_board_item.cpp:198
#: pcbnew/class
pcb.cpp:313
#: pcbnew/class
_marker.cpp:92
msgid "Marker"
msgstr "Marqueur"
...
...
@@ -2466,7 +2470,7 @@ msgid "Inches"
msgstr "Pouces"
#: pcbnew/set_grid.cpp:148
#: share/drawframe.cpp:38
1
#: share/drawframe.cpp:38
9
msgid "mm"
msgstr "mm"
...
...
@@ -2541,7 +2545,7 @@ msgid "Drill Shape:"
msgstr "Forme du perage:"
#: pcbnew/dialog_pad_edit.cpp:186
#: pcbnew/clean.cpp:4
56
#: pcbnew/clean.cpp:4
62
#: eeschema/dialog_erc.cpp:192
#: eeschema/dialog_erc.cpp:196
#: eeschema/dialog_edit_component_in_schematic.cpp:172
...
...
@@ -2736,9 +2740,9 @@ msgid "Modules (%d items)"
msgstr "Modules (%d lments)"
#: pcbnew/classpcb.cpp:181
#: pcbnew/classpcb.cpp:313
#: pcbnew/class_text_mod.cpp:337
#: pcbnew/class_track.cpp:739
#: pcbnew/class_marker.cpp:92
#: gerbview/affiche.cpp:93
msgid "Type"
msgstr "Type"
...
...
@@ -2756,10 +2760,6 @@ msgstr " Arc "
msgid "Segment"
msgstr "Segment"
#: pcbnew/classpcb.cpp:316
msgid "Marker Error Text"
msgstr "Texte du Marqueur d'erreurs"
#: pcbnew/cleaningoptions_dialog.cpp:146
msgid "Static"
msgstr "Static"
...
...
@@ -3024,59 +3024,59 @@ msgstr "Ref."
#: pcbnew/class_pad.cpp:883
#: pcbnew/class_edge_mod.cpp:285
#: pcbnew/class_module.cpp:1142
#: cvpcb/setvisu.cpp:3
0
#: cvpcb/setvisu.cpp:3
1
msgid "Module"
msgstr "Module"
#: pcbnew/clean.cpp:17
2
#: pcbnew/clean.cpp:17
7
msgid "Delete unconnected tracks:"
msgstr "Suppression Pistes non connectes"
#: pcbnew/clean.cpp:19
1
#: pcbnew/clean.cpp:19
6
msgid "ViaDef"
msgstr "ViaDef"
#: pcbnew/clean.cpp:36
2
#: pcbnew/clean.cpp:36
8
msgid "Clean Null Segments"
msgstr "Nettoyage segments nulls"
#: pcbnew/clean.cpp:4
54
#: pcbnew/clean.cpp:4
60
msgid "Merging Segments:"
msgstr "Associe Segment"
#: pcbnew/clean.cpp:4
56
#: pcbnew/clean.cpp:4
62
msgid "Merge"
msgstr "Merge"
#: pcbnew/clean.cpp:47
3
#: pcbnew/clean.cpp:47
8
msgid "Merge: "
msgstr "Merge: "
#: pcbnew/clean.cpp:
69
8
#: pcbnew/clean.cpp:
70
8
msgid "DRC Control:"
msgstr "Controle DRC:"
#: pcbnew/clean.cpp:7
0
3
#: pcbnew/clean.cpp:7
1
3
msgid "NetCtr"
msgstr "NetCtr"
#: pcbnew/clean.cpp:105
2
#: pcbnew/clean.cpp:105
5
msgid "Centre"
msgstr "Centre"
#: pcbnew/clean.cpp:105
2
#: pcbnew/clean.cpp:105
5
msgid "0 "
msgstr "0"
#: pcbnew/clean.cpp:106
3
#: pcbnew/clean.cpp:106
6
msgid "Pads: "
msgstr "Pastilles: "
#: pcbnew/clean.cpp:10
67
#: pcbnew/clean.cpp:10
70
msgid "Max"
msgstr "Max"
#: pcbnew/clean.cpp:107
0
#: pcbnew/clean.cpp:107
3
msgid "Segm"
msgstr "Segm"
...
...
@@ -3247,11 +3247,12 @@ msgstr "X Pos"
msgid "Y pos"
msgstr "Y pos"
#: pcbnew/basepcbframe.cpp:1
1
9
#: pcbnew/basepcbframe.cpp:1
2
9
msgid "3D Frame already opened"
msgstr "Fenetre 3D dj ouverte"
#: pcbnew/basepcbframe.cpp:122
#: pcbnew/basepcbframe.cpp:134
#: pcbnew/basepcbframe.cpp:137
msgid "3D Viewer"
msgstr "Visu 3D"
...
...
@@ -3481,7 +3482,7 @@ msgstr "Appliquer"
#: eeschema/eestatus.cpp:139
#: eeschema/dialog_eeschema_config.cpp:211
#: cvpcb/menucfg.cpp:231
#: cvpcb/dialog_cvpcb_config.cpp:18
1
#: cvpcb/dialog_cvpcb_config.cpp:18
5
msgid "Libraries"
msgstr "Librairies"
...
...
@@ -3827,7 +3828,7 @@ msgstr "Deselection"
msgid "Deselect this layer to restore its No Change state"
msgstr "Deselectionner cette couche pour restorer l'option Pas de Changement"
#: pcbnew/moduleframe.cpp:17
7
#: pcbnew/moduleframe.cpp:17
8
msgid "Module Editor: module modified!, Continue ?"
msgstr "Editeur de Module: module modifi! Continuer ?"
...
...
@@ -4326,6 +4327,10 @@ msgstr "&3D Visu"
msgid "&Help"
msgstr "&Aide"
#: pcbnew/class_marker.cpp:95
msgid "Marker Error Text"
msgstr "Texte du Marqueur d'erreurs"
#: pcbnew/globaleditpad.cpp:76
msgid "Pads Global Edit"
msgstr "Pads: Edition globale"
...
...
@@ -4803,7 +4808,6 @@ msgstr "KeyW: "
#: eeschema/dialog_edit_component_in_lib.cpp:166
#: eeschema/dialog_create_component.cpp:176
#: eeschema/dialog_edit_component_in_schematic.cpp:204
#: cvpcb/dialog_display_options.h:50
msgid "Options"
msgstr "Options"
...
...
@@ -5692,52 +5696,52 @@ msgstr ""
msgid "Nothing found"
msgstr " Rien trouv"
#: eeschema/libframe.cpp:10
4
#: eeschema/libframe.cpp:10
5
msgid "LibEdit: Part modified!, Continue ?"
msgstr "LibEdit: composant modifi, Continuer ?"
#: eeschema/libframe.cpp:11
7
#: eeschema/libframe.cpp:11
8
#, c-format
msgid "Library %s modified!, Continue ?"
msgstr "Librairie %s modifie!, Continuer ?"
#: eeschema/libframe.cpp:34
3
#: eeschema/libframe.cpp:34
4
msgid "Include last component changes"
msgstr "Inclure les dernieres modifs du composant"
#: eeschema/libframe.cpp:40
6
#: eeschema/libframe.cpp:40
7
msgid " Tst Pins OK!"
msgstr " Test Pins OK!"
#: eeschema/libframe.cpp:48
0
#: eeschema/libframe.cpp:48
1
msgid "Add Pin"
msgstr "Addition de \"pins\""
#: eeschema/libframe.cpp:48
4
#: eeschema/libframe.cpp:48
5
msgid "Set Pin Opt"
msgstr "Choix Options des pins"
#: eeschema/libframe.cpp:50
6
#: eeschema/libframe.cpp:50
7
msgid "Add Rectangle"
msgstr "Addition de rectangles"
#: eeschema/libframe.cpp:51
0
#: eeschema/libframe.cpp:51
1
msgid "Add Circle"
msgstr "Addition de cercle"
#: eeschema/libframe.cpp:51
4
#: eeschema/libframe.cpp:51
5
msgid "Add Arc"
msgstr "Addition d' arc"
#: eeschema/libframe.cpp:52
2
#: eeschema/libframe.cpp:52
3
msgid "Anchor"
msgstr "Ancre"
#: eeschema/libframe.cpp:52
6
#: eeschema/libframe.cpp:52
7
msgid "Import"
msgstr "Importer"
#: eeschema/libframe.cpp:53
2
#: eeschema/libframe.cpp:53
3
msgid "Export"
msgstr "Exporter"
...
...
@@ -5997,26 +6001,26 @@ msgid "Display next part"
msgstr "Afficher composant suivant"
#: eeschema/tool_viewlib.cpp:70
#: cvpcb/displayframe.cpp:1
19
#: cvpcb/displayframe.cpp:1
24
#: 3d-viewer/3d_toolbar.cpp:44
msgid "zoom + (F1)"
msgstr "zoom + (F1)"
#: eeschema/tool_viewlib.cpp:74
#: cvpcb/displayframe.cpp:12
2
#: cvpcb/displayframe.cpp:12
7
#: 3d-viewer/3d_toolbar.cpp:47
msgid "zoom - (F2)"
msgstr "zoom - (F2)"
#: eeschema/tool_viewlib.cpp:78
#: cvpcb/displayframe.cpp:1
25
#: cvpcb/displayframe.cpp:1
30
#: 3d-viewer/3d_toolbar.cpp:50
msgid "redraw (F3)"
msgstr "Redessin (F3)"
#: eeschema/tool_viewlib.cpp:82
#: cvpcb/displayframe.cpp:1
28
#: cvpcb/displayframe.cpp:13
2
#: cvpcb/displayframe.cpp:1
33
#: cvpcb/displayframe.cpp:13
7
msgid "1:1 zoom"
msgstr "1:1 zoom"
...
...
@@ -6078,7 +6082,7 @@ msgstr "Librairie d
#: eeschema/eestatus.cpp:303
#: eeschema/dialog_eeschema_config.cpp:174
#: cvpcb/dialog_cvpcb_config.cpp:14
4
#: cvpcb/dialog_cvpcb_config.cpp:14
7
msgid "NetList Formats:"
msgstr " Formats NetListe:"
...
...
@@ -7697,7 +7701,7 @@ msgid "Create &List"
msgstr "Crer &Liste"
#: eeschema/dialog_build_BOM.cpp:347
#: cvpcb/dialog_display_options.cpp:19
9
#: cvpcb/dialog_display_options.cpp:19
5
msgid "&Apply"
msgstr "&Appliquer"
...
...
@@ -7869,7 +7873,7 @@ msgid "Retro ext:"
msgstr "Retro ext:"
#: cvpcb/menucfg.cpp:285
#: cvpcb/dialog_cvpcb_config.cpp:21
3
#: cvpcb/dialog_cvpcb_config.cpp:21
7
msgid "Equiv"
msgstr "Equiv"
...
...
@@ -7960,11 +7964,11 @@ msgstr "Impossible de cr
msgid "Load Net List"
msgstr "Lire Netliste"
#: cvpcb/setvisu.cpp:4
3
#: cvpcb/setvisu.cpp:4
2
msgid "Footprint: "
msgstr "Module: "
#: cvpcb/setvisu.cpp:4
6
#: cvpcb/setvisu.cpp:4
5
msgid "Lib: "
msgstr "Lib: "
...
...
@@ -8023,8 +8027,25 @@ msgstr "Choisir les fontes et leur taille pour les dialogues, infos et ligne d'
msgid "Netlist Format: Pcad"
msgstr " Format NetListe: Pcad"
#: cvpcb/displayframe.cpp:114
#: cvpcb/dialog_cvpcb_config.cpp:135
msgid "Read Cfg"
msgstr "Lire Cfg"
#: cvpcb/dialog_cvpcb_config.cpp:144
msgid "&PcbNew"
msgstr "&PcbNew"
#: cvpcb/dialog_cvpcb_config.cpp:145
msgid "&ViewLogic"
msgstr "&ViewLogic"
#: cvpcb/dialog_cvpcb_config.cpp:146
msgid "View &Net + Pkg"
msgstr "View &Net + Pkg"
#: cvpcb/displayframe.cpp:119
#: pcbnew/dialog_display_options.h:43
#: cvpcb/dialog_display_options.h:51
msgid "Display Options"
msgstr "Options d'affichage"
...
...
@@ -8037,41 +8058,6 @@ msgstr " Formats NetListe: EESchema"
msgid "Netlist error: %s"
msgstr "Erreur Netliste: %s"
#: cvpcb/dialog_display_options.cpp:151
#: cvpcb/dialog_display_options.cpp:159
msgid "&Line"
msgstr "&Ligne"
#: cvpcb/dialog_display_options.cpp:152
#: cvpcb/dialog_display_options.cpp:160
msgid "&Filled"
msgstr "&Plein"
#: cvpcb/dialog_display_options.cpp:153
#: cvpcb/dialog_display_options.cpp:161
msgid "&Sketch"
msgstr "&Contour"
#: cvpcb/dialog_display_options.cpp:154
msgid "Edges:"
msgstr "Contours:"
#: cvpcb/dialog_display_options.cpp:162
msgid "Texts:"
msgstr "Textes:"
#: cvpcb/dialog_display_options.cpp:169
msgid "&Pad Filled"
msgstr "&Pad plein"
#: cvpcb/dialog_display_options.cpp:173
msgid "Display Pad &Num"
msgstr "Afficher Numero de Pad"
#: cvpcb/dialog_display_options.cpp:176
msgid "Display pad number"
msgstr "Afficher numro des pastilles"
#: cvpcb/tool_cvpcb.cpp:35
msgid "Open Netlist"
msgstr "Lire Netliste"
...
...
@@ -8156,31 +8142,40 @@ msgstr "Sauver les options en r
msgid "Open the cvpcb manual"
msgstr "Ouvrir la documentation de cvpcb"
#: cvpcb/dialog_cvpcb_config.cpp:131
msgid "Read Cfg"
msgstr "Lire Cfg"
#: cvpcb/dialog_display_options.cpp:147
#: cvpcb/dialog_display_options.cpp:155
msgid "&Line"
msgstr "&Ligne"
#: cvpcb/dialog_cvpcb_config.cpp:140
msgid "&PcbNew"
msgstr "&PcbNew"
#: cvpcb/dialog_display_options.cpp:148
#: cvpcb/dialog_display_options.cpp:156
msgid "&Filled"
msgstr "&Plein"
#: cvpcb/dialog_cvpcb_config.cpp:141
msgid "&ViewLogic"
msgstr "&ViewLogic"
#: cvpcb/dialog_display_options.cpp:149
#: cvpcb/dialog_display_options.cpp:157
msgid "&Sketch"
msgstr "&Contour"
#: cvpcb/dialog_
cvpcb_config.cpp:142
msgid "
View &Net + Pkg
"
msgstr "
View &Net + Pkg
"
#: cvpcb/dialog_
display_options.cpp:150
msgid "
Edges:
"
msgstr "
Contours:
"
#: cvpcb/dialog_cvpcb_config.cpp:170
#: cvpcb/dialog_cvpcb_config.cpp:202
msgid "Add below"
msgstr "Ajout avant"
#: cvpcb/dialog_display_options.cpp:158
msgid "Texts:"
msgstr "Textes:"
#: cvpcb/dialog_cvpcb_config.cpp:174
#: cvpcb/dialog_cvpcb_config.cpp:206
msgid "Add above"
msgstr "Ajout aprs"
#: cvpcb/dialog_display_options.cpp:165
msgid "&Pad Filled"
msgstr "&Pad plein"
#: cvpcb/dialog_display_options.cpp:169
msgid "Display Pad &Num"
msgstr "Afficher Numero de Pad"
#: cvpcb/dialog_display_options.cpp:172
msgid "Display pad number"
msgstr "Afficher numro des pastilles"
#: kicad/preferences.cpp:33
msgid "Prefered Pdf Browser:"
...
...
@@ -9077,7 +9072,6 @@ msgid "Infos:"
msgstr "Infos:"
#: common/selcolor.cpp:75
#: share/selcolor.cpp:99
msgid "Colors"
msgstr "Couleurs"
...
...
@@ -9330,7 +9324,7 @@ msgstr "Liste tous"
msgid "By Lib Browser"
msgstr "Par Visualisateur libs"
#: common/basicframe.cpp:21
7
#: common/basicframe.cpp:21
6
#, c-format
msgid "Help file %s not found"
msgstr "Fichier d'aide %s non trouv"
...
...
@@ -9696,11 +9690,11 @@ msgstr ""
msgid "font for info display"
msgstr "fonte pour affichage infos"
#: share/drawframe.cpp:3
77
#: share/drawframe.cpp:3
85
msgid "Inch"
msgstr "Pouce"
#: share/drawframe.cpp:3
85
#: share/drawframe.cpp:3
93
msgid "??"
msgstr "??"
...
...
@@ -9732,7 +9726,6 @@ msgstr "Chercher"
#: pcbnew/dialog_setup_libs.h:43
#: eeschema/dialog_edit_label.h:40
#: eeschema/dialog_eeschema_config.h:50
#: cvpcb/dialog_cvpcb_config.h:39
msgid "Dialog"
msgstr "Dialog"
...
...
@@ -9949,6 +9942,10 @@ msgstr "Propri
msgid "Component properties"
msgstr "Proprits du composant"
#: cvpcb/dialog_cvpcb_config.h:50
msgid "Cvpcb Configuration"
msgstr "Configuration de Cvpcb"
#: gerbview/set_color.h:5
msgid "Layers 1-16"
msgstr "Couches 1-16"
...
...
@@ -10093,14 +10090,15 @@ msgstr "Autres"
msgid "D codes id."
msgstr "DCodes id."
#: share/setpage.h:54
msgid "Page Settings"
msgstr "Ajustage opt Page"
#: common/svg_print.h:52
#: share/svg_print.h:50
msgid "Create SVG file"
msgstr "Crer Fichier SVG"
#: share/setpage.h:54
msgid "Page Settings"
msgstr "Ajustage opt Page"
#: share/dialog_print.h:51
msgid "Print"
msgstr "Imprimer"
...
...
pcbnew/basepcbframe.cpp
View file @
f0cd1476
...
...
@@ -69,6 +69,9 @@ WinEDA_BasePcbFrame::~WinEDA_BasePcbFrame( void )
/**************************************/
int
WinEDA_BasePcbFrame
::
BestZoom
(
void
)
/**************************************/
/**
* Return the "best" zoom, i.e. the zoom which shows the entire borad on screen
*/
{
int
dx
,
dy
,
ii
,
jj
;
int
bestzoom
;
...
...
@@ -79,7 +82,6 @@ int WinEDA_BasePcbFrame::BestZoom( void )
m_Pcb
->
ComputeBoundaryBox
();
/* calcul du zoom montrant tout le dessim */
dx
=
m_Pcb
->
m_BoundaryBox
.
GetWidth
();
dy
=
m_Pcb
->
m_BoundaryBox
.
GetHeight
();
...
...
pcbnew/clean.cpp
View file @
f0cd1476
...
...
@@ -14,21 +14,21 @@
#include "protos.h"
/*
Constantes de controle de l'affichage des messages
*/
/*
Position of messages on the bottom display
*/
#define AFFICHE 1
#define POS_AFF_PASSE 40
#define POS_AFF_VAR 50
#define POS_AFF_MAX 60
#define POS_AFF_NUMSEGM 70
/*
Routines locale
s : */
/*
local function
s : */
static
int
clean_segments
(
WinEDA_PcbFrame
*
frame
,
wxDC
*
DC
);
static
void
DeleteUnconnectedTracks
(
WinEDA_PcbFrame
*
frame
,
wxDC
*
DC
);
static
TRACK
*
AlignSegment
(
BOARD
*
Pcb
,
TRACK
*
pt_ref
,
TRACK
*
pt_segm
,
int
extremite
);
static
void
Clean_Pcb_Items
(
WinEDA_PcbFrame
*
frame
,
wxDC
*
DC
);
/*
Variables locales
: */
static
bool
a_color
;
/*
couleur du message
*/
/*
Local Variables
: */
static
bool
a_color
;
/*
message color
*/
static
bool
s_CleanVias
=
true
;
static
bool
s_MergeSegments
=
true
;
static
bool
s_DeleteUnconnectedSegm
=
true
;
...
...
@@ -48,13 +48,8 @@ static void Gen_Raccord_Track( WinEDA_PcbFrame* frame, wxDC* DC );
/*****************************************/
void
WinEDA_PcbFrame
::
Clean_Pcb
(
wxDC
*
DC
)
/*****************************************/
/* Regroupement des segments de meme piste.
* Suppression des points inutiles
* - via sur pad
* - points de couche et coord identiques
* - points alignes (supp du pt milieu)
*/
/* Install the track operation dialog frame
*/
{
s_ConnectToPads
=
false
;
WinEDA_CleaningOptionsFrame
*
frame
=
new
WinEDA_CleaningOptionsFrame
(
this
,
DC
);
...
...
@@ -67,6 +62,15 @@ void WinEDA_PcbFrame::Clean_Pcb( wxDC* DC )
/************************************************************/
void
Clean_Pcb_Items
(
WinEDA_PcbFrame
*
frame
,
wxDC
*
DC
)
/************************************************************/
/* Main cleaning function.
* Delete
* - Redundant points on tracks (merge aligned segments)
* - vias on pad
* - null segments
* - Redundant segments
* Create segments when track ends are incorrecty connected:
* i.e. when a track end covers a pad or a via but is not exactly on the pad or the via center
*/
{
frame
->
MsgPanel
->
EraseMsgBox
();
frame
->
m_Pcb
->
GetNumSegmTrack
();
// update the count
...
...
@@ -446,9 +450,9 @@ static int clean_segments( WinEDA_PcbFrame* frame, wxDC* DC )
}
}
/****************************/
/****************************
***
/
/* delete intermediate points */
/****************************/
/****************************
***
/
nbpoints_supprimes
=
0
;
percent
=
0
;
...
...
@@ -489,7 +493,7 @@ static int clean_segments( WinEDA_PcbFrame* frame, wxDC* DC )
flag
=
no_inc
=
0
;
// search for a possible point that connects on
START of
segment
// search for a possible point that connects on
the START point of the
segment
for
(
segStart
=
segment
->
Next
();
;
)
{
segStart
=
Locate_Piste_Connectee
(
segment
,
segStart
,
...
...
@@ -504,7 +508,7 @@ static int clean_segments( WinEDA_PcbFrame* frame, wxDC* DC )
if
(
segStart
->
Type
()
!=
TYPETRACK
)
break
;
/*
On ne peut avoir que 1 seul segment connecte
*/
/*
We must have only one segment connected
*/
segStart
->
SetState
(
BUSY
,
ON
);
other
=
Locate_Piste_Connectee
(
segment
,
frame
->
m_Pcb
->
m_Track
,
NULL
,
START
);
...
...
@@ -518,7 +522,7 @@ static int clean_segments( WinEDA_PcbFrame* frame, wxDC* DC )
break
;
}
if
(
flag
)
/*
debut de segment raccorde a un autre
segment */
if
(
flag
)
/*
We have the starting point of the segment is connecte to an other
segment */
{
segDelete
=
AlignSegment
(
frame
->
m_Pcb
,
segment
,
segStart
,
START
);
if
(
segDelete
)
...
...
@@ -528,7 +532,7 @@ static int clean_segments( WinEDA_PcbFrame* frame, wxDC* DC )
}
}
/*
Recherche d'un point possible raccorde sur FIN d
e segment: */
/*
search for a possible point that connects on the END point of th
e segment: */
for
(
segEnd
=
segment
->
Next
();
;
)
{
segEnd
=
Locate_Piste_Connectee
(
segment
,
segEnd
,
NULL
,
END
);
...
...
@@ -540,7 +544,7 @@ static int clean_segments( WinEDA_PcbFrame* frame, wxDC* DC )
if
(
segEnd
->
Type
()
!=
TYPETRACK
)
break
;
/*
On ne peut avoir que 1 seul segment connecte
*/
/*
We must have only one segment connected
*/
segEnd
->
SetState
(
BUSY
,
ON
);
other
=
Locate_Piste_Connectee
(
segment
,
frame
->
m_Pcb
->
m_Track
,
NULL
,
END
);
...
...
@@ -555,7 +559,7 @@ static int clean_segments( WinEDA_PcbFrame* frame, wxDC* DC )
break
;
}
if
(
flag
&
2
)
/*
FIN de segment raccorde a un autre
segment */
if
(
flag
&
2
)
/*
We have the ending point of the segment is connecte to an other
segment */
{
segDelete
=
AlignSegment
(
frame
->
m_Pcb
,
segment
,
segEnd
,
END
);
if
(
segDelete
)
...
...
@@ -566,7 +570,7 @@ static int clean_segments( WinEDA_PcbFrame* frame, wxDC* DC )
}
}
if
(
no_inc
)
/*
Le segment en cours a ete modifie, il faut le reexaminer
*/
if
(
no_inc
)
/*
The current segment was modified, retry to merge it
*/
{
msg
.
Printf
(
wxT
(
"%d "
),
nbpoints_supprimes
);
Affiche_1_Parametre
(
frame
,
POS_AFF_VAR
,
wxEmptyString
,
msg
,
a_color
);
...
...
@@ -582,18 +586,16 @@ static int clean_segments( WinEDA_PcbFrame* frame, wxDC* DC )
/****************************************************************************/
static
TRACK
*
AlignSegment
(
BOARD
*
Pcb
,
TRACK
*
pt_ref
,
TRACK
*
pt_segm
,
int
extremite
)
/****************************************************************************/
/**
* Function AlignSegment
*/
/* Routine utilisee par clean_segments.
* Verifie l'alignement de pt_segm / pt_ref. et verifie que le point commun
* a faire disparaitre n'est pas sur un pad.
* l'extremite testee est debut (extremite == START) ou fin (extremite == FIN)
* si il y a alignement, modifie les coord d'extremite de pt_ref et retourne
* pt_segm.
* sinon retourne NULL
/* Function used by clean_segments.
* Test alignement of pt_segm and pt_ref (which must have acommon end).
* and see if the common point is not on a pad (i.e. if this common point can be removed).
* the ending point of pt_ref is the start point (extremite == START)
* or the end point (extremite == FIN)
* if the common end can be deleted, this function
* change the common point coordinate of the pt_ref segm
* (and therefore connect the 2 other ending points)
* and return pt_segm (which can be deleted).
* else return NULL
*/
{
int
flag
=
0
;
...
...
@@ -604,7 +606,7 @@ static TRACK* AlignSegment( BOARD* Pcb, TRACK* pt_ref, TRACK* pt_segm, int extre
int
segmdx
=
pt_segm
->
m_End
.
x
-
pt_segm
->
m_Start
.
x
;
int
segmdy
=
pt_segm
->
m_End
.
y
-
pt_segm
->
m_Start
.
y
;
// test for vertical alignment
// test for vertical alignment
(easy to handle)
if
(
refdx
==
0
)
{
if
(
segmdx
!=
0
)
...
...
@@ -613,7 +615,7 @@ static TRACK* AlignSegment( BOARD* Pcb, TRACK* pt_ref, TRACK* pt_segm, int extre
flag
=
1
;
}
// test for horizontal alignment
// test for horizontal alignment
(easy to handle)
if
(
refdy
==
0
)
{
if
(
segmdy
!=
0
)
...
...
@@ -622,8 +624,8 @@ static TRACK* AlignSegment( BOARD* Pcb, TRACK* pt_ref, TRACK* pt_segm, int extre
flag
=
2
;
}
/* tst
si il y a alignement d'angle qcq
*
il faut que refdy/refdx == (+/-)segmdy/segmdx, c.a.d meme direction
*/
/* tst
if alignement in other cases
*
We must have refdy/refdx == (+/-)segmdy/segmdx, (i.e. same orientation)
*/
if
(
flag
==
0
)
{
if
(
(
refdy
*
segmdx
!=
refdx
*
segmdy
)
...
...
@@ -632,21 +634,26 @@ static TRACK* AlignSegment( BOARD* Pcb, TRACK* pt_ref, TRACK* pt_segm, int extre
flag
=
4
;
}
/* Ici il y a alignement: il faut determiner les positions relatives
* pour supprimer le point commun et le remplacer */
/* Here we have 2 aligned segments:
We must change the pt_ref common point only if not on a pad
(this function) is called when thre is only 2 connected segments,
and if this point is not on a pad, it can be removed and the 2 segments will be merged
*/
if
(
extremite
==
START
)
{
/*
Ce ne doit pas etre sur un
pad */
/*
We do not have a
pad */
if
(
Fast_Locate_Pad_Connecte
(
Pcb
,
pt_ref
->
m_Start
,
g_TabOneLayerMask
[
pt_ref
->
GetLayer
()]
)
)
return
NULL
;
/* change the common point coordinate of pt_segm tu use the other point
of pt_segm (pt_segm will be removed later) */
if
(
pt_ref
->
m_Start
==
pt_segm
->
m_Start
)
{
pt_ref
->
m_Start
=
pt_segm
->
m_End
;
return
pt_segm
;
}
else
/* connexion par la fin de pt_segm */
else
{
pt_ref
->
m_Start
=
pt_segm
->
m_Start
;
return
pt_segm
;
...
...
@@ -654,17 +661,19 @@ static TRACK* AlignSegment( BOARD* Pcb, TRACK* pt_ref, TRACK* pt_segm, int extre
}
else
/* extremite == END */
{
/*
Ce ne doit pas etre sur un
pad */
/*
We do not have a
pad */
if
(
Fast_Locate_Pad_Connecte
(
Pcb
,
pt_ref
->
m_End
,
g_TabOneLayerMask
[
pt_ref
->
GetLayer
()]
)
)
return
NULL
;
/* change the common point coordinate of pt_segm tu use the other point
of pt_segm (pt_segm will be removed later) */
if
(
pt_ref
->
m_End
==
pt_segm
->
m_Start
)
{
pt_ref
->
m_End
=
pt_segm
->
m_End
;
return
pt_segm
;
}
else
/* connexion par la fin de pt_segm */
else
{
pt_ref
->
m_End
=
pt_segm
->
m_Start
;
return
pt_segm
;
...
...
@@ -768,7 +777,7 @@ int Netliste_Controle_piste( WinEDA_PcbFrame* frame, wxDC* DC, int affiche )
}
}
//
suppression of
segments
//
Removal of flagged
segments
for
(
segment
=
frame
->
m_Pcb
->
m_Track
;
segment
;
segment
=
next
)
{
next
=
(
TRACK
*
)
segment
->
Next
();
...
...
@@ -810,13 +819,6 @@ static void Gen_Raccord_Track( WinEDA_PcbFrame* frame, wxDC* DC )
* segment first being operated on. This is done so that the subsequent tests
* of connection, which do not test segment overlaps, will see this continuity.
*/
/* Teste les extremites de segments :
* si une extremite est sur un segment de piste, mais pas sur une extremite,
* le segment est coupe en 2, le point de coupure etant l'extremite du segment
* Ceci est fait pour que les tests de connexion qui ne testent que les extremites
* de segments voient la connexion
*/
{
TRACK
*
segment
;
TRACK
*
other
;
...
...
pcbnew/collectors.cpp
View file @
f0cd1476
...
...
@@ -92,6 +92,14 @@ const KICAD_T GENERAL_COLLECTOR::PadsOrModules[] = {
EOT
};
const
KICAD_T
GENERAL_COLLECTOR
::
ModulesAndTheirItems
[]
=
{
TYPETEXTEMODULE
,
TYPEEDGEMODULE
,
TYPEPAD
,
TYPEMODULE
,
EOT
};
const
KICAD_T
GENERAL_COLLECTOR
::
Tracks
[]
=
{
TYPETRACK
,
...
...
pcbnew/collectors.h
View file @
f0cd1476
...
...
@@ -226,6 +226,11 @@ public:
*/
static
const
KICAD_T
PadsOrModules
[];
/**
* A scan list for MODULEs and their items (for Modedit)
*/
static
const
KICAD_T
ModulesAndTheirItems
[];
/**
* A scan list for only TRACKS
...
...
pcbnew/modedit.cpp
View file @
f0cd1476
...
...
@@ -17,29 +17,111 @@
#include "protos.h"
#include "id.h"
#include "collectors.h"
/*********************************************************************/
BOARD_ITEM
*
WinEDA_ModuleEditFrame
::
ModeditLocateAndDisplay
()
/*********************************************************************/
/*********************************************************************
*******
/
BOARD_ITEM
*
WinEDA_ModuleEditFrame
::
ModeditLocateAndDisplay
(
int
aHotKeyCode
)
/*********************************************************************
*******
/
{
BOARD_ITEM
*
DrawStruct
=
GetCurItem
();
BOARD_ITEM
*
item
=
GetCurItem
();
MODULE
*
Module
=
m_Pcb
->
m_Modules
;
if
(
Module
==
NULL
)
return
NULL
;
DrawStruct
=
Locate_Edge_Module
(
Module
,
CURSEUR_OFF_GRILLE
);
if
(
DrawStruct
)
GENERAL_COLLECTORS_GUIDE
guide
=
GetCollectorsGuide
();
// Assign to scanList the proper item types desired based on tool type
// or hotkey that is in play.
const
KICAD_T
*
scanList
=
NULL
;
if
(
aHotKeyCode
)
{
DrawStruct
->
Display_Infos
(
this
);
// @todo: add switch here and add calls to PcbGeneralLocateAndDisplay( int aHotKeyCode )
// when searching is needed from a hotkey handler
}
else
DrawStruct
=
Locate
(
CURSEUR_OFF_GRILLE
,
-
1
);
{
scanList
=
GENERAL_COLLECTOR
::
ModulesAndTheirItems
;
}
m_Collector
->
Collect
(
m_Pcb
,
scanList
,
GetScreen
()
->
RefPos
(
true
),
guide
);
return
DrawStruct
;
/* Remove redundancies: when an item is found, we can remove the
* module from list
*/
if
(
m_Collector
->
GetCount
()
>
1
)
{
for
(
int
ii
=
0
;
ii
<
m_Collector
->
GetCount
();
ii
++
)
{
item
=
(
*
m_Collector
)[
ii
];
if
(
item
->
Type
()
!=
TYPEMODULE
)
continue
;
m_Collector
->
Remove
(
ii
);
ii
--
;
}
}
if
(
m_Collector
->
GetCount
()
<=
1
)
{
item
=
(
*
m_Collector
)[
0
];
SetCurItem
(
item
);
}
else
// we can't figure out which item user wants, do popup menu so user can choose
{
wxMenu
itemMenu
;
/* Give a title to the selection menu. This is also a cancel menu item */
wxMenuItem
*
item_title
=
new
wxMenuItem
(
&
itemMenu
,
-
1
,
_
(
"Selection Clarification"
)
);
#ifdef __WINDOWS__
wxFont
bold_font
(
*
wxNORMAL_FONT
);
bold_font
.
SetWeight
(
wxFONTWEIGHT_BOLD
);
bold_font
.
SetStyle
(
wxFONTSTYLE_ITALIC
);
item_title
->
SetFont
(
bold_font
);
#endif
itemMenu
.
Append
(
item_title
);
itemMenu
.
AppendSeparator
();
int
limit
=
MIN
(
MAX_ITEMS_IN_PICKER
,
m_Collector
->
GetCount
()
);
for
(
int
ii
=
0
;
ii
<
limit
;
++
ii
)
{
wxString
text
;
const
char
**
xpm
;
item
=
(
*
m_Collector
)[
ii
];
text
=
item
->
MenuText
(
m_Pcb
);
xpm
=
item
->
MenuIcon
();
ADD_MENUITEM
(
&
itemMenu
,
ID_POPUP_PCB_ITEM_SELECTION_START
+
ii
,
text
,
xpm
);
}
// this menu's handler is void WinEDA_BasePcbFrame::ProcessItemSelection()
// and it calls SetCurItem() which in turn calls Display_Infos() on the item.
DrawPanel
->
m_AbortRequest
=
true
;
// changed in false if an item
PopupMenu
(
&
itemMenu
);
// m_AbortRequest = false if an item is selected
DrawPanel
->
MouseToCursorSchema
();
DrawPanel
->
m_IgnoreMouseEvents
=
FALSE
;
// The function ProcessItemSelection() has set the current item, return it.
item
=
GetCurItem
();
}
if
(
item
)
{
item
->
Display_Infos
(
this
);
}
return
item
;
}
/****************************************************************************/
void
WinEDA_ModuleEditFrame
::
Process_Special_Functions
(
wxCommandEvent
&
event
)
/****************************************************************************/
...
...
pcbnew/modedit_onclick.cpp
View file @
f0cd1476
...
...
@@ -74,6 +74,8 @@ void WinEDA_ModuleEditFrame::OnLeftClick( wxDC* DC, const wxPoint& MousePos )
DrawStruct
=
GetCurItem
();
if
(
!
DrawStruct
||
(
DrawStruct
->
m_Flags
==
0
)
)
{
if
(
!
wxGetKeyState
(
WXK_SHIFT
)
&&
!
wxGetKeyState
(
WXK_ALT
)
&&
!
wxGetKeyState
(
WXK_CONTROL
)
)
DrawStruct
=
ModeditLocateAndDisplay
();
SetCurItem
(
DrawStruct
);
}
...
...
pcbnew/moduleframe.cpp
View file @
f0cd1476
...
...
@@ -19,6 +19,9 @@
/* class WinEDA_ModuleEditFrame */
/********************************/
BEGIN_EVENT_TABLE
(
WinEDA_ModuleEditFrame
,
wxFrame
)
COMMON_EVENTS_DRAWFRAME
EVT_MENU_RANGE
(
ID_POPUP_PCB_ITEM_SELECTION_START
,
ID_POPUP_PCB_ITEM_SELECTION_END
,
WinEDA_BasePcbFrame
::
ProcessItemSelection
)
COMMON_EVENTS_DRAWFRAME
EVT_CLOSE
(
WinEDA_ModuleEditFrame
::
OnCloseWindow
)
EVT_SIZE
(
WinEDA_ModuleEditFrame
::
OnSize
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment