- 06 Dec, 2009 1 commit
-
-
charras authored
-
- 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.
-
- 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.
-
- 22 Sep, 2009 1 commit
-
-
stambaughw authored
* Split out application specific command IDs to prevent unnecessary rebuilding. * Eliminate duplicate menu and tool bar command IDs. * Split component library editor and viewer definitions to separate header files. * More component library and document file merge code. * A bunch of minor string readability and consistency fixes.
-
- 01 Aug, 2009 1 commit
-
-
charras authored
-
- 29 Jul, 2009 1 commit
-
-
charras authored
pcbnew: Starting work on undo/redo in pcbnew. Only some delete item commands are stored in undo/redo stack
-
- 25 Jul, 2009 1 commit
-
-
charras authored
-
- 09 Jul, 2009 1 commit
-
-
charras authored
-
- 14 Apr, 2009 1 commit
-
-
charras authored
better handling of libraries paths (removed g_RealLibraryBuffer that had no sense with the new code), mainly in Eeschema TODO: better handling of user lib paths (more than one path)
-
- 04 Feb, 2009 1 commit
-
-
stambaughw authored
-
- 31 Jan, 2009 1 commit
-
-
charras authored
-
- 17 Sep, 2008 1 commit
-
-
charras authored
Bug in get online help: kicad.pdf was always called instead of the suitable help file. thanks to the guy who did not test its changes eeschema: code cleaning switch to wxWidgets 2.8.9
-
- 15 Apr, 2008 1 commit
-
-
charras authored
-
- 14 Apr, 2008 1 commit
-
-
charras authored
eeschema: code cleaning. SCH_ITEM class used for all schematic items in eeschema. Files reorganization.
-
- 20 Mar, 2008 1 commit
-
-
dickelbeck authored
-
- 16 Mar, 2008 1 commit
-
-
dickelbeck authored
-
- 27 Feb, 2008 1 commit
-
-
stambaughw 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.
-
- 01 Sep, 2007 1 commit
-
-
dickelbeck authored
-
- 20 Aug, 2007 1 commit
-
-
dickelbeck authored
-
- 05 Jun, 2007 1 commit
-
-
raburton authored
set svn:eol-style property to native for all ascii files to support cross platform development
-
- 06 May, 2007 1 commit
-
-
plyatov authored
-