- 04 Apr, 2015 1 commit
-
-
Eldar Khayrullin authored
-
- 03 Apr, 2015 3 commits
-
-
Dick Hollenbeck authored
* Improve schematic label edit dialog. * Rename SCH_SCREEN::BuildSchCmpLinksToLibCmp() to SCH_SCREEN::CheckComponentsToPartsLinks() for improved readability.
-
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 7 commits
-
-
Tomasz Wlostowski authored
-
jean-pierre charras authored
eeschema: fix Bug #1437604 (double translation of some messages in pin editor dialog) relative to some static strings flagged "to be translated". This is due to the fact static strings flagged translated ( _("string") notation) are not translated when they are static only if they are not inside a dll. When they are static inside a dll, the dictionary is already loaded, and the constructor translate them. Therefore they can be translated twice in dialogs are calling wxGetTranslation to show them, if the application is run from kicad. But if the application is run as stand alone, the translation is made only once (as expected).
-
Maciej Suminski authored
-
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 3 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.
-
jean-pierre charras authored
3d viewer: fix a few warning coverity (and a potential bug). fp libs wizard: make it internationalized, and replace an untranslatable string created by grouping 3 strings by one translatable string.
-
- 30 Mar, 2015 9 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
jean-pierre charras authored
Minor fixes: make a message translatable in CvPcb. Dialog choose component: fix a missing min size calculation and make min size bigger.
-
Maciej Suminski authored
-
Chris Pavlina authored
-
Wayne Stambaugh authored
-
Maciej Suminski authored
-
- 29 Mar, 2015 3 commits
-
-
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.
-
unknown authored
-
unknown authored
-
- 28 Mar, 2015 5 commits
-
-
unknown authored
-
unknown authored
-
jean-pierre charras authored
-
unknown authored
3D-viewer: Fixes and enhancements (add 3D bounding box for components). Add comments in header files. Fix some coding style issues.
-
unknown authored
-
- 27 Mar, 2015 2 commits
- 26 Mar, 2015 6 commits
-
-
Wayne Stambaugh authored
* Make OK button the default action in the 3D viewer option dialog per UI policy. * Fix standard button sizer padding in 3D viewer options dialog. * Let sizers do their job by using default size for 3D viewer options dialog. * Set 3D viewer hot key to Alt+3 in all parent windows where 3D viewer is accessible. * Minor code cleaning and coding policy fixes.
-
jean-pierre charras authored
Minor fix: Gerber X2 attribute: remove one attribute (TF .GerberVersion, now no more in use) I added in my recent changes relative to the new J5 gerber version attributes.
-
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
-
Maciej Suminski authored
-
Wayne Stambaugh authored
-
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 1 commit
-
-
Maciej Suminski authored
-