- 01 Nov, 2013 4 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
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.)
-
Orson authored
-
- 31 Oct, 2013 3 commits
-
-
Dick Hollenbeck authored
<%s> being replaced with '%s' because the former in invisible in html panels. Cure some compiler warnings.
-
Dick Hollenbeck authored
-
Wayne Stambaugh authored
-
- 30 Oct, 2013 7 commits
-
-
jean-pierre charras authored
Pcbnew: fix a crash when a non ascii char (i.e. a char having a code > 127) is found in a text (see Bug #1246340). Could be only a temporary fix (tested only with French non ascii chars).
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
jean-pierre charras authored
Add undo command to dxf file import. Change improper use of __WXDEBUG__ to DEBUG in class_board_connected_item.cpp.
-
Maciej Suminski authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 29 Oct, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
Changed the used framebuffer object extension from ARB_framebuffer_object to EXT_framebuffer_object (compatibility reasons).
-
- 28 Oct, 2013 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
jean-pierre charras authored
dxf import: minor enhancements in dialog. Update libdfxw from git, and uncrustify it. add a test dfx file
-
- 27 Oct, 2013 1 commit
-
-
Wayne Stambaugh authored
* Fix replace bug to handle case sensitivity properly. * Fix replace bug where the item index was getting updated incorrectly. * Fix replace infinite loop bug on replace all. * Make find/replace view update code a separate function. * Rearrange find/replace trace string to add tracing to EDA_ITEM::Replace(). * Add IsComplexHierarchy method to SCH_SHEET_LIST for future find/replace improvements.
-
- 26 Oct, 2013 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Pcbnew, dxf import: Add dialog to choose the board import layer, and the position of dxf coordinates origin
-
- 25 Oct, 2013 1 commit
-
-
jean-pierre charras authored
Fix issues created by this patch. Note, this fix slightly changes the vertical position of these texts. This is not really a problem in eeschema, but in pcbnew this is perhaps more annoying, if the verical multiline text is critical. Fix a very minor issue for vertical justification of single line texts in dxf import.
-
- 24 Oct, 2013 4 commits
-
-
jean-pierre charras authored
Pcbnew: First work to add a DXF file import to create board outlines. The DXF import is based on DXF lib import/export from LibreCad.
-
jean-pierre charras authored
-
Dick Hollenbeck authored
more DIALOG_FP_PLUGIN_OPTIONS work, make PROPERTIES a map instead of a hashtable for alphabetical iteration.
-
Dick Hollenbeck authored
-
- 23 Oct, 2013 2 commits
-
-
Dick Hollenbeck authored
*) Use it on 3 grids total in DIALOG_FP_PLUGIN_OPTIONS and DIALOG_FP_LIB_TABLE. *) Fix bug when pasting "(fp_lib_table" text into FP_LIB_TABLE.
-
Dick Hollenbeck authored
-
- 22 Oct, 2013 4 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Camille 019 authored
-
- 20 Oct, 2013 1 commit
-
-
jean-pierre charras authored
-
- 19 Oct, 2013 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 18 Oct, 2013 4 commits
-
-
jean-pierre charras authored
Page layout editor: Add bitmap items to the page layout existing items. Now a bitmap image can be added to a page layout description. Currently the bitmap is expected having a 300 ppi definition. Note: not all plotters can plot a bitmap, and in this case the bounding box is plotted instead of the bitmap
-
Wayne Stambaugh authored
-
jean-pierre charras authored
-
Wayne Stambaugh authored
* Create a generic yes/no/cancel dialog from DIALOG_EXIT. * Make DIALOG_EXIT return wxID_YES instead of wxID_OK so it is consistent with the standard message dialogs. * Add missing license to confirm.h and confirm.cpp. * Change Eeschema message dialog when loading a schematic if the current schematic is modified to be more consistent with the exit dialog. * Change Pcbnew message dialog when loading a board if the current board is modified to be more consistent with the exit dialog. * Remove some Eeschema block debug logging code left over from my last commit.
-