- 29 Aug, 2011 2 commits
-
-
Wayne Stambaugh authored
* Add USE_IMAGES_IN_MENUS definition to override the default platform behavior for adding images to menu items. * Update COMPILING.txt to document how to use USE_IMAGES_IN_MENUS. * Fix Windows segfault when creating language selection submenu introduced by new bitmap code in r3087. * Changed per email from JP from CVPcb to CvPcb because I'm getting old and blind and misread the email. * Lot's of Doxygen comment and coding style policy fixes.
-
Dick Hollenbeck authored
-
- 28 Aug, 2011 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 26 Aug, 2011 1 commit
-
-
Wayne Stambaugh authored
* Check user write permissions before saving project, board, and footprint library files. * Append read only to file name and path in title bar when the user does not have write privileges. * Rename class WinEDA_ModuleEditFrame to FOOTPRINT_EDIT_FRAME. * Lot's of Doxygen comment and coding style policy fixes.
-
- 24 Aug, 2011 2 commits
-
-
Wayne Stambaugh authored
* Check user write permissions before saving project and net list files. * Append read only to file name and path in title bar when the user does not have write privileges. * Don't display file dialog every time the net list or project file is saved. * Add save as and save project file as commands. * Make capitalization of CVPcb consistent in all user strings. * Doxygen comment and coding style policy fixes.
-
Dick Hollenbeck authored
-
- 19 Aug, 2011 1 commit
-
-
jean-pierre charras authored
Minor fixes and enhancements.
-
- 18 Aug, 2011 1 commit
-
-
Wayne Stambaugh authored
* Add general purpose user write permission test function to base window class. * Check user write permissions before saving project, schematic and library files. * Remove displaying file dialog every time the project file is saved. * Display absolute paths for non-root sheet file in title bar. * Remove redundant command table entry from schematic editor. * Remove unused variables to fix GCC 4.6 warnings. * The usual Doxygen comment and coding style policy fixes.
-
- 05 Aug, 2011 1 commit
-
-
jean-pierre charras authored
Eeschema: optimize import of footprints names ( .stf files) that was time consumming with large designs.
-
- 03 Aug, 2011 1 commit
-
-
Wayne Stambaugh authored
* Raise 3D frame in PCB editor and module editor instead of displaying a message dialog indicating that the 3D viewer is already open. * Raise 3D viewer and module viewer in CVPCB to mimic the behavior changed in PCBNew. * Set focus to OpenGL canvas when creating 3D viewer so mouse wheel events are handled on Windows without having to click on the canvas. * Rename 3D viewer frame class from WinEDA3D_DrawFrame to EDA_3D_FRAME. * The usual smattering of coding policy fixes.
-
- 01 Aug, 2011 1 commit
-
-
Wayne Stambaugh authored
* Move clarification menu icon code from base board item object to the appropriate object. * Remove left over French comments. * Coding policy fixes.
-
- 16 Jul, 2011 1 commit
-
-
jean-pierre charras authored
Pcbnew: Fix bug 811437 . This bug (due to duplicate time stamps), cannot happen with usual boards, only when 2 identical board (from the same .brd file) are append.
-
- 14 Jul, 2011 1 commit
-
-
Wayne Stambaugh authored
* Move menu text code from base board item object to the appropriate object. * Add helper to get board layer to base board item object.
-
- 08 Jul, 2011 1 commit
-
-
Marco Mattila authored
-
- 05 Jul, 2011 1 commit
-
-
jean-pierre charras authored
All: use double instead of int to store zoom values.
-
- 04 Jul, 2011 1 commit
-
-
Marco Mattila authored
-
- 03 Jul, 2011 1 commit
-
-
jean-pierre charras authored
-
- 22 Jun, 2011 2 commits
-
-
Vladimir Ur authored
-
Vladimir Ur authored
-
- 17 Jun, 2011 1 commit
-
-
Wayne Stambaugh authored
* Change the minimum required CMake version to 2.6.4 for all build platforms except Windows and OSX. * Move all schematic plot code from plot.cpp into the appropriate schematic objects. * Create SCH_SCREEN plot method to plot all objects in the schematic screen. * Delete plot.cpp and remove it from the CMakeList file.
-
- 15 Jun, 2011 1 commit
-
-
Wayne Stambaugh authored
* Move code from function ClearProjectDrawList() into SCH_SCREEN object Clear() method. * Delete eeschema/delsheet.cpp as none of the code in it is ever called. * Move global spice and net list command line variables into SCH_EDIT_FRAME object as priviate members and provide access methods. * Remove unnecessary header includes from eeschema/sheet.cpp. * Minor coding policy fixes.
-
- 09 Jun, 2011 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix a minor issue. Version update.
-
- 07 Jun, 2011 1 commit
-
-
Wayne Stambaugh authored
* Fix debug build warning (lp:793373). * Changed sheet edit restore and undo to use object copy and replace method. * Add minimum width and height constraints when resizing sheets that have hierarchical pins. * Fix drag sheet hot key bug. * Change Doxygen configuration to extract private methods and members when creating documentation. * Fix a bunch of Doxygen comment warnings.
-
- 22 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 20 May, 2011 1 commit
-
-
Wayne Stambaugh authored
* Add drag context menu entry for junctions that actually form a junction with wires to EESchema. * Add function to test for junctions to SCH_COLLECTOR class. * Create annotate type and sort order enums to eliminate magic numbers used in annotate code. * Remove duplicate Doxygen comments from annotate.cpp and improve the actual Doxygen comments in wxEeschemaStruct.h.
-
- 03 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 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
-