- 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 3 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
-
unknown authored
Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode.
-
- 05 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Minor fixes: coding style in 3d-viewer and minor code cleanup, and some fixes in bom python scripts, which did not work when a non ascii char (but a valid utf8 symbol) was found in xml netlist. Add comments.
-
- 04 Mar, 2015 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Fix some coverity and cppcheck warnings (most are very minor issues: not initialized members and initialized but not used variables)
-
- 03 Mar, 2015 2 commits
-
-
jean-pierre charras authored
-
Maciej Suminski authored
-
- 02 Mar, 2015 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Fix some minor coverity warnings. Fix a bug in pcad2kicad plugin. Scripting: map BASE_SET. Rename some python bom scripts with better names. Fix erroneous comments and add comments
-
- 28 Feb, 2015 2 commits
-
-
Wayne Stambaugh authored
-
Blair Bonnett authored
-
- 27 Feb, 2015 2 commits
-
-
jean-pierre charras authored
-
Bernhard Stegmaier authored
* Fix default KISYSMOD/KISYS3DMOD (#ifdef typo) for OSX builds. * Remove setting KIGITHUB from kicad/pcbnew Info.plist in favor of hardcoded default setting for OSX builds. * Remove now unneeded Set3DShapesDefaultPath() and other small things.
-
- 26 Feb, 2015 1 commit
-
-
jean-pierre charras authored
Fix some coverity warnings (not initialized members). Add comments. Better (more informative) title in dialog to download .pretty libs.
-
- 22 Feb, 2015 2 commits
-
-
Bernhard Stegmaier authored
-
Wayne Stambaugh authored
-