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
76467a7f
Commit
76467a7f
authored
Nov 02, 2008
by
jerryjacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Beautify code see change_log.txt
parent
a0c413a6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
403 additions
and
232 deletions
+403
-232
change_log.txt
change_log.txt
+11
-0
buildmnu.cpp
kicad/buildmnu.cpp
+391
-231
treeprj_frame.cpp
kicad/treeprj_frame.cpp
+1
-1
No files found.
change_log.txt
View file @
76467a7f
...
...
@@ -6,6 +6,17 @@ Please add newer entries at the top, list the date and your name with
email address.
2008-nov-2 CLEANUP Jerry Jacobs <jerkejacobs@gmail.com>
================================================================================
++kicad:
Cleanup comment/codestyle to make things more clear for newbie codeviewer
and developers.
+ buildmnu.cpp
+ commandframe.cpp
+ kicad.cpp
+ treeprj_frame.cpp
2008-oct-30 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
++All
...
...
kicad/buildmnu.cpp
View file @
76467a7f
This diff is collapsed.
Click to expand it.
kicad/treeprj_frame.cpp
View file @
76467a7f
...
...
@@ -65,7 +65,6 @@ WinEDA_PrjFrame::WinEDA_PrjFrame( WinEDA_MainFrame* parent,
{
m_Parent
=
parent
;
m_TreeProject
=
NULL
;
wxMenu
*
menu
=
m_ContextMenus
[
TREE_PY
];
wxMenuItem
*
item
;
m_PopupMenu
=
NULL
;
...
...
@@ -101,6 +100,7 @@ WinEDA_PrjFrame::WinEDA_PrjFrame( WinEDA_MainFrame* parent,
for
(
int
i
=
0
;
i
<
TREE_MAX
;
i
++
)
m_ContextMenus
.
push_back
(
new
wxMenu
()
);
wxMenu
*
menu
=
m_ContextMenus
[
TREE_PY
];
// Python script context menu
#ifdef KICAD_PYTHON
...
...
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