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
e832a6b8
Commit
e832a6b8
authored
Dec 02, 2009
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pcbnew: fixed: footprint flip and rotate with hotkeys not undoable.
parent
ce66aaa2
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
883 additions
and
802 deletions
+883
-802
eeschema_config.cpp
eeschema/eeschema_config.cpp
+1
-1
kicad.mo
internat/fr/kicad.mo
+0
-0
kicad.po
internat/fr/kicad.po
+226
-226
hotkeys.cpp
pcbnew/hotkeys.cpp
+650
-571
hotkeys.h
pcbnew/hotkeys.h
+6
-4
No files found.
eeschema/eeschema_config.cpp
View file @
e832a6b8
...
@@ -108,7 +108,7 @@ void WinEDA_SchematicFrame::OnSetOptions( wxCommandEvent& event )
...
@@ -108,7 +108,7 @@ void WinEDA_SchematicFrame::OnSetOptions( wxCommandEvent& event )
DIALOG_EESCHEMA_OPTIONS
dlg
(
this
);
DIALOG_EESCHEMA_OPTIONS
dlg
(
this
);
wxLogDebug
(
_
(
"Current grid array index %d."
),
wxLogDebug
(
wxT
(
"Current grid array index %d."
),
grid_list
.
Index
(
GetBaseScreen
()
->
GetGrid
()
)
);
grid_list
.
Index
(
GetBaseScreen
()
->
GetGrid
()
)
);
units
.
Add
(
GetUnitsLabel
(
INCHES
)
);
units
.
Add
(
GetUnitsLabel
(
INCHES
)
);
units
.
Add
(
GetUnitsLabel
(
MILLIMETRE
)
);
units
.
Add
(
GetUnitsLabel
(
MILLIMETRE
)
);
...
...
internat/fr/kicad.mo
View file @
e832a6b8
No preview for this file type
internat/fr/kicad.po
View file @
e832a6b8
This diff is collapsed.
Click to expand it.
pcbnew/hotkeys.cpp
View file @
e832a6b8
This diff is collapsed.
Click to expand it.
pcbnew/hotkeys.h
View file @
e832a6b8
...
@@ -21,11 +21,11 @@ enum hotkey_id_commnand {
...
@@ -21,11 +21,11 @@ enum hotkey_id_commnand {
HK_MOVE_FOOTPRINT
,
HK_MOVE_FOOTPRINT
,
HK_DRAG_FOOTPRINT
,
HK_DRAG_FOOTPRINT
,
HK_FLIP_FOOTPRINT
,
HK_FLIP_FOOTPRINT
,
HK_GET_AND_MOVE_FOOTPRINT
,
HK_GET_AND_MOVE_FOOTPRINT
,
HK_LOCK_UNLOCK_FOOTPRINT
,
HK_LOCK_UNLOCK_FOOTPRINT
,
HK_ADD_VIA
,
HK_ADD_VIA
,
HK_ADD_MICROVIA
,
HK_ADD_MICROVIA
,
HK_END_TRACK
,
HK_END_TRACK
,
HK_SAVE_BOARD
,
HK_LOAD_BOARD
,
HK_SAVE_BOARD
,
HK_LOAD_BOARD
,
HK_SWITCH_UNITS
,
HK_SWITCH_UNITS
,
HK_SWITCH_TRACK_DISPLAY_MODE
,
HK_SWITCH_TRACK_DISPLAY_MODE
,
...
@@ -56,9 +56,11 @@ enum hotkey_id_commnand {
...
@@ -56,9 +56,11 @@ enum hotkey_id_commnand {
// List of hotkey descriptors for pcbnew
// List of hotkey descriptors for pcbnew
extern
struct
Ki_HotkeyInfoSectionDescriptor
s_Pcbnew_Editor_Hokeys_Descr
[];
extern
struct
Ki_HotkeyInfoSectionDescriptor
s_Pcbnew_Editor_Hokeys_Descr
[];
// List of hotkey descriptors for the board editor only
// List of hotkey descriptors for the board editor only
extern
struct
Ki_HotkeyInfoSectionDescriptor
s_Board_Editor_Hokeys_Descr
[];
extern
struct
Ki_HotkeyInfoSectionDescriptor
s_Board_Editor_Hokeys_Descr
[];
// List of hotkey descriptors for the footprint editor only
// List of hotkey descriptors for the footprint editor only
extern
struct
Ki_HotkeyInfoSectionDescriptor
s_Module_Editor_Hokeys_Descr
[];
extern
struct
Ki_HotkeyInfoSectionDescriptor
s_Module_Editor_Hokeys_Descr
[];
#endif
// KOTKEYS_H
#endif
// KOTKEYS_H
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