- 12 Oct, 2010 2 commits
-
-
jean-pierre charras authored
-
Fabio Varesano authored
It follows the CMake wiki http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F and it should work if one compiles from the build directory (building all kicad). You can use it running the following commands from the kicad source tree root: mkdir build cd build cmake ../ make (using root) make install (using root) make uninstall
-
- 11 Oct, 2010 1 commit
-
-
jean-pierre charras authored
-
- 10 Oct, 2010 2 commits
-
-
jean-pierre charras authored
Gerbview: added support forSF (scale factor), IO (Image Offset), OF (Offset) and MI (Mirror) commands.
-
jean-pierre charras authored
Gerbview: added support forSF (scale factor), IO (Image Offset), OF (Offset) and MI (Mirror) commands.
-
- 09 Oct, 2010 4 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Fixed a bug about Aperture Definition having parameters for an aperture macro. See Changlog for not yet supported RX274X commands. Having still problems with arcs in some gereber files.
-
Marco Serantoni authored
-
Marco Serantoni authored
-
- 08 Oct, 2010 2 commits
-
-
Wayne Stambaugh authored
* Break classes_body_item.cpp(.h) into more reasonable size bites. * Rename classes_body_item.cpp(.h) to lib_draw_item.cpp(.h) * Fix some unsatisfied header file dependencies. * Add stubs to component library draw item base classe to handle editing internally. * Lots of code cleaning.
-
jean-pierre charras authored
-
- 07 Oct, 2010 1 commit
-
-
Andrey Fedorushkov authored
-
- 06 Oct, 2010 5 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 05 Oct, 2010 6 commits
-
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-
Wayne Stambaugh authored
* Changed wxPenStyle which is not define in wxWidgets 2.8 to int and renamed GRRect to prevent duplicate function definition in gr_basic. * Add missing wxT() macros to strings in rs274x.cpp.
-
Dick Hollenbeck authored
-
jean-pierre charras authored
Some cleanup and fixes in gerbview. Cleanup gr_basic.* and added in gr_basic.* a minor modification coming from "EEschema selection.patch".
-
Dick Hollenbeck authored
-
- 04 Oct, 2010 5 commits
-
-
Wayne Stambaugh authored
* Use C++ map in component library instead of boost::ptr_vector. * Drop Boost pointer containers for standard C++ containers. * Moved duplicate name user interface elements from library object to library editor. * Added code to support direct addition and replacement of component alias objects into libraries. * Removed temporary strings used to add and remove alias objects. * Libraries only store alias objects, components now accessed thru alias. * Simplify library API for adding, removing, and replacing components. * Updated edit component in library dialog and library editor to reflect component library object changes. * Fixed bug in library viewer when displaying alias name. * Made a few header files compile stand alone per the new coding policy. * Remove some dead code and the usual code formatting fixes.
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 03 Oct, 2010 3 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
finished Draw functions for aperture macros. Now aperture macros are drawn correctly. Known bug: aperture macros having parameters are incorrect: parameters are not read correctly. Work still in progress.
-
jean-pierre charras authored
Known bug: aperture macros having parameters are incorrect: parameters are not transmited correctly. Work still in progress.
-
- 01 Oct, 2010 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
Andrey Fedorushkov authored
-
- 30 Sep, 2010 2 commits
-
-
Andrey Fedorushkov authored
-
jean-pierre charras authored
-
- 29 Sep, 2010 4 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-