jean-pierre charras
aff1bdc853
Remove duplicate icon apply.svg (use ckecked_ok.svg instead which is the same icon).
...
Add a workaround to fix a new bug in wxWidgets 3.0 ( Windows specific ) which shows icons only with a size = 16x16 in menus which have attribute wxITEM_CHECK
2014-02-07 20:32:08 +01:00
Marco Serantoni
c0b0918c45
[MacOSX] Fixing minor issue for wxPython
2014-02-07 20:19:53 +01:00
Marco Serantoni
09636c1a88
[MacOSX] Automating building for OSX with KICAD_SCRIPTING, see Documentation/compiling/mac-osx.txt
2014-02-07 19:53:54 +01:00
Henner Zeller
110507449c
* Bring CvPcb footprint window to the front when it has been obscured by another window
2014-02-07 18:38:41 +00:00
Brian Sidebotham
da0e9c5299
* 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
2014-02-07 18:36:12 +00:00
Brian Sidebotham
109e628903
* Fix Project templates location under Linux, preserve Windows location
2014-02-07 18:19:53 +00:00
Brian Sidebotham
d973165737
* Fix linux location for system project templates
2014-02-07 18:17:58 +00:00
jean-pierre charras
8ddba7a836
Minor fixes.
2014-02-07 17:09:15 +01:00
Cirilo Bbernardo
56c237410b
IDF export: fix incorrect rotation of flipped items.
2014-02-07 17:01:46 +01:00
Maciej Suminski
9f18e6f152
Reverted changes introduced by the revision 4655.
2014-02-06 21:34:03 +01:00
jean-pierre charras
34724c8d99
add missing svg file
2014-02-06 16:54:55 +01:00
Fabrizio Tappero
00ee7cd462
Fix issues in icons with texts, from Fabrizio Tappero.
2014-02-06 16:49:37 +01:00
jean-pierre charras
11fcf7ab6e
Fix some incorrect icons (which were using a not supported font for texts). Add ps_router icon from Konstantin Baranovskiy.
2014-02-06 15:13:31 +01:00
Fabrizio Tappero
96db0f38f7
New other icons from Fabrizio Tappero, and some svg file fixes
2014-02-06 09:29:45 +01:00
Fabrizio Tappero
793b144e3b
New other icons from Fabrizio Tappero, and some svg file fixes.
2014-02-06 09:28:29 +01:00
Fabrizio Tappero
9427ce29d1
New icons from Fabrizio Tappero
2014-02-05 15:36:57 +01:00
Cirilo Bernardo
4010a5709c
Apply IDF tools patch from Cirilo Bernardo
2014-02-05 10:29:01 +01:00
Cirilo Bernardo
82bfe0dbdf
Apply IDF tools patch from Cirilo Bernardo
2014-02-05 10:27:21 +01:00
Miguel Angel Ajo
3d849fd87c
Adding a first BOARD class tester, very basic
2014-02-04 22:16:32 +01:00
Dick Hollenbeck
3a0f1c4126
Windows name export tweak
2014-02-03 23:05:07 -06:00
Dick Hollenbeck
a792a0e7ea
remove wxApp()::FindLibraryPath() usages from Pcbnew. Use environment variable substitution.
2014-02-03 15:39:42 -06:00
Dick Hollenbeck
cad85c8a7a
KIWAY in progress...
2014-02-03 13:26:18 -06:00
Dick Hollenbeck
c40d25df29
Initial KIWAY (modular-kicad) work. Various tweeks.
2014-02-03 09:21:04 -06:00
Dick Hollenbeck
5d4eab87f8
Initial KIWAY (modular-kicad) work. Various tweeks.
2014-02-03 09:10:37 -06:00
Maciej Suminski
d3ee4b1eda
Takes into account hidden module text settings.
2014-02-03 07:22:31 -06:00
Maciej Suminski
82838e6770
Moved netnames (GAL specific layers) to a separate enum, to avoid saving/reading their settings from files.
...
Added a check for the number of PCB_VISIBLE elements.
Worksheet & general purpose overlay layers are visible by default.
2014-02-03 14:14:53 +01:00
Maciej Suminski
f35e6412bd
Minor changes.
2014-02-03 13:26:25 +01:00
Maciej Suminski
90e8aba660
Changed ROUTER_PREVIEW_ITEM layer.
2014-02-03 13:09:10 +01:00
Maciej Suminski
eb053cac2b
Changed BOARD_DESIGN_SETTINGS::m_VisibleElements from int to long, to assure at least 32 bits length (without depending on the platfrom int size).
2014-02-03 13:08:01 +01:00
Maciej Suminski
5a6f259f2c
Fixed tracks of 0 width causing division by 0 error.
2014-02-03 13:05:27 +01:00
Miguel Angel Ajo
b331a3b3fd
Moved QA to root.
2014-02-02 22:50:45 +01:00
Dick Hollenbeck
0ec0b63ad2
Another attempt at wxFrame::SaveSettings() standard infrastructure.
2014-02-02 14:18:10 -06:00
jean-pierre charras
659c2184b3
Eeschema: Fix bug #1271155 relative to Grid selection in Eeschema.
2014-02-02 20:51:50 +01:00
Cirilo Bernardo
6bbd4defaf
Dxf import fix (patch from Cirilo Bernardo, with a minor change)
2014-02-02 10:07:02 +01:00
jean-pierre charras
ea4867d5b1
Kicad manager: code cleaning (better use of wxaui manager). Fix a very minor bug.
2014-02-02 10:02:29 +01:00
jean-pierre charras
8d14b4798e
Kicad manager: code cleaning. Fix a very minor bug.
2014-02-01 19:27:18 +01:00
jean-pierre charras
1283747b59
3d-frame: is now derived from EDA_BASE_FRAME. Remove duplicate code and some useless includes
2014-01-30 09:18:47 +01:00
jean-pierre charras
a2df815ba6
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.
2014-01-29 19:39:16 +01:00
Dick Hollenbeck
cd7d6d470b
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.
2014-01-29 12:02:02 -06:00
jean-pierre charras
e8ef3c14d4
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
2014-01-29 18:01:42 +01:00
unknown
3a8ca47fce
Pcbnew: export IDF fixes
2014-01-29 17:42:21 +01:00
Dick Hollenbeck
176607db25
Add option --remove-orphaned-libraries to scripts/library-repos-install.sh
2014-01-28 08:23:01 -06:00
Dick Hollenbeck
c389c2f6e4
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
144de5dd78
[MacOSX] KICAD_BUILD_DYNAMIC stabilized and almost working
2014-01-27 23:24:04 +01:00
jean-pierre charras
139ca8f6ef
Bitmap2component: fix Bug #1273082 (patch from Wesley Dungan)
2014-01-27 18:22:49 +01:00
Dick Hollenbeck
741602c9cc
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
825561d6f4
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
d932043905
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
68d613ef0d
Use factored SelectLibrary() from base class. Spelling and comments.
2014-01-27 00:41:40 -06:00
Maciej Suminski
6ffcddcb87
GAL takes into account hidden module text settings.
2014-01-26 22:02:48 +01:00