- 06 Jan, 2015 1 commit
-
-
jean-pierre charras authored
Pcbnew: better display of tracks/vias/grid in toolbar. All: modify the zoom value shown in toolbar or status bar (roughly now zoom 1.0 is near the 1:1 scale, on a 22 inches Monitor). Fix also many other minor and very minor issues
-
- 05 Jan, 2015 3 commits
-
-
Paulo Henrique Silva authored
-
Wayne Stambaugh authored
* Change Read to Load in Pcbnew and Eeschema preference menus. * Make electrical rules check status bar message the same for both the menu and toolbar entries.
-
jean-pierre charras authored
-
- 04 Jan, 2015 4 commits
-
-
unknown authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 02 Jan, 2015 1 commit
-
-
Fat-Zer authored
-
- 01 Jan, 2015 3 commits
-
-
jean-pierre charras authored
Update ecc83 demo. default KISYS3DMOD definition on Linux: add /usr/local/kicad/share/kicad/module/package3d test to find a suitable value.
-
jean-pierre charras authored
Cvpcb: force project name in stand alone mode, to allow access to project fp lib table. In project mode: disable the read netlist option (the netlist is read when Cvpcb is started by eeschema) Dialog fp lib table editor: now shows the table full filenames, to help users.
-
jean-pierre charras authored
Remove a duplicate code for dialog select dir list.
-
- 31 Dec, 2014 1 commit
-
-
jean-pierre charras authored
Page layout selection: fix Bug #1405972, and add minor enhancement in page layout selection dialog (the new layout is shown after selection). When the filename is not absolute, the page layout file is now searched first in project folder, and then in kicad template folder, if not found in project.
-
- 30 Dec, 2014 2 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
-
- 29 Dec, 2014 1 commit
-
-
Wayne Stambaugh authored
-
- 28 Dec, 2014 2 commits
-
-
Bernhard Stegmaier authored
-
Cirilo Bernardo authored
-
- 26 Dec, 2014 1 commit
-
-
Maciej Suminski authored
-
- 23 Dec, 2014 3 commits
-
-
jean-pierre charras authored
Fix issue when using a page layout file in project folder: eeschema and Pcbnew did not use it, unless using an absolute path. Now, if the file path is not absolute, it is seen as relative to the project (which is the expected behavior) fp lib wizard: when pcbnew id compiled with USE_GITHUB_PLUGIN=OFF, the github plugin option is no more accessible (and the web viewer no more used).
-
jean-pierre charras authored
-
jean-pierre charras authored
Fix issue when using a page layout file in project folder: eeschema and Pcbnew did not use it, unless using an absolute path. Now, if the file path is nor absolute, it is seen as relative to the project (which is the expected behavior) fp lib wizard: when pcbnew id compiled with USE_GITHUB_PLUGIN=OFF, the github plugin option is no more accessible (and the web viewer no more used).
-
- 22 Dec, 2014 5 commits
-
-
jean-pierre charras authored
Freeroute dialog: remove freeroute access via java web start, because freeroutecanot be run now via java web start. freeroute.ja rcan be run by Kicad, as long as freeroute.jar is found by Kicad (for instance if it is in kicad bin folder)
-
jean-pierre charras authored
Freeroute dialog: remove freeroute access via java web start, because freeroutecanot be run now via java web start. freeroute.jarcan be run by Kicad, as long freeroute.jar is found by Kicad (for instance if it is in kicad bin folder)
-
jean-pierre charras authored
Fix install issue after removing freeroute.jnl, now useless because freeroute is no more accessible via the web. (Kicad is still able to run freeroute if freeroute.jar is accessible) add wxWidgets-3.0.2 folder detection in FindwxWidgets.cmake
-
jean-pierre charras authored
Fix install issue after removing freeroute.jnl, now useless because freeroute is no more accessible via the web. (Kicad is still able to run freeroute if freeroute.jar is accessible) add wxWidgets-3.0.2 folder detection in FindwxWidgets.cmake
-
jean-pierre charras authored
FindwxWidgets.cmake: fix missing webview library name in library list to analyze. this fixes missing symbols issue in winbuilder.
-
- 21 Dec, 2014 4 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Add a wizard to the footprint library table dialog editor, to help users to select the right plugin, an existing enviroment vairable or an absolute path, and addl a list of new entries to the table. Note: the wxWidgets webkit/webview library is needed. On windows,there is no problem. On Linux, the libwebkitgtk-dev tool (sudo apt-get install libwebkitgtk-dev) must be installed if it is missing (and wxWidgets rebuilt). However, to avoid use of wxwebview, you can compile kicad with cmake option -DKICAD_USE_WEBKIT=OFF. But the github plugin wizard will be not available.
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 20 Dec, 2014 3 commits
-
-
Wayne Stambaugh authored
Save document file when creating new component library from component in library editor. (fixes lp:1351952)
-
Wayne Stambaugh authored
* Remove redundant number from unit context menu. * Use letters instead of numbers in component edit dialog.
-
unknown authored
-
- 19 Dec, 2014 4 commits
-
-
Nick Østergaard authored
-
jean-pierre charras authored
Pcbnew: fix Bug #1404191 (Zone filling fails when a zone inside having the same net and a highter priority exists, which is allowed to manage different fill parameters )
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 18 Dec, 2014 1 commit
-
-
jean-pierre charras authored
Allows use of modifier shift key with letters A ... Z in hot keys (including hot key editor). Thanks to John Bird, who helped me with his patch.
-
- 16 Dec, 2014 1 commit
-
-
Ashley Mills authored
-