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
89f02110
Commit
89f02110
authored
Feb 24, 2009
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix: 2628615, 2625434, 2625090
parent
92ab71c2
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
31 additions
and
5 deletions
+31
-5
CHANGELOG.txt
CHANGELOG.txt
+12
-0
cvframe.cpp
cvpcb/cvframe.cpp
+2
-0
build_version.h
include/build_version.h
+4
-2
dialog_graphic_item_properties.cpp
pcbnew/dialog_graphic_item_properties.cpp
+6
-0
edit.cpp
pcbnew/edit.cpp
+4
-3
zones_by_polygon.cpp
pcbnew/zones_by_polygon.cpp
+3
-0
No files found.
CHANGELOG.txt
View file @
89f02110
...
@@ -5,6 +5,18 @@ Started 2007-June-11
...
@@ -5,6 +5,18 @@ Started 2007-June-11
Please add newer entries at the top, list the date and your name with
Please add newer entries at the top, list the date and your name with
email address.
email address.
2009-Feb-24 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
++pcbnew:
bug fix:
2628615 Error message after right click into zone
2625434 Crash after trying to edit a line/drawing
++cvpcb
fix: 2625090 CVpcb - language selection
2009-Feb-17 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
2009-Feb-17 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
================================================================================
++gr_basic.cpp
++gr_basic.cpp
...
...
cvpcb/cvframe.cpp
View file @
89f02110
...
@@ -488,6 +488,8 @@ void WinEDA_CvpcbFrame::SetLanguage( wxCommandEvent& event )
...
@@ -488,6 +488,8 @@ void WinEDA_CvpcbFrame::SetLanguage( wxCommandEvent& event )
wxGetApp
().
SetLanguageIdentifier
(
id
);
wxGetApp
().
SetLanguageIdentifier
(
id
);
wxGetApp
().
SetLanguage
();
wxGetApp
().
SetLanguage
();
ReCreateMenuBar
();
Refresh
();
}
}
...
...
include/build_version.h
View file @
89f02110
...
@@ -3,13 +3,15 @@
...
@@ -3,13 +3,15 @@
#ifndef KICAD_BUILD_VERSION
#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION
#define BUILD_VERSION wxT("(20090216-RC3)")
COMMON_GLOBL
wxString
g_BuildVersion
COMMON_GLOBL
wxString
g_BuildVersion
#ifdef EDA_BASE
#ifdef EDA_BASE
# ifdef HAVE_SVN_VERSION
# ifdef HAVE_SVN_VERSION
# include "config.h"
# include "config.h"
(
wxT
(
KICAD_SVN_VERSION
))
(
wxT
(
KICAD_SVN_VERSION
))
# else
# else
(
wxT
(
"(20090216-RC2)"
)
)
/* main program version */
(
BUILD_VERSION
)
/* main program version */
# endif
# endif
#endif
#endif
;
;
...
@@ -20,7 +22,7 @@ COMMON_GLOBL wxString g_BuildAboutVersion
...
@@ -20,7 +22,7 @@ COMMON_GLOBL wxString g_BuildAboutVersion
# include "config.h"
# include "config.h"
(
wxT
(
KICAD_ABOUT_VERSION
))
(
wxT
(
KICAD_ABOUT_VERSION
))
# else
# else
(
wxT
(
"(20090216-RC2)"
)
)
/* svn date & rev (normally overridden) */
(
BUILD_VERSION
)
/* svn date & rev (normally overridden) */
# endif
# endif
#endif
#endif
;
;
...
...
pcbnew/dialog_graphic_item_properties.cpp
View file @
89f02110
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
#include "fctsys.h"
#include "fctsys.h"
#include "macros.h"
#include "macros.h"
#include "common.h"
#include "common.h"
#include "confirm.h"
#include "class_drawpanel.h"
#include "class_drawpanel.h"
#include "pcbnew.h"
#include "pcbnew.h"
...
@@ -51,6 +52,11 @@ DialogGraphicItemProperties::DialogGraphicItemProperties( WinEDA_BasePcbFrame* a
...
@@ -51,6 +52,11 @@ DialogGraphicItemProperties::DialogGraphicItemProperties( WinEDA_BasePcbFrame* a
void
WinEDA_BasePcbFrame
::
InstallGraphicItemPropertiesDialog
(
DRAWSEGMENT
*
aItem
,
wxDC
*
aDC
)
void
WinEDA_BasePcbFrame
::
InstallGraphicItemPropertiesDialog
(
DRAWSEGMENT
*
aItem
,
wxDC
*
aDC
)
/*******************************************************************************************/
/*******************************************************************************************/
{
{
if
(
aItem
==
NULL
)
{
DisplayError
(
this
,
wxT
(
"nstallGraphicItemPropertiesDialog() error: NULL item"
));
return
;
}
DrawPanel
->
m_IgnoreMouseEvents
=
TRUE
;
DrawPanel
->
m_IgnoreMouseEvents
=
TRUE
;
DialogGraphicItemProperties
*
dialog
=
new
DialogGraphicItemProperties
(
this
,
DialogGraphicItemProperties
*
dialog
=
new
DialogGraphicItemProperties
(
this
,
aItem
,
aDC
);
aItem
,
aDC
);
...
...
pcbnew/edit.cpp
View file @
89f02110
...
@@ -135,6 +135,7 @@ void WinEDA_PcbFrame::Process_Special_Functions( wxCommandEvent& event )
...
@@ -135,6 +135,7 @@ void WinEDA_PcbFrame::Process_Special_Functions( wxCommandEvent& event )
case
ID_POPUP_PCB_VIA_HOLE_EXPORT
:
case
ID_POPUP_PCB_VIA_HOLE_EXPORT
:
case
ID_POPUP_PCB_VIA_HOLE_RESET_TO_DEFAULT
:
case
ID_POPUP_PCB_VIA_HOLE_RESET_TO_DEFAULT
:
case
ID_POPUP_PCB_VIA_HOLE_EXPORT_TO_OTHERS
:
case
ID_POPUP_PCB_VIA_HOLE_EXPORT_TO_OTHERS
:
case
ID_POPUP_PCB_EDIT_DRAWING
:
break
;
break
;
case
ID_POPUP_CANCEL_CURRENT_COMMAND
:
case
ID_POPUP_CANCEL_CURRENT_COMMAND
:
...
@@ -574,13 +575,13 @@ void WinEDA_PcbFrame::Process_Special_Functions( wxCommandEvent& event )
...
@@ -574,13 +575,13 @@ void WinEDA_PcbFrame::Process_Special_Functions( wxCommandEvent& event )
break
;
break
;
case
ID_POPUP_PCB_REMOVE_FILLED_AREAS_IN_ALL_ZONES
:
// Remove all zones :
case
ID_POPUP_PCB_REMOVE_FILLED_AREAS_IN_ALL_ZONES
:
// Remove all zones :
GetBoard
()
->
m_Zone
.
DeleteAll
();
GetBoard
()
->
m_Zone
.
DeleteAll
();
// remove zone segments used to fill zones.
for
(
int
ii
=
0
;
ii
<
GetBoard
()
->
GetAreaCount
();
ii
++
)
for
(
int
ii
=
0
;
ii
<
GetBoard
()
->
GetAreaCount
();
ii
++
)
{
{
// Remove filled aresa in zone
ZONE_CONTAINER
*
zone_container
=
GetBoard
()
->
GetArea
(
ii
);
ZONE_CONTAINER
*
zone_container
=
GetBoard
()
->
GetArea
(
ii
);
zone_container
->
m_FilledPolysList
.
clear
();;
zone_container
->
m_FilledPolysList
.
clear
();;
}
}
SetCurItem
(
NULL
);
// CurItem might be deleted by this command, clear the pointer
test_connexions
(
NULL
);
test_connexions
(
NULL
);
Tst_Ratsnest
(
NULL
,
0
);
// Recalculate the active ratsnest, i.e. the unconnected links */
Tst_Ratsnest
(
NULL
,
0
);
// Recalculate the active ratsnest, i.e. the unconnected links */
GetScreen
()
->
SetModify
();
GetScreen
()
->
SetModify
();
...
...
pcbnew/zones_by_polygon.cpp
View file @
89f02110
...
@@ -127,7 +127,10 @@ void WinEDA_PcbFrame::Delete_Zone_Fill( wxDC* DC, SEGZONE* aZone, long aTimestam
...
@@ -127,7 +127,10 @@ void WinEDA_PcbFrame::Delete_Zone_Fill( wxDC* DC, SEGZONE* aZone, long aTimestam
{
{
ZONE_CONTAINER
*
zone
=
GetBoard
()
->
GetArea
(
ii
);
ZONE_CONTAINER
*
zone
=
GetBoard
()
->
GetArea
(
ii
);
if
(
zone
->
m_TimeStamp
==
TimeStamp
)
if
(
zone
->
m_TimeStamp
==
TimeStamp
)
{
modify
=
TRUE
;
zone
->
m_FilledPolysList
.
clear
();
zone
->
m_FilledPolysList
.
clear
();
}
}
}
if
(
modify
)
if
(
modify
)
...
...
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