Re: [Kicad-developers] [PATCH] Tkinter doesn't working in Pcbnew

2018-07-08 Thread Nick Østergaard
I have tested this on windows. I don't know if it is any problem on other
platform, I would not expect it to be.

Den søn. 8. jul. 2018 kl. 06.18 skrev Константин Барановский <
baranovskiykonstan...@gmail.com>:

> The Tkinter module is the standard Python interface to the Tk GUI toolkit.
> Inside KiCad Tkinter doesn't work and gives next error:
>
> from Tkinter import *
>> root = Tk()
>> Traceback (most recent call last):
>>   File "", line 1, in 
>>   File "C:\Program Files\KiCad\lib\python2.7\lib-tk/Tkinter.py", line
>> 1814, in __init__
>> baseName = os.path.basename(sys.argv[0])
>> AttributeError: 'module' object has no attribute 'argv'
>
>
> Attached patch resolves this issue by transfering values of argc and argv
> variables to python environment.
>
> For more details see:
> https://github.com/KiCad/kicad-winbuilder/issues/60
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] kicad windows file associations

2018-07-08 Thread Nick Østergaard
Thank you.

Den søn. 8. jul. 2018 kl. 05.54 skrev Mark Roszko :

> Rejoice, the windows installer now setups file associations, icons and
> friendly names for kicad files.
>
> https://i.imgur.com/EcgnKmz.png
>
> I hope .sch and .pro get renamed to .kicad_sch and .kicad_pro in v6
> To avoid conflicts with Eagle and others.
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] [PATCH] Tkinter doesn't working in Pcbnew

2018-07-08 Thread jp charras
Le 08/07/2018 à 09:30, Nick Østergaard a écrit :
> I have tested this on windows. I don't know if it is any problem on other 
> platform, I would not
> expect it to be.

I have tested it on W7 and Linux Ubuntu, and it works fine (I can run 
Tkinter._test()).
@konstantin, do you have some interesting action script that uses Tkinter as an 
example.


Now we cannot use wxPython on many Linux distrib, Tkinter could be an 
alternative for users who want
to display a Python dialog frame inside Pcbnew.

> 
> Den søn. 8. jul. 2018 kl. 06.18 skrev Константин Барановский 
>  >:
> 
> The Tkinter module is the standard Python interface to the Tk GUI toolkit.
> Inside KiCad Tkinter doesn't work and gives next error:
> 
> from Tkinter import *
> root = Tk()
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "C:\Program Files\KiCad\lib\python2.7\lib-tk/Tkinter.py", line 
> 1814, in __init__
>     baseName = os.path.basename(sys.argv[0])
> AttributeError: 'module' object has no attribute 'argv'
> 
> 
> Attached patch resolves this issue by transfering values of argc and argv 
> variables to python
> environment.
> 
> For more details see:
> https://github.com/KiCad/kicad-winbuilder/issues/60
> ___
> Mailing list: https://launchpad.net/~kicad-developers 
> 
> Post to     : kicad-developers@lists.launchpad.net 
> 
> Unsubscribe : https://launchpad.net/~kicad-developers 
> 
> More help   : https://help.launchpad.net/ListHelp
> 
> 
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


-- 
Jean-Pierre CHARRAS

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] kicad version and install location

2018-07-08 Thread Nick Østergaard
I created a ticket on launchpad in
https://bugs.launchpad.net/kicad/+bug/1780601

I have target it to the 5.0.0 milestone such that we can make sure we
discuss this in time.

Den søn. 8. jul. 2018 kl. 06.19 skrev Adam Wolf <
adamw...@feelslikeburning.com>:

