Browse Source
overbar patch merged mainly in eechema/class_pin.cpp. Some cleanup and compil problem fixes.
pull/1/head
overbar patch merged mainly in eechema/class_pin.cpp. Some cleanup and compil problem fixes.
pull/1/head
40 changed files with 2414 additions and 3433 deletions
-
13d-viewer/3d_draw.cpp
-
03d-viewer/makefile.mingw
-
12CHANGELOG.txt
-
0bitmaps/makefile.mingw
-
11common/drawpanel.cpp
-
148common/drawtxt.cpp
-
16common/makefile.g95
-
159common/makefile.include
-
24common/makefile.mingw
-
6common/sch_item_struct.cpp
-
8cvpcb/loadcmp.cpp
-
2cvpcb/makefile.include
-
2cvpcb/makefile.mingw
-
1eeschema/CMakeLists.txt
-
2eeschema/class_hierarchical_PIN_sheet.cpp
-
699eeschema/class_pin.cpp
-
36eeschema/class_text-label.cpp
-
3eeschema/dialog_build_BOM.cpp
-
567eeschema/dialog_eeschema_config.cpp
-
139eeschema/dialog_eeschema_config.h
-
1321eeschema/dialog_eeschema_config.pjd
-
164eeschema/dialog_eeschema_config_fbp.cpp
-
1116eeschema/dialog_eeschema_config_fbp.fbp
-
82eeschema/dialog_eeschema_config_fbp.h
-
8eeschema/makefile.include
-
0eeschema/makefile.mingw
-
0eeschema/plugins/makefile.mingw
-
2gerbview/makefile.include
-
0gerbview/makefile.mingw
-
58include/drawtxt.h
-
BINinternat/fr/kicad.mo
-
1218internat/fr/kicad.po
-
0kicad/makefile.mingw
-
6makefile.mingw
-
10pcbnew/class_zone.cpp
-
2pcbnew/librairi.cpp
-
22pcbnew/makefile.include
-
2pcbnew/makefile.mingw
-
0polygon/kbool/src/makefile.mingw
-
0polygon/makefile.mingw
@ -1,16 +0,0 @@ |
|||
WXDIR = $(WXWIN) |
|||
|
|||
all: common.a |
|||
|
|||
include ../libs.win |
|||
|
|||
include makefile.include |
|||
|
|||
common.a: $(OBJECTS) ../libs.win makefile.include |
|||
ar ruv $@ $(OBJECTS) |
|||
ranlib $@ |
|||
|
|||
clean: |
|||
rm -f *.bak |
|||
rm -f *.o |
|||
rm -f common.a |
@ -0,0 +1,24 @@ |
|||
WXDIR = $(WXWIN) |
|||
|
|||
all: common.a |
|||
|
|||
include ../libs.win |
|||
|
|||
include makefile.include |
|||
|
|||
all: common.a pcbcommon.a |
|||
|
|||
common.a: $(COMMON_OBJECTS) ../libs.win makefile.include |
|||
ar ruv $@ $(COMMON_OBJECTS) |
|||
ranlib $@ |
|||
|
|||
|
|||
pcbcommon.a: $(PCB_COMMON_OBJECTS) ../libs.win makefile.include |
|||
ar ruv $@ $(PCB_COMMON_OBJECTS) |
|||
ranlib $@ |
|||
|
|||
|
|||
clean: |
|||
rm -f *.bak |
|||
rm -f *.o |
|||
rm -f common.a |
699
eeschema/class_pin.cpp
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1,139 +0,0 @@ |
|||
///////////////////////////////////////////////////////////////////////////// |
|||
// Name: dialog_eeschema_config.h |
|||
// Purpose: |
|||
// Author: jean-pierre Charras |
|||
// Modified by: |
|||
// Created: 17/02/2006 21:14:46 |
|||
// RCS-ID: |
|||
// Copyright: License GNU |
|||
// Licence: |
|||
///////////////////////////////////////////////////////////////////////////// |
|||
|
|||
// Generated by DialogBlocks (unregistered), 17/02/2006 21:14:46 |
|||
|
|||
#ifndef _DIALOG_EESCHEMA_CONFIG_H_ |
|||
#define _DIALOG_EESCHEMA_CONFIG_H_ |
|||
|
|||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) |
|||
#pragma interface "dialog_eeschema_config.h" |
|||
#endif |
|||
|
|||
/*! |
|||
* Includes |
|||
*/ |
|||
|
|||
////@begin includes |
|||
////@end includes |
|||
|
|||
/*! |
|||
* Forward declarations |
|||
*/ |
|||
|
|||
////@begin forward declarations |
|||
////@end forward declarations |
|||
|
|||
/*! |
|||
* Control identifiers |
|||
*/ |
|||
|
|||
////@begin control identifiers |
|||
#define ID_DIALOG 10000 |
|||
#define SAVE_CFG 10001 |
|||
#define FORMAT_NETLIST 10006 |
|||
#define REMOVE_LIB 10009 |
|||
#define ADD_LIB 10010 |
|||
#define INSERT_LIB 10011 |
|||
#define ID_LISTBOX 10012 |
|||
#define ID_TEXTCTRL 10007 |
|||
#define ID_LIB_PATH_SEL 10008 |
|||
#define SYMBOL_KICONFIGEESCHEMAFRAME_STYLE wxCAPTION|wxSYSTEM_MENU|wxCLOSE_BOX|MAYBE_RESIZE_BORDER |
|||
#define SYMBOL_KICONFIGEESCHEMAFRAME_TITLE _("Dialog") |
|||
#define SYMBOL_KICONFIGEESCHEMAFRAME_IDNAME ID_DIALOG |
|||
#define SYMBOL_KICONFIGEESCHEMAFRAME_SIZE wxSize(400, 300) |
|||
#define SYMBOL_KICONFIGEESCHEMAFRAME_POSITION wxDefaultPosition |
|||
////@end control identifiers |
|||
|
|||
/*! |
|||
* Compatibility |
|||
*/ |
|||
|
|||
#ifndef wxCLOSE_BOX |
|||
#define wxCLOSE_BOX 0x1000 |
|||
#endif |
|||
|
|||
/*! |
|||
* KiConfigEeschemaFrame class declaration |
|||
*/ |
|||
|
|||
class KiConfigEeschemaFrame: public wxDialog |
|||
{ |
|||
DECLARE_DYNAMIC_CLASS( KiConfigEeschemaFrame ) |
|||
DECLARE_EVENT_TABLE() |
|||
|
|||
public: |
|||
/// Constructors |
|||
KiConfigEeschemaFrame( ); |
|||
KiConfigEeschemaFrame( WinEDA_SchematicFrame* parent, wxWindowID id = SYMBOL_KICONFIGEESCHEMAFRAME_IDNAME, const wxString& caption = SYMBOL_KICONFIGEESCHEMAFRAME_TITLE, const wxPoint& pos = SYMBOL_KICONFIGEESCHEMAFRAME_POSITION, const wxSize& size = SYMBOL_KICONFIGEESCHEMAFRAME_SIZE, long style = SYMBOL_KICONFIGEESCHEMAFRAME_STYLE ); |
|||
|
|||
/// Creation |
|||
bool Create( wxWindow* parent, wxWindowID id = SYMBOL_KICONFIGEESCHEMAFRAME_IDNAME, const wxString& caption = SYMBOL_KICONFIGEESCHEMAFRAME_TITLE, const wxPoint& pos = SYMBOL_KICONFIGEESCHEMAFRAME_POSITION, const wxSize& size = SYMBOL_KICONFIGEESCHEMAFRAME_SIZE, long style = SYMBOL_KICONFIGEESCHEMAFRAME_STYLE ); |
|||
|
|||
/// Creates the controls and sizers |
|||
void CreateControls(); |
|||
|
|||
////@begin KiConfigEeschemaFrame event handler declarations |
|||
|
|||
/// wxEVT_CLOSE_WINDOW event handler for ID_DIALOG |
|||
void OnCloseWindow( wxCloseEvent& event ); |
|||
|
|||
/// wxEVT_COMMAND_BUTTON_CLICKED event handler for SAVE_CFG |
|||
void OnSaveCfgClick( wxCommandEvent& event ); |
|||
|
|||
/// wxEVT_COMMAND_LISTBOX_SELECTED event handler for FORMAT_NETLIST |
|||
void OnFormatNetlistSelected( wxCommandEvent& event ); |
|||
|
|||
/// wxEVT_COMMAND_BUTTON_CLICKED event handler for REMOVE_LIB |
|||
void OnRemoveLibClick( wxCommandEvent& event ); |
|||
|
|||
/// wxEVT_COMMAND_BUTTON_CLICKED event handler for ADD_LIB |
|||
void OnAddLibClick( wxCommandEvent& event ); |
|||
|
|||
/// wxEVT_COMMAND_BUTTON_CLICKED event handler for INSERT_LIB |
|||
void OnInsertLibClick( wxCommandEvent& event ); |
|||
|
|||
/// wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_LIB_PATH_SEL |
|||
void OnLibPathSelClick( wxCommandEvent& event ); |
|||
|
|||
////@end KiConfigEeschemaFrame event handler declarations |
|||
|
|||
////@begin KiConfigEeschemaFrame member function declarations |
|||
|
|||
/// Retrieves bitmap resources |
|||
wxBitmap GetBitmapResource( const wxString& name ); |
|||
|
|||
/// Retrieves icon resources |
|||
wxIcon GetIconResource( const wxString& name ); |
|||
////@end KiConfigEeschemaFrame member function declarations |
|||
|
|||
/// Should we show tooltips? |
|||
static bool ShowToolTips(); |
|||
|
|||
void SetFormatsNetListes(); |
|||
void LibDelFct(wxCommandEvent& event); |
|||
void AddOrInsertLibrary(wxCommandEvent& event); |
|||
void ChangeSetup(); |
|||
|
|||
////@begin KiConfigEeschemaFrame member variables |
|||
wxListBox* m_NetFormatBox; |
|||
wxStaticBoxSizer* m_FileExtList; |
|||
wxListBox* m_ListLibr; |
|||
wxTextCtrl* m_LibDirCtrl; |
|||
////@end KiConfigEeschemaFrame member variables |
|||
|
|||
WinEDA_SchematicFrame * m_Parent; |
|||
bool m_LibListChanged; |
|||
|
|||
}; |
|||
|
|||
#endif |
|||
// _DIALOG_EESCHEMA_CONFIG_H_ |
1321
eeschema/dialog_eeschema_config.pjd
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,164 @@ |
|||
///////////////////////////////////////////////////////////////////////////
|
|||
// C++ code generated with wxFormBuilder (version Apr 16 2008)
|
|||
// http://www.wxformbuilder.org/
|
|||
//
|
|||
// PLEASE DO "NOT" EDIT THIS FILE!
|
|||
///////////////////////////////////////////////////////////////////////////
|
|||
|
|||
#include "dialog_eeschema_config_fbp.h"
|
|||
|
|||
///////////////////////////////////////////////////////////////////////////
|
|||
|
|||
DIALOG_EESCHEMA_CONFIG_FBP::DIALOG_EESCHEMA_CONFIG_FBP( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : wxDialog( parent, id, title, pos, size, style ) |
|||
{ |
|||
this->SetSizeHints( wxDefaultSize, wxDefaultSize ); |
|||
|
|||
wxBoxSizer* bMainSizer; |
|||
bMainSizer = new wxBoxSizer( wxVERTICAL ); |
|||
|
|||
wxBoxSizer* bUpperSizer; |
|||
bUpperSizer = new wxBoxSizer( wxHORIZONTAL ); |
|||
|
|||
wxBoxSizer* bLeftSizer; |
|||
bLeftSizer = new wxBoxSizer( wxVERTICAL ); |
|||
|
|||
m_staticTextNetListFormats = new wxStaticText( this, wxID_ANY, _("NetList Formats:"), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
m_staticTextNetListFormats->Wrap( -1 ); |
|||
bLeftSizer->Add( m_staticTextNetListFormats, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); |
|||
|
|||
m_NetFormatBox = new wxListBox( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0, NULL, wxLB_SINGLE ); |
|||
bLeftSizer->Add( m_NetFormatBox, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 ); |
|||
|
|||
|
|||
bLeftSizer->Add( 0, 20, 0, wxEXPAND, 5 ); |
|||
|
|||
wxStaticBoxSizer* sFileExtBox; |
|||
sFileExtBox = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("Files ext:") ), wxVERTICAL ); |
|||
|
|||
m_InfoCmpFileExt = new wxStaticText( this, wxID_ANY, _("Cmp file Ext: "), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
m_InfoCmpFileExt->Wrap( -1 ); |
|||
sFileExtBox->Add( m_InfoCmpFileExt, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); |
|||
|
|||
m_InfoNetFileExt = new wxStaticText( this, wxID_ANY, _("Net file Ext: "), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
m_InfoNetFileExt->Wrap( -1 ); |
|||
sFileExtBox->Add( m_InfoNetFileExt, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); |
|||
|
|||
m_InfoLibFileExt = new wxStaticText( this, wxID_ANY, _("Library file Ext: "), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
m_InfoLibFileExt->Wrap( -1 ); |
|||
sFileExtBox->Add( m_InfoLibFileExt, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); |
|||
|
|||
m_InfoSymbFileExt = new wxStaticText( this, wxID_ANY, _("Symbol file Ext: "), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
m_InfoSymbFileExt->Wrap( -1 ); |
|||
sFileExtBox->Add( m_InfoSymbFileExt, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); |
|||
|
|||
m_InfoSchFileExt = new wxStaticText( this, wxID_ANY, _("Schematic file Ext: "), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
m_InfoSchFileExt->Wrap( -1 ); |
|||
sFileExtBox->Add( m_InfoSchFileExt, 0, wxALL, 5 ); |
|||
|
|||
bLeftSizer->Add( sFileExtBox, 0, wxEXPAND, 5 ); |
|||
|
|||
bUpperSizer->Add( bLeftSizer, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 ); |
|||
|
|||
wxStaticBoxSizer* sbLibsChoiceSizer; |
|||
sbLibsChoiceSizer = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("Libraries") ), wxVERTICAL ); |
|||
|
|||
wxBoxSizer* bLibsButtonsSizer; |
|||
bLibsButtonsSizer = new wxBoxSizer( wxHORIZONTAL ); |
|||
|
|||
sbLibsChoiceSizer->Add( bLibsButtonsSizer, 0, wxALIGN_CENTER_HORIZONTAL, 5 ); |
|||
|
|||
m_staticTextlibList = new wxStaticText( this, wxID_ANY, _("Active Libraries:"), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
m_staticTextlibList->Wrap( -1 ); |
|||
sbLibsChoiceSizer->Add( m_staticTextlibList, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); |
|||
|
|||
m_ListLibr = new wxListBox( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0, NULL, wxLB_HSCROLL|wxLB_NEEDED_SB|wxLB_SINGLE ); |
|||
m_ListLibr->SetToolTip( _("List of active library files.\nOnly library files in this list are loaded by Eeschema.\nThe order of this list is important:\nEeschema searchs for a given component using this list order priority.") ); |
|||
m_ListLibr->SetMinSize( wxSize( 300,-1 ) ); |
|||
|
|||
sbLibsChoiceSizer->Add( m_ListLibr, 1, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 ); |
|||
|
|||
bUpperSizer->Add( sbLibsChoiceSizer, 1, wxEXPAND|wxRIGHT|wxLEFT, 5 ); |
|||
|
|||
wxBoxSizer* bRightSizer; |
|||
bRightSizer = new wxBoxSizer( wxVERTICAL ); |
|||
|
|||
m_buttonRemove = new wxButton( this, ID_REMOVE_LIB, _("Remove"), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
m_buttonRemove->SetForegroundColour( wxColour( 186, 1, 38 ) ); |
|||
m_buttonRemove->SetToolTip( _("Unload the selected library") ); |
|||
|
|||
bRightSizer->Add( m_buttonRemove, 0, wxALL, 5 ); |
|||
|
|||
m_buttonAdd = new wxButton( this, ID_ADD_LIB, _("Add"), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
m_buttonAdd->SetForegroundColour( wxColour( 13, 118, 1 ) ); |
|||
m_buttonAdd->SetToolTip( _("Add a new library after the selected library, and load it") ); |
|||
|
|||
bRightSizer->Add( m_buttonAdd, 0, wxALL, 5 ); |
|||
|
|||
m_buttonIns = new wxButton( this, wxID_ANY, _("Ins"), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
m_buttonIns->SetForegroundColour( wxColour( 0, 65, 130 ) ); |
|||
m_buttonIns->SetToolTip( _("Add a new library before the selected library, and load it") ); |
|||
|
|||
bRightSizer->Add( m_buttonIns, 0, wxALL, 5 ); |
|||
|
|||
|
|||
bRightSizer->Add( 0, 20, 1, wxEXPAND, 5 ); |
|||
|
|||
m_buttonOk = new wxButton( this, wxID_OK, _("Ok"), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
bRightSizer->Add( m_buttonOk, 0, wxALL, 5 ); |
|||
|
|||
m_buttonCancel = new wxButton( this, wxID_CANCEL, _("Cancel"), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
m_buttonCancel->SetForegroundColour( wxColour( 14, 0, 179 ) ); |
|||
|
|||
bRightSizer->Add( m_buttonCancel, 0, wxALL, 5 ); |
|||
|
|||
m_buttonSave = new wxButton( this, ID_SAVE_CFG, _("Save Cfg"), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
m_buttonSave->SetToolTip( _("Accept and save current configuration setting in the local .pro file") ); |
|||
|
|||
bRightSizer->Add( m_buttonSave, 0, wxALL|wxALIGN_CENTER_HORIZONTAL|wxEXPAND, 5 ); |
|||
|
|||
bUpperSizer->Add( bRightSizer, 0, wxALIGN_CENTER_VERTICAL, 5 ); |
|||
|
|||
bMainSizer->Add( bUpperSizer, 1, wxEXPAND, 5 ); |
|||
|
|||
m_staticline1 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL ); |
|||
bMainSizer->Add( m_staticline1, 0, wxEXPAND | wxALL, 5 ); |
|||
|
|||
wxStaticBoxSizer* sbLibPathSizer; |
|||
sbLibPathSizer = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("Default library file path:") ), wxHORIZONTAL ); |
|||
|
|||
m_LibDirCtrl = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); |
|||
m_LibDirCtrl->SetToolTip( _("Default path to search libraries which have no absolute path in name,\nor a name which does not start by ./ or ../\nIf void, the default path is kicad/share/library") ); |
|||
|
|||
sbLibPathSizer->Add( m_LibDirCtrl, 1, wxALL, 5 ); |
|||
|
|||
m_buttonBrowse = new wxButton( this, ID_LIB_PATH_SEL, _("Browse"), wxDefaultPosition, wxDefaultSize, 0 ); |
|||
sbLibPathSizer->Add( m_buttonBrowse, 0, wxALL, 5 ); |
|||
|
|||
bMainSizer->Add( sbLibPathSizer, 0, wxEXPAND, 5 ); |
|||
|
|||
this->SetSizer( bMainSizer ); |
|||
this->Layout(); |
|||
|
|||
// Connect Events
|
|||
this->Connect( wxEVT_CLOSE_WINDOW, wxCloseEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnCloseWindow ) ); |
|||
m_buttonRemove->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnRemoveLibClick ), NULL, this ); |
|||
m_buttonAdd->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnAddOrInsertLibClick ), NULL, this ); |
|||
m_buttonIns->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnAddOrInsertLibClick ), NULL, this ); |
|||
m_buttonOk->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnOkClick ), NULL, this ); |
|||
m_buttonCancel->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnCancelClick ), NULL, this ); |
|||
m_buttonSave->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnSaveCfgClick ), NULL, this ); |
|||
m_buttonBrowse->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnLibPathSelClick ), NULL, this ); |
|||
} |
|||
|
|||
DIALOG_EESCHEMA_CONFIG_FBP::~DIALOG_EESCHEMA_CONFIG_FBP() |
|||
{ |
|||
// Disconnect Events
|
|||
this->Disconnect( wxEVT_CLOSE_WINDOW, wxCloseEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnCloseWindow ) ); |
|||
m_buttonRemove->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnRemoveLibClick ), NULL, this ); |
|||
m_buttonAdd->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnAddOrInsertLibClick ), NULL, this ); |
|||
m_buttonIns->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnAddOrInsertLibClick ), NULL, this ); |
|||
m_buttonOk->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnOkClick ), NULL, this ); |
|||
m_buttonCancel->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnCancelClick ), NULL, this ); |
|||
m_buttonSave->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnSaveCfgClick ), NULL, this ); |
|||
m_buttonBrowse->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_EESCHEMA_CONFIG_FBP::OnLibPathSelClick ), NULL, this ); |
|||
} |
1116
eeschema/dialog_eeschema_config_fbp.fbp
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,82 @@ |
|||
/////////////////////////////////////////////////////////////////////////// |
|||
// C++ code generated with wxFormBuilder (version Apr 16 2008) |
|||
// http://www.wxformbuilder.org/ |
|||
// |
|||
// PLEASE DO "NOT" EDIT THIS FILE! |
|||
/////////////////////////////////////////////////////////////////////////// |
|||
|
|||
#ifndef __dialog_eeschema_config_fbp__ |
|||
#define __dialog_eeschema_config_fbp__ |
|||
|
|||
#include <wx/intl.h> |
|||
|
|||
#include <wx/string.h> |
|||
#include <wx/stattext.h> |
|||
#include <wx/gdicmn.h> |
|||
#include <wx/font.h> |
|||
#include <wx/colour.h> |
|||
#include <wx/settings.h> |
|||
#include <wx/listbox.h> |
|||
#include <wx/sizer.h> |
|||
#include <wx/statbox.h> |
|||
#include <wx/button.h> |
|||
#include <wx/statline.h> |
|||
#include <wx/textctrl.h> |
|||
#include <wx/dialog.h> |
|||
|
|||
/////////////////////////////////////////////////////////////////////////// |
|||
|
|||
/////////////////////////////////////////////////////////////////////////////// |
|||
/// Class DIALOG_EESCHEMA_CONFIG_FBP |
|||
/////////////////////////////////////////////////////////////////////////////// |
|||
class DIALOG_EESCHEMA_CONFIG_FBP : public wxDialog |
|||
{ |
|||
private: |
|||
|
|||
protected: |
|||
enum |
|||
{ |
|||
ID_REMOVE_LIB = 1000, |
|||
ID_ADD_LIB, |
|||
ID_SAVE_CFG, |
|||
ID_LIB_PATH_SEL, |
|||
}; |
|||
|
|||
wxStaticText* m_staticTextNetListFormats; |
|||
wxListBox* m_NetFormatBox; |
|||
|
|||
wxStaticText* m_InfoCmpFileExt; |
|||
wxStaticText* m_InfoNetFileExt; |
|||
wxStaticText* m_InfoLibFileExt; |
|||
wxStaticText* m_InfoSymbFileExt; |
|||
wxStaticText* m_InfoSchFileExt; |
|||
wxStaticText* m_staticTextlibList; |
|||
wxListBox* m_ListLibr; |
|||
wxButton* m_buttonRemove; |
|||
wxButton* m_buttonAdd; |
|||
wxButton* m_buttonIns; |
|||
|
|||
wxButton* m_buttonOk; |
|||
wxButton* m_buttonCancel; |
|||
wxButton* m_buttonSave; |
|||
wxStaticLine* m_staticline1; |
|||
wxTextCtrl* m_LibDirCtrl; |
|||
wxButton* m_buttonBrowse; |
|||
|
|||
// Virtual event handlers, overide them in your derived class |
|||
virtual void OnCloseWindow( wxCloseEvent& event ){ event.Skip(); } |
|||
virtual void OnRemoveLibClick( wxCommandEvent& event ){ event.Skip(); } |
|||
virtual void OnAddOrInsertLibClick( wxCommandEvent& event ){ event.Skip(); } |
|||
virtual void OnOkClick( wxCommandEvent& event ){ event.Skip(); } |
|||
virtual void OnCancelClick( wxCommandEvent& event ){ event.Skip(); } |
|||
virtual void OnSaveCfgClick( wxCommandEvent& event ){ event.Skip(); } |
|||
virtual void OnLibPathSelClick( wxCommandEvent& event ){ event.Skip(); } |
|||
|
|||
|
|||
public: |
|||
DIALOG_EESCHEMA_CONFIG_FBP( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 593,400 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); |
|||
~DIALOG_EESCHEMA_CONFIG_FBP(); |
|||
|
|||
}; |
|||
|
|||
#endif //__dialog_eeschema_config_fbp__ |
1218
internat/fr/kicad.po
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1,9 +1,9 @@ |
|||
KICAD_SUBDIRS = common bitmaps 3d-viewer polygon polygon/kbool/src eeschema eeschema/plugins pcbnew kicad cvpcb gerbview |
|||
KICAD_SUBDIRS_BIN = eeschema eeschema/plugins pcbnew cvpcb kicad gerbview |
|||
# How to invoke make: |
|||
MAKE = make -k -f makefile.g95 |
|||
MAKE_INSTALL = make -f makefile.g95 install |
|||
MAKE_CLEAN = make -f makefile.g95 clean |
|||
MAKE = make -k -f makefile.mingw |
|||
MAKE_INSTALL = make -f makefile.mingw install |
|||
MAKE_CLEAN = make -f makefile.mingw clean |
|||
|
|||
all: |
|||
@for d in $(KICAD_SUBDIRS); do (cd $$d && $(MAKE)); done |
Write
Preview
Loading…
Cancel
Save
Reference in new issue