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
Marco Serantoni
4270fece64
[MacOSX] Fixing crash when changing module text properties - bug #1230090
2013-12-22 18:29:57 +01:00
Maciej Suminski
9cba0c0b02
Merge zone outline drawing fix request.
2013-12-22 11:30:46 -05:00
Maciej Suminski
64201d49f0
Merge aligned text fix request.
2013-12-22 11:07:47 -05:00
Maciej Suminski
ebdddf0bc0
Ratsnest is updated, when there are tracks added using the P&S router.
2013-12-20 15:18:41 +01:00
Maciej Suminski
a8ac725564
Fixed broken search filters.
2013-12-20 11:54:48 +01:00
Maciej Suminski
342684587a
Upstream merge.
2013-12-20 10:15:00 +01:00
jean-pierre charras
9a532f2cda
Undo the change in specctra_export I erroneously committed, which is not fully tested.
2013-12-19 12:43:16 +01:00
jean-pierre charras
909b7fb425
Dxf export: fix an issue in exported arcs. Update libdfx.
...
Pcbnew:, libedit, Save lib as...: the new .pretty lib format is the default, instead of legacy .mod format. The legacy format is still selectable in the file selection dialog.
2013-12-19 12:33:57 +01:00
Wayne Stambaugh
a8339496e5
Pcbnew: change general properties dialog rotation angle to text edit control.
2013-12-17 16:38:20 -05:00
Wayne Stambaugh
9a183196a2
Merge changes from testing head.
2013-12-16 16:41:32 -05:00
Wayne Stambaugh
5a12aa9e1b
Pcbnew: fix 45 degree rotation angle undo and global variable elimination.
2013-12-16 16:40:03 -05:00
Maciej Suminski
5c0d62ac2e
Fixed drawing of rotated texts that are not horizontally center aligned.
2013-12-16 10:36:33 +01:00
jean-pierre charras
3d511efbb9
Pcbnew: remove broken patch for" Bug #1255059 ".
...
Minor change: Eeschema+Pcbnew: display timestamp in edit dialogs (for footprints, sheets, components)
2013-12-14 20:03:38 +01:00
Wayne Stambaugh
5a9aa812e2
Make old behavior the default in EnumerateFootprint() changes.
2013-12-13 18:14:30 -05:00
Wayne Stambaugh
35a9deb301
Pcbnew: minor Geda and KiCad plugin improvements.
...
* Make GPCB_PLUGIN::EnumerateFootprints() read the directory contents
instead of loading the entire cache.
* Make KICAD_PLUGIN::EnumerateFootprints() read the directory contents
instead of loading the entire cache.
2013-12-13 18:01:42 -05:00
Dick Hollenbeck
c0ed445918
github_plugin.cpp was erroneously affected by rev 4552 patching.
2013-12-13 10:39:46 -06:00
Povilas Kanapickas
f954ace66b
Remove some uses of using namespace std.
2013-12-13 10:27:30 -06:00
Wayne Stambaugh
ba345cb823
Pcbnew: Geda plugin fixes.
...
* Prevent cache from being reloaded on every footprint file read.
* Fix a bug forming wxFileName in GPCB_FP_CACHE::Load().
* Fix invalid file name time stamp debug assertion.
* Use FPID to set loaded footprint name.
* Remove file name <> from exception strings per UIPolicy.
2013-12-12 12:42:38 -05:00
Dick Hollenbeck
39abd88a54
remove USE_FP_LIB_TABLE code, make it the norm. Add lazy loading support to FOOTPRINT_INFO.
2013-12-12 10:01:03 -06:00
Wayne Stambaugh
ecccdf0279
Fix footprint viewer perspective save bug.
2013-12-11 15:08:13 -05:00
Dick Hollenbeck
a66ae2f51b
FIX: make LEGACY_PLUGIN re-entrant. extern "C" strtok_r() put conditionally into libcommon.
2013-12-10 17:41:34 -06:00
Marco Mattila
781c6449d3
Fix wxWidgets 2.8 validator bug in footprint name entry dialog. (fixes lp:1259204)
2013-12-10 14:24:10 -05:00
Maciej Suminski
eca952b8c5
Commit merge request lp:197913.
2013-12-10 12:14:30 -05:00
Dick Hollenbeck
92e0d7bab2
molding mercury.
2013-12-09 13:06:47 -06:00
Dick Hollenbeck
d9174a110b
move ${Boost_LIBRARIES} into cvpcb, pcbnew, _pcbnew and out of github, because worker threads used regardless of github
2013-12-09 12:48:42 -06:00
Dick Hollenbeck
f9c92b7c78
*) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*)
...
To use multiple working threads. This entailed adding KiCad typedefs:
*) Add typedefs for MUTEX and MUTLOCK which mask the actual choices for the project.
*) Add FOOTPRINT_LIST::DisplayErrors( wxWindow* ) which is a single strategy for
showing aggregated load errors. Although what's there is only scaffolding
and needs a volunteer who knows HTML pretty well.
*) Ensure all callers of ReadFootprintFiles() use the new DisplayErrors() function.
*) Push utf8.cpp and utf8.h into common library for open use.
2013-12-09 12:09:58 -06:00
scrizt
da08a4129e
Allow spoke width to equal minimum zone width in pcbnew (fix bug #1255059 )
2013-12-08 12:00:20 +02:00
Wayne Stambaugh
0f6dfb782e
Pcbnew: footprint viewer wxAUI improvements.
...
* Make the tool bar dockable.
* Enable the overflow control in the tool bar in case the it does not fit in
it's parent window.
* Fix some wxAuiPaneInfo usage issues.
* Remove unused wxAuiPaneInfo objects.
* Move perspective saving and loading into EDA_BASE_FRAME object in preparation
for extending this to all frame windows.
2013-12-06 19:33:16 -05:00
jean-pierre charras
3d4fa72b51
Plot functions: some enhancements in mirror mode (Pcbnew specific): boards are mirrored horizontally, and the page layout is no more mirrored, and therefore is always readable.
2013-12-06 19:31:15 +01:00
Maciej Suminski
b67faf780e
Corrected drawing of zone outlines.
2013-12-06 11:25:23 +01:00
Maciej Suminski
3afbd8f2e1
Corrected polygon outline width.
2013-12-06 10:00:51 +01:00
Dick Hollenbeck
f37fb67e5a
merge lp:~cern-kicad/kicad/bugfix_1256302 from Orson
2013-12-05 12:55:07 -06:00
Maciej Suminski
0a51662c0b
Changed std::wstring to wxString.
2013-12-05 16:00:24 +01:00
Maciej Suminski
84af2eb8e1
Fixed SetCurrentContext() assert, that was firing on closure of pcbnew, when the OpenGL backend was active.
2013-12-05 14:54:30 +01:00
Dick Hollenbeck
8cc9b69017
Add a test script for plugin testing, and some asserts, no bugs fixed.
2013-12-03 12:37:21 -06:00
Maciej Suminski
12098fe113
Fixed non ASCII characters drawing using GAL.
2013-12-03 11:00:52 +01:00
jean-pierre charras
53053d0693
Pcbnew: fix issue in modedit, undo command: moved fields were not drawn afetr undo (due to incorrect flags state)
...
Fix incorrect initialization of lib names column in EDA_LIST_DIALOG. (Only the row 0 was initialized)
2013-12-03 09:50:58 +01:00
Maciej Suminski
47b6dd34af
Pcbnew: fixed disappearance of selected items after GAL switching.
2013-12-02 13:04:26 -05:00