- 04 May, 2012 1 commit
-
-
jean-pierre charras authored
-
- 27 Mar, 2012 1 commit
-
-
jean-pierre charras authored
Eeschema: one string with a bad char (\a, not useable in internationalized strings). Dialog_page_settings: use not translated strings in code, so strings can be freely translated for the UI. (Initial code was not working with existing translations) Update 2 icons.
-
- 24 Mar, 2012 1 commit
-
-
Fabrizio Tappero authored
-
- 20 Mar, 2012 1 commit
-
-
jean-pierre charras authored
Remove 2 duplicate icons. Minor cosmetic enhancements and fixes in popup menus.
-
- 19 Mar, 2012 1 commit
-
-
jean-pierre charras authored
Eeschema: fix a bug in bool SCH_LINE::MergeOverlap( SCH_LINE* aLine ): ends point of resulting segment incorrects. remove unused icon files.
-
- 15 Mar, 2012 2 commits
-
-
Joe Ferner authored
-
jean-pierre charras authored
-
- 12 Mar, 2012 1 commit
-
-
jean-pierre charras authored
* make 2 bitmaps more visible. * fix incorrect screen redraw when rotating a component. * netlist : the pcbnew advanced format can be now stored (persistant option) in project config.
-
- 25 Feb, 2012 1 commit
-
-
jean-pierre charras authored
-
- 15 Feb, 2012 1 commit
-
-
jean-pierre charras authored
* Added a dialog to select options: one or 2 files, units (mm or inch), and force INSERT option. * code cleaning * Modify corresponding icon in menu to show a footprint, not a schematic component.
-
- 13 Feb, 2012 1 commit
-
-
jean-pierre charras authored
Icons for modedit and modview: remove unused or duplicate icons files and rename files. Tweak some icons.
-
- 01 Feb, 2012 1 commit
-
-
jean-pierre charras authored
Also commit updated icnos from Fabrizio.
-
- 23 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 17 Jan, 2012 1 commit
-
-
fabrizio. authored
-
- 04 Jan, 2012 1 commit
-
-
jean-pierre charras authored
Fix bug 910364: When a footprint saved in a .mod file is not on front layer and/or not with orientation 0 degree, the Module editor load it incorrectly. note: the Module editor save it with default orientation and layer, but the archive function does not, so some footprints can be not editable. TODO: modify the Archive Function to use the default layer / orientation.
-
- 30 Dec, 2011 1 commit
-
-
jean-pierre charras authored
Minor other enhancements and code cleaning.
-
- 17 Dec, 2011 1 commit
-
-
jean-pierre charras authored
Minor cosmetic enhancements. Pcbnew: more workd abput connection algorithms (work in progress)
-
- 30 Nov, 2011 1 commit
-
-
jean-pierre charras authored
Pcbnew: prepare work on new algos for connections calculations.
-
- 17 Nov, 2011 1 commit
-
-
Fabrizio Tappero authored
-
- 12 Nov, 2011 1 commit
-
-
jean-pierre charras authored
Fix bug 880132 (Justify not correct) Note: justifications are now always relative to the text, in libedit (as before) and schematic editor: if rotated, justification is rotated, because in Pcbnew rotation can have any value.
-
- 19 Oct, 2011 1 commit
-
-
Fabrizio Tappero authored
-
- 18 Oct, 2011 2 commits
-
-
jean-pierre charras authored
Eeschema, Libedit: Use 16x16 icons in comboboxes inside the pin editor dialog. This gives a better look to this dialog.
-
jean-pierre charras authored
Fix confusing labels in libedit (for pins and graphic items sharing)
-
- 17 Oct, 2011 1 commit
-
-
jean-pierre charras authored
Gerbview: very minor fix
-
- 05 Oct, 2011 1 commit
-
-
(With a minor change for icon_cvpcb.svg: better look on dark backgrounds) Fix bug 668200.
-
- 28 Sep, 2011 1 commit
-
-
Fabrizio Tappero authored
-
- 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 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 18 Sep, 2011 2 commits
-
-
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.
-
- 14 Sep, 2011 2 commits
-
-
Fabrizio Tappero authored
-
Wayne Stambaugh authored
-
- 13 Sep, 2011 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Fix compatibility issues with old xpm icons. Add or update .xpm and .ico files for shortcuts and taskbars Remove artwork folder.
-
Wayne Stambaugh authored
* Move various locate functions into the appropriate board item object. * Unified best zoom for all frames derived from PCB_BASE_FRAME. * Remove track.cpp as it is no longer needed. * Dead code removal. * Remove scary frame window pointer member from board item objects. * Add draw bounding box to gerber draw item for debugging purposes.
-
- 11 Sep, 2011 1 commit
-
-
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 2 commits
-
-
Fabio Varesano authored
* Added checks for Inkscape and pngcrush when MAINTAIN_PNG mode is enabled. * Rebuild PNGs with transparent background.
-
Dick Hollenbeck authored
-