- 08 Nov, 2011 1 commit
-
-
Wayne Stambaugh authored
* Use version of DateAndTime that returns a wxString and delete the version that takes a char* as it is no longer required. * Merge StrNumICmp() and StrLenNumICmp() into StrLenNumCmp() to create a single function for comparing strings with integers and remove a lot of duplicate code. * Remove unused strupper from string.cpp. * Use wxArrayString for sorting the EDA_LIST_DIALOG contents.
-
- 19 Oct, 2011 1 commit
-
-
Wayne Stambaugh authored
* Add get and set position methods to all schematic items. * Encapsulate schematic item position members. * Add swap data method to schematic items that lacked one. * Remove global swap data function used by undo and redo functions. * Unify as many schematic move methods as possible. * Remove unnecessary place schematic item methods. * All schematic items are now moved in the same event handler. * Fixed bug in hierarchical sheet get menu item string method. * Make no connect and junction items movable, fixes lp:804048
-
- 18 Oct, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Fix confusing labels in libedit (for pins and graphic items sharing)
-
- 17 Oct, 2011 1 commit
-
-
Wayne Stambaugh authored
* Grammar and spelling fixes in Eeschema, CvPcb, and Pcbnew path and library dialog tool tips. * Translate the French file name subrill.cpp to highlight.cpp. * Lots of coding style policy fixes.
-
- 16 Oct, 2011 1 commit
-
-
jean-pierre charras authored
All: fix some strings very hard to translate in messages.
-
- 15 Oct, 2011 1 commit
-
-
Wayne Stambaugh authored
* Factor test for auto save file into base frame class. * Added auto save feature to Eeschema for saving schematics, addresses launchpad question 173631. * Add auto save interval control to Eeschema options dialog. * Fix problem with subsequent auto saves in last commit.
-
- 13 Oct, 2011 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* Factor auto save common code into base frame class so all frame windows can take advantage of the shiny new auto save goodness. * Use a timer instead of depending on mouse and keyboard events to trigger an auto save. * Check for auto save file when opening a board and ask user if they wish to use the auto save file or the last saved board file. * Protect all base frame public members.
-
- 07 Oct, 2011 1 commit
-
-
Wayne Stambaugh authored
* Move the hierarchical label connected test into the NETLIST_OBJECT class. * ERC pin type strings can now be translated. * Remove unused EDA_DRAW_PANEL attribute from all ERC test functions. * Add get marker count method to SCH_SCREENS object. * Redundant header removal. * Lots of coding style policy fixes.
-
- 03 Oct, 2011 1 commit
-
-
jean-pierre charras authored
-
- 30 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
* Correct all user strings and comments for the correct capitalization of application names according to JP. They are KiCad, Pcbnew, CvPcb, Eeschema, and GerbView. * Add a note the the user interface policy about the correct capitalization.
-
- 22 Sep, 2011 1 commit
-
-
Fix minor issues. Fic compil issue in dimension.cpp with wxMSW 2.8.12 (wxMSW 2.8.12 only).
-
- 20 Sep, 2011 1 commit
-
-
jean-pierre charras authored
Edit component in schematic: reduce length of some texts (when translated, give a too big dialog)
-
- 11 Sep, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
* Replace use of wxICON by new icons declaration. * Remove unused files. * Fix filenames inconsistencies between old and new icons. * dialog_erc handle variable size icons in erc matrix.
-
- 08 Sep, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 06 Sep, 2011 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
- 30 Aug, 2011 1 commit
-
-
Wayne Stambaugh authored
* Warn the user that fields with no value and not it the field template list will be removed from the component before exiting the edit component in schematic dialog. * Add a function to TEMPLATES class to check if template list contains a field with a given name. * Move the function to display the edit component in schematic dialog into the SCH_EDIT_FRAME class. * Doxygen and coding style policy fixes.
-
- 29 Aug, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 28 Aug, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 19 Aug, 2011 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 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.
-
- 16 Aug, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 05 Aug, 2011 2 commits
-
-
jean-pierre charras authored
Eeschema: optimize import of footprints names ( .stf files) that was time consumming with large designs.
-
Dick Hollenbeck authored
-
- 28 Jun, 2011 1 commit
-
-
Andrey Fedorushkov 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.
-
- 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.
-
- 31 May, 2011 1 commit
-
-
jean-pierre charras authored
Try to fix bug 639683 : Illegal reference strings are now detected and replaced by default prefix for old schematics or rejected in schematic edition.
-
- 25 May, 2011 1 commit
-
-
jean-pierre charras authored
Libedit: actual line thickness taken in account by collector. Thick lines are now more easy to locate. Fix incorrect boundary box calculations for LIB_PIN items. Very minor other fixes.
-
- 21 May, 2011 1 commit
-
-
Marco Serantoni 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.
-
- 17 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 13 May, 2011 1 commit
-
-
Wayne Stambaugh authored
* Remove most (not all) variables that were initialized but never used that cause GCC 4.6 to generate a warning. * Fix bug in schematic library editor best zoom calculation.
-
- 09 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 06 May, 2011 1 commit
-
-
jean-pierre charras authored
-