- 02 Dec, 2009 1 commit
-
-
stambaughw authored
* Fixed EESchema options dialog focus bug so escape key now works in GTK. * Rename schematic objects for improved readability. * Fixed GCC compiler warnings in plot code. * Added paragraph in UIpolicies.txt about setting dialog box sizes. * Lots of message box string clean up.
-
- 04 Nov, 2009 1 commit
-
-
stambaughw authored
* Complete comment translation for all EESchema source files. * Complete comment translation for all 3D viewer source files. * Rename class class_hierarchical_PIN_sheet to SCH_SHEET_PIN. * Rename class DrawSheetStruct to SCH_SHEET. * Tool tip capitalization fixes. * Uncrustify and spell check comments and strings in all modified source files.
-
- 03 Nov, 2009 1 commit
-
-
stambaughw authored
* Translate comments in source files beginning with A-E in eeschema. * Spell check comments and strings and uncrusified all modified files.
-
- 25 Sep, 2009 1 commit
-
-
stambaughw authored
* Component library objects renamed for improved readability. * Fields now move when selected in library editor. * Add copy constructor to all library draw and library component objects. * Added copy constructor to EDA_BaseStruct. * Delete base screen in WinEDA_DrawFrame destructor to prevent potential memory leak. * Fixed memory access bug when replacing and adding a component to library. * Moved library component block manipulation code into component object. * Removed all of the global variables used by the library editor main window object. * The usual code cleaning and refactoring.
-
- 01 Aug, 2009 1 commit
-
-
charras authored
-
- 12 Jul, 2009 1 commit
-
-
charras authored
-
- 10 Jul, 2009 1 commit
-
-
charras authored
-
- 09 Jul, 2009 1 commit
-
-
charras authored
-
- 08 Jul, 2009 1 commit
-
-
charras authored
-
- 07 Jul, 2009 1 commit
-
-
charras authored
-
- 06 Jul, 2009 1 commit
-
-
charras authored
-
- 05 Jul, 2009 1 commit
-
-
charras authored
3D view: fixed: mirrored texts incorrectly drawn
-
- 03 Jul, 2009 1 commit
-
-
charras authored
-
- 05 Apr, 2009 1 commit
-
-
stambaughw authored
Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt.
-
- 04 Feb, 2009 1 commit
-
-
stambaughw authored
-
- 29 Jan, 2009 1 commit
-
-
stambaughw authored
-
- 06 Jan, 2009 1 commit
-
-
charras authored
-
- 10 Dec, 2008 1 commit
-
-
charras authored
-
- 24 Nov, 2008 1 commit
-
-
dickelbeck authored
-
- 22 May, 2008 1 commit
-
-
kajtek1 authored
Fixed all related files also.
-
- 14 Apr, 2008 1 commit
-
-
charras authored
eeschema: code cleaning. SCH_ITEM class used for all schematic items in eeschema. Files reorganization.
-
- 13 Mar, 2008 1 commit
-
-
dickelbeck authored
-
- 28 Feb, 2008 2 commits
-
-
lifekidyeaa authored
to PathHumanReadable().
-
CHARRAS authored
-
- 27 Feb, 2008 1 commit
-
-
stambaughw authored
-
- 26 Feb, 2008 1 commit
-
-
CHARRAS authored
-
- 12 Feb, 2008 1 commit
-
-
lifekidyeaa authored
================================================================================ +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.
-
- 31 Oct, 2007 1 commit
-
-
CHARRAS authored
-
- 13 Oct, 2007 1 commit
-
-
dickelbeck authored
-
- 20 Sep, 2007 1 commit
-
-
dickelbeck authored
-
- 13 Sep, 2007 1 commit
-
-
dickelbeck authored
-
- 01 Sep, 2007 1 commit
-
-
dickelbeck authored
-
- 13 Jun, 2007 1 commit
-
-
charras authored
-
- 06 May, 2007 1 commit
-
-
plyatov authored
-