- 14 Nov, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: add WIN32_LEAN_AND_MEAN define in github_plugin.cpp. Note: this define is already in use in avhttp build (Windows specific)
-
- 12 Nov, 2013 4 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
GITHUB_PLUGIN uses redirected URL to remove one HTTP hit time.
-
Wayne Stambaugh authored
* Pcbnew: catch exceptions when saving changes to footprint library table. * Pcbnew: update footprint viewer library list if open when footprint library table changes. * CvPcb: update library list when footprint library table changes. * Minor coding policy fixes.
-
Dick Hollenbeck authored
*) Move button handlers to LEFT MOUSE CLICK from COMMAND events, so wxGrid focus is not lost. *) Sketch out the concept of COW support for the GITHUB_PLUGIN in its @todo.
-
- 11 Nov, 2013 2 commits
-
-
Maciej Suminski authored
-
jean-pierre charras authored
-
- 10 Nov, 2013 1 commit
-
-
jean-pierre charras authored
All: under mingw32+msys: fix an issue when using Cmake version >= 2.8.5 which uses by default a response file. This response file is not expanded under mingw3 2 (mingw/gcc bug?), and the list of include paths, found in this file, is not taken in account. Now, under mingw32+msys, when not cross-compiling, the response file is disabled. Cvpcb, Pcbnew: fix a list of libs which should be added only when cross-compiling: Previously, they were always added, which creates an issue with mingw/msy/ gcc 2.8. Now they are added only when cross-compiling (this issue was noticeable only with msys+mingw version 2.8)
-
- 08 Nov, 2013 1 commit
-
-
Brian Sidebotham authored
* Build OpenSSL from source using the OpenSSL-CMake project on Windows with MinGW when no specifying OPENSSL_ROOT_DIR
-
- 06 Nov, 2013 3 commits
-
-
Maciej Sumiński authored
-
Dick Hollenbeck authored
-
Wayne Stambaugh authored
-
- 05 Nov, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: Fix incorrect bounding box calculation of texts. Only noticeable with boards conveted from Eagle, which are using other text justification than center. Eagle plugin: filter and replace not allowed chars in FPID(-':' and '/') by _ or -, if they are used in Eagle footprint names (otherwise, boards converted and saved under kicad_pcb format are not readable by Pcbnew).
-
- 04 Nov, 2013 2 commits
-
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-
- 03 Nov, 2013 2 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
-
- 02 Nov, 2013 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
pass into an HTML rendering panel and otherwise look goofey. *) Implement BOARD::Move() can call it from EAGLE_PLUGIN::Load(). *) When USE_FP_LIB_TABLE, tolerate blank nicknames in FPIDs coming from eeschema. See the switch for this in pcbnew/netlist.cpp as ALLOW_PARTIAL_FPID. *) Add an assert and a try catch block to figure out that View does not like some eagle pcb board. bitset::set() is getting a -1 value and firing an exception.
-
- 01 Nov, 2013 5 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
-
Maciej Suminski authored
-
- 31 Oct, 2013 1 commit
-
-
Dick Hollenbeck authored
<%s> being replaced with '%s' because the former in invisible in html panels. Cure some compiler warnings.
-
- 30 Oct, 2013 4 commits
-
-
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
-
- 28 Oct, 2013 2 commits
-
-
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
-
- 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 2 commits
-
-
jean-pierre charras authored
-
Dick Hollenbeck authored
more DIALOG_FP_PLUGIN_OPTIONS work, make PROPERTIES a map instead of a hashtable for alphabetical iteration.
-
- 23 Oct, 2013 1 commit
-
-
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.
-
- 22 Oct, 2013 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 20 Oct, 2013 1 commit
-
-
jean-pierre charras authored
-