- 24 Apr, 2014 1 commit
-
-
jean-pierre charras authored
(for instance, when a footprint from the currently edited board is loaded in the footprint editor, and when the board is cleared or reloaded) In footprint editor, the net names are no more shown od modifiable (becuase the footprint editor does not know anything about net names. This change should allow the changes planned in pcbnew.
-
- 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.
-
- 07 Feb, 2014 1 commit
-
-
jean-pierre charras authored
-
- 26 Jan, 2014 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix bug #1272714 . Code cleanup: use 2 different enums for pad shapes and pad drill shapes. Remove never used pad shape.
-
- 05 Aug, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 26 May, 2013 1 commit
-
-
Dick Hollenbeck authored
File "rules" has instructional text as comments near top. 2) Convert all text files in repo to LF line ending form. Any checkout done with "rules" in play will convert the working tree to native line ending, while keeping repo as LF line ending.
-
- 16 Jan, 2013 1 commit
-
-
jean-pierre charras authored
Make scripting version compilable on platforms where the python executable is not python2 (define it by -DPYTHON_EXECUTABLE=<python executable filename>)
-
- 13 May, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix Pcbnew name capitalization in messages. About dialog: add a link to kicad-pcb.org
-
- 05 May, 2012 1 commit
-
-
Jerry Jacobs authored
-
- 12 Mar, 2012 1 commit
-
-
Dick Hollenbeck authored
* Save all visibilities, layer and render, in BOARD and restore on load.
-
- 23 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 30 Dec, 2011 1 commit
-
-
jean-pierre charras authored
Minor other enhancements and code cleaning.
-
- 30 Nov, 2011 1 commit
-
-
jean-pierre charras authored
Pcbnew: prepare work on new algos for connections calculations.
-
- 27 Oct, 2011 1 commit
-
-
jean-pierre charras authored
-
- 18 Sep, 2011 1 commit
-
-
jean-pierre charras authored
Remove obsolete foldr resources/icons. Updates svg icons in folder resources.
-
- 31 Aug, 2011 1 commit
-
-
jean-pierre charras authored
Add a new schematic item: SCH_BITMAP. One can insert now images in a schematic. Add Fabrizio Tappero as contributor in Kicad About dialog
-
- 29 Aug, 2011 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 28 Aug, 2011 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 14 Jul, 2011 1 commit
-
-
jean-pierre charras authored
-
- 06 Jun, 2011 1 commit
-
-
jean-pierre charras authored
dialog_about: add translator name.
-
- 24 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 14 Mar, 2011 1 commit
-
-
Wayne Stambaugh authored
* Fix about dialog escape key termination bug. * Fix edit hot keys dialog escape key termination bug. * Set schematic editor component properties dialog default button. * Fix schematic editor plot DXF dialog escape key termination bug. * Set PCB editor layers setup dialog default button. * Set PCB editor swap layers dialog default button. * Set PCB editor net list dialog default button. * Add comment to UIPolicy.txt about escape key termination requiring proper dialog button IDs.
-
- 17 Feb, 2011 1 commit
-
-
jean-pierre charras authored
-
- 16 Jan, 2011 1 commit
-
-
Kenta Yonekura authored
commit patch from Kenta Yonekura (adding Japanese language) and add Kenta Yonekura to translator list in about dialog
-
- 14 Dec, 2010 1 commit
-
-
Wayne Stambaugh authored
-
- 02 Dec, 2010 1 commit
-
-
jean-pierre charras authored
Pcbnew: For zone filling algo, change the default polygon library from Kbool to Boost::polygon (USE_BOOST_POLYGON_LIBRARY default is ON). (need to rebuild makefile) Gerbview: added decimal format for coordinates, sometimes found in Gerber files.
-
- 22 Oct, 2010 1 commit
-
-
Marco Serantoni authored
-
- 04 Oct, 2010 1 commit
-
-
jean-pierre charras authored
-
- 03 Sep, 2010 1 commit
-
-
jean-pierre charras authored
-
- 02 Sep, 2010 2 commits
-
-
jean-pierre charras authored
Design rule dialog: use wxLC_VIRTUAL options in wxListBoxes tu speed up nets lists display (which was very long for board with a lot of nets)
-
jean-pierre charras authored
-
- 01 Sep, 2010 1 commit
-
-
jean-pierre charras authored
-