- 07 Apr, 2015 1 commit
-
-
Mikhail Karpenko authored
-
- 06 Apr, 2015 1 commit
-
-
Mikhail Karpenko authored
-
- 03 Apr, 2015 3 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.
-
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.
-
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 4 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.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 09 Mar, 2015 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski 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.
-
- 03 Mar, 2015 1 commit
-
-
jean-pierre charras authored
-
- 02 Mar, 2015 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Footprint editor: set the default footprint text size to 1 mm. Minor cleaning code. Very minor other fixes.
-
- 28 Feb, 2015 1 commit
-
-
Wayne Stambaugh authored
-
- 27 Feb, 2015 1 commit
-
-
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 1 commit
-
-
Wayne Stambaugh authored
-