Re: [Kicad-developers] About the new Pl_Editor tool.

2013-07-23 Thread Alexander Lunev
EESchema crashes:

cmake ../ -DKICAD_GOST=ON -DCMAKE_BUILD_TYPE=Debug -DwxWidgets_USE_DEBUG=ON 
-DKICAD_TESTING_VERSION=ON



a-lunev@debian-notebook:~/bzr/kicad/Debug/eeschema$ ./eeschema 
10:24:05: Debug: Adding locale lookup path: /usr/local/share/kicad/internat
../src/common/filefn.cpp(251): assert !fn.IsDir() failed in FindValidPath(): 
Cannot search for directories; only for files
Trace/breakpoint trap


Application: KiCad
Version: (2013-07-22 BZR 4245 GOST)-testing
Build: wxWidgets 2.9.4 (wchar_t,compiler with C++ ABI 1002,GCC 4.4.5,wx 
containers,compatible with 2.8)
Platform: Linux 2.6.39-bpo.2-amd64 x86_64, 64 bit, Little endian, wxGTK
Boost version: 1.53.0
Options: USE_PCBNEW_NANOMETRES=ON
         KICAD_GOST=ON
         USE_WX_GRAPHICS_CONTEXT=OFF
         USE_WX_OVERLAY=OFF
         KICAD_SCRIPTING=OFF
         KICAD_SCRIPTING_MODULES=OFF
         KICAD_SCRIPTING_WXPYTHON=OFF

Debian 6.0.7 (Squeeze).

Also I tried to build as follows:
cmake ../ -DKICAD_GOST=ON -DCMAKE_BUILD_TYPE=Release -DKICAD_TESTING_VERSION=ON

In this case there is no problem.



 From: jp charras jp.char...@wanadoo.fr
To: kicad-developers@lists.launchpad.net 
Sent: Monday, July 22, 2013 11:02 PM
Subject: [Kicad-developers] About the new Pl_Editor tool.
 

I released the first draft of Pl_Editor, a new tool to create customized 
title blocks.
Some features are still missing (like hot keys and undo/redo commands) 
but it should be very usable.

The documentation is also released. Please read it.

I need volunteers to test it.
I need mainly GOST users to create a GOST title block (with an English 
version to test it).
I am thinking most of features needed by GOST title blocks are existing, 
but let me know if something is missing to create GOST title blocks.

I want (in the *very* next future) to remove all GOST conditional 
compilation in Kicad core code, because currently there are only 2 
specific GOST feature:
- The first (parts id notation) is now available as config option in 
Eeschema (with more than only GOST notation).
- The second is the GOST title block. The code relative to GOST title 
block is *very poor* and not maintainable, and not compatible with the 
title block editor, and the new customizable title block mechanism is by 
far more powerful.
I am thinking GOST title block is just a customized title block, like 
many other title blocks used in many companies, and therefore does not 
need a specific code inside Kicad.

Thanks for your help.

-- 
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___
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] About the new Pl_Editor tool.

2013-07-23 Thread jp charras

Le 23/07/2013 08:37, Alexander Lunev a écrit :

EESchema crashes:

cmake ../ -DKICAD_GOST=ON -DCMAKE_BUILD_TYPE=Debug -DwxWidgets_USE_DEBUG=ON 
-DKICAD_TESTING_VERSION=ON



a-lunev@debian-notebook:~/bzr/kicad/Debug/eeschema$ ./eeschema
10:24:05: Debug: Adding locale lookup path: /usr/local/share/kicad/internat
../src/common/filefn.cpp(251): assert !fn.IsDir() failed in FindValidPath(): 
Cannot search for directories; only for files
Trace/breakpoint trap


Application: KiCad
Version: (2013-07-22 BZR 4245 GOST)-testing
Build: wxWidgets 2.9.4 (wchar_t,compiler with C++ ABI 1002,GCC 4.4.5,wx 
containers,compatible with 2.8)
Platform: Linux 2.6.39-bpo.2-amd64 x86_64, 64 bit, Little endian, wxGTK
Boost version: 1.53.0
Options: USE_PCBNEW_NANOMETRES=ON
  KICAD_GOST=ON
  USE_WX_GRAPHICS_CONTEXT=OFF
  USE_WX_OVERLAY=OFF
  KICAD_SCRIPTING=OFF
  KICAD_SCRIPTING_MODULES=OFF
  KICAD_SCRIPTING_WXPYTHON=OFF

Debian 6.0.7 (Squeeze).

Also I tried to build as follows:
cmake ../ -DKICAD_GOST=ON -DCMAKE_BUILD_TYPE=Release -DKICAD_TESTING_VERSION=ON

In this case there is no problem.


Fix committed.


--
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] About the new Pl_Editor tool.

2013-07-23 Thread Константин Барановский
I'm a little test the new PageLayout editor. The first thing that I noticed
- not properly numbered items (the first ten - 1, then the next ten - 10,
but after corrected numbering manually with a text editor began to work
correctly). Second - properties from General option tab and from Default
value section is always stored with the following values:
(setup (textsize 1.5 1.5) (linewidth 0.15) (textlinewidth 0.15)
And finally - for the lines that go beyond the Page margins does not work
feature repeat the item.

--
Baranovskiy Konstantin


2013/7/23 jp charras jp.char...@wanadoo.fr

 Le 23/07/2013 08:37, Alexander Lunev a écrit :

  EESchema crashes:

 cmake ../ -DKICAD_GOST=ON -DCMAKE_BUILD_TYPE=Debug
 -DwxWidgets_USE_DEBUG=ON -DKICAD_TESTING_VERSION=ON



 a-lunev@debian-notebook:~/bzr/**kicad/Debug/eeschema$ ./eeschema
 10:24:05: Debug: Adding locale lookup path: /usr/local/share/kicad/**
 internat
 ../src/common/filefn.cpp(251): assert !fn.IsDir() failed in
 FindValidPath(): Cannot search for directories; only for files
 Trace/breakpoint trap


 Application: KiCad
 Version: (2013-07-22 BZR 4245 GOST)-testing
 Build: wxWidgets 2.9.4 (wchar_t,compiler with C++ ABI 1002,GCC 4.4.5,wx
 containers,compatible with 2.8)
 Platform: Linux 2.6.39-bpo.2-amd64 x86_64, 64 bit, Little endian, wxGTK
 Boost version: 1.53.0
 Options: USE_PCBNEW_NANOMETRES=ON
   KICAD_GOST=ON
   USE_WX_GRAPHICS_CONTEXT=OFF
   USE_WX_OVERLAY=OFF
   KICAD_SCRIPTING=OFF
   KICAD_SCRIPTING_MODULES=OFF
   KICAD_SCRIPTING_WXPYTHON=OFF

 Debian 6.0.7 (Squeeze).

 Also I tried to build as follows:
 cmake ../ -DKICAD_GOST=ON -DCMAKE_BUILD_TYPE=Release
 -DKICAD_TESTING_VERSION=ON

 In this case there is no problem.


 Fix committed.



 --
 Jean-Pierre CHARRAS

 __**_
 Mailing list: 
 https://launchpad.net/~kicad-**developershttps://launchpad.net/~kicad-developers
 Post to : 
 kicad-developers@lists.**launchpad.netkicad-developers@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~kicad-**developershttps://launchpad.net/~kicad-developers
 More help   : 
 https://help.launchpad.net/**ListHelphttps://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] About the new Pl_Editor tool.

2013-07-23 Thread jp charras

Le 23/07/2013 15:47, Константин Барановский a écrit :

I'm a little test the new PageLayout editor.


First, thanks you to take the time to test Pl editor and make a GOST 
title block.


The first thing that I noticed

- not properly numbered items (the first ten - 1, then the next ten - 10,


Fixed now (temporary fix: names are renewed each time a new item is 
added, but perhaps there is a better way to fix it)



but after corrected numbering manually with a text editor began to work
correctly). Second - properties from General option tab and from Default
value section is always stored with the following values:
(setup (textsize 1.5 1.5) (linewidth 0.15) (textlinewidth 0.15)


Fixed now.


And finally - for the lines that go beyond the Page margins does not work
feature repeat the item.


Repeat items are drawn only if they are contained in the allowed area, 
therefore inside the area defined by the paper size minus the margins.

this is a normal behavior (otherwise the margins are useless)

However this behavior is not always convenient in Pl_Editor
(perhaps Pl_Editor needs an option to always displays repeated items, 
even outside the page).


--
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