> Let's postpone this discussion maybe until the 10th when Wayne is back at
> it.
>
> On Sat, Jul 7, 2018, 10:33 PM Mark Roszko  wrote:
>
>> Hey guys,
>>
>> So with 5.0 approaching theres something of an annoying problem on
>> windows (that many are complaining about). The install location!
>> Currently, even though you can install kicad into separate folders if
>> you wanted to, kicad still tries to write to the same appdata folder!
>>
>> Why would you want both the new and old? Because if you want to tweak
>> a old design, you don't want to risk opening it in newer versions and
>> having unforseen bugs. New designs sure, you really want to use the
>> latest and greatest, but the old is a risk not worth taking,
>> especially in the commercial field ;)
>>
>> Also there is a settings conflicts between 4.0 and 5.0 sharing appdata.
>>
>> I've seen some kicad forum "workarounds" where they use launcher
>> scripts that set KICAD_CONFIG_HOME each time. While it works, its
>> completely against the windows way :3
>>
>>
>> What I propose, is we patch KiCad a little to:
>>
>> 1. Write to appdata in a versioned manner (just minor and maybe minor
>> version)
>> C:\Users\%USERNAME%\AppData\Local\kicad 4.0\
>> C:\Users\%USERNAME%\AppData\Local\kicad 5.0\
>> C:\Users\%USERNAME%\AppData\Local\kicad 6.0\
>>
>> 2. Potentially prompt the user on first-start to copy settings.
>> (Maybe? Might be too much work for the final 5.0)
>>
>> Then we patch the installer to follow the convention of:
>> C:\Program Files\KiCad 4.0\
>> C:\Program Files\KiCad 5.0\
>> C:\Program Files\KiCad 6.0\
>>
>> This would do what every other CAD and IDE does on Windows (versioned
>> installs).
>>
>> But what if people want to install in crazier ways ?!
>> Well then that should beyond the scope of the "standard" installs and
>> they are on their own. (Just like other tools)
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] [PATCH] Tkinter doesn't working in Pcbnew

2018-07-08 Thread Константин Барановский
вс, 8 июл. 2018 г. в 11:12, jp charras :

> @konstantin, do you have some interesting action script that uses Tkinter
> as an example.
>

Nope :(
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] [PATCH 1/4] fix misspelled 'Toogle' -> 'Toggle'

2018-07-08 Thread c . schoenert
From: Carsten Schoenert 

A small typo fixup for misspelled word Toogle.

---
 common/tool/common_tools.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/tool/common_tools.cpp b/common/tool/common_tools.cpp
