- 19 Apr, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 18 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 17 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 16 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 15 Apr, 2011 1 commit
-
-
jean-pierre charras authored
gr_basic.cpp: fix a bug I created in my last commit. Pcbnew: fix a very minor bug in hight light behavior
-
- 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.
-
- 09 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 07 Apr, 2011 1 commit
-
-
jean-pierre charras authored
In Render, colors shown were the default colors, not the selected colors, when starting Pcbnew or Gerbview, because colors were not updated after reading the config.
-
- 06 Apr, 2011 1 commit
-
-
Jerry Jacobs authored
-
- 05 Apr, 2011 3 commits
-
-
jean-pierre charras authored
All: fix a very minor issue: when a window is closed mazimized, and later reopened, it was not maximized.
-
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
-
- 02 Apr, 2011 1 commit
-
-
jean-pierre charras authored
* Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config to fix issues with decimal separator (when the separator is not a point). (WxWidgets 2.9.1 seems call setlocale( LC_NUMERIC, "" ) when wxConfig read doubles stored in config, but forget to back to current locale.) Note: perhaps there are some dialogs that need this call to SetLocaleTo_Default() ). * Minor code cleanup in pcbnew/netlist.cpp
-
- 29 Mar, 2011 2 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.
-
jean-pierre charras authored
-
- 26 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 25 Mar, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 23 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 22 Mar, 2011 2 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
- 20 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 19 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 17 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 14 Mar, 2011 2 commits
-
-
Wayne Stambaugh authored
* Fix about dialog escape key termination bug. * Fix edit hot keys dialog escape key termination bug. * Set schematic editor component properties dialog default button. * Fix schematic editor plot DXF dialog escape key termination bug. * Set PCB editor layers setup dialog default button. * Set PCB editor swap layers dialog default button. * Set PCB editor net list dialog default button. * Add comment to UIPolicy.txt about escape key termination requiring proper dialog button IDs.
-
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 2 commits
-
-
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.
-
jean-pierre charras authored
Pcbnew: dialog plot: make message window resizable, add tool tip and remove unused sizers.
-
- 10 Mar, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 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)
-
- 07 Mar, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Pcbnew: Fix a very minor issue in left toolbar. Add option in dialog bloc to move,copy ... items on invisible layers or not.
-
- 05 Mar, 2011 1 commit
-
-
Marco Mattila authored
-
- 04 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 03 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 02 Mar, 2011 1 commit
-
-
Dick Hollenbeck authored
-