Marco Serantoni
c0b0918c45
[MacOSX] Fixing minor issue for wxPython
2014-02-07 20:19:53 +01:00
Marco Serantoni
09636c1a88
[MacOSX] Automating building for OSX with KICAD_SCRIPTING, see Documentation/compiling/mac-osx.txt
2014-02-07 19:53:54 +01:00
Cirilo Bbernardo
56c237410b
IDF export: fix incorrect rotation of flipped items.
2014-02-07 17:01:46 +01:00
jean-pierre charras
11fcf7ab6e
Fix some incorrect icons (which were using a not supported font for texts). Add ps_router icon from Konstantin Baranovskiy.
2014-02-06 15:13:31 +01:00
Cirilo Bernardo
82bfe0dbdf
Apply IDF tools patch from Cirilo Bernardo
2014-02-05 10:27:21 +01:00
Dick Hollenbeck
a792a0e7ea
remove wxApp()::FindLibraryPath() usages from Pcbnew. Use environment variable substitution.
2014-02-03 15:39:42 -06:00
Dick Hollenbeck
5d4eab87f8
Initial KIWAY (modular-kicad) work. Various tweeks.
2014-02-03 09:10:37 -06:00
Maciej Suminski
d3ee4b1eda
Takes into account hidden module text settings.
2014-02-03 07:22:31 -06:00
Miguel Angel Ajo
b331a3b3fd
Moved QA to root.
2014-02-02 22:50:45 +01:00
Dick Hollenbeck
0ec0b63ad2
Another attempt at wxFrame::SaveSettings() standard infrastructure.
2014-02-02 14:18:10 -06:00
Cirilo Bernardo
6bbd4defaf
Dxf import fix (patch from Cirilo Bernardo, with a minor change)
2014-02-02 10:07:02 +01:00
jean-pierre charras
e8ef3c14d4
Add specific bitmaps in export IDF and export DSN menus.
...
Add missing calls to Show( false ) to some main frames (Kicad, eeschema, gerbview), to force config saving when closing these windows.
Code cleanup and minor coding style fixes in footprint_wizard_frame
2014-01-29 18:01:42 +01:00
unknown
3a8ca47fce
Pcbnew: export IDF fixes
2014-01-29 17:42:21 +01:00
Dick Hollenbeck
c389c2f6e4
Add EDA_BASE_FRAME::Show() and call SaveSettings() only from there for all derived wxFrames. Remove calls to SaveSettings() elsewhere.
2014-01-27 19:29:26 -06:00
Dick Hollenbeck
741602c9cc
Report findings of possible github zipfile caching in a comment, improve a Sprintf() setup.
2014-01-27 09:51:14 -06:00
jean-pierre charras
825561d6f4
github_plugin.cpp: in error message relative to"cannot get zip archive...", line 496, make the sentence relative to http GET command not translatable
...
inside the full translated message.
2014-01-27 09:48:17 +01:00
Dick Hollenbeck
d932043905
Remove g_LibraryNames and all supporting infrastructure from pcbnew. FP_LIB_TABLE is now local to major wxFrames.
2014-01-27 01:23:02 -06:00
Dick Hollenbeck
68d613ef0d
Use factored SelectLibrary() from base class. Spelling and comments.
2014-01-27 00:41:40 -06:00
Maciej Suminski
6ffcddcb87
GAL takes into account hidden module text settings.
2014-01-26 22:02:48 +01:00
Maciej Suminski
e9ece451af
Fixes crash when there are no edges for a given net in the ratsnest.
2014-01-26 22:01:42 +01:00
jean-pierre charras
5d8db7fa96
Pcbnew: fix Bug #1272926 (Texts are now not accepted on edge cuts layer)
2014-01-26 18:30:20 +01:00
jean-pierre charras
608de9970b
Pcbnew: fix bug #1272714 . Code cleanup: use 2 different enums for pad shapes and pad drill shapes. Remove never used pad shape.
2014-01-26 15:20:58 +01:00
jean-pierre charras
1119c1e68f
add patch from Cirilo Bernardo, and minor fixes.
2014-01-25 13:23:29 +01:00
Dick Hollenbeck
51fe856360
freerouter does not understand "mixed" layers, export mixed as signal
2014-01-20 13:11:42 -06:00
jean-pierre charras
2d62eab4b4
Fix some issues in modview, relative to few incorrect use of some wxAuiManager functions.
...
Fix not working + and - keys in layers manager.
Fix typo errors and modify some messages to make translator's life more easy.
2014-01-19 14:12:57 +01:00
unknown
4478c09544
Fix compile errors when wx3.x is built with --enable-stl
2014-01-18 03:07:05 -06:00
jean-pierre charras
0c540ebea6
Fix some issues in modview, relative to some a bad use of some wxAuiManager functions.
2014-01-13 16:09:52 +01:00
jean-pierre charras
269e88b18d
Update demo files. A minor code cleaning.
2014-01-10 21:12:36 +01:00
jean-pierre charras
ec37f295c7
Code cleanup: Pcbnew: move files relative to exort functions to the new folder exporters
...
all: remove include <protos.h> from a lot of files which do not need it.
2014-01-08 15:18:51 +01:00
Dick Hollenbeck
edc2938fb8
Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today.
2014-01-07 19:34:04 -06:00
jean-pierre charras
2498414e91
Move files relative to export code to subdir exporters.
2014-01-07 21:41:32 +01:00
jean-pierre charras
6742f54243
Better vrml export, from Cirilo Bernardo.
2014-01-06 21:14:24 +01:00
Dick Hollenbeck
16a70dd267
comment out broken tool_modview.cpp's useless footprint select button. somebody needs to fix this.
2014-01-03 17:19:54 -06:00
Cirilo Bernardo
8c540c8b83
IDF3 wxDateTime patch to fix MinGW builds for missing localtime_r().
2014-01-03 08:31:50 -05:00
Cirilo Bernardo
95bb3d6bb1
Adds basic IDF3 export (board and cutouts / holes only)
2014-01-02 10:26:03 +01:00
Dick Hollenbeck
3142172cff
8 bit string relief via class UTF8
2014-01-01 20:17:07 -06:00
Dick Hollenbeck
074a265166
FIX: only invoke fp-lib-table options editor when table not empty.
2013-12-31 10:59:33 -06:00
Marco Serantoni
2fc8a05aec
[MacOSX] Adding better support for Retina Display (NSHighResolutionCapable)
2013-12-31 12:03:02 +01:00
Marco Serantoni
5777523b35
Fixing typo
2013-12-30 01:36:57 +01:00
Marco Serantoni
e0eb666f6c
[MacOSX]/All purpose - Support for static linking
2013-12-30 01:27:03 +01:00
jean-pierre charras
7ec2c004a2
fix bugs 1264240, 1264247, 1264239, 1264233 (clang report errors)
2013-12-29 16:12:27 +01:00
jean-pierre charras
7e884e1eb1
Fix bugs 1264236, 1264238, 1264254
2013-12-29 12:01:54 +01:00
jean-pierre charras
7689d48632
Move HitTestForCorner and HitTestForEdge code from class_zone to polygon/PolyLine.cpp, to avoid redundant code.
...
Fix bug 1264248.
Fix a very minor issue in RemoveTrailingZeros, for countries where the separator in floating numbers is a comma.
2013-12-29 11:15:06 +01:00
jean-pierre charras
e18828bed7
Dialog fp plugin option: Fix compil issue under gcc 4.4 (does not happen with 4.6 and later) about an overloaded function.
2013-12-27 12:44:40 +01:00
jean-pierre charras
0d52d9aa52
Pcbnew, 3D viewer: fix incorrect position of multiline texts.
2013-12-27 08:24:36 +01:00
Dick Hollenbeck
bf9db2148c
Hide m_galCanvas and m_galCanvasActive behind accessors. Fix DLIST concatonation API corner case.
2013-12-26 16:36:43 -06:00
Dick Hollenbeck
d160459f4a
FIX: avoid use of wxFileName::GetModificationTime() when it can fail.
2013-12-24 13:09:41 -06:00
jean-pierre charras
f56e4fe1a4
specctra_export.cpp: Fix a conversion error from mils to mm I made i n may last commit, which set min dist to find a segment end for internal outlines holes to 1 mil instead of 10 mils.
2013-12-23 09:07:08 +01:00
jean-pierre charras
58b96efe06
Fix broken download_boost.cmake. Fix minor other issues:
...
dialog fp lib table display not updated (Windows specific) when an option is changed from the lib table option editor
overloaded function in dialog_fp_lib_table.cpp not compiled with gcc 4.4.7 (try to fix Bug #1262002 ).
specctra_export.cpp: set min dist to find segment ends when building the board outline to 2 microns (should break anything, but should be enough to fix rounding issues when creating/importing board outlines with arcs)
2013-12-22 20:02:04 +01:00
Marco Serantoni
0328cfe83e
[MacOSX] Fixing crash/missing refresh in pcb text
2013-12-22 18:39:37 +01:00