index 2fc64ca9..09f966dc 100644
--- a/common/tool/common_tools.cpp
+++ b/common/tool/common_tools.cpp
@@ -37,7 +37,7 @@
 static TOOL_ACTION ACT_toggleCursor( "common.Control.toggleCursor",
 AS_GLOBAL, TOOL_ACTION::LegacyHotKey( HK_TOGGLE_CURSOR ),
 _( "Toggle Always Show Cursor" ),
-_( "Toogle display of the cursor, even when not in an interactive 
tool" ) );
+_( "Toggle display of the cursor, even when not in an interactive 
tool" ) );
 
 
 COMMON_TOOLS::COMMON_TOOLS() :
-- 
2.18.0


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] [PATCH 2/4] fix misspelled 'allows to' -> 'allows one to'

2018-07-08 Thread c . schoenert
From: Carsten Schoenert 

Fixup small grammar issues around used 'allows to ...' almost in
code comments.

---
 3d-viewer/3d_viewer/eda_3d_viewer.h |  2 +-
 common/gal/opengl/gl_builtin_shaders.cpp| 24 ++---
 eeschema/sch_edit_frame.h   |  6 +++---
 eeschema/sch_sheet_path.h   |  2 +-
 eeschema/sim/netlist_exporter_pspice_sim.h  |  2 +-
 gerbview/tools/selection_tool.h | 12 ++-
 include/basic_gal.h |  2 +-
 include/plotter.h   | 12 +--
 include/tool/action_manager.h   |  4 ++--
 include/tool/context_menu.h |  4 ++--
 include/tool/tool_event.h   |  2 +-
 include/view/view.h | 12 +--
 pcbnew/connectivity_data.h  |  4 ++--
 pcbnew/dialogs/dialog_pns_settings_base.fbp |  2 +-
 pcbnew/netinfo.h|  2 +-
 pcbnew/tools/drawing_tool.h |  4 ++--
 pcbnew/tools/edit_points.h  |  6 +++---
 pcbnew/tools/point_editor.cpp   |  4 ++--
 pcbnew/tools/selection_tool.h   |  9 
 19 files changed, 59 insertions(+), 56 deletions(-)

diff --git a/3d-viewer/3d_viewer/eda_3d_viewer.h 
b/3d-viewer/3d_viewer/eda_3d_viewer.h
index 1f4e37ad..25568a55 100644
--- a/3d-viewer/3d_viewer/eda_3d_viewer.h
+++ b/3d-viewer/3d_viewer/eda_3d_viewer.h
@@ -65,7 +65,7 @@ class EDA_3D_VIEWER : public KIWAY_PLAYER
 /**
  * Request reloading the 3D view. However the request will be executed
  * only when the 3D canvas is refreshed.
- * It allows to prepare changes and request for 3D rebuild only when all
+ * It allows one to prepare changes and request for 3D rebuild only when 
all
  * changes are committed.
  * This is made because the 3D rebuild can take a long time, and this 
rebuild
  * cannot always made after each change, for calculation time reason.
diff --git a/common/gal/opengl/gl_builtin_shaders.cpp 
b/common/gal/opengl/gl_builtin_shaders.cpp
index 60f2962e..4da38e4b 100644
--- a/common/gal/opengl/gl_builtin_shaders.cpp
+++ b/common/gal/opengl/gl_builtin_shaders.cpp
@@ -519,7 +519,7 @@ const char smaa_base_shader_p1[] = R"SHADER_SOURCE(
  *  - DX10.1:   D3D10_STANDARD_MULTISAMPLE_PATTERN or
  *  - DX11: D3D11_STANDARD_MULTISAMPLE_PATTERN
  *
- *This allows to ensure that the subsample order matches the table in
+ *This allows one to ensure that the subsample order matches the table in
  *@SUBSAMPLE_INDICES.
  *
  *(*) In the case of DX10, we refer the reader to:
@@ -620,8 +620,8 @@ const char smaa_base_shader_p1[] = R"SHADER_SOURCE(
  * performance.
  *
  * Range: [0, 0.5]
- *   0.1 is a reasonable value, and allows to catch most visible edges.
- *   0.05 is a rather overkill value, that allows to catch 'em all.
+ *   0.1 is a reasonable value, and allows one to catch most visible edges.
+ *   0.05 is a rather overkill value, that allows one to catch 'em all.
  *
  *   If temporal supersampling is used, 0.2 could be a reasonable value, as low
  *   contrast edges are properly filtered by just 2x.
@@ -686,7 +686,7 @@ const char smaa_base_shader_p2[] = R"SHADER_SOURCE(
  * If there is an neighbor edge that has SMAA_LOCAL_CONTRAST_FACTOR times
  * bigger contrast than current edge, current edge will be discarded.
  *
- * This allows to eliminate spurious crossing edges, and is based on the fact
+ * This allows one to eliminate spurious crossing edges, and is based on the 
fact
  * that, if there is too much contrast in a direction, that will hide
  * perceptually contrast in the other neighbors.
  */
@@ -695,7 +695,7 @@ const char smaa_base_shader_p2[] = R"SHADER_SOURCE(
 #endif
 
 /**
- * Predicated thresholding allows to better preserve texture details and to
+ * Predicated thresholding allows one to better preserve texture details and to
  * improve performance, by decreasing the number of detected edges using an
  * additional buffer like the light accumulation buffer, object ids or even the
  * depth buffer (the depth buffer usage may be limited to indoor or short range
@@ -742,7 +742,7 @@ const char smaa_base_shader_p2[] = R"SHADER_SOURCE(
 #endif
 
 /**
- * Temporal reprojection allows to remove ghosting artifacts when using
+ * Temporal reprojection allows one to remove ghosting artifacts when using
  * temporal supersampling. We use the CryEngine 3 method which also introduces
  * velocity weighting. This feature is of extreme importance for totally
  * removing ghosting. More information here:
@@ -757,8 +757,8 @@ const char smaa_base_shader_p2[] = R"SHADER_SOURCE(
 #endif
 
 /**
- * SMAA_REPROJECTION_WEIGHT_SCALE controls the velocity weighting. It allows to
- * remove ghosting trails behind the moving object, which are not removed by
+ * SMAA_REPROJECTION_WEIGHT_SCALE controls the velocity weighting. It allows 
one
+ * to remove ghosting trails behind the moving o

[Kicad-developers] [PATCH 0/4] Fixup various small spelling issues

2018-07-08 Thread c . schoenert
From: Carsten Schoenert 

Hi,

here again a small patch set for fixing up small grammar typos found by
the Debian QS tool Lintian that should go into before the final release
of 5.0.0.

All fixes are within comments except one fix which is in a i18n string
in pcbnew/dialogs/dialog_pns_settings_base.fbp.

Regrads
Carsten

Carsten Schoenert (4):
  fix misspelled 'Toogle' -> 'Toggle'
  fix misspelled 'allows to' -> 'allows one to'
  fix misspelled 'allow to' -> 'allow one to'
  fix misspelled 'an other' -> 'another'

 3d-viewer/3d_viewer/eda_3d_viewer.h |  2 +-
 common/gal/opengl/gl_builtin_shaders.cpp| 28 ++---
 common/tool/common_tools.cpp|  2 +-
 eeschema/sch_edit_frame.h   |  6 ++---
 eeschema/sch_sheet_path.h   |  2 +-
 eeschema/sim/netlist_exporter_pspice_sim.h  |  2 +-
 gerbview/tools/selection_tool.h | 12 +
 include/basic_gal.h |  2 +-
 include/plotter.h   | 12 -
 include/tool/action_manager.h   |  4 +--
 include/tool/context_menu.h |  4 +--
 include/tool/tool_event.h   |  2 +-
 include/view/view.h | 12 -
 pcbnew/connectivity_data.h  |  4 +--
 pcbnew/dialogs/dialog_pns_settings_base.fbp |  2 +-
 pcbnew/editrack-part2.cpp   |  2 +-
 pcbnew/menubar_pcb_editor.cpp   |  2 +-
 pcbnew/netinfo.h|  2 +-
 pcbnew/pcb_base_frame.cpp   |  4 +--
 pcbnew/tools/drawing_tool.h |  4 +--
 pcbnew/tools/edit_points.h  |  6 ++---
 pcbnew/tools/point_editor.cpp   |  4 +--
 pcbnew/tools/selection_tool.h   |  9 ---
 23 files changed, 66 insertions(+), 63 deletions(-)

-- 
2.18.0


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] [PATCH 4/4] fix misspelled 'an other' -> 'another'

2018-07-08 Thread c . schoenert
From: Carsten Schoenert 

---
 pcbnew/editrack-part2.cpp | 2 +-
 pcbnew/menubar_pcb_editor.cpp | 2 +-
 pcbnew/pcb_base_frame.cpp | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pcbnew/editrack-part2.cpp b/pcbnew/editrack-part2.cpp
index 84208c1b..714e6f86 100644
--- a/pcbnew/editrack-part2.cpp
+++ b/pcbnew/editrack-part2.cpp
@@ -270,7 +270,7 @@ int PCB_EDIT_FRAME::EraseRedundantTrack( wxDC*  
aDC,
 // is fully inside a pad, MarkTrace does not find correctly the full trace,
 // because the entire track is the set of segments between 2 nodes
 // (pads or point connecting more than 2 items)
-// so use an other (better) starting segment in this case
+// so use another (better) starting segment in this case
 TRACK* track_segment = aNewTrack;
 
 for( int ii = 0; ii < aNewTrackSegmentsCount; ii++ )
diff --git a/pcbnew/menubar_pcb_editor.cpp b/pcbnew/menubar_pcb_editor.cpp
index 2e7fedc4..3c9c8550 100644
--- a/pcbnew/menubar_pcb_editor.cpp
+++ b/pcbnew/menubar_pcb_editor.cpp
@@ -556,7 +556,7 @@ void prepareEditMenu( wxMenu* aParentMenu, bool aUseGal )
 
 AddMenuItem( aParentMenu, ID_MENU_PCB_SWAP_LAYERS,
  _( "&Move and Swap Layers..." ),
- _( "Move tracks or drawings from a layer to an other layer" ),
+ _( "Move tracks or drawings from a layer to another layer" ),
  KiBitmap( swap_layer_xpm ) );
 
 aParentMenu->AppendSeparator();
diff --git a/pcbnew/pcb_base_frame.cpp b/pcbnew/pcb_base_frame.cpp
index bf697faa..237c515d 100644
--- a/pcbnew/pcb_base_frame.cpp
+++ b/pcbnew/pcb_base_frame.cpp
@@ -145,7 +145,7 @@ bool PCB_BASE_FRAME::Update3DView( const wxString* aTitle )
 if( draw3DFrame == NULL )
 return false;
 
-// Ensure the viewer was created by me, and not by an other editor:
+// Ensure the viewer was created by me, and not by another editor:
 PCB_BASE_FRAME* owner = draw3DFrame->Parent();
 
 // if I am not the owner, do not use the current viewer instance
@@ -434,7 +434,7 @@ bool PCB_BASE_FRAME::CreateAndShow3D_Frame( bool 
aForceRecreateIfNotOwner )
 {
 EDA_3D_VIEWER* draw3DFrame = Get3DViewerFrame();
 
-// Ensure the viewer was created by me, and not by an other editor:
+// Ensure the viewer was created by me, and not by another editor:
 PCB_BASE_FRAME* owner = draw3DFrame ? draw3DFrame->Parent() : nullptr;
 
 // if I am not the owner, do not use the current viewer instance
-- 
2.18.0


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] [PATCH 0/4] Fixup various small spelling issues

2018-07-08 Thread Nick Østergaard
And another i18n change in common/tool/common_tools.cpp

Den søn. 8. jul. 2018 kl. 14.12 skrev :

> From: Carsten Schoenert 
>
> Hi,
>
> here again a small patch set for fixing up small grammar typos found by
> the Debian QS tool Lintian that should go into before the final release
> of 5.0.0.
>
> All fixes are within comments except one fix which is in a i18n string
> in pcbnew/dialogs/dialog_pns_settings_base.fbp.
>
> Regrads
> Carsten
>
> Carsten Schoenert (4):
>   fix misspelled 'Toogle' -> 'Toggle'
>   fix misspelled 'allows to' -> 'allows one to'
>   fix misspelled 'allow to' -> 'allow one to'
>   fix misspelled 'an other' -> 'another'
>
>  3d-viewer/3d_viewer/eda_3d_viewer.h |  2 +-
>  common/gal/opengl/gl_builtin_shaders.cpp| 28 ++---
>  common/tool/common_tools.cpp|  2 +-
>  eeschema/sch_edit_frame.h   |  6 ++---
>  eeschema/sch_sheet_path.h   |  2 +-
>  eeschema/sim/netlist_exporter_pspice_sim.h  |  2 +-
>  gerbview/tools/selection_tool.h | 12 +
>  include/basic_gal.h |  2 +-
>  include/plotter.h   | 12 -
>  include/tool/action_manager.h   |  4 +--
>  include/tool/context_menu.h |  4 +--
>  include/tool/tool_event.h   |  2 +-
>  include/view/view.h | 12 -
>  pcbnew/connectivity_data.h  |  4 +--
>  pcbnew/dialogs/dialog_pns_settings_base.fbp |  2 +-
>  pcbnew/editrack-part2.cpp   |  2 +-
>  pcbnew/menubar_pcb_editor.cpp   |  2 +-
>  pcbnew/netinfo.h|  2 +-
>  pcbnew/pcb_base_frame.cpp   |  4 +--
>  pcbnew/tools/drawing_tool.h |  4 +--
>  pcbnew/tools/edit_points.h  |  6 ++---
>  pcbnew/tools/point_editor.cpp   |  4 +--
>  pcbnew/tools/selection_tool.h   |  9 ---
>  23 files changed, 66 insertions(+), 63 deletions(-)
>
> --
> 2.18.0
>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] [PATCH 3/4] fix misspelled 'allow to' -> 'allow one to'

2018-07-08 Thread c . schoenert
From: Carsten Schoenert 

---
 common/gal/opengl/gl_builtin_shaders.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/gal/opengl/gl_builtin_shaders.cpp 
b/common/gal/opengl/gl_builtin_shaders.cpp
index 4da38e4b..c455a53d 100644
--- a/common/gal/opengl/gl_builtin_shaders.cpp
+++ b/common/gal/opengl/gl_builtin_shaders.cpp
@@ -1484,8 +1484,8 @@ float4 SMAABlendingWeightCalculationPS(float2 texcoord,
 coords.z = SMAASearchXRight(SMAATexturePass2D(edgesTex), 
SMAATexturePass2D(searchTex), offset[0].zw, offset[2].y);
 d.y = coords.z;
 
-// We want the distances to be in pixel units (doing this here allow to
-// better interleave arithmetic and memory accesses):
+// We want the distances to be in pixel units (doing this here allow 
one
+// to better interleave arithmetic and memory accesses):
 d = abs(round(mad(SMAA_RT_METRICS.zz, d, -pixcoord.xx)));
 
 // SMAAArea below needs a sqrt, as the areas texture is compressed
-- 
2.18.0


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] kicad windows file associations

2018-07-08 Thread Tiger12506
That's funny. I hope Eagle and others change their file extensions so 
they don't conflict with Kicad's. Just saying.


On 7/8/2018 3:31 AM, Nick Østergaard wrote:

Thank you.

Den søn. 8. jul. 2018 kl. 05.54 skrev Mark Roszko 
mailto:mark.ros...@gmail.com>>:


Rejoice, the windows installer now setups file associations, icons and
friendly names for kicad files.

https://i.imgur.com/EcgnKmz.png

I hope .sch and .pro get renamed to .kicad_sch and .kicad_pro in v6
To avoid conflicts with Eagle and others.

___
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net

Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] macos rc3

2018-07-08 Thread Andy Peters


> On Jul 6, 2018, at 6:38 PM, Adam Wolf  wrote:
> 
> Hi folks!
> Many people may not know but there were *extensive* changes made to
> the macOS packaging since V4.  After we all get some more sleep I'll
> write up more on the details. :)
> 
> The RC3 build is ready for *developer* and *superfan* testing.
> 
> http://downloads.kicad-pcb.org/osx/testing/kicad-unified-5.0.0-rc3-2.dmg 
> 
Hi, Adam,

I get a 404 error when clicking on that link.

-a



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] macos rc3

2018-07-08 Thread Adam Wolf
Sorry, sent from wrong address.

On Sun, Jul 8, 2018, 6:31 PM Adam Wolf  wrote:

> It appears to have been called by a cleanup script. I can reupload it in a
> few hours.  Sorry.
>
> Adam
>
> On Sun, Jul 8, 2018, 6:06 PM Andy Peters  wrote:
>
>>
>>
>> On Jul 6, 2018, at 6:38 PM, Adam Wolf 
>> wrote:
>>
>> Hi folks!
>> Many people may not know but there were *extensive* changes made to
>> the macOS packaging since V4.  After we all get some more sleep I'll
>> write up more on the details. :)
>>
>> The RC3 build is ready for *developer* and *superfan* testing.
>>
>> http://downloads.kicad-pcb.org/osx/testing/kicad-unified-5.0.0-rc3-2.dmg
>>
>>
>> Hi, Adam,
>>
>> I get a 404 error when clicking on that link.
>>
>> -a
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp