- 27 Apr, 2011 1 commit
-
-
Wayne Stambaugh authored
* Create library collector class. * Add clarification menu to library editor when multiple items are found at the current position. * Add get clarification menu text to all objects derived from LIB_ITEM. * Add get menu bitmap for all objects derived from LIB_ITEM. * Improve LIB_PIN bounding box calculation. * Rename LIB_ITEM::DoGenCopy to doClone to match behavior defined in base class EDA_ITEM. * Minor class renaming for improved code consistency. * Added less than operator to EDA_ITEM.
-
- 20 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 19 Apr, 2011 3 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
- 17 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 15 Apr, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 13 Apr, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 12 Apr, 2011 1 commit
-
-
Wayne Stambaugh authored
* Change class WinEDA_MsgPanel name to EDA_MSG_PANEL per coding policy. * Change some old set message panel code in PCBNew with updated message panel methods in EDA_DRAW_FRAME. * Remove unused global function Affiche_1_Parametre. * Minor Doxygen warning fixes.
-
- 08 Apr, 2011 1 commit
-
-
Wayne Stambaugh authored
* Component moves can now be undone do to incorrect virtual method declaration in schematic component object. * Undoing a field move now redraws the undone field properly. * Fix bug when after aborting a field move kept displaying context menu field items. * Removed unused current field member variable and access methods from the schematic edit frame object. * Update component move code to comply with coding policy.
-
- 05 Apr, 2011 2 commits
-
-
jean-pierre charras authored
fix an issue created by commit 2954. Gerbview: display now an indicator of layers in use. minor code cleanup.
-
Wayne Stambaugh authored
* Move undo item copy global variable into schematic editor frame object member variable. * Add helper methods for accessing the undo item copy member variable. * Fix undetected bug when changing a text type. * Added an exchange command to the undo/redo base class for handling undoing a changed item type which cannot be undone by swapping out the variables. * Revert change to common/hotkeys_basic.cpp that broke hot key behavior. * Lots of coding policy changes while making the changes above.
-
- 04 Apr, 2011 1 commit
-
-
Jerry Jacobs authored
-
- 01 Apr, 2011 1 commit
-
-
jean-pierre charras authored
* store selected language by name instead of wx language id (that changes between wxWidgets version) * accept always comma and point as flotating point separator.
-
- 31 Mar, 2011 1 commit
-
-
Charles McDowell authored
* Fixed minor code formatting issues with submitted patch. * Change field name to "spice_model" per discussion with Charles McDowell.
-
- 30 Mar, 2011 1 commit
-
-
Wayne Stambaugh authored
* Change all code references to pin sheet and sheet label to sheet pin to more closely match the sheet pin object for improved code readability. * Change menu and tool bar text from pin sheet to sheet pin for improved user readability. * Moved sheet pin place method to sheet pin object source file. * Move last sheet pin stored state information into schematic frame object. * Add Doxygen comments for the sheet pin editing methods.
-
- 29 Mar, 2011 3 commits
-
-
Wayne Stambaugh authored
* Rename EDA_Rect class to EDA_RECT. * Rename EDA_TextStruct class to EDA_TEXT. * Remove duplicate Doxygen comments from sch_sheet_path.cpp.
-
Wayne Stambaugh authored
* Remove specialized edit reference, value, and foot print field methods from SCH_FRAME object. * Improve general field method to handle all field types as this was essentially the same code used in the three methods removed. * Updated the the hot key and context menu handlers to use the new field edit method. * Minor Doxygen comment warning fixes.
-
jean-pierre charras authored
-
- 28 Mar, 2011 2 commits
-
-
jean-pierre charras authored
fix 2 minor bugs: GERBVIEW: Button "Erase all layers" not working, EESCHEMA: Plot to Clipboard: EDA_DRAW_FRAME::PrintPage() error
-
Wayne Stambaugh authored
* Push schematic back annotation code down into the appropriate class. * Minor improvements to back annotate file selection code and user prompt strings. * Minor tool bar tool tip capitalization fixes. * Change tool bar ID error from message dialog to a debug assert message.
-
- 24 Mar, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 23 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 20 Mar, 2011 2 commits
-
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-
- 19 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 17 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 14 Mar, 2011 1 commit
-
-
Wayne Stambaugh authored
* Set default button on all dialogs that do not already have a defined default button. The only exception is the EESchema net list dialog which needs converted over to wxFormBuilder and due to it's design makes setting the default button in any tab other than the default tab problematic. * Fix escape key dialog handling bug in EESchema print post script dialog.
-
- 12 Mar, 2011 1 commit
-
-
jean-pierre charras authored
others: fix minor issues.
-
- 11 Mar, 2011 1 commit
-
-
Wayne Stambaugh authored
* Remove clearance and net class name read only text boxes from PCBNew auxiliary tool bar. * Display full net class information in message panel when an object that supports net classes is selected. * Move coordinate string conversion function to EDA_DRAW_FRAME object and made it more versatile. * Refresh message panel text when units change.
-
- 10 Mar, 2011 1 commit
-
-
Wayne Stambaugh authored
* Move locate function code into schematic screen object. * Move test for junction needed into schematic screen object. * Move test for marking connected items into schematic screen object. * Move delete item function code into schematic screen object. * Move delete all markers code into schematic screen object. * Add method for locating multiple items in schematic screen object. * Fix minor bug in schematic field object hit test declaration. * Initial encapsulation work on item picker object. * Remove duplicate doxygen comments from item picker object source file.
-
- 09 Mar, 2011 1 commit
-
-
jean-pierre charras authored
All: fix a minor bur annoying issue: incorrect cursor shape after a block command (mainly when a tool is selected)
-
- 04 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 03 Mar, 2011 3 commits
-
-
Wayne Stambaugh authored
* Factor change schematic component orientation code out of switch statement into separate function. * Remove redundant command events from schematic editor hot key handler.
-
jean-pierre charras authored
-
Wayne Stambaugh authored
* Change EDA_ITEM set flag function to set flag bits using logical or instead of assignment. * Add clear flag function to EDA_ITEM to clear flag bit using inverted logical and. * Factor change schematic text type code out of switch statement into a single function call. * Schematic text orientation function renaming improvements. * Lots of small coding policy changes to updated files.
-
- 02 Mar, 2011 2 commits
-
-
jean-pierre charras authored
All : modify macro FROM_UTF8, to ensure compatibility with files using a non utf8 encoding (old files created under Window, having some non ASCII characters).
-
Wayne Stambaugh authored
* Factor component unit select handling out of huge switch statement into a separate function.
-
- 01 Mar, 2011 1 commit
-
-
Wayne Stambaugh authored
* Fix grid select box update bug on context menu. * Fix via size and track width select box update bugs. * Fix layer pair indicator button update bug. * Fix auto track width tool bar control enable bug. * Fix via size and track width select status bug in context menu. * Fix layer select box and layer control widget select bug when current layer is removed. * Add virtual function to notify objects derived from EDA_DRAW_FRAME that the units setting has changed. * Coding policy class naming fixes.
-
- 28 Feb, 2011 1 commit
-
-
jean-pierre charras authored
Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. This ensure compatibility between platforms.
-