- 21 May, 2011 1 commit
-
-
Marco Serantoni authored
-
- 05 May, 2011 1 commit
-
-
jean-pierre charras authored
Pcbnew: refresh issue with dialog designe rules under wxWidgets 2.9.2 under WINDOWS (replace wxChoiceBox by wxComboBox, should not change anything for users) Eeschema: some issues in libedit (when editing a pin )
-
- 03 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 18 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 16 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 05 Apr, 2011 2 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.
-
- 29 Mar, 2011 1 commit
-
-
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.
-
- 22 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.
-
- 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 1 commit
-
-
jean-pierre charras authored
-
- 07 Mar, 2011 1 commit
-
-
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
-
- 01 Mar, 2011 3 commits
-
-
Marco Mattila authored
-
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.
-
jean-pierre charras authored
Pcbnew: dialog copper zone: fix bug 726999. Remove unwanted resizing of dialog frame when selecting options.
-
- 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.
-
- 27 Feb, 2011 1 commit
-
-
Andrey Fedorushkov authored
kicad: fix Russian GOST page reference sheet - add field 24-25
-
- 23 Feb, 2011 1 commit
-
-
Marco Mattila authored
-
- 21 Feb, 2011 3 commits
-
-
Marco Mattila authored
-
Wayne Stambaugh authored
* Old control state handling code completely removed in all applications. * Factor common control state handlers into EDA_DRAW_FRAME. * Replaced EDA_ITEM test for newness with IsNew() method. * Factor vertical right toolbar command handlers out of giant edit command switch statement in EESchema and PCBNew.
-
jean-pierre charras authored
-
- 19 Feb, 2011 2 commits
-
-
jean-pierre charras authored
-
Marco Mattila authored
-
- 17 Feb, 2011 1 commit
-
-
Marco Mattila authored
-
- 16 Feb, 2011 2 commits
-
-
Marco Mattila authored
Tune pcbnew plot dialog. Make actual plotting code independent of dialog widgets and get settings from PCB_PLOT_PARAMS instead.
-
jean-pierre charras authored
Pcbnew: dialog plot: use full available height to display layers list.
-
- 15 Feb, 2011 1 commit
-
-
Marco Mattila authored
-
- 13 Feb, 2011 1 commit
-
-
jean-pierre charras authored
Pcbnew: remove duplicate definitions of some flags (like EDIT and IN_EDIT) that have exactly the same meaning, but different values... (very dangerous) Remove obsolete code.
-
- 11 Feb, 2011 1 commit
-
-
Wayne Stambaugh authored
* Rename all member variables and methods that reference the cross hair code in draw panel object from cursor to cross hair to eliminate confusion between the two concepts. * Rename cursor capture call backs in draw panel object to improve code readability. * Create helper class for turning off the cross hair while drawing. * Remove redundant block clear code. * Remove redundant mouse capture call back reset code when end capture call back is called. * Remove unused function definitions in base draw frame object. * Lots of minor coding policy and doxygen comment fixes.
-
- 05 Feb, 2011 1 commit
-
-
Wayne Stambaugh authored
* Remove base screen methods from draw frame object and correct current screen methods in derived objects. * Move restore old wires function code into schematic screen object. * Make add junction method use current screen position instead of store position. * Move poly line ghosting function into the delete current segment method as that was the only place is was being used. * Add method to base schematic object of testing if object has a label that can be incremented. * Simplified the schematic hierarchy traversing code. * PCBNew Doxygen warning fixes.
-
- 03 Feb, 2011 2 commits
-
-
Marco Mattila authored
-
Marco Mattila authored
-
- 01 Feb, 2011 2 commits
-
-
Marco Mattila authored
-
jean-pierre charras authored
-