Re: [Kicad-developers] KIWAY milestone A)

2014-03-20 Thread Blair Bonnett
Hi Dick, I committed milestone A) this evening. > I will watch my email tomorrow for problem reports and calls for help. On building revision 4761 on Ubuntu 13.04 (GCC 4.7.3) I got the following error: [ 31%] Building CXX object common/CMakeFiles/common.dir/kiway_holder.cpp.o /home/blair/sour

[Kicad-developers] Build failed in Jenkins: kicad-qa #89

2014-03-20 Thread Miguel Angel Ajo
See Changes: [Dick Hollenbeck] simplify and fix the technique used to get the project fp-lib-table -- Started by an SCM change Building in workspace $ bzr revisio

Re: [Kicad-developers] KIWAY milestone A)

2014-03-20 Thread Dick Hollenbeck
Working on a bug WRT to the project specific FP_LIB_TABLE that I am now working on. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers Mor

[Kicad-developers] Build failed in Jenkins: kicad-qa #88

2014-03-20 Thread Miguel Angel Ajo
See Changes: [Wayne Stambaugh] Fix windows build error for missing path separator definitions. * Use wxFileName::GetPathSeparator() instead of redefining them. -- Started by an SCM change Building in work

[Kicad-developers] Build failed in Jenkins: kicad-qa #87

2014-03-20 Thread Miguel Angel Ajo
See Changes: [Dick Hollenbeck] documentation clarity -- Started by an SCM change Building in workspace $ bzr revision-info -d

Re: [Kicad-developers] KIWAY milestone A)

2014-03-20 Thread Dick Hollenbeck
On 03/20/2014 09:05 AM, Lorenzo Marcantonio wrote: > On Thu, Mar 20, 2014 at 08:51:46AM -0500, Dick Hollenbeck wrote: >> I don't have an opinion on the wxFrames. I insist however on the wxDialogs >> retaining >> their position and size, at least within the session. This is the support I >> adde

[Kicad-developers] Build failed in Jenkins: kicad-qa #86

2014-03-20 Thread Miguel Angel Ajo
See Changes: [Dick Hollenbeck] some doxygen fixes, comment fixes -- [...truncated 88 lines...] [ 59%] Building CXX object common/CMakeFiles/common.dir/page_layout/class_worksheet_layout.cpp.o [ 59%] Buildi

Re: [Kicad-developers] KIWAY milestone A)

2014-03-20 Thread Lorenzo Marcantonio
On Thu, Mar 20, 2014 at 08:51:46AM -0500, Dick Hollenbeck wrote: > I don't have an opinion on the wxFrames. I insist however on the wxDialogs > retaining > their position and size, at least within the session. This is the support I > added, Wayne > and JP did the wxFrame stuff, about which I am

Re: [Kicad-developers] KIWAY milestone A)

2014-03-20 Thread Dick Hollenbeck
On 03/20/2014 07:28 AM, Lorenzo Marcantonio wrote: > On Thu, Mar 20, 2014 at 07:02:38AM -0500, Dick Hollenbeck wrote: >> You must bring back in DIALOG_SHIM [and conditionally compile the window >> coordinate >> retention,] and keep the KIWAY_HOLDER support in your branch. > > OK no problem. > >>

Re: [Kicad-developers] Libedit - OK button does not work in properties dialog (rev_4751)

2014-03-20 Thread Барановский Константин
After restarting Eeschema all fine. It queerly... ___ 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.ne

Re: [Kicad-developers] KIWAY milestone A)

2014-03-20 Thread Lorenzo Marcantonio
On Thu, Mar 20, 2014 at 07:02:38AM -0500, Dick Hollenbeck wrote: > You must bring back in DIALOG_SHIM [and conditionally compile the window > coordinate > retention,] and keep the KIWAY_HOLDER support in your branch. OK no problem. > Your "reason" is not my reason. If you want tuning knobs for

[Kicad-developers] Libedit - OK button does not work in properties dialog (rev_4751)

2014-03-20 Thread Барановский Константин
1) launch Eeschema; 2) open Libedit; 3) load part for editing; 4) open properties dialog; 5) change something or not (do not care); 6) press "Ok" button - nothing happend; 7) press "Cancel" - dialog are canceled. Other dialogs works correctly. Application: Eeschema Version: (2014-jan-25)-product

Re: [Kicad-developers] KIWAY milestone A)

2014-03-20 Thread Dick Hollenbeck
On 03/20/2014 02:27 AM, Lorenzo Marcantonio wrote: > On Thu, Mar 20, 2014 at 01:58:54AM -0500, Dick Hollenbeck wrote: >> I suggest you run using the Debug build for awhile. This is necessary to >> smoke out any >> dialogs which are not derived from DIALOG_SHIM. There still could be some, >> and

Re: [Kicad-developers] Help to solve a bug - bug #1227500

2014-03-20 Thread Maciej Sumiński
Hi José, That is great that you are willing to help. I am sure that if you manage to fix the bug, many users will be grateful for that. The faulty line is pcbnew/pad_edition_functions.cpp:113, it resets the offset settings. The question is: is it intended or just a mistake? Regards, Orson On

Re: [Kicad-developers] KIWAY milestone A)

2014-03-20 Thread Lorenzo Marcantonio
On Thu, Mar 20, 2014 at 01:58:54AM -0500, Dick Hollenbeck wrote: > I suggest you run using the Debug build for awhile. This is necessary to > smoke out any > dialogs which are not derived from DIALOG_SHIM. There still could be some, > and Debug > build will find them. Otherwise there Kiway() w

Re: [Kicad-developers] KIWAY milestone A)

2014-03-20 Thread Dick Hollenbeck
If somebody wants to make the *.map file generation conditional on Debug build, that would be OK. I'll need the maps though to trim down the size of the upper binaries, but right now everything I'm doing is a Debug build. The map files are big and will slow down linking. Thanks, Dick

[Kicad-developers] Build failed in Jenkins: kicad-qa #85

2014-03-20 Thread Miguel Angel Ajo
See Changes: [Dick Hollenbeck] * KIWAY Milestone A): Make major modules into DLL/DSOs. ! The initial testing of this commit should be done using a Debug build so that all the wxASSERT()s are enabled. Also, be sure and keep enabled the USE_K