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
a3c60f36
Commit
a3c60f36
authored
Oct 24, 2007
by
CHARRAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cvpcb: 2 missing .prj files added
parent
8a17ac00
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2886 additions
and
271 deletions
+2886
-271
change_log.txt
change_log.txt
+6
-0
dialog_cvpcb_config.cpp
cvpcb/dialog_cvpcb_config.cpp
+5
-4
dialog_cvpcb_config.pjd
cvpcb/dialog_cvpcb_config.pjd
+1575
-0
dialog_display_options.cpp
cvpcb/dialog_display_options.cpp
+114
-63
dialog_display_options.h
cvpcb/dialog_display_options.h
+23
-10
dialog_display_options.pjd
cvpcb/dialog_display_options.pjd
+955
-0
kicad.mo
internat/fr/kicad.mo
+0
-0
kicad.po
internat/fr/kicad.po
+208
-194
No files found.
change_log.txt
View file @
a3c60f36
...
...
@@ -4,6 +4,12 @@ Started 2007-June-11
Please add newer entries at the top, list the date and your name with
email address.
2007-Oct-24 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
+ cvpcb:
2 missing .prj files added (and updated)
dialog_display_option.cpp is rebuild from its dialog_display_option.prj source
2007-Oct-23 UPDATE Geoff Harland <gharlandau@yahoo.com.au>
================================================================================
...
...
cvpcb/dialog_cvpcb_config.cpp
View file @
a3c60f36
...
...
@@ -261,10 +261,11 @@ wxBitmap KiConfigCvpcbFrame::GetBitmapResource( const wxString& name )
wxIcon
KiConfigCvpcbFrame
::
GetIconResource
(
const
wxString
&
name
)
{
// Icon retrieval
////@begin KiConfigCvpcbFrame icon retrieval
wxUnusedVar
(
name
);
return
wxNullIcon
;
////@end KiConfigCvpcbFrame icon retrieval
#ifdef __WINDOWS__
return
(
wxICON
(
a_icon_cvpcb
));
#else
return
(
wxICON
(
icon_cvpcb
));
#endif
}
/*!
* wxEVT_COMMAND_BUTTON_CLICKED event handler for SAVE_CFG
...
...
cvpcb/dialog_cvpcb_config.pjd
0 → 100644
View file @
a3c60f36
This diff is collapsed.
Click to expand it.
cvpcb/dialog_display_options.cpp
View file @
a3c60f36
This diff is collapsed.
Click to expand it.
cvpcb/dialog_display_options.h
View file @
a3c60f36
...
...
@@ -24,6 +24,7 @@
////@begin includes
#include "wx/valgen.h"
#include "wx/statline.h"
////@end includes
/*!
...
...
@@ -39,16 +40,17 @@
////@begin control identifiers
#define ID_DIALOG 10000
#define SYMBOL_KIDISPLAYOPTIONSFRAME_STYLE wxCAPTION|wxSYSTEM_MENU|wxCLOSE_BOX|MAYBE_RESIZE_BORDER
#define EDGE_SELECT 10003
#define TEXT_SELECT 10004
#define PADFILL_OPT 10001
#define PADNUM_OPT 10002
#define ID_SAVE_CONFIG 10005
#define ID_STATICLINE1 10007
#define SYMBOL_KIDISPLAYOPTIONSFRAME_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX
#define SYMBOL_KIDISPLAYOPTIONSFRAME_TITLE _("Options")
#define SYMBOL_KIDISPLAYOPTIONSFRAME_IDNAME ID_DIALOG
#define SYMBOL_KIDISPLAYOPTIONSFRAME_SIZE wxSize(400, 300)
#define SYMBOL_KIDISPLAYOPTIONSFRAME_POSITION wxDefaultPosition
#define PADNUM_OPT 10002
#define ID_SAVE_CONFIG 10005
#define PADFILL_OPT 10001
#define EDGE_SELECT 10003
#define TEXT_SELECT 10004
////@end control identifiers
/*!
...
...
@@ -81,6 +83,18 @@ public:
////@begin KiDisplayOptionsFrame event handler declarations
/// wxEVT_COMMAND_RADIOBOX_SELECTED event handler for EDGE_SELECT
void
OnEdgeSelectSelected
(
wxCommandEvent
&
event
);
/// wxEVT_COMMAND_RADIOBOX_SELECTED event handler for TEXT_SELECT
void
OnTextSelectSelected
(
wxCommandEvent
&
event
);
/// wxEVT_COMMAND_CHECKBOX_CLICKED event handler for PADFILL_OPT
void
OnPadfillOptClick
(
wxCommandEvent
&
event
);
/// wxEVT_COMMAND_CHECKBOX_CLICKED event handler for PADNUM_OPT
void
OnPadnumOptClick
(
wxCommandEvent
&
event
);
/// wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_SAVE_CONFIG
void
OnSaveConfigClick
(
wxCommandEvent
&
event
);
...
...
@@ -102,19 +116,18 @@ public:
/// Retrieves icon resources
wxIcon
GetIconResource
(
const
wxString
&
name
);
/// Updates settings related to edges, text strings, and pads
void
UpdateObjectSettings
();
////@end KiDisplayOptionsFrame member function declarations
/// Should we show tooltips?
static
bool
ShowToolTips
();
void
UpdateObjectSettings
(
void
);
////@begin KiDisplayOptionsFrame member variables
wxRadioBox
*
m_EdgesDisplayOption
;
wxRadioBox
*
m_TextDisplayOption
;
wxCheckBox
*
m_IsShowPadNum
;
wxCheckBox
*
m_IsShowPadFill
;
wxCheckBox
*
m_IsShowPadNum
;
////@end KiDisplayOptionsFrame member variables
WinEDA_BasePcbFrame
*
m_Parent
;
...
...
cvpcb/dialog_display_options.pjd
0 → 100644
View file @
a3c60f36
This diff is collapsed.
Click to expand it.
internat/fr/kicad.mo
View file @
a3c60f36
No preview for this file type
internat/fr/kicad.po
View file @
a3c60f36
This diff is collapsed.
Click to expand it.
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