Dick Hollenbeck
|
c63fa6ff31
|
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 |
Marco Serantoni
|
786bb81c4d
|
[MacOSX] KICAD_BUILD_DYNAMIC stabilized and almost working
|
2014-01-27 23:24:04 +01:00 |
jean-pierre charras
|
6181e9e46e
|
Bitmap2component: fix Bug #1273082 (patch from Wesley Dungan)
|
2014-01-27 18:22:49 +01:00 |
Dick Hollenbeck
|
9bce766331
|
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
|
e07b4cbe86
|
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
|
9afc4a0db6
|
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
|
6617ce58f3
|
Use factored SelectLibrary() from base class. Spelling and comments.
|
2014-01-27 00:41:40 -06:00 |
jean-pierre charras
|
fe97521bda
|
Pcbnew: fix Bug #1272926 (Texts are now not accepted on edge cuts layer)
|
2014-01-26 18:30:20 +01:00 |
jean-pierre charras
|
3354bdde05
|
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 |
Marco Serantoni
|
179bb920b8
|
[MacOSX] adding multiprocess building and initial support for KICAD_BUILD_DYNAMIC
|
2014-01-26 14:09:36 +01:00 |
Cirilo Bernardo
|
4f29440f5f
|
add patch from Cirilo Bernardo (about IDF export) , and minor fixes.
|
2014-01-25 15:36:56 +01:00 |
jean-pierre charras
|
f7ca6e4bf9
|
add patch from Cirilo Bernardo, and minor fixes.
|
2014-01-25 13:23:29 +01:00 |
Marco Serantoni
|
dc2592238e
|
[MacOSX] Adding wx-widgets building with patches for OSX preparing for dynamic..
|
2014-01-24 22:09:31 +01:00 |
Marco Serantoni
|
7e9ab70384
|
[MacOSX] Fixing in the case -arch are not set with cairo
|
2014-01-22 19:01:36 +01:00 |
Dick Hollenbeck
|
f3256a918d
|
Increase boost download TIMEOUT to 10 minutes, offer a LOG_DOWNLOAD option for capturing download problems.
|
2014-01-22 07:44:02 -06:00 |
Dick Hollenbeck
|
33dcef695e
|
fix
|
2014-01-21 09:25:43 -06:00 |
Dick Hollenbeck
|
d11d92504a
|
tugs and bugs
|
2014-01-21 00:59:32 -06:00 |
Dick Hollenbeck
|
aa451fb4d1
|
freerouter does not understand "mixed" layers, export mixed as signal
|
2014-01-20 13:11:42 -06:00 |
Dick Hollenbeck
|
bf30114db8
|
use changed URL to library repo.
|
2014-01-20 13:10:45 -06:00 |
Dick Hollenbeck
|
8dc7189653
|
Add EDA_APP::setLanguageId() accessor and fix FindwxWidgets.cmake for windows cross on linux.
|
2014-01-20 03:33:17 -06:00 |
jean-pierre charras
|
294463208b
|
Code cleanup and minor fix in viewlib.
|
2014-01-19 17:36:12 +01:00 |
jean-pierre charras
|
a094f7d5b5
|
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 |
maciej.
|
76aa0ba756
|
Fix compile errors when wx3.x is built with --enable-stl
|
2014-01-18 03:07:05 -06:00 |
Dick Hollenbeck
|
a3211b2b9e
|
disable deprecation warnings in Debug build, change message in fp_lib_table.cpp
|
2014-01-18 03:04:12 -06:00 |
Wayne Stambaugh
|
bcf79484f0
|
CvPcb: fix no footprints shown in list when no legacy libraries are defined in project file.
|
2014-01-17 15:26:27 -05:00 |
jean-pierre charras
|
5954910913
|
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
|
f0412874c0
|
Update demo files. A minor code cleaning.
|
2014-01-10 21:12:36 +01:00 |
Brian Sidebotham
|
51e3d8943f
|
* Fix FindwxWidgets.cmake for V3.0 wxWidgets using 'win32' style find. i.e. for MinGW native build without msys or cygwin
|
2014-01-09 23:13:22 +00:00 |
Dick Hollenbeck
|
edc5783411
|
file maintenance, update some scripts
|
2014-01-09 09:01:59 -06:00 |
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.
|
2014-01-08 20:29:46 +01:00 |
Dick Hollenbeck
|
a8bc07c832
|
Add KICAD_REPO_NAME to the about dialog and build_version.cpp
|
2014-01-08 08:47:39 -06:00 |
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.
|
2014-01-08 15:18:51 +01:00 |
Maciej Sumiński
|
e9d3f787db
|
merge Orson's patch with changes
|
2014-01-07 20:02:03 -06:00 |
Dick Hollenbeck
|
a2a723ddf6
|
Fix option description, add mark_as_advanced(), and add a comment to KICAD_SKIP_BOOST
|
2014-01-07 20:00:47 -06:00 |
Maciej Sumiński
|
c1e68436f1
|
Remove assembly language files, and make building Boost optional.
https://lists.launchpad.net/kicad-developers/msg11965.html
|
2014-01-07 19:52:19 -06:00 |
Dick Hollenbeck
|
1c0f034bca
|
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
|
710e6a56c4
|
Move files relative to export code to subdir exporters.
|
2014-01-07 21:41:32 +01:00 |
jean-pierre charras
|
fe919cd456
|
Update demos. Fix pspice netlist issues when using ( and ) in net names ( parenthesis are replaced by underscore) .
|
2014-01-07 20:42:34 +01:00 |
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)
|
2014-01-07 20:27:51 +01:00 |
Marco Serantoni
|
290a60a462
|
[MacOSX] Fixing STL && single processor building in pixman
|
2014-01-07 00:20:52 +01:00 |
jean-pierre charras
|
714d5b28d2
|
Better vrml export, from Cirilo Bernardo.
|
2014-01-06 21:14:24 +01:00 |
Marco Serantoni
|
54bbba6c86
|
[MacOSX] fixes some corner case compiling on x86 in boost
|
2014-01-04 14:40:22 +01:00 |
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 )
|
2014-01-04 03:13:18 +01:00 |
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.
|
2014-01-03 18:46:06 -06:00 |
Dick Hollenbeck
|
dbb72d161e
|
fix some compiler warnings
|
2014-01-03 18:07:20 -06:00 |
Dick Hollenbeck
|
6b08cb4ca1
|
comment out broken tool_modview.cpp's useless footprint select button. somebody needs to fix this.
|
2014-01-03 17:19:54 -06:00 |
Dick Hollenbeck
|
cbcf666470
|
force switch to boost::context, add --force option to bzr clean-tree
|
2014-01-03 17:17:50 -06:00 |
Dick Hollenbeck
|
e659d53590
|
fix compiler warnings
|
2014-01-03 17:16:40 -06:00 |
jean-pierre charras
|
eb22bf426c
|
Pcbnew: very minor fixes and update: update clipper version. uncrustify polytri/* and fix some warning compil.
|
2014-01-03 18:39:28 +01:00 |
Cirilo Bernardo
|
6e56aa2ff0
|
IDF3 wxDateTime patch to fix MinGW builds for missing localtime_r().
|
2014-01-03 08:31:50 -05:00 |