- 15 Oct, 2014 1 commit
-
-
jean-pierre charras authored
Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus. Fix also some minor coding style issues.
-
- 14 Oct, 2014 2 commits
-
-
Mark Roszko authored
-
Konstantin Baranovskiy authored
-
- 13 Oct, 2014 10 commits
-
-
Maciej Suminski authored
-
jean-pierre charras authored
Add FILE_NAME_WITH_PATH_CHAR_VALIDATOR, a custom wxValidator which allows file names with paths, in schematic sheet editor ( FILE_NAME_CHAR_VALIDATOR previously used in this dialog does not allow chars used in path names, like / and on Windows \ and : )
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
unknown authored
-
jean-pierre charras authored
Minor code change (which removes a SWIG warning)
-
- 12 Oct, 2014 1 commit
-
-
Mark Roszko authored
-
- 11 Oct, 2014 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* Remove CMakeParseArguments.cmake to use the version that ships with CMake. * Remove FindPackageHandleStandardArgs.cmake to use the version that ships with CMake. * Remove FindPythonLibs.cmake to use the version that ships with CMake. * Edit FindPythonInterp.cmake to use the stock CMake version of FindPackageHandleStandardArgs.cmake since the local version was removed.
-
- 10 Oct, 2014 1 commit
-
-
Mark Roszko authored
-
- 09 Oct, 2014 2 commits
-
-
Bernhard Stegmaier authored
-
John Beard authored
-
- 08 Oct, 2014 10 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 text in Get and Move Footprint Dialog Fix right click in board editor options
-
Mark Roszko authored
-
Mark Roszko authored
-
Mark Roszko authored
-
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 1 commit
-
-
Wayne Stambaugh authored
-