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
636c708e
Commit
636c708e
authored
Feb 21, 2010
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch to RC4
parent
6335ede7
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
11 deletions
+13
-11
build_version.cpp
common/build_version.cpp
+2
-2
newstroke_font.cpp
common/newstroke_font.cpp
+6
-3
eeschema.cpp
eeschema/eeschema.cpp
+1
-2
newstroke_font.h
include/newstroke_font.h
+2
-2
version.txt
version.txt
+2
-2
No files found.
common/build_version.cpp
View file @
636c708e
...
@@ -6,10 +6,10 @@
...
@@ -6,10 +6,10 @@
#endif
#endif
#ifndef KICAD_BUILD_VERSION
#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION "(2010-02-
17
)"
#define KICAD_BUILD_VERSION "(2010-02-
21
)"
#endif
#endif
#define VERSION_STABILITY "RC
3a
"
#define VERSION_STABILITY "RC
4
"
/** Function GetBuildVersion()
/** Function GetBuildVersion()
* Return the build date and version
* Return the build date and version
...
...
common/newstroke_font.cpp
View file @
636c708e
...
@@ -23,7 +23,10 @@
...
@@ -23,7 +23,10 @@
* or you may write to the Free Software Foundation, Inc.,
* or you may write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
const
char
*
newstroke_font
[]
=
#include "newstroke_font.h"
const
char
*
const
newstroke_font
[]
=
{
{
/* // BASIC LATIN (0020-007F) */
/* // BASIC LATIN (0020-007F) */
"JZ"
,
/* U+20 SPACE */
"JZ"
,
/* U+20 SPACE */
...
@@ -11344,7 +11347,7 @@ const char* newstroke_font[] =
...
@@ -11344,7 +11347,7 @@ const char* newstroke_font[] =
"F^K[KFYFY[K["
,
"F^K[KFYFY[K["
,
"F^K[KFYFY[K["
,
"F^K[KFYFY[K["
,
"F^K[KFYFY[K["
,
"F^K[KFYFY[K["
,
"F^K[KFYFY[K["
,
"F^K[KFYFY[K["
};
};
/* --- unused glyphs --- */
/* --- unused glyphs --- */
/* RECTANGLE_V_BLACK_SMALL */
/* RECTANGLE_V_BLACK_SMALL */
...
@@ -11352,5 +11355,5 @@ const char* newstroke_font[] =
...
@@ -11352,5 +11355,5 @@ const char* newstroke_font[] =
/* COMBINING */
/* COMBINING */
/* DIAMOND_SMALL */
/* DIAMOND_SMALL */
int
newstroke_font_bufsize
=
sizeof
(
newstroke_font
)
/
sizeof
(
newstroke_font
[
0
]);
const
int
newstroke_font_bufsize
=
sizeof
(
newstroke_font
)
/
sizeof
(
newstroke_font
[
0
]);
eeschema/eeschema.cpp
View file @
636c708e
...
@@ -118,7 +118,6 @@ bool WinEDA_App::OnInit()
...
@@ -118,7 +118,6 @@ bool WinEDA_App::OnInit()
wxApp
::
s_macPreferencesMenuItemId
=
ID_OPTIONS_SETUP
;
wxApp
::
s_macPreferencesMenuItemId
=
ID_OPTIONS_SETUP
;
#endif
/* __WXMAC__ */
#endif
/* __WXMAC__ */
wxFileName
filename
;
wxFileName
filename
;
WinEDA_SchematicFrame
*
frame
=
NULL
;
WinEDA_SchematicFrame
*
frame
=
NULL
;
...
...
include/newstroke_font.h
View file @
636c708e
...
@@ -29,6 +29,6 @@
...
@@ -29,6 +29,6 @@
/**
/**
* Array containing strokes for unicode glyphs
* Array containing strokes for unicode glyphs
*/
*/
extern
const
char
*
newstroke_font
[];
//The font
extern
const
char
*
const
newstroke_font
[];
//The font
extern
int
newstroke_font_bufsize
;
//font buffer size
extern
const
int
newstroke_font_bufsize
;
//font buffer size
#endif
/* __NEWSTROKE_FONT_H__ */
#endif
/* __NEWSTROKE_FONT_H__ */
version.txt
View file @
636c708e
release version:
release version:
2010 feb
17
2010 feb
21
files (.zip,.tgz):
files (.zip,.tgz):
kicad-2010-02-
17-RC3a
kicad-2010-02-
21-RC4
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