Re: [Kicad-developers] Regression Testing

2013-05-18 Thread Brian Sidebotham
On 18 May 2013 05:46, Dick Hollenbeck wrote: > > On May 17, 2013 5:00 PM, "Brian Sidebotham" > wrote: > > > > > Sorry Dick! Please find the diff attached. It took me ages to sort the > branding out. It turns out that NSIS is only happy with an 8-bit windows > bitmap with no colourspace informati

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

2013-05-18 Thread Lorenzo Marcantonio
As discussed before, this add *manual* date changing in both eeschema and pcbnew. I simply added a field in the page box and removed what remained active of the automatic date change machinery. The I/O part was actually already there (commented out). This helps who need to handle the document date

Re: [Kicad-developers] Regression Testing

2013-05-18 Thread Dick Hollenbeck
On May 18, 2013 5:20 AM, "Brian Sidebotham" wrote: > > On 18 May 2013 05:46, Dick Hollenbeck wrote: >> >> >> On May 17, 2013 5:00 PM, "Brian Sidebotham" wrote: >> > >> >> > Sorry Dick! Please find the diff attached. It took me ages to sort the branding out. It turns out that NSIS is only happy w

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

2013-05-18 Thread Dick Hollenbeck
What about an additional button in the dialog, like one of those [...] buttons you see next to a file entry field, but this one next to date. When clicked it stuffs current date into field. ? On May 18, 2013 6:23 AM, "Lorenzo Marcantonio" wrote: > > As discussed before, this add *manual* date cha

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

2013-05-18 Thread Lorenzo Marcantonio
On Sat, May 18, 2013 at 06:50:29AM -0500, Dick Hollenbeck wrote: > What about an additional button in the dialog, like one of those [...] > buttons you see next to a file entry field, but this one next to date. > When clicked it stuffs current date into field. > ? That would be easy to do (a 'Toda

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

2013-05-18 Thread Dick Hollenbeck
On May 18, 2013 10:46 AM, "Lorenzo Marcantonio" wrote: > > On Sat, May 18, 2013 at 06:50:29AM -0500, Dick Hollenbeck wrote: > > What about an additional button in the dialog, like one of those [...] > > buttons you see next to a file entry field, but this one next to date. > > When clicked it stuf

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

2013-05-18 Thread Lorenzo Marcantonio
On Sat, May 18, 2013 at 11:43:29AM -0500, Dick Hollenbeck wrote: > You have done the research. > I am not informed on the details. I would probably look into busybox > "date" source for ideas. Well, busybox 'delegates' the issue: /* This 'date' command supports only 2 time setting formats, al

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

2013-05-18 Thread Wayne Stambaugh
On 5/18/2013 11:46 AM, Lorenzo Marcantonio wrote: On Sat, May 18, 2013 at 06:50:29AM -0500, Dick Hollenbeck wrote: What about an additional button in the dialog, like one of those [...] buttons you see next to a file entry field, but this one next to date. When clicked it stuffs current date int

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

2013-05-18 Thread Lorenzo Marcantonio
On Sat, May 18, 2013 at 04:56:11PM -0400, Wayne Stambaugh wrote: > Would a wxDatePickerCtrl be a better option than a "today" button? > According to the wxWidgets 2.8 documentation the native version > always returns the current system locale which is probably what the I fear there was a misunders