- 30 Apr, 2015 9 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 25 Apr, 2015 1 commit
-
-
Chris Pavlina authored
* Add code to test if any of the components in the schematic cache have been changed in the component libraries. * Prompt user to accept or reject components when changes are found. * If the user chooses to use the components in the cache, create a new library with the old components and add it to the beginning of the component library list so the schematic will not be changed. * Create dialogs to handle user feedback and status.
-
- 20 Apr, 2015 1 commit
-
-
Maciej Suminski authored
-
- 19 Apr, 2015 1 commit
-
-
jean-pierre charras authored
Dialog layers setup: cosmetic enhancements (fix a very minor issue on Windows). Remove a not used and outdated file.
-
- 17 Apr, 2015 1 commit
-
-
Maciej Suminski authored
-
- 16 Apr, 2015 1 commit
-
-
jean-pierre charras authored
Previously, only the lib named "power" was used (and therefore power parts defined in other libs not shown). Now, all power parts can be loaded from any library. Also, when loading power parts from the chose component dialog or the lib viewer, libs and parts are filtered: only power parts and libs containing power parts are listed. Hotkeys: move a few global strings in the files where ther are actually used (and make them local.) and code cleaning. Fix a few other minor issues.
-
- 14 Apr, 2015 1 commit
-
-
jean-pierre charras authored
3D viewer: minor fixes. Use our class REPORTER to show warning messages and activity info when building the 3D board view. Add a few comments in sources. Very minor other fixes.
-
- 09 Apr, 2015 1 commit
-
-
jean-pierre charras authored
board_items_to_polygon_shape_transform.cpp: remove full duplicate code between DRAWSEGMENT and EDGE_MODULE, and fix incorrect conversion of DRAWSEGMENT polygon type to its polygonal shape. Gerbview: better info from X2 filefunction attribute displayed in layer manager about copper layers
-
- 06 Apr, 2015 1 commit
-
-
Mikhail Karpenko authored
-
- 03 Apr, 2015 2 commits
-
-
jean-pierre charras authored
Pcbnew: duplicate and create array: popup menus in legacy mode: remove these options for a few items which cannot be (safely) duplicated (pads in board editor, and a few others ) Modedit, GAL mode: fix a crash when a duplicated area includes the ref or value fields. Add missing bitmap for pad enumerate. fix bad flag for Portuguese language. Fix a few typo in messages.
-
jean-pierre charras authored
-
- 02 Apr, 2015 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 31 Mar, 2015 1 commit
-
-
Maciej Suminski authored
-
- 30 Mar, 2015 4 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 29 Mar, 2015 1 commit
-
-
Wayne Stambaugh authored
* Create new dialog to edit environment variables. * Add helper class ENV_VAR_ITEM to manage environment variable values and if they were defined externally. * A path configuration dialog access to KiCad, CvPcb, Pcbnew, and Footprint Editor window menus. * Add validator for environment variables.
-
- 27 Mar, 2015 1 commit
-
-
unknown authored
-
- 26 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Pcbnew: Force visibility of items which have no option in dialogs to controle this visibility, when reading the .kicad_brd file. these options are used in GAL mode, but the usercannot control this visibility. So if the board file does not have these visibility flags set, the GAL never show them. Fix also a compil warning.
-
- 25 Mar, 2015 2 commits
-
-
jean-pierre charras authored
-
Maciej Suminski authored
-
- 22 Mar, 2015 2 commits
-
-
jean-pierre charras authored
Make hotkey string info translatable in dialogs. These strings are now prefixed by _HKI , which can be used by translation tools to extract them.
-
https://launchpad.net/~john-j-beard authored
Fix Bug #1426675 (Undo and cancel commands don't have effect for Duplicate operation in legacy mode)
-
- 17 Mar, 2015 1 commit
-
-
unknown authored
-
- 15 Mar, 2015 1 commit
-
-
Balint Kiss and John Beard authored
-
- 14 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It happens on XFCE, but also on Unity. This fix works on Unity. (it is due to the fact the dialog is not raised, for an unknown reason, and this bug depend on the way Eeschema and Libedit are run). Add Ctrl+E hotkey in eeschema to edit a component with Libedit (similar to pcbnew Ctrl+E hotkey) As usual, fix a few minor coverity warnings
-
- 13 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless legacy plugin: better compatibility with old brd files (current track width and current vias size, stored in SETUP section, were not read from file and incorrectly set)
-
- 10 Mar, 2015 2 commits
-
-
unknown authored
class PLOTTER: dash lines parameters in one place for plot. I made minor changes (values in mm and set to give the same size as dashed lines drawn by wxDC, using short dash.)
-
jean-pierre charras authored
Fix a few minor coverity warnings.
-