- 28 Mar, 2013 1 commit
-
-
Lorenzo Marcantonio authored
-
- 27 Mar, 2013 2 commits
-
-
Andrey Fedorushkov authored
pcbnew: fix print format in THROW_IO_ERROR fix properties file export_vrml.cpp
-
jean-pierre charras authored
-
- 26 Mar, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 25 Mar, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 23 Mar, 2013 1 commit
-
-
Andrey Fedorushkov authored
-
- 19 Mar, 2013 1 commit
-
-
Carl Poirier authored
-
- 18 Mar, 2013 1 commit
-
-
Wayne Stambaugh authored
* Complete encapsulation of the MODULE class. * Complete encapsulation of the EDA_TEXT class. * Encapsulate most of the ZONE_CONTAINER class. * Add pcbcommon library as a dependency for reSWIGging the scripting support. This should cover most dependency cases.
-
- 12 Mar, 2013 1 commit
-
-
jean-pierre charras authored
-
- 01 Mar, 2013 1 commit
-
-
jean-pierre charras authored
Eeschema: fix broken mirroring for texts and labels in block mirror X and Y (this fixes Bug #1135505) Pcbnew: add in module popup menu an option to edit the footprint in Modedit (like in Eeschema for components) minor icons enhancements.
-
- 26 Feb, 2013 1 commit
-
-
jean-pierre charras authored
-
- 23 Feb, 2013 1 commit
-
-
Baranoviskiy Konstantin authored
-
- 22 Feb, 2013 3 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* Make Pcbnew net list dialog honor escape key on Linux. * Make Pcbnew swap layers dialog honor escape key on Linux. * Layout and UI policy fixes for Pcbnew swap layer and net list dialogs. * Layout and UI policy fixes for Eeschema plot dialog. * Rename fpip.h to fpid.h. * Fix FPID class compiler errors. * Restore fpid.cpp to Pcbnew static library source list.
-
Dick Hollenbeck authored
wxID_CANCEL, 5 pixel border around sizers, resizable search combobox, dialog_shim usage on a few dialogs
-
- 21 Feb, 2013 1 commit
-
-
Baranovskiy Konstantin authored
-
- 20 Feb, 2013 1 commit
-
-
jean-pierre charras authored
-
- 19 Feb, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 18 Feb, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 13 Feb, 2013 1 commit
-
-
Antia Puentes authored
-
- 12 Feb, 2013 2 commits
- 11 Feb, 2013 2 commits
-
-
jean-pierre charras authored
Eeschema: All fixed fields are now always saved in libraries. Therefore the footprint field can be set in lib (size, visibility) and imported in schematic with its predefined attributes, even if the footprint text is not set.
-
Wayne Stambaugh authored
* Improve the stable and testing build version option logic. * Use CMake FindPythonInterp to configure the Python interpreter. * Use Python interpreter to determine the system Python module install path if not already defined on the command line. * Add header symbol checks for asinh(), acosh(), and atanh(). * Add test source to check for isinf() which can be defined as a C++template. * Replace conditional compile on windows systems for aXXXh() with CMake configuration tests. * A few minor MSVC compile fixes. * Fix incorrect python environment string in fixswigimports.py * Create a separate document for KiCad CMake build options. * Create a separate how to compile KiCad on Windows document.
-
- 10 Feb, 2013 1 commit
-
-
jean-pierre charras authored
eeschema, libedit l fix a bug in lib_arc.cpp which creates incorrect arc start and arc end parameters after rotation or mirror. the Bug #1121079 is due to this bug, but Bug #1121079 itself cannot be fixed because this is the data inside the lib which is broken.
-
- 09 Feb, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: Try to find a better workaround for zone fiill bug (crash or bad fil areasl in very rare cases). pcbnew+Eeschema: Fix a very minor bug: filename not displayed in frame reference.
-
- 07 Feb, 2013 2 commits
-
-
Wayne Stambaugh authored
* Remove ignore mouse events before creating find dialog for true mode-less behavior as was originally intended.
-
Jacobo Aragunde Perez authored
-
- 06 Feb, 2013 1 commit
-
-
jean-pierre charras authored
Very minor other fixes.
-
- 04 Feb, 2013 1 commit
-
-
jean-pierre charras authored
-
- 02 Feb, 2013 2 commits
-
-
Emmeran authored
added option to allow zooming around the crosshair instead of the center; can be enabled via options or by holding alt while using the mousewheel
-
jean-pierre charras authored
Changes for CvPcb to eeschema stuff file: the stuff file generation from CvPcb is removed. Eeschema now imports footprints names from the .cmp usual file created by CvPcb or by Pcbnew (Why to use 2 file formats for the same thing?) . Pcbnew: in netlist dialog: The user now can choose between the netlist and the .cmp file to import footprints names. Therfore no need to delete the .cmp file when exists to use only the netlist. This is useful for users who use CvPcb only once to fill footprints fields in schematic, and after edit/modify the footprints fields in schematic outside CvPcb.
-
- 01 Feb, 2013 1 commit
-
-
Jacobo Aragunde Perez authored
-
- 30 Jan, 2013 1 commit
-
-
Jacobo Aragunde Perez authored
-
- 25 Jan, 2013 1 commit
-
-
jean-pierre charras authored
Eeschema: fix a bug which crashes Eeschema (when a label is being created, and its type is changed by popup menu, for instance to a text, before it was put on schematic) remove unused file and minor coding style fix
-
- 24 Jan, 2013 1 commit
-
-
Jacobo Aragunde Perez authored
-
- 21 Jan, 2013 2 commits
-
-
Jacobo Aragunde Perez authored
-
Jacobo Aragunde Perez authored
Eeschema: fix Bug #1102381 <eeschema: -cache.lib file not created the first time you save a schematic>
-
- 12 Jan, 2013 1 commit
-
-
Wayne Stambaugh authored
* Improve MSG_PANEL_ITEM to handle message panel information. * Create containers for passing message panel items between objects and the message panel. * Rename EDA_ITEM::DisplayInfo to EDA_ITEM::GetMsgPanelInfo. * Remove all direct manipulation of EDA_DRAW_FRAME from all objects derived from EDA_ITEM.
-
- 10 Jan, 2013 1 commit
-
-
jean-pierre charras authored
EDA_LIST_DIALOG: add a filter option to select names to display is list, from a kamil zorychta's patch <kamil.zorychta@gmail.com> Use wxFormBuilder to create EDA_LIST_DIALOG_BASE, like other dialogs. Minor code cleanup (remove unused functions and coding style fixes) and minor bug fixes.
-