- 11 Mar, 2015 1 commit
-
-
unknown authored
-
- 04 Mar, 2015 1 commit
-
-
Wayne Stambaugh authored
* Fixed incorrect parameter ordering in gEDA footprint library parser which read drill diameter, pad clearance and solder mask clearance. * Fix FindOpenSSL.cmake version detect bug which was exposed by OpenSSL version 1.0.2.
-
- 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.
-
- 19 Feb, 2015 1 commit
-
-
Wayne Stambaugh authored
* Add support for setting python site package path to PYTHON_SITE_PACKAGE_PATH. * Move configure_file() so WXPYTHON_VERSION is already initialized before creating config.h (Duh!). * Add status message to indicate the version of wxPython found.
-
- 15 Feb, 2015 1 commit
-
-
Wayne Stambaugh authored
* Add test to CMakeLists.txt to verify wxPython is installed when KICAD_SCRIPTING_WXPYTHON=ON. * Add test to make sure wxPython version major and minor numbers match the version of wxWidgets found. * Add code to set the correct version of wxPython to the python scripting initialization code. * Minor code simplification in Pcbnew KIFACE main window creation.
-
- 03 Feb, 2015 1 commit
-
-
Wayne Stambaugh authored
-
- 30 Jan, 2015 1 commit
-
-
jean-pierre charras authored
ModEdit: add a settings menu option(and the corresponding dialog) to set default values used when creating a footprint or add graphic items to a footprint being edited. These settings are now not common to the board editor, because the footprint editor can be run outside the board editor. download_boost.cmake: ignore .htm* files when installing boost. They are not used, and often have a very very long (and stupid) name which sometimes creates issues.
-
- 27 Jan, 2015 1 commit
-
-
Wayne Stambaugh authored
-
- 16 Jan, 2015 1 commit
-
-
Wayne Stambaugh authored
-
- 30 Dec, 2014 1 commit
-
-
Wayne Stambaugh authored
-
- 22 Dec, 2014 2 commits
-
-
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.
-
- 28 Nov, 2014 1 commit
-
-
Bernhard Stegmaier authored
* Make defintion of OSX build target a requirement. * Update OSX build documenation to reflect build changes. * Update OSX build script to reflect build changes.
-
- 14 Nov, 2014 1 commit
-
-
Maciej Suminski authored
-
- 31 Oct, 2014 1 commit
-
-
Wayne Stambaugh authored
* Move all Windows install subfolders from ${CMAKE_INSTALL_PREFIX}/share/ to ${CMAKE_INSTALL_PREFIX}/share/kicad/. * Remove unused define DEFAULT_FP_LIB_PATH from build configuration. * Remove Boost target when skipping internal Boost build. * Update INSTALL.txt to reflect install tree changes.
-
- 25 Oct, 2014 1 commit
-
-
Brian Sidebotham authored
-
- 24 Oct, 2014 2 commits
-
-
Wayne Stambaugh authored
* Add FindOpenSSL.cmake from CMake 3.0.2. * Change MinGW find library to find libssl and libcrypto as well as libeay32 and ssleay32. Apparently at some point OpenSSL changed the library file names for MinGW. * Stop find_library() from looking in system paths and returning the actual DLLs rather than the link libraries.
-
Wayne Stambaugh authored
-
- 19 Oct, 2014 1 commit
-
-
Wayne Stambaugh 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.
-
- 30 Sep, 2014 1 commit
-
-
Wayne Stambaugh authored
-
- 27 Sep, 2014 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* Remove ${CMAKE_CURRENT_LIST_DIR} copied FindPackageHandleStandardArgs.cmake. * Comment out debug messages in FindwxWidgets.cmake.
-
- 26 Sep, 2014 1 commit
-
-
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.
-
- 23 Aug, 2014 1 commit
-
-
Wayne Stambaugh authored
* Patch Boost interlocked.hpp from version 1.56. * Fix segfault in Eeschema when auto save event occurs before root sheet is initialized. * Add assertion when SCH_SHEET_PATH::BuildSheetList is called with NULL pointer.
-
- 22 Aug, 2014 1 commit
-
-
Wayne Stambaugh authored
* Fix C flag parser when there is more than one flag defined after includes when wx-config --cflags is called.
-
- 27 Apr, 2014 1 commit
-
-
jean-pierre charras authored
-
- 23 Apr, 2014 1 commit
-
-
Dick Hollenbeck authored
the boost site is getting slower, somebody might need supply a better host and offer bandwidth there for downloading the boost tar.
-
- 03 Apr, 2014 1 commit
-
-
jean-pierre charras authored
Cmakefiles: do not create map file on Windows, because creating map file generates hundred of useless wranings. In PATCH_COMMAND, use patch instead of bzr patch if patch or patch.exe is found (mandatory to use msys2 because bzr patch does not work when using msys2)
-
- 22 Mar, 2014 1 commit
-
-
Marco Serantoni authored
-
- 20 Mar, 2014 1 commit
-
-
Dick Hollenbeck authored
! The initial testing of this commit should be done using a Debug build so that all the wxASSERT()s are enabled. Also, be sure and keep enabled the USE_KIWAY_DLLs option. The tree won't likely build without it. Turning it off is senseless anyways. If you want stable code, go back to a prior version, the one tagged with "stable". * Relocate all functionality out of the wxApp derivative into more finely targeted purposes: a) DLL/DSO specific b) PROJECT specific c) EXE or process specific d) configuration file specific data e) configuration file manipulations functions. All of this functionality was blended into an extremely large wxApp derivative and that was incompatible with the desire to support multiple concurrently loaded DLL/DSO's ("KIFACE")s and multiple concurrently open projects. An amazing amount of organization come from simply sorting each bit of functionality into the proper box. * Switch to wxConfigBase from wxConfig everywhere except instantiation. * Add classes KIWAY, KIFACE, KIFACE_I, SEARCH_STACK, PGM_BASE, PGM_KICAD, PGM_SINGLE_TOP, * Remove "Return" prefix on many function names. * Remove obvious comments from CMakeLists.txt files, and from else() and endif()s. * Fix building boost for use in a DSO on linux. * Remove some of the assumptions in the CMakeLists.txt files that windows had to be the host platform when building windows binaries. * Reduce the number of wxStrings being constructed at program load time via static construction. * Pass wxConfigBase* to all SaveSettings() and LoadSettings() functions so that these functions are useful even when the wxConfigBase comes from another source, as is the case in the KICAD_MANAGER_FRAME. * Move the setting of the KIPRJMOD environment variable into class PROJECT, so that it can be moved into a project variable soon, and out of FP_LIB_TABLE. * Add the KIWAY_PLAYER which is associated with a particular PROJECT, and all its child wxFrames and wxDialogs now have a Kiway() member function which returns a KIWAY& that that window tree branch is in support of. This is like wxWindows DNA in that child windows get this member with proper value at time of construction. * Anticipate some of the needs for milestones B) and C) and make code adjustments now in an effort to reduce work in those milestones. * No testing has been done for python scripting, since milestone C) has that being largely reworked and re-thought-out.
-
- 14 Mar, 2014 1 commit
-
-
Marco Serantoni authored
-
- 19 Feb, 2014 1 commit
-
-
Marco Serantoni authored
-
- 08 Feb, 2014 1 commit
-
-
Marco Serantoni authored
-
- 07 Feb, 2014 2 commits
-
-
-
Marco Serantoni authored
-
- 03 Feb, 2014 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 27 Jan, 2014 1 commit
-
-
Marco Serantoni authored
-