jean-pierre charras
|
d3f0151ad4
|
Code cleanup: Pcbnew: move files relative to export functions to the new folder exporters
Pcbnew, Eeschema: remove include file <protos.h> from a lot of files which do not need it.
|
12 years ago |
Dick Hollenbeck
|
a8bc07c832
|
Add KICAD_REPO_NAME to the about dialog and build_version.cpp
|
12 years ago |
jean-pierre charras
|
f905b4697e
|
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.
|
12 years ago |
Maciej Sumiński
|
e9d3f787db
|
merge Orson's patch with changes
|
12 years ago |
Dick Hollenbeck
|
a2a723ddf6
|
Fix option description, add mark_as_advanced(), and add a comment to KICAD_SKIP_BOOST
|
12 years ago |
Maciej Sumiński
|
c1e68436f1
|
Remove assembly language files, and make building Boost optional.
https://lists.launchpad.net/kicad-developers/msg11965.html
|
12 years ago |
Dick Hollenbeck
|
1c0f034bca
|
Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today.
|
12 years ago |
jean-pierre charras
|
710e6a56c4
|
Move files relative to export code to subdir exporters.
|
12 years ago |
jean-pierre charras
|
fe919cd456
|
Update demos. Fix pspice netlist issues when using ( and ) in net names ( parenthesis are replaced by underscore) .
|
12 years ago |
Cirilo Bernardo
|
b02f12f440
|
Commit patch about new better vrml export. patch to fix mirrored page layout when print mirrored is enabled ( page layout should not be mirrored)
|
12 years ago |
Marco Serantoni
|
290a60a462
|
[MacOSX] Fixing STL && single processor building in pixman
|
12 years ago |
jean-pierre charras
|
714d5b28d2
|
Better vrml export, from Cirilo Bernardo.
|
12 years ago |
Marco Serantoni
|
54bbba6c86
|
[MacOSX] fixes some corner case compiling on x86 in boost
|
12 years ago |
Marco Serantoni
|
2c39ea00e2
|
[MacOSX] Added support in boost context for PPC processors, now is possible again compile kicad testing for PPC ( https://svn.boost.org/trac/boost/ticket/8266 )
|
12 years ago |
Dick Hollenbeck
|
84cf722541
|
This is why we cannot have nice things. This is why we test our changes before committing.
Pray for angus johnson who is support too many languages, and needs to find a text editor that removes trailing whitespace.
|
12 years ago |
Dick Hollenbeck
|
dbb72d161e
|
fix some compiler warnings
|
12 years ago |
Dick Hollenbeck
|
6b08cb4ca1
|
comment out broken tool_modview.cpp's useless footprint select button. somebody needs to fix this.
|
12 years ago |
Dick Hollenbeck
|
cbcf666470
|
force switch to boost::context, add --force option to bzr clean-tree
|
12 years ago |
Dick Hollenbeck
|
e659d53590
|
fix compiler warnings
|
12 years ago |
jean-pierre charras
|
eb22bf426c
|
Pcbnew: very minor fixes and update: update clipper version. uncrustify polytri/* and fix some warning compil.
|
12 years ago |
Cirilo Bernardo
|
6e56aa2ff0
|
IDF3 wxDateTime patch to fix MinGW builds for missing localtime_r().
|
12 years ago |
Cirilo Bernado
|
deb3d54c01
|
Adds basic IDF3 export (board and cutouts / holes only)
|
12 years ago |
Cirilo Bernardo
|
0b853c5af2
|
Adds basic IDF3 export (board and cutouts / holes only)
|
12 years ago |
Dick Hollenbeck
|
c264823731
|
8 bit string relief via class UTF8
|
12 years ago |
Dick Hollenbeck
|
f346727214
|
FIX: only invoke fp-lib-table options editor when table not empty.
|
12 years ago |
Dick Hollenbeck
|
bfc72b0183
|
Add bzr clean-tree to download_boost.cmake
|
12 years ago |
Marco Serantoni
|
54fe3eeeee
|
[MacOSX] Reorganize OSX Library PATH, first the USER's one then the SYSTEM's one
|
12 years ago |
Marco Serantoni
|
4d139b590f
|
[MacOSX] Adding better support for Retina Display (NSHighResolutionCapable)
|
12 years ago |
Marco Serantoni
|
6d2db4783e
|
[MacOSX] Manage older OpenSSL API (needed for OSX 10.6) and probably older linuxes
|
12 years ago |
Marco Serantoni
|
7ffd6db5b4
|
[MacOSX] Manage older OpenSSL API (needed for OSX 10.6) and probably older linuxes
|
12 years ago |
Marco Serantoni
|
b08c85f67c
|
[MacOSX] Removing freetype dependecy for Cairo (uses cocoa font management)
|
12 years ago |
Marco Serantoni
|
2d53c8eef5
|
[MacOSX] disable -fvisibility due compiler blames..
|
12 years ago |
Dick Hollenbeck
|
52d3535160
|
minor tidying
|
12 years ago |
Dick Hollenbeck
|
f9ab5d2c61
|
Add -fvisibility options to significantly reduce binary sizes.
Switch to boost::context for all platforms, almost.
Please try your platform by commenting out fcontext.s in common/CMakeLists.txt.
|
12 years ago |
Marco Serantoni
|
cae7a6ffb8
|
[MacOSX] fixes issues with previous OSX compilers gcc-4.2 and makes a better general beaviour of KICAD_BUILD_STATIC
|
12 years ago |
Marco Serantoni
|
6e586d6996
|
Fixing typo
|
12 years ago |
Marco Serantoni
|
ea4bec99d0
|
[MacOSX]/All purpose - Support for static linking
|
12 years ago |
jean-pierre charras
|
7fa0aa8f4f
|
eeschema: fix compil issue. Boost build: boost lib context built only on OSX (does not build on mingw, and not needed)
|
12 years ago |
Marco Serantoni
|
573b7424dc
|
[MacOSX]/All purpose - Starting support to static linking
|
12 years ago |
Marco Serantoni
|
66e8017d74
|
[MacOSX] fixes a missing feature in boost and fixes static build with x86/i386 involved
(https://svn.boost.org/trac/boost/ticket/8266)
|
12 years ago |
jean-pierre charras
|
612e2ddb4a
|
fix bugs 1264240, 1264247, 1264239, 1264233 (clang report errors)
|
12 years ago |
jean-pierre charras
|
a455ab4a90
|
Fix bugs 1264236, 1264238, 1264254
|
12 years ago |
jean-pierre charras
|
46e82e4e18
|
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.
|
12 years ago |
Marco Serantoni
|
5418a083d9
|
Shows the current BZR version in version.h, not the last in the repository (Nick Østergaard)
|
12 years ago |
jean-pierre charras
|
ca60f0863a
|
Dialog fp plugin option: Fix compil issue under gcc 4.4 (does not happen with 4.6 and later) about an overloaded function.
|
12 years ago |
jean-pierre charras
|
f9cc325bd8
|
Pcbnew, 3D viewer: fix incorrect position of multiline texts.
|
12 years ago |
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 |