- 08 Oct, 2014 6 commits
-
-
Wayne Stambaugh authored
-
Mark Roszko authored
* Use the proper verb Annotate in the Annotate dialog for the action button * Used the proper verb Generate in the Netlist dialog for the action button * Fix ERC dialog title to be "Electrical Rules Checker". * Fix all usages of "Erc" to "ERC" consistently in ERC dialog. * Move action buttons to bottom of ERC dialog and change Del Markers to Delete Markers. * Add tooltips to ERC options matrix buttons to indicate their current state. * Cleanup ERC options code that for some reason decided to delete the button and recreate it instead of just updating it's bitmap directly. * Rename "Test ERC" to "Run" to describe what it's actually doing properly
-
Mark Roszko authored
-
Mark Roszko authored
-
Berhnard Stegmaier authored
* Fix creation of single app bundle with respect to scripting support. * Cleanup scripting search paths for OSX. * Fix some small CMake bugs from previous OSX build change. * Optimize bundle file structure to be consistent with Apple specs. * Add helper script for compiling wxWidgets and wxPython * Update OSX build instructions.
-
Mark Roszko authored
Fix dialog title to be "Electrical Rules Checker" to match everywhere else. Fix all usages of "Erc" to "ERC" consistently. Move action buttons to bottom of dialog, make Del Markers actually say Delete Markers. Add tooltips to ERC options matrix buttons to indicate what their current state is, for newb friendliness. Cleanup ERC options code that for some reason decided to delete the button and recreate it instead of just updating it's bitmap directly. Rename "Test Erc" to "Run" because you are running ERC and not testing it. Fix improper usage of SetLabel on a wxTextCtrl instead of SetValue so the ERC totals now work!
-
- 07 Oct, 2014 2 commits
-
-
Wayne Stambaugh authored
-
Henri Valta authored
-
- 06 Oct, 2014 2 commits
-
-
jean-pierre charras authored
Cleaning 3 svg files (no icon change) Very minor other changes.
-
Wayne Stambaugh authored
* Remove obsolete settings from Doxygen configuration file. * Fix some Doxygen warnings. * Add the board edge segment snapping to developers road map. * Fix some coding style issues in CMakeLists.txt
-
- 05 Oct, 2014 2 commits
-
-
Mark Roszko authored
-
Mark Roszko authored
-
- 04 Oct, 2014 1 commit
-
-
Lorenzo Marcantonio authored
Handles % macro expansion in user texts inside pcb modules. At the moment the following are available: %% A plain % %R Insert the reference %V Insert the value
-
- 02 Oct, 2014 2 commits
-
-
Bernhard Stegmaier authored
* Compile all binaries into a single application bundle. * Use CMake BundleUtilities to make application bundle relocatable. * Restructure build output to directly create an image file. * Fix default search paths. * Set KIGITHUB environment variable. * Added patch to fix wxWidgets so names for OSX.
-
jean-pierre charras authored
BOARD::Add(): fix an issue for tracks: parent not set (could be an issue only in python scripts, because the parent is set by the constructor) *.i : fix coding style issues. python method: add BOARD_ITEM Duplicate, which is a wrapper to Clone(). ( defined as Cast_to_BOARD_ITEM(selt.Clone()).Cast() ) update some .py examples.
-
- 01 Oct, 2014 1 commit
-
-
Wayne Stambaugh authored
-
- 30 Sep, 2014 4 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
Pcbnew: fix some issues when using python scripting (remove outdated SEG_ZONE item, fix broken access to netclass, track width and via size lists, add missing access to zones) Update listPcb.py to show how to access zones.
-
Andrew Zonenberg authored
-
jean-pierre charras authored
-
- 29 Sep, 2014 2 commits
-
-
jean-pierre charras authored
Update clipper version to 6.1.3a.
-
Wayne Stambaugh authored
-
- 28 Sep, 2014 1 commit
-
-
jean-pierre charras authored
Also update main toolbar track width and via size info in pns router mode, when starting a track, and other very minor update issue.
-
- 27 Sep, 2014 3 commits
-
-
jean-pierre charras authored
change name TEXTE_MODULE::MirrorWithModule to TEXTE_MODULE::MirrorTransformWithModule, because it is a function specific to a footprint transform in modedit. change also name TEXTE_MODULE::RotateWithModule to TEXTE_MODULE::RotateTransformWithModule for same reason. Pcbnew: fix Bug #1374484 (text changes position when module is flipped and rotated). Fix also some bugs in modedit, in block commands.
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* Remove ${CMAKE_CURRENT_LIST_DIR} copied FindPackageHandleStandardArgs.cmake. * Comment out debug messages in FindwxWidgets.cmake.
-
- 26 Sep, 2014 3 commits
-
-
Wayne Stambaugh authored
* Add version detection to FindwxWidgets.cmake * Convert commands and macro names to lower case in FindwxWidgets.cmake. * Use find_package_handle_standard_args() to handle version comparison. * Update FindPackageHandleStandardArgs.cmake from CMake 3.0.2 to get the latest bug fixes. * Add an option to ignore building every OSX dependency from source and use find_package() the way it is supposed to work unless the developer specifically requests building everything from source.
-
jean-pierre charras authored
fix recent bug which prevent eeschema to save color preferences. fix few other minor issues.
-
jean-pierre charras authored
fix recent bug which prevent eeschema to save color preferences. fix few other minor issues.
-
- 25 Sep, 2014 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix Bug #1373468 (Non Copper Zones Properties dialog "Layer selection" empty) (Linux specific)
-
- 24 Sep, 2014 2 commits
-
-
jean-pierre charras authored
Pcbnew: add append board function, only available when Pcbnew is run in standalone mode (outside a project), to allow a basic panelization. (this function is not compatible with a project, because it breaks the coherency with the schematic)
-
jean-pierre charras authored
Minor other fixes.
-
- 22 Sep, 2014 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Minor fixes: specctra export: skip malformed circles (having a radius = 0) in board outline creation, which can crash 3d-viewer or vrml export. dialog_fp_lib_table: remember during a session the last open table (global or local). drawing_tool: fix compil warning Update demos.
-
- 19 Sep, 2014 1 commit
-
-
Wayne Stambaugh authored
* Set wxGrid tab behavior to leave grid when using the tab key. * Lots of coding policy fixes.
-
- 18 Sep, 2014 1 commit
-
-
jean-pierre charras authored
IO_MGR::PCB_FILE_T IO_MGR::GuessPluginTypeFromLibPath() : better test for KICAD type footprint libraries: previoulsy, just test if a library name ends with .pretty, which is not enough. GitHub lib names also ends by .pretty, so also test if a lib name does not start by http (which could be a GitHub lib name).
-
- 17 Sep, 2014 1 commit
-
-
jean-pierre charras authored
Eeschema: back to KICAD_KEEPCASE option, to find parts in lib, when using case sensitive option (default). Schematic component properties dialog: add 2 helper buttons to manage the chip name (name of the corresponding part in lib) - a browse button to chose an other chip name - a test button, to know if the part exists. If not existing, list the parts found when searching using a case insensitive comparison.
-
- 16 Sep, 2014 3 commits
-
-
Tomasz Wlostowski authored
-
jean-pierre charras authored
Kicad manager: fix an issue when starting eeschema from its button: if the library editor was previously running, and if the quasimodal field editor dialog was called, eeschema did not start on Windows, or started but sometimes did not load the schematic project on Linux. Enhancement : if a tool is running but is iconized, clicking on its button bring the window on screen. This was already the case on Linux, but on Windows, the iconized frame was staying iconized.
-
jean-pierre charras authored
Kicad manager: fix an issue when starting eeschema from its button: if the library editor was previously running, and if the quasimodal field editor dialog was called, eeschema dis not start on Windows, or started but dis not load the schematic project on Linux. Enhancement: if a tool is running but is iconized, clicking on its button bring the window on screen.
-