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
c476ae44
Commit
c476ae44
authored
Feb 21, 2011
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix non ascii characters in zone dialog.
parent
e19b51c2
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2590 additions
and
3599 deletions
+2590
-3599
build_version.cpp
common/build_version.cpp
+1
-1
interf_u.pro
demos/interf_u/interf_u.pro
+1
-1
install.nsi
packaging/windows/nsis/install.nsi
+1
-1
dialog_copper_zones_base.cpp
pcbnew/dialogs/dialog_copper_zones_base.cpp
+254
-254
dialog_copper_zones_base.fbp
pcbnew/dialogs/dialog_copper_zones_base.fbp
+2213
-3222
dialog_copper_zones_base.h
pcbnew/dialogs/dialog_copper_zones_base.h
+118
-118
version.txt
version.txt
+2
-2
No files found.
common/build_version.cpp
View file @
c476ae44
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#endif
#endif
#ifndef KICAD_BUILD_VERSION
#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION "(2011-0
1-26 BZR 2759
)"
#define KICAD_BUILD_VERSION "(2011-0
2-20 BZR 2825
)"
#endif
#endif
//#define VERSION_STABILITY "stable"
//#define VERSION_STABILITY "stable"
...
...
demos/interf_u/interf_u.pro
View file @
c476ae44
update
=
17
/
02
/
2011
19
:
33
:
13
update
=
17
/
02
/
2011
19
:
46
:
34
version
=
1
version
=
1
last_client
=
pcbnew
last_client
=
pcbnew
[
common
]
[
common
]
...
...
packaging/windows/nsis/install.nsi
View file @
c476ae44
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
; General Product Description Definitions
; General Product Description Definitions
!define PRODUCT_NAME "KiCad"
!define PRODUCT_NAME "KiCad"
!define PRODUCT_VERSION "2011.02.
1
0"
!define PRODUCT_VERSION "2011.02.
2
0"
!define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/"
!define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/"
!define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/"
!define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/"
!define COMPANY_NAME ""
!define COMPANY_NAME ""
...
...
pcbnew/dialogs/dialog_copper_zones_base.cpp
View file @
c476ae44
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version
Nov 18 2010)
// C++ code generated with wxFormBuilder (version
Sep 8 2010)
// http://www.wxformbuilder.org/
// http://www.wxformbuilder.org/
//
//
// PLEASE DO "NOT" EDIT THIS FILE!
// PLEASE DO "NOT" EDIT THIS FILE!
...
@@ -189,7 +189,7 @@ dialog_copper_zone_base::dialog_copper_zone_base( wxWindow* parent, wxWindowID i
...
@@ -189,7 +189,7 @@ dialog_copper_zone_base::dialog_copper_zone_base( wxWindow* parent, wxWindowID i
m_FillModeCtrl
->
SetSelection
(
0
);
m_FillModeCtrl
->
SetSelection
(
0
);
m_MiddleBox
->
Add
(
m_FillModeCtrl
,
0
,
wxBOTTOM
|
wxEXPAND
|
wxLEFT
|
wxRIGHT
,
5
);
m_MiddleBox
->
Add
(
m_FillModeCtrl
,
0
,
wxBOTTOM
|
wxEXPAND
|
wxLEFT
|
wxRIGHT
,
5
);
m_staticText12
=
new
wxStaticText
(
this
,
wxID_ANY
,
_
(
"Segments / 360
°:"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_staticText12
=
new
wxStaticText
(
this
,
wxID_ANY
,
_
(
"Segments / 360
deg:"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_staticText12
->
Wrap
(
-
1
);
m_staticText12
->
Wrap
(
-
1
);
m_MiddleBox
->
Add
(
m_staticText12
,
0
,
wxLEFT
|
wxRIGHT
|
wxTOP
,
5
);
m_MiddleBox
->
Add
(
m_staticText12
,
0
,
wxLEFT
|
wxRIGHT
|
wxTOP
,
5
);
...
@@ -208,7 +208,7 @@ dialog_copper_zone_base::dialog_copper_zone_base( wxWindow* parent, wxWindowID i
...
@@ -208,7 +208,7 @@ dialog_copper_zone_base::dialog_copper_zone_base( wxWindow* parent, wxWindowID i
m_staticText14
->
Wrap
(
-
1
);
m_staticText14
->
Wrap
(
-
1
);
bSizer81
->
Add
(
m_staticText14
,
0
,
wxLEFT
|
wxRIGHT
|
wxTOP
,
5
);
bSizer81
->
Add
(
m_staticText14
,
0
,
wxLEFT
|
wxRIGHT
|
wxTOP
,
5
);
wxString
m_OrientEdgesOptChoices
[]
=
{
_
(
"Arbitrary"
),
_
(
"H, V, and 45
° only"
)
};
wxString
m_OrientEdgesOptChoices
[]
=
{
_
(
"Arbitrary"
),
_
(
"H, V, and 45
deg only"
)
};
int
m_OrientEdgesOptNChoices
=
sizeof
(
m_OrientEdgesOptChoices
)
/
sizeof
(
wxString
);
int
m_OrientEdgesOptNChoices
=
sizeof
(
m_OrientEdgesOptChoices
)
/
sizeof
(
wxString
);
m_OrientEdgesOpt
=
new
wxChoice
(
this
,
ID_M_ORIENTEDGESOPT
,
wxDefaultPosition
,
wxDefaultSize
,
m_OrientEdgesOptNChoices
,
m_OrientEdgesOptChoices
,
0
);
m_OrientEdgesOpt
=
new
wxChoice
(
this
,
ID_M_ORIENTEDGESOPT
,
wxDefaultPosition
,
wxDefaultSize
,
m_OrientEdgesOptNChoices
,
m_OrientEdgesOptChoices
,
0
);
m_OrientEdgesOpt
->
SetSelection
(
0
);
m_OrientEdgesOpt
->
SetSelection
(
0
);
...
...
pcbnew/dialogs/dialog_copper_zones_base.fbp
View file @
c476ae44
This source diff could not be displayed because it is too large. You can
view the blob
instead.
pcbnew/dialogs/dialog_copper_zones_base.h
View file @
c476ae44
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version
Nov 18 2010)
// C++ code generated with wxFormBuilder (version
Sep 8 2010)
// http://www.wxformbuilder.org/
// http://www.wxformbuilder.org/
//
//
// PLEASE DO "NOT" EDIT THIS FILE!
// PLEASE DO "NOT" EDIT THIS FILE!
...
...
version.txt
View file @
c476ae44
release version:
release version:
2011
jan 26
2011
feb 20
files (.zip,.tgz):
files (.zip,.tgz):
kicad-2011-0
1-26
kicad-2011-0
2-20
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