charras
a46cd46d9d
pcbnew: More about work on color selection and items visibility:
removed global variables and a lot of redundancies
16 years ago
stambaughw
4611bfd58c
Comment translations.
* Completed translation of all kicad source.
* Translated source files A through C in pcbnew.
16 years ago
charras
a3f48bf241
pcbnew Added: control of masks clearance. See changelog for more info
16 years ago
charras
41c80dd95b
pcbnew: work on undo/redo in progress
17 years ago
charras
9edace2f5f
Code clarification about 3 confusing functions to display info: DisplayInfo (displaying a message info) and class members DisplayInfo and Display_Infos doing the same thing (see changelog)
17 years ago
charras
f83bc3e3fa
pcbnew: solved: info not displayed when clicking on a module. Removed: gcc 4.2.1 warning in moduleframe.cpp
17 years ago
stambaughw
4a489895a3
More zoom clean ups and code cleaning.
17 years ago
dickelbeck
e574a1b061
more DLIST<> work
17 years ago
dickelbeck
aab39d1de7
injected DLIST<> into many list heads, see change_log.txt
17 years ago
dickelbeck
3ef380f936
dlist cleanups, start of edit component in schematic rework
17 years ago
charras
f723c540d0
code cleaning. Some comments translated into English.
Added: Zones unfill in polygon mode
17 years ago
dickelbeck
aa93f54d97
BOARD_ITEM::Draw()
18 years ago
dickelbeck
4b94704ec7
formatting
18 years ago
charras
0ff83cbab7
MODULE::GetBoundingBox() takes in account the clearence around the pads. other very minor changes
18 years ago
charras
9fb2c9fe23
some code cleaning and comments translations. Added: EDA_Rect::Merge( EDA_Rect & aRect ) (see changelog)
18 years ago
charras
8bfdd0407c
Use dirty rectangle when deleting a footprint
18 years ago
charras
8111fe4984
Dirty rect Ok. Code must be cleaned. Import footprints from gpcb ok. See changelog for details
18 years ago
dickelbeck
10e13ae50a
layer names in *.brd file
18 years ago
lifekidyeaa
c5cd85027b
2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com
================================================================================
+eeschema
* commiting my changes to allow multiple instances of a given schematic file within
a hierarchy:
** internally, m_currentScreen has been replaced with m_currentSheet,
which is a list or 'path' of screens. The path of screens is used to
generate
a series of timestamps, which is converted to flat component reference via
a look-up
table in the schematic files.
** this means that m_currentScreen is no longer used -- use GetScreen().
** GetScreen is virtual, as some of the dialogs keep around a WinEDA_BaseScreen
pointer.
** all sub-sheets in a given schematic must have different names to generate a
meaningful netlist.
18 years ago
dickelbeck
1c294c33a5
more free specctra support, MODULE::GetValue()
18 years ago
CHARRAS
e9b3322fc0
On line DRC when creating a zone outline
18 years ago
CHARRAS
339a90e7ac
Block commands now works with zones.
18 years ago
dickelbeck
128521f0fe
2nd of 3 commits for DrcDialog rework
18 years ago
dickelbeck
31a864e7dc
comment cleanups
18 years ago
dickelbeck
64e9e16886
virtual BOARD_ITEM::Save()
18 years ago
CHARRAS
d1effbf4e2
EDA_BaseStruct.SetType() and EDA_BaseStruct.ReturnClassName() removed.
18 years ago
dickelbeck
dff70646a2
see change_log for 2007-Aug-31
18 years ago
dickelbeck
726a8ab4df
collector work
18 years ago
dickelbeck
2e13ccf048
see change_log.txt's 2007-Aug-23 UPDATE
18 years ago
dickelbeck
cc62305777
see change_log.txt for 2007-Aug-22
18 years ago
dickelbeck
e6239e7456
moved m_Layer into EDA_BaseStruct
18 years ago
dickelbeck
49e32e096e
unified m_Flags, EDA_BaseStruct::Display_Infos(), and ~GetEquipot()
18 years ago
dickelbeck
27bd9c751a
visitor design pattern, MODULE::FindPadOrModule()
19 years ago
dickelbeck
c1e3416a8f
searching and beautifying
19 years ago
dickelbeck
6719900ef9
searching and beautification
19 years ago
dickelbeck
f8f384384a
search and debug infrastructure, beautification
19 years ago
dickelbeck
dda28ed69a
more new search stuff, beautification
19 years ago
dickelbeck
6f7209aa73
start of new search stuff, beautification
19 years ago
dickelbeck
5748b79107
added some conditional DEBUG code for showing the pcb object tree in simple XML format
19 years ago
dickelbeck
b9259f8516
fixed g++ 4.1.2 compiler warnings, added USE_MATCH_LAYER build option
19 years ago
dickelbeck
f601dff4b1
Hot key operations for a single module such as Move 'M', Rotate 'R', Swap Layer 'S', now operate only on unlocked modules
and only on modules in the current layer.
19 years ago
lifekidyeaa
713d01751e
added the following features (mostly hotkey type stuff):
* backspace key now deletes segments and vias both while editing a new track and while
modifying old ones
* internal layers can be accessed via F5-F8
* when creating a new trace, switching between layers with the Pageup, PageDown, and
F5-F8 hotkeys inserts a via. (warning: i did not test this with blind vias; however, it
calls Other_Layer_Route, so should still work)
* spelling fix
19 years ago
raburton
dedb0228dc
add files not currently available in source (e.g. docs, modules, etc.)
set svn:eol-style property to native for all ascii files to support cross platform development
19 years ago
plyatov
23c40f7e86
Initial import of KiCad.
19 years ago