Dick Hollenbeck
517ca83fbc
Hide m_galCanvas and m_galCanvasActive behind accessors. Fix DLIST concatonation API corner case.
12 years ago
fabrizio.
9be908ce79
Update freedesktop files according to http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
12 years ago
Dick Hollenbeck
b9c56b2fc4
FIX: avoid use of wxFileName::GetModificationTime() when it can fail.
12 years ago
Dick Hollenbeck
81ef4cd422
add mime type application/x-pcbnew-pcb, extend Desktop Exec to support a file to open on command line
12 years ago
Dick Hollenbeck
69dccf19c1
Update resources/linux/mime with zip from Fabrizio
12 years ago
Marco Serantoni
fdd9b79879
[MacOSX] Thanks for the hint, nullset@freenode, Merry Xmas !
12 years ago
Baranovskiy Konstantin
065966291c
Fix worksheet multiple line text plotting bug. (fixes lp:1261906)
12 years ago
Dick Hollenbeck
860d26e451
kicad-install.sh: abort on first failure.
12 years ago
Marco Serantoni
d6292053f3
[MacOSX] Fixing Zone visualization and removing not working code
12 years ago
jean-pierre charras
c5031d3f62
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.
12 years ago
Marco Serantoni
0dd18c2549
[MacOSX] Cleanup
12 years ago
jean-pierre charras
d337d340ee
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)
12 years ago
Marco Serantoni
057a947a4b
[MacOSX] Fixing crash/missing refresh in pcb text
12 years ago
Marco Serantoni
f3cfea9521
[MacOSX] Fixing crash when changing module text properties - bug #1230090
12 years ago
Maciej Suminski
578ecc6f45
Merge zone outline drawing fix request.
12 years ago
Maciej Suminski
702a90addc
Merge aligned text fix request.
12 years ago
Marco Serantoni
2441a7a046
[MacOSX] Treats LLVM as GCC + adds support for boost multiple processor(ppc/intel) and address(32/64 bit)
12 years ago
Maciej Suminski
ff6a7e648f
OpenGL canvas rats nest merge request.
12 years ago
Maciej Suminski
c79962635e
Ratsnest is updated, when there are tracks added using the P&S router.
12 years ago
Maciej Suminski
5fe20bbc70
Fixed broken search filters.
12 years ago
Maciej Suminski
fe5c5953fc
Upstream merge.
12 years ago
jean-pierre charras
dd3da8428c
Undo the change in specctra_export I erroneously committed, which is not fully tested.
12 years ago
jean-pierre charras
50f6186ebc
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.
12 years ago
Baranovskiy Konstantin
de65a7a1da
Fix border and title block line thickness plotting bug. (fixes lp:1261899)
12 years ago
Wayne Stambaugh
51d9765826
CvPcb: reload footprint list when footprint library table is changed. (fixes lp:1261911)
12 years ago
Wayne Stambaugh
75777f4a4e
Pcbnew: rotate footprint hot key fixes (fixes lp:1066182).
* Change general properties dialog to allow for entry of arbitrary rotation
angles for greater than 0 to 90.
* Move global rotation angle variable into PCB_EDIT_FRAME object where it is
used and add accessors.
* Change rotate footprint undo operation from UR_ROTATE_XXXX to UR_CHANGE.
* Create function to remove trailing zeros from floating point wxString
objects.
12 years ago
Wayne Stambaugh
ca11fcb5c9
Pcbnew: change general properties dialog rotation angle to text edit control.
12 years ago
Wayne Stambaugh
8fe06e12b9
Merge changes from testing head.
12 years ago
Wayne Stambaugh
8f6d69e57e
Pcbnew: fix 45 degree rotation angle undo and global variable elimination.
12 years ago
Maciej Suminski
60e3b01ace
Fixed drawing of rotated texts that are not horizontally center aligned.
12 years ago
jean-pierre charras
bb8741c74f
Pcbnew: remove broken patch for" Bug #1255059".
Minor change: Eeschema+Pcbnew: display timestamp in edit dialogs (for footprints, sheets, components)
12 years ago
Wayne Stambaugh
efd9963750
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.
12 years ago
Wayne Stambaugh
2d9385b43a
Make old behavior the default in EnumerateFootprint() changes.
12 years ago
Wayne Stambaugh
30a08e2bed
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.
12 years ago
Dick Hollenbeck
031ab96f12
github_plugin.cpp was erroneously affected by rev 4552 patching.
12 years ago
Povilas Kanapickas
7f12513c7e
Remove some uses of using namespace std.
12 years ago
Dick Hollenbeck
5c28285cdf
kicad-install.sh and library-repos-install.sh utilize /etc/profile.d/kicad.sh for setting environment variables globally
12 years ago
Wayne Stambaugh
6c4518b015
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.
12 years ago
Dick Hollenbeck
7ba078b620
remove USE_FP_LIB_TABLE code, make it the norm. Add lazy loading support to FOOTPRINT_INFO.
12 years ago
Wayne Stambaugh
b85a713395
Fix footprint viewer perspective save bug.
12 years ago
Dick Hollenbeck
ed42092464
Add strtok_r.c
12 years ago
Dick Hollenbeck
e842d711c6
FIX: make LEGACY_PLUGIN re-entrant. extern "C" strtok_r() put conditionally into libcommon.
12 years ago
Marco Mattila
40d0a14560
Fix wxWidgets 2.8 validator bug in footprint name entry dialog. (fixes lp:1259204)
12 years ago
Maciej Suminski
4940bff891
Commit merge request lp:197913.
12 years ago
Maciej Suminski
3701e13186
Commit merge request lp:197858 (fixes lp:1249736).
12 years ago
Dick Hollenbeck
dbd72122e1
dialog perfection does not come easily.
12 years ago
Dick Hollenbeck
bb872dd583
spinners initial values and limits.
12 years ago
Wayne Stambaugh
74e43871d4
Fix frame perspective configuration entry name in basicframe.cpp.
12 years ago
Dick Hollenbeck
3582df6a0b
molding mercury.
12 years ago
Dick Hollenbeck
d8b270ca4d
move ${Boost_LIBRARIES} into cvpcb, pcbnew, _pcbnew and out of github, because worker threads used regardless of github
12 years ago