dickelbeck
36554e68d4
on export, test via for netcode == 0
2008-02-21 06:04:32 +00:00
CHARRAS
acf03b7d55
Global labels problems fixed (see changelog)
2008-02-20 19:37:17 +00:00
dickelbeck
9086e68d47
specctra_export fix for pads with offsets
2008-02-20 19:13:20 +00:00
dickelbeck
708a394c64
debugging printfs
2008-02-20 19:12:36 +00:00
dickelbeck
951e759fd1
dodge some debug asserts in wxFileDialog which happen if the filename has a path
2008-02-20 07:19:40 +00:00
dickelbeck
a248ead341
zone containers selectability
2008-02-20 06:47:19 +00:00
dickelbeck
1b39dfc7c9
highlight zone containers
2008-02-19 16:54:57 +00:00
dickelbeck
7750cf6d4f
message consistency
2008-02-19 16:54:32 +00:00
dickelbeck
c04619bb50
bug fixes
2008-02-19 07:06:58 +00:00
dickelbeck
c79c0d9c64
load multiple files
2008-02-19 07:06:41 +00:00
f3nix
572c448796
Use import icons for import.
2008-02-19 05:22:20 +00:00
f3nix
a9ff3f965c
Small CMake cleanup.
2008-02-19 04:30:17 +00:00
dickelbeck
5f8f46de56
changes
2008-02-19 00:57:15 +00:00
dickelbeck
8eff8df94b
beautify
2008-02-19 00:35:45 +00:00
dickelbeck
ce04867e84
BOARD::GetLayerName()
2008-02-19 00:30:10 +00:00
dickelbeck
7898af976f
printf conditional on defined(DEBUG)
2008-02-19 00:28:42 +00:00
plyatov
eb4e6119f5
Chinese translation support added.
2008-02-18 21:45:29 +00:00
plyatov
d2b1897659
HOWTO moved to docs folder.
2008-02-18 21:36:53 +00:00
plyatov
5e00ce2e5d
HOWTO renamed and corrected.
2008-02-18 21:35:40 +00:00
CHARRAS
f2591a9c1c
adding file "How_to_translate_GUI.sxw" which explains GUI translation and kicad code optional changes
2008-02-18 17:45:24 +00:00
raburton
4110c74c33
set eol-style native on new file
2008-02-18 17:23:54 +00:00
CHARRAS
304c296aed
fixed: eeschema crashed when created a B.O.M. (unicode build)
2008-02-18 09:39:15 +00:00
plyatov
f942690930
Additions to the menu (see changelog).
2008-02-17 21:19:13 +00:00
plyatov
6383b636fc
translation update
2008-02-17 21:03:33 +00:00
plyatov
687328ce7a
Simplified chinese interface translation added (thanks to George Han!).
2008-02-17 19:35:52 +00:00
CHARRAS
8b5f30567a
eeschema: added hierarchical label in setcolor menu
2008-02-16 10:58:32 +00:00
lifekidyeaa
c7ec524fc7
eeschema: fixed:
...
* crash when creating a sheet that does not yet have a sch file
* when loading schematic file v 1 annotations are applied to all sheets independent of path in hierarchy
* component reference is drawn by default upon placing a new libary comp.
2008-02-15 23:21:33 +00:00
CHARRAS
87f4916afb
files reorder
2008-02-15 22:50:52 +00:00
lifekidyeaa
8e4e0fb56a
fixed bug: labels, hierarchal labels, global labels, as well as their busmember
...
counterparts, will be connected together if they have the same label (name) and are on the same sheet.
2008-02-15 05:32:33 +00:00
plyatov
60651486bd
eeschema:
...
Added item "Delete" in "Edit" menu.
Added menu "Place" with all possible
elements from the right toolbar.
2008-02-14 21:58:44 +00:00
plyatov
ec450d195b
eeschema: Added menu "Place" and some menu items for this menu.
2008-02-14 16:08:06 +00:00
dickelbeck
c7e7014b14
module flip reverting on exception
2008-02-14 15:34:40 +00:00
dickelbeck
cb1384032a
more amazing free specctra work
2008-02-14 01:59:31 +00:00
dickelbeck
bd9713fb86
more amazing free specctra work
2008-02-14 01:10:28 +00:00
dickelbeck
709be49518
more amazing free specctra work
2008-02-14 01:07:52 +00:00
lifekidyeaa
10ded82dbd
NET_LABEL should be sheet-local, not global throughout the hierarchy.
2008-02-12 22:44:15 +00:00
lifekidyeaa
0381261834
eeschema:
...
* made schematic loading of 'GLabels' dependent on the schematic file version (currently at 2).
If the version == 1, these are loaded as hierarchal labels
* made text labels global in the herarchy, consistent with their historical usage.
2008-02-12 22:34:40 +00:00
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.
2008-02-12 21:12:46 +00:00
plyatov
27bd742a8a
Added item "New" in "File" menu.
...
Russian translation update.
2008-02-12 20:43:59 +00:00
dickelbeck
e5b9706f6d
Trap bad text layer numbers with DisplayError
2008-02-12 02:44:46 +00:00
dickelbeck
3fa938185f
simplified makeIMAGE()
2008-02-12 02:09:39 +00:00
dickelbeck
2b215d81ba
amazing free specctra software
2008-02-12 01:02:53 +00:00
dickelbeck
dd141c1794
more amazing free specctra software
2008-02-09 16:33:03 +00:00
dickelbeck
d47823c144
specctra session work
2008-02-09 08:34:45 +00:00
dickelbeck
40e2fed36e
specctra export pad fixes
2008-02-08 15:00:50 +00:00
dickelbeck
7dbb0da3bb
more amazing free specctra import/export software
2008-02-08 00:16:59 +00:00
dickelbeck
f0ba106edb
more amazing free software
2008-02-07 20:23:58 +00:00
dickelbeck
70fde0fded
specctra import work
2008-02-07 17:10:12 +00:00
dickelbeck
c8584436b4
specctra import work
2008-02-07 06:49:16 +00:00
dickelbeck
cf460637b2
beginnings of the 2 specctra imports
2008-02-06 22:32:15 +00:00