- 12 Oct, 2011 1 commit
-
-
Andrey Fedorushkov authored
-
- 11 Oct, 2011 2 commits
-
-
Wayne Stambaugh authored
* Add net list object creation functions to schematic component object. * Remove external variables used by the verify bus label and parse bus label functions. * Remove redundant net list object include sheet path member assignment. * Add license statements to all modified files that required one.
-
Wayne Stambaugh authored
* Define function to allow schematic objects to create their own net list objects. * Add net list object creation functions to schematic line, junction, and no connect objects. * Add license statements to all modified files that required one.
-
- 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.
-
- 05 Oct, 2011 2 commits
-
-
Wayne Stambaugh authored
* Add KiCad build option states to copy version information to clipboard function. * Add a note to the main CMakeList.txt file to let developers know that new option states should be added to the copy version information to clipboard function.
-
(With a minor change for icon_cvpcb.svg: better look on dark backgrounds) Fix bug 668200.
-
- 03 Oct, 2011 1 commit
-
-
jean-pierre charras authored
-
- 02 Oct, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 01 Oct, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 30 Sep, 2011 2 commits
-
-
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.
-
Roman Bashkov authored
* Add visible clearance when edit node or track segment, add parameter "show clearance for new or edited track with via area" in "Display options" menu.
-
- 29 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
* Translate French code names and comments. * Dead code removal. * Hot key object and structure coding style policy fixes. * Doxygen comment warning fixes.
-
- 28 Sep, 2011 4 commits
-
-
Fabrizio Tappero authored
-
jean-pierre charras authored
and text dialog editor did not handle properly negative rotation angles values. Eeschema: fix bug when rotating (only using the Rotate hotkey) a field.
-
jean-pierre charras authored
-
jean-pierre charras authored
and text dialog editor did not handle properly negative rotation angles values.
-
- 27 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 26 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
* Move auto save time global variables into PCB_EDIT_FRAME object. * Move footprint library name list global variable int PCB_EDIT_FRAME object. * Improve library back up and temporary file error message strings and make them translatable. * PCBNew string unification. * Translate French code names and comments. * Coding style policy and Doxygen comment fixes.
-
- 24 Sep, 2011 2 commits
-
-
Wayne Stambaugh authored
* More common header file compiler fixes. * Translate French code naming and comments. * Remove global variable ScreenPcb. * Dead code removal.
-
jean-pierre charras authored
-
- 23 Sep, 2011 3 commits
-
-
Marco Mattila authored
-
jean-pierre charras authored
-
Wayne Stambaugh authored
* All header files used to create the PCB common library now compile as stand alone code. This prevents the need to define them in a specific order to make source code compile properly. It should also now be possible to relocate the source code to build the common PCB library to a separate folder.
-
- 22 Sep, 2011 1 commit
-
-
Fix minor issues. Fic compil issue in dimension.cpp with wxMSW 2.8.12 (wxMSW 2.8.12 only).
-
- 21 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 20 Sep, 2011 6 commits
-
-
jean-pierre charras authored
Edit component in schematic: reduce length of some texts (when translated, give a too big dialog)
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* Remove sine and cosine look up tables from trigo.cpp and replace them with sin() and cos() math functions. * Large include file clean up to prevent header ordering dependency build failures. * Translate French code names and comments. * Lots of coding style policy and doxygen comment fixes.
-
jean-pierre charras authored
-
jean-pierre charras authored
-
Vladimir Ur authored
-
- 19 Sep, 2011 2 commits
-
-
jean-pierre charras authored
Fix 2 very minor issues.
-
Vladimir Ur authored
-
- 18 Sep, 2011 3 commits
-
-
jean-pierre charras authored
Should change CRLF to LF in all bitmaps .cpp files. In BITMAP_OPAQUE, use unsigned char instead of char for png member to remove warnings with some compilers. Pcbnew: fix incorrect position of the microwave vertical toolbar and some very minor issues. Remove obsolete folder resources/icons. Updates svg icons in folder resources.
-
jean-pierre charras authored
Try to use bzr rules to commit files with LF only in .cpp and .h files. Should change CRLF to LF in all bitmaps .cpp files. In BITMAP_OPAQUE, use unsigned char instead of char for png member to remove warnings with some compilers.
-
jean-pierre charras authored
Remove obsolete foldr resources/icons. Updates svg icons in folder resources.
-
- 17 Sep, 2011 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
- 16 Sep, 2011 2 commits
-
-
Wayne Stambaugh authored
* Refactor locate footprint function into the board object. * Remove locate.cpp as it is no longer needed. * Actually remove track.cpp from repo that I missed on the last commit. * Increase the size of the layer pair tool bar bitmap so that it looks better with the new larger tool bar images. * Fixes to prevent common headers from complaining when not included in the correct order in source files.
-
Wayne Stambaugh authored
* Refactor trace mark functions into the board object. * Remove track.cpp as it is no longer needed. * Dead code removal.
-