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
78ef3152
Commit
78ef3152
authored
Dec 19, 2010
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gerbview: faster to start.
parent
2e2ecdd4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
build_version.cpp
common/build_version.cpp
+1
-1
class_DCodeSelectionbox.cpp
gerbview/class_DCodeSelectionbox.cpp
+4
-1
install.nsi
packaging/windows/nsis/install.nsi
+1
-1
version.txt
version.txt
+2
-2
No files found.
common/build_version.cpp
View file @
78ef3152
...
...
@@ -6,7 +6,7 @@
#endif
#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION "(2010-12-1
0
BZR 26xx)"
#define KICAD_BUILD_VERSION "(2010-12-1
8
BZR 26xx)"
#endif
//#define VERSION_STABILITY "stable"
...
...
gerbview/class_DCodeSelectionbox.cpp
View file @
78ef3152
...
...
@@ -18,9 +18,12 @@
DCODE_SELECTION_BOX
::
DCODE_SELECTION_BOX
(
WinEDA_Toolbar
*
aParent
,
wxWindowID
aId
,
const
wxPoint
&
aLocation
,
const
wxSize
&
aSize
,
const
wxArrayString
&
aChoices
)
:
wxComboBox
(
aParent
,
aId
,
wxEmptyString
,
aLocation
,
aSize
,
aChoices
,
wxCB_READONLY
)
wxComboBox
(
aParent
,
aId
,
wxEmptyString
,
aLocation
,
aSize
,
0
,
NULL
,
wxCB_READONLY
)
{
m_dcodeList
=
&
aChoices
;
// Append aChoices here is by far faster than use aChoices inside
// the wxComboBox constructor
Append
(
aChoices
);
}
...
...
packaging/windows/nsis/install.nsi
View file @
78ef3152
...
...
@@ -17,7 +17,7 @@
; General Product Description Definitions
!define PRODUCT_NAME "KiCad"
!define PRODUCT_VERSION "2010.12.
06
"
!define PRODUCT_VERSION "2010.12.
18
"
!define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/"
!define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/"
!define COMPANY_NAME ""
...
...
version.txt
View file @
78ef3152
release version:
2010 dec 1
0
(BZR testing 26xx)
2010 dec 1
8
(BZR testing 26xx)
files (.zip,.tgz):
kicad-2010-12-1
0
-testing
kicad-2010-12-1
8
-testing
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