Marco Serantoni
c441c287b0
[MacOSX] Fixing minor issue for wxPython
12 years ago
Marco Serantoni
eb34364d89
[MacOSX] Automating building for OSX with KICAD_SCRIPTING, see Documentation/compiling/mac-osx.txt
12 years ago
Henner Zeller
34f6ca1b20
* Bring CvPcb footprint window to the front when it has been obscured by another window
12 years ago
Brian Sidebotham
159017ed62
* Add Henner's patch (with minimal changes) to ensure CVpcb footprint view window is always brought into view, even after being hidden by another window
12 years ago
Brian Sidebotham
742ee5320e
* Fix Project templates location under Linux, preserve Windows location
12 years ago
Brian Sidebotham
775ce3993c
* Fix linux location for system project templates
12 years ago
jean-pierre charras
d68940c4d2
Minor fixes.
12 years ago
Cirilo Bbernardo
87d2caa4c6
IDF export: fix incorrect rotation of flipped items.
12 years ago
jean-pierre charras
544f987fa0
add missing svg file
12 years ago
Fabrizio Tappero
c407654224
Fix issues in icons with texts, from Fabrizio Tappero.
12 years ago
jean-pierre charras
f366f26523
Fix some incorrect icons (which were using a not supported font for texts). Add ps_router icon from Konstantin Baranovskiy.
12 years ago
Fabrizio Tappero
26041d52c7
New other icons from Fabrizio Tappero, and some svg file fixes
12 years ago
Fabrizio Tappero
02bac313a8
New other icons from Fabrizio Tappero, and some svg file fixes.
12 years ago
Fabrizio Tappero
c84f6331b0
New icons from Fabrizio Tappero
12 years ago
Cirilo Bernardo
f57eaf45fa
Apply IDF tools patch from Cirilo Bernardo
12 years ago
Cirilo Bernardo
fbe8484225
Apply IDF tools patch from Cirilo Bernardo
12 years ago
Miguel Angel Ajo
b39408b14a
Adding a first BOARD class tester, very basic
12 years ago
Dick Hollenbeck
ec9c949c9b
Windows name export tweak
12 years ago
Dick Hollenbeck
142782b402
remove wxApp()::FindLibraryPath() usages from Pcbnew. Use environment variable substitution.
12 years ago
Dick Hollenbeck
33e26b278d
KIWAY in progress...
12 years ago
Dick Hollenbeck
2eb99fefdf
Initial KIWAY (modular-kicad) work. Various tweeks.
12 years ago
Dick Hollenbeck
4f26386e8d
Initial KIWAY (modular-kicad) work. Various tweeks.
12 years ago
Maciej Suminski
63bc40b58e
Takes into account hidden module text settings.
12 years ago
Miguel Angel Ajo
15bfac3f4e
Moved QA to root.
12 years ago
Dick Hollenbeck
741bfb685b
Another attempt at wxFrame::SaveSettings() standard infrastructure.
12 years ago
jean-pierre charras
8afe2dfbce
Eeschema: Fix bug #1271155 relative to Grid selection in Eeschema.
12 years ago
Cirilo Bernardo
5a6665ec08
Dxf import fix (patch from Cirilo Bernardo, with a minor change)
12 years ago
jean-pierre charras
9ef5627880
Kicad manager: code cleaning (better use of wxaui manager). Fix a very minor bug.
12 years ago
jean-pierre charras
6f10d16824
Kicad manager: code cleaning. Fix a very minor bug.
12 years ago
jean-pierre charras
fa8cbd983b
3d-frame: is now derived from EDA_BASE_FRAME. Remove duplicate code and some useless includes
12 years ago
jean-pierre charras
f43ed90921
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.
12 years ago
Dick Hollenbeck
2ac58935b5
Make option KICAD_KEEPCASE actually functional for Eeschema, and make the setting default ON.
The desire is to migrate designs *away from* case independence, and to create
designs which use literally (case specific) interpreted component names. But for
backwards compatibility, you may turn OFF this option if you really must.
(Remember that with KiCad using text data files, typically you would be better
off simply doctoring those files into a case literal state with a text editor
and move forward into the brave new world of case specificity. Also, BOM
generators may not work properly when you have this option turned OFF, the xml
export's referential integrity is broken on library part name. Hence the default
is ON now, as of 29-Jan-2014.
12 years ago
jean-pierre charras
ce6b907fe3
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
12 years ago
unknown
690a001648
Pcbnew: export IDF fixes
12 years ago
Dick Hollenbeck
784e43f2e8
Add option --remove-orphaned-libraries to scripts/library-repos-install.sh
12 years ago
Dick Hollenbeck
c63fa6ff31
Add EDA_BASE_FRAME::Show() and call SaveSettings() only from there for all derived wxFrames. Remove calls to SaveSettings() elsewhere.
12 years ago
Marco Serantoni
786bb81c4d
[MacOSX] KICAD_BUILD_DYNAMIC stabilized and almost working
12 years ago
jean-pierre charras
6181e9e46e
Bitmap2component: fix Bug #1273082 (patch from Wesley Dungan)
12 years ago
Dick Hollenbeck
9bce766331
Report findings of possible github zipfile caching in a comment, improve a Sprintf() setup.
12 years ago
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.
12 years ago
Dick Hollenbeck
9afc4a0db6
Remove g_LibraryNames and all supporting infrastructure from pcbnew. FP_LIB_TABLE is now local to major wxFrames.
12 years ago
Dick Hollenbeck
6617ce58f3
Use factored SelectLibrary() from base class. Spelling and comments.
12 years ago
Maciej Suminski
8e6019748a
GAL takes into account hidden module text settings.
12 years ago
Maciej Suminski
e537480f1e
Fixes crash when there are no edges for a given net in the ratsnest.
12 years ago
jean-pierre charras
fe97521bda
Pcbnew: fix Bug #1272926 (Texts are now not accepted on edge cuts layer)
12 years ago
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.
12 years ago
Marco Serantoni
179bb920b8
[MacOSX] adding multiprocess building and initial support for KICAD_BUILD_DYNAMIC
12 years ago
Cirilo Bernardo
4f29440f5f
add patch from Cirilo Bernardo (about IDF export) , and minor fixes.
12 years ago
jean-pierre charras
f7ca6e4bf9
add patch from Cirilo Bernardo, and minor fixes.
12 years ago
Marco Serantoni
dc2592238e
[MacOSX] Adding wx-widgets building with patches for OSX preparing for dynamic..
12 years ago