- 28 Apr, 2015 1 commit
-
-
Mikhail Karpenko authored
-
- 09 Apr, 2015 1 commit
-
-
Mikhail Karpenko authored
Teardrops are added to selection in accordance with user settings collected from teardrops dialog window.
-
- 07 Apr, 2015 1 commit
-
-
jean-pierre charras authored
Eeschema: extend max number of units per package to 52 and clean code to easily extend this value upto 26x26 (but 52 is a reasonable max value). Fix a few minor coverity warnings. Add about_dialog typo fix from Nick Østergaard
-
- 05 Apr, 2015 1 commit
-
-
Nick Østergaard authored
-
- 03 Apr, 2015 1 commit
-
-
Mikhail Karpenko authored
Now you can select a PCB segment and pick a menu to create a teardrop for the segment. This is just a mock up and this function works for segment-to-via joits only.
-
- 02 Apr, 2015 4 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
jean-pierre charras authored
Fix minor 3D viewer issues (includling change number of segments and its optimization to draw pad holes.) Fix Bug #1439132 (track and via list on toolbar not always refresh after loading a board). Remove useless tool in Modedit.
-
Maciej Suminski authored
-
- 31 Mar, 2015 2 commits
-
-
Maciej Suminski authored
-
Wayne Stambaugh authored
* Fix bug (and Coverity error) when deleting environment variable map entries. * Remove debug logging code inadvertently left over from development.
-
- 30 Mar, 2015 3 commits
-
-
Maciej Suminski authored
-
Wayne Stambaugh 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.
-
- 26 Mar, 2015 2 commits
-
-
jean-pierre charras authored
Better error messge when a .kiface file ( or, if it exists, a .dll or .so shared library ) is not found at start up
-
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 3 commits
-
-
Maciej Suminski authored
-
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)
-
- 21 Mar, 2015 1 commit
-
-
jean-pierre charras authored
-
- 20 Mar, 2015 1 commit
-
-
unknown authored
-
- 18 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Plot pdf: fix issue when a 0 sized text is plotted (files are broken): now 0 sized texts are ignored. pcbnew: remove a false error message when undoing a change on a text, or some other board items (graphic items for instance)
-
- 16 Mar, 2015 3 commits
-
-
Chris Pavlina authored
-
Chris Pavlina authored
-
Chris Pavlina authored
-
- 15 Mar, 2015 1 commit
-
-
jean-pierre charras 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)
-
- 11 Mar, 2015 2 commits
-
-
unknown authored
-
Maciej Suminski authored
-
- 10 Mar, 2015 3 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.)
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 09 Mar, 2015 2 commits
-
-
Maciej Suminski authored
-
Eldar Khayrullin authored
-
- 06 Mar, 2015 2 commits
-
-
jean-pierre charras authored
Eeschema now uses dashed lines for graphic lines (to be consistent with plot functions and toolbal icon). Fix an old bug in some envionments which warp the mouse on a bad monitor when opening eeschema, pcbnew and some other windows, only noticeable guys who are lucky enough to have more than one monitor.
-
Alexander Golubev authored
- CACHED_CONTAINER::GetVertices: removed useless and unused function which does nothing but tainted the API - SHAPE_LINE_CHAIN::Collide( const BOX2I& aBox, int aClearance ): removed an outdated function with assert(false) - SHAPE::BBox(): fix a small typo in the doc string
-