Re: [Kicad-developers] Patch for hand-modifiable issue date

2013-05-22 Thread Wayne Stambaugh
On 5/21/2013 12:16 PM, Lorenzo Marcantonio wrote: On Sun, May 19, 2013 at 08:20:18PM +0200, Lorenzo Marcantonio wrote: The native control uses the numeric format; it's easily tried using the samples/widget demo in the wx distribution (and BTW it only supports the default format, trying a

Re: [Kicad-developers] Patch for hand-modifiable issue date

2013-05-22 Thread Lorenzo Marcantonio
On Wed, May 22, 2013 at 06:23:02PM +0200, jp charras wrote: Try to use the option wxBU_EXACTFIT for the button style. OK I'll try that and also regen the patch -- Lorenzo Marcantonio Logos Srl ___ Mailing list:

Re: [Kicad-developers] Patch for hand-modifiable issue date

2013-05-22 Thread Lorenzo Marcantonio
On Wed, May 22, 2013 at 06:36:27PM +0200, Lorenzo Marcantonio wrote: On Wed, May 22, 2013 at 06:23:02PM +0200, jp charras wrote: Try to use the option wxBU_EXACTFIT for the button style. Thanks, it worked as desired. The patch applies cleanly and compile against 4159 -- Lorenzo Marcantonio

[Kicad-developers] data in headers

2013-05-22 Thread Dick Hollenbeck
Ki_WorkSheetDataWS_Revision = { WS_REV, WS_SizeSheet, BLOCK_REV_X, BLOCK_REV_Y, 0, 0, wxT( Rev: ),NULL }; Jean-Pierre, I noticed in title_block_shapes.h you have data definitions rather than declarations:

Re: [Kicad-developers] data in headers

2013-05-22 Thread Dick Hollenbeck
On 05/22/2013 03:05 PM, Dick Hollenbeck wrote: Ki_WorkSheetDataWS_Revision = { WS_REV, WS_SizeSheet, BLOCK_REV_X, BLOCK_REV_Y, 0, 0, wxT( Rev: ),NULL }; Jean-Pierre, I noticed in title_block_shapes.h you have data

[Kicad-developers] [BUG] tilda in eeschema library files

2013-05-22 Thread Dick Hollenbeck
I think a bug was introduced recently that is putting tilda characters into library files. If a field such as Footprint is blank in the eeschema library part editor, it gets put into the library now with ~ rather than being omitted. Even if you restart eeschema, come back and delete the ~

[Kicad-developers] License mismatch

2013-05-22 Thread Alexander Lunev
For some reason, the license in COPYRIGHT.txt differs from license in most of KiCad source files, including menu: Help-About...-License. COPYRIGHT.txt has LGPL ver.2 text. This has confused me once again. Alexander___ Mailing list: