[Kicad-developers] [PATCH] - DIALOG_PAGES_SETTINGS - remove redundant SetPortrait() call.

2012-04-04 Thread Alexander Zakamaldin
Set{Height,Width}Mils() methods already call private updatePortrait(). Thanks to Dick Hollenbeck for the tip. Alexander. custom_page_setup.diff Description: Binary data ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-devel

Re: [Kicad-developers] [PATCH] - DIALOG_PAGES_SETTINGS - fix custom page size setup.

2012-04-04 Thread Dick Hollenbeck
On 03/30/2012 11:53 PM, Alexander Zakamaldin wrote: > It's not possible to set up custom page size from the first attempt. Need to > reenter page setup dialog and confirm selected sizes. > > Alexander. > custom_page_setup.diff > > > === modified file 'common/dialogs/dialog_page_settings.cpp' > ---

Re: [Kicad-developers] On wxGTK and --with-gnomeprint

2012-04-04 Thread Lorenzo Marcantonio
On Wed, Apr 04, 2012 at 03:22:31PM +0200, Fabio Varesano wrote: > Hi all, > > I was going to compile KiCAD as per today sources. Unfortunately, > the compilation now fails with: > > You must use '--with-gnomeprint' or '--with-gtkprint' in your wx > library configuration. > > I'm using Archlinux

Re: [Kicad-developers] On wxGTK and --with-gnomeprint

2012-04-04 Thread hauptmech
+1 for archlinux compatibility On 4/04/2012 3:22 p.m., Fabio Varesano wrote: > Hi all, > > I was going to compile KiCAD as per today sources. Unfortunately, the > compilation now fails with: > > You must use '--with-gnomeprint' or '--with-gtkprint' in your wx > library configuration. > > I'm using

Re: [Kicad-developers] Fatfingering with bzr...

2012-04-04 Thread Solonen Vesa
> push > is generally never to be used on a branch which is writable by more than one > user. Makes sense. Is it possible to blacklist certain bzr commands in repository setup (server side)? Would be good to reserve push for a maintainer only. -Vesa

[Kicad-developers] On wxGTK and --with-gnomeprint

2012-04-04 Thread Fabio Varesano
Hi all, I was going to compile KiCAD as per today sources. Unfortunately, the compilation now fails with: You must use '--with-gnomeprint' or '--with-gtkprint' in your wx library configuration. I'm using Archlinux with default package for wxGTK which doesn't have that config switch enabled