130 Commits (47b5bdcd4719789855e1f8c4384a5333da16d1a1)

Author SHA1 Message Date
Jean-Samuel Reynaud 47b5bdcd47 Fix a mismatch between method signature in scripting/python_scripting.cpp and scripting/python_scripting.h 12 years ago
jean-pierre charras 262ec8920a Minor fixes for Windows: move resources from dso to .exe, to have the application icon in executable, and therefore shown in shortcuts. 12 years ago
Dick Hollenbeck a7f1939203 simplify and fix the technique used to get the project fp-lib-table 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
Marco Serantoni fb9e5b94ca [MacOSX] support for plugins in the bundle 12 years ago
Marco Serantoni 1c5a997f82 [MacOSX] Reorg and preparation to include scripts into Bundles 12 years ago
jean-pierre charras fff54d759e Add the environment variable KYSYS3DMOD to define a default path for 3D models. 12 years ago
Marco Serantoni c441c287b0 [MacOSX] Fixing minor issue for wxPython 12 years ago
Marco Serantoni eb34364d89 [MacOSX] Automating building for OSX with KICAD_SCRIPTING, see Documentation/compiling/mac-osx.txt 12 years ago
Dick Hollenbeck 4f26386e8d Initial KIWAY (modular-kicad) work. Various tweeks. 12 years ago
Dick Hollenbeck 9afc4a0db6 Remove g_LibraryNames and all supporting infrastructure from pcbnew. FP_LIB_TABLE is now local to major wxFrames. 12 years ago
Dick Hollenbeck 7ba078b620 remove USE_FP_LIB_TABLE code, make it the norm. Add lazy loading support to FOOTPRINT_INFO. 12 years ago
jean-pierre charras a7c553b442 Pcbnew, compiled with python support: Under windows, force python environment, if the folder python27_us is found in Kicad bin folder (<kicad>/bin, and if python27_us environment is not fully set (i.e. if python27_us is not in the path, or if PYTHONPATH id not defined.) 12 years ago
Maciej Suminski c7bc1e151c GAL is not activated by default. Late OpenGL backend initializatization. 12 years ago
Dick Hollenbeck afd6f292e7 *) Switch over to FP_LIB_TABLE::Footprint*() functions. 12 years ago
Maciej Suminski c012554daa Starts the GAL by default. 12 years ago
Wayne Stambaugh 9ab7c18f46 Footprint library table ground work. 12 years ago
jean-pierre charras 902e5ccee5 pcb layer box selector: ajust size when modifying the layer names, to show the full name. 12 years ago
jean-pierre charras 50743cf3ba Initial release of pl_editor, the page layout and title block editor. 12 years ago
Wayne Stambaugh c9be8bfdd4 Pcbnew footprint library table work in progress. 13 years ago
Wayne Stambaugh cf86e18f5c Footprint library table work, minor fixes, and code cleaning. 13 years ago
Lorenzo Marcantonio 9fd79dfa91 Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 13 years ago
Lorenzo Marcantonio aae87178a7 Renamed global variables: 13 years ago
jean-pierre charras 93a8e7b395 Pcbnew: print dialog: code cleanup and bug fixes (added some fixes from Sergey A. Borshch) 13 years ago
Jacobo Aragunde Perez 3821472ad8 Prevent Pcbnew from opening the same file twice. 13 years ago
jean-pierre charras 87e5b6b874 Pcbnew: allows pcbnew to open a .kicad_pcb or a .brd file, from the command line. 13 years ago
jean-pierre charras 3c315005ee Pcbnew: add a dialog to load a legacy file in "old" projects, when the .kicad_pcb file is not existing, and the correspoinding .brd file exists. 13 years ago
jean-pierre charras 89a40eeb80 pcbnew: fix minor issues. 13 years ago
jean-pierre charras bb6795ddf1 Pcbnew: drag functions: serious cleanup and better code. Use now the connectivity functions to find tracks connected to pads, 13 years ago
Lorenzo Marcantonio fef8347176 Script plotting patch 13 years ago
Miguel Angel Ajo 89dd074841 pcbnew scripting: cleanup, renamed KICAD_SCRIPTING_EXPERIMENT to KICAD_SCRIPTING_WXPYTHON, now every flavour compiles 13 years ago
Miguel Angel Ajo b0881d8ec5 scripting: fixed kicad compilation, cleanups 13 years ago
Miguel Angel Ajo beec323603 Double Python initialization fixed 13 years ago
jean-pierre charras 7f07b48e88 Pcbnew: Update incorrect or incomplete copyrights in many files. 14 years ago
Miguel Angel Ajo eff5023287 * Read string array results from python methods~ 14 years ago
jean-pierre charras f6551172d2 Fix capitalization issues in title bar and config files (broken by bzr rev 3543) 14 years ago
Jerry Jacobs 5f5c504288 Cosmetic UI changes mostly for Mac OS X, see CHANGELOG.txt 14 years ago
Dick Hollenbeck f8490ff4af Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs 14 years ago
Miguel Angel Ajo c0be31aeda Fixed some indent, and added some conditional compiles on pcbnew.cpp 14 years ago
Miguel Angel Ajo 06c570bab3 * More cleanup (common wrappers moved to scripting, instead of pcbnew/scripting) 14 years ago
Miguel Angel Ajo f422350605 pcbnew_scripting_helpers.cpp/h to handle generic scripting tools 14 years ago
Miguel Angel Ajo ec5757a4fa code cleanup, io_mgr and kicad_plugin included when enabled in cmake... 14 years ago
jean-pierre charras e90cc8adf5 All: added a standard exit dialog called by int DisplayExitDialog( wxWindow* aParent, const wxString& aMessage ) 14 years ago
jean-pierre charras ed5585eb6c Libedit: fix bug (svg export does not work) 14 years ago
Miguel Angel Ajo b21dbd9561 Added a starting scripting dialog for tests 14 years ago
Miguel Angel Ajo d7692cd115 SWIG+Python initial scripting support added. 14 years ago
jean-pierre charras ba689c10e3 Kicad project manager: add .cmp, .drl .pos and .rpt files management. 14 years ago
Dick Hollenbeck 1ca894584c put module text configuration variables into the BOARD 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Wayne Stambaugh c2e5fcaec8 More encapsulation improvements. 14 years ago