Re: [Kicad-developers] problem with the Help link getting started in kicad

2012-03-11 Thread Dick Hollenbeck

 Frank bennett wrote.
 kicad /help/about/developers - I was a little hurt to see my name
didn't make the short list, (even if I only added eeschema/backAnno)
 Is the attached patch OK?

OK, maybe he is just shy.

I committed it tonight.

Dick


___
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] problem with the Help link getting started in kicad

2012-03-06 Thread Fabrizio Tappero
Alexander,
you are of course right.

regards
Fabrizio


On Tue, Mar 6, 2012 at 3:54 AM, Alexander Zakamaldin zak...@mail.ru wrote:
 Hi, Fabrizio.
 I don't think the 'PdfBrowserName' should appear in '~/kicad_common' with
 evince by default. At least, because there may be no 'evince' installed at 
 all.
 I think, the best solution for the default pdf viewer should be native for OS 
 .
 For Linux it should be something like [.pdf - MIME - default app]. Just like
 the other linux apps is doing.
 Alexander.

 06 марта 2012, 02:19 от Fabrizio Tappero fabrizio.tapp...@gmail.com:
 Alexander,
 yep, you are right, the .kicad_common seems to work well. I am not
 sure why it did not before in my PC at work. I will check tomorrow.

 Anyways, don't you think that the file .kicad_common should come with
 PdfBrowserName=/usr/bin/evince in it?

 cheers
 Fabrizio

 On Fri, Mar 2, 2012 at 8:41 PM, Fabrizio Tappero
 fabrizio.tapp...@gmail.com wrote:
  interesting ... I will look into it and report back.
 
  cheers
  Fab.
 
 
  On Fri, Mar 2, 2012 at 6:00 PM, Alexander Zakamaldin zak...@mail.ru 
  wrote:
  Hi, Fabrizio!
  It is strange for me, because I can't reproduce the problem you have 
  described.
  I tested evince, evince-previewer and okular. Everything seems to work 
  fine!
  Maybe something wrong with your ~/.kicad_common? Please, check that your
  favorite viewer is updated in ~/.kicad_common.
  Alexander.
 
 
  02 марта 2012, 13:32 от Fabrizio Tappero fabrizio.tapp...@gmail.com:
  Alexander,
  it works great, thank you very much for fixing it.
 
  Just in case somebody google for this option in the future I'd like to 
  add:
 
  If anybody working on linux has the problem that kicad pdf manuals get
  not open in evince or acrobat reader but instead in Gimp, an easy fix
  is to edit this file:
 
  gedit ~/.local/share/applications/mimeapps.list
 
  and add the line:
 
  application/pdf=evince.desktop;firefox.desktop;
 
  Also, the current KiCad option (Options - PDF Viewer - PDF Viewer)
  does allow you to setup your favorite editor but unfortunately this
  option does not appear in eeschema nor in pcbnew, etc.
 
  Maybe the same default pdf viewer setup option (in the top Options
  menu) should be make available in the other kicad programs, not sure
  it is worth it.
 
  Furthermore, ideally, under Linux, I think instead of the current
  kicad pdf viewer option it is better to just have the option set
  evince as default pdf viewer. This because often people do not really
  know where executables (like evince) are.
 
  I think I am done with my 5 min. ranting ;-)
 
  thank you all
  Fabrizio
 
  On Thu, Mar 1, 2012 at 4:38 PM, Alexander Zakamaldin zak...@mail.ru 
  wrote:
   I filed a bug report with patch attached.
   Alexander.
  
  
   01 марта 2012, 15:13 от Fabrizio Tappero fabrizio.tapp...@gmail.com:
   Hello,
   I confirm that I still experience this problem which is here:
  
   mst.kicad/common/basicframe.cpp
   338:        // Search for getting_started_in_kicad.pdf or
   Getting_Started_in_KiCad.pdf
   343:        {   // Try to find Getting_Started_in_KiCad.pdf
   344:            wxGetApp().GetHelpFileName() = wxT(
   Getting_Started_in_KiCad.pdf );
  
   Can somebody maybe suggest a solution or tell me if it is a problem
   with my system.
  
   Cheers
   Fabrizio
  
   On Mon, Feb 27, 2012 at 2:59 PM, Fabrizio Tappero
   fabrizio.tapp...@gmail.com wrote:
jean-pierre,
   
hum... in my fresh dev. build of the kicad-doc folder taken 30 min 
ago
from here:
   
bzr branch lp:~kicad-developers/kicad/doc
   
if I compile and install, I get (among other stuff) the following 
pdfs:
   
1) /usr/local/share/doc/kicad/en/KiCad_Tutorial 2011.pdf
2) /usr/local/share/doc/kicad/help/en/Getting_Started_in_KiCad.pdf
   
when I start kicad (also taken and compiled today) and I go Help -
Getting started in KiCad I get the following error:
   
Help file getting_started_in_kicad.pdf could not be found
   
Maybe:
the tutorial 2) should be renamed getting_started_in_kicad.pdf and
also the file 2) should maybe deleted since several months ago when 
I
make getting_started_in_kicad.pdf I made it based on 1)
   
I hope this will help to fix a possible problem.
Cheers
Fabrizio
   
   
   
On Mon, Feb 27, 2012 at 11:15 AM, jp.charras 
jp.char...@wanadoo.fr wrote:
Le 27/02/2012 10:54, Fabrizio Tappero a écrit :
   
Hello,
it seems to me that the link help- getting started in kicad is 
broken
for all kicad programs. It should link to a short pdf tutorials 
and it
should work for all kicad programs.
   
can anybody confirm that?
   
cheers
Fabrizio
   
   
I recently fixed this issue.
   
   
--
Jean-Pierre CHARRAS
KiCad Developers team.
KiCad Developers kicad-developers@lists.launchpad.net
   
___
Mailing list: 

Re: [Kicad-developers] problem with the Help link getting started in kicad

2012-03-05 Thread Fabrizio Tappero
Alexander,
yep, you are right, the .kicad_common seems to work well. I am not
sure why it did not before in my PC at work. I will check tomorrow.

Anyways, don't you think that the file .kicad_common should come with
PdfBrowserName=/usr/bin/evince in it?

cheers
Fabrizio



On Fri, Mar 2, 2012 at 8:41 PM, Fabrizio Tappero
fabrizio.tapp...@gmail.com wrote:
 interesting ... I will look into it and report back.

 cheers
 Fab.


 On Fri, Mar 2, 2012 at 6:00 PM, Alexander Zakamaldin zak...@mail.ru wrote:
 Hi, Fabrizio!
 It is strange for me, because I can't reproduce the problem you have 
 described.
 I tested evince, evince-previewer and okular. Everything seems to work fine!
 Maybe something wrong with your ~/.kicad_common? Please, check that your
 favorite viewer is updated in ~/.kicad_common.
 Alexander.


 02 марта 2012, 13:32 от Fabrizio Tappero fabrizio.tapp...@gmail.com:
 Alexander,
 it works great, thank you very much for fixing it.

 Just in case somebody google for this option in the future I'd like to add:

 If anybody working on linux has the problem that kicad pdf manuals get
 not open in evince or acrobat reader but instead in Gimp, an easy fix
 is to edit this file:

 gedit ~/.local/share/applications/mimeapps.list

 and add the line:

 application/pdf=evince.desktop;firefox.desktop;

 Also, the current KiCad option (Options - PDF Viewer - PDF Viewer)
 does allow you to setup your favorite editor but unfortunately this
 option does not appear in eeschema nor in pcbnew, etc.

 Maybe the same default pdf viewer setup option (in the top Options
 menu) should be make available in the other kicad programs, not sure
 it is worth it.

 Furthermore, ideally, under Linux, I think instead of the current
 kicad pdf viewer option it is better to just have the option set
 evince as default pdf viewer. This because often people do not really
 know where executables (like evince) are.

 I think I am done with my 5 min. ranting ;-)

 thank you all
 Fabrizio

 On Thu, Mar 1, 2012 at 4:38 PM, Alexander Zakamaldin zak...@mail.ru wrote:
  I filed a bug report with patch attached.
  Alexander.
 
 
  01 марта 2012, 15:13 от Fabrizio Tappero fabrizio.tapp...@gmail.com:
  Hello,
  I confirm that I still experience this problem which is here:
 
  mst.kicad/common/basicframe.cpp
  338:        // Search for getting_started_in_kicad.pdf or
  Getting_Started_in_KiCad.pdf
  343:        {   // Try to find Getting_Started_in_KiCad.pdf
  344:            wxGetApp().GetHelpFileName() = wxT(
  Getting_Started_in_KiCad.pdf );
 
  Can somebody maybe suggest a solution or tell me if it is a problem
  with my system.
 
  Cheers
  Fabrizio
 
  On Mon, Feb 27, 2012 at 2:59 PM, Fabrizio Tappero
  fabrizio.tapp...@gmail.com wrote:
   jean-pierre,
  
   hum... in my fresh dev. build of the kicad-doc folder taken 30 min ago
   from here:
  
   bzr branch lp:~kicad-developers/kicad/doc
  
   if I compile and install, I get (among other stuff) the following pdfs:
  
   1) /usr/local/share/doc/kicad/en/KiCad_Tutorial 2011.pdf
   2) /usr/local/share/doc/kicad/help/en/Getting_Started_in_KiCad.pdf
  
   when I start kicad (also taken and compiled today) and I go Help -
   Getting started in KiCad I get the following error:
  
   Help file getting_started_in_kicad.pdf could not be found
  
   Maybe:
   the tutorial 2) should be renamed getting_started_in_kicad.pdf and
   also the file 2) should maybe deleted since several months ago when I
   make getting_started_in_kicad.pdf I made it based on 1)
  
   I hope this will help to fix a possible problem.
   Cheers
   Fabrizio
  
  
  
   On Mon, Feb 27, 2012 at 11:15 AM, jp.charras jp.char...@wanadoo.fr 
   wrote:
   Le 27/02/2012 10:54, Fabrizio Tappero a écrit :
  
   Hello,
   it seems to me that the link help- getting started in kicad is broken
   for all kicad programs. It should link to a short pdf tutorials and 
   it
   should work for all kicad programs.
  
   can anybody confirm that?
  
   cheers
   Fabrizio
  
  
   I recently fixed this issue.
  
  
   --
   Jean-Pierre CHARRAS
   KiCad Developers team.
   KiCad Developers kicad-developers@lists.launchpad.net
  
   ___
   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
 
  ___
  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] problem with the Help link getting started in kicad

2012-03-05 Thread Alexander Zakamaldin
Hi, Fabrizio.
I don't think the 'PdfBrowserName' should appear in '~/kicad_common' with
evince by default. At least, because there may be no 'evince' installed at all.
I think, the best solution for the default pdf viewer should be native for OS .
For Linux it should be something like [.pdf - MIME - default app]. Just like
the other linux apps is doing.
Alexander.

06 марта 2012, 02:19 от Fabrizio Tappero fabrizio.tapp...@gmail.com:
 Alexander,
 yep, you are right, the .kicad_common seems to work well. I am not
 sure why it did not before in my PC at work. I will check tomorrow.
 
 Anyways, don't you think that the file .kicad_common should come with
 PdfBrowserName=/usr/bin/evince in it?
 
 cheers
 Fabrizio
 
 On Fri, Mar 2, 2012 at 8:41 PM, Fabrizio Tappero
 fabrizio.tapp...@gmail.com wrote:
  interesting ... I will look into it and report back.
 
  cheers
  Fab.
 
 
  On Fri, Mar 2, 2012 at 6:00 PM, Alexander Zakamaldin zak...@mail.ru wrote:
  Hi, Fabrizio!
  It is strange for me, because I can't reproduce the problem you have 
  described.
  I tested evince, evince-previewer and okular. Everything seems to work 
  fine!
  Maybe something wrong with your ~/.kicad_common? Please, check that your
  favorite viewer is updated in ~/.kicad_common.
  Alexander.
 
 
  02 марта 2012, 13:32 от Fabrizio Tappero fabrizio.tapp...@gmail.com:
  Alexander,
  it works great, thank you very much for fixing it.
 
  Just in case somebody google for this option in the future I'd like to 
  add:
 
  If anybody working on linux has the problem that kicad pdf manuals get
  not open in evince or acrobat reader but instead in Gimp, an easy fix
  is to edit this file:
 
  gedit ~/.local/share/applications/mimeapps.list
 
  and add the line:
 
  application/pdf=evince.desktop;firefox.desktop;
 
  Also, the current KiCad option (Options - PDF Viewer - PDF Viewer)
  does allow you to setup your favorite editor but unfortunately this
  option does not appear in eeschema nor in pcbnew, etc.
 
  Maybe the same default pdf viewer setup option (in the top Options
  menu) should be make available in the other kicad programs, not sure
  it is worth it.
 
  Furthermore, ideally, under Linux, I think instead of the current
  kicad pdf viewer option it is better to just have the option set
  evince as default pdf viewer. This because often people do not really
  know where executables (like evince) are.
 
  I think I am done with my 5 min. ranting ;-)
 
  thank you all
  Fabrizio
 
  On Thu, Mar 1, 2012 at 4:38 PM, Alexander Zakamaldin zak...@mail.ru 
  wrote:
   I filed a bug report with patch attached.
   Alexander.
  
  
   01 марта 2012, 15:13 от Fabrizio Tappero fabrizio.tapp...@gmail.com:
   Hello,
   I confirm that I still experience this problem which is here:
  
   mst.kicad/common/basicframe.cpp
   338:        // Search for getting_started_in_kicad.pdf or
   Getting_Started_in_KiCad.pdf
   343:        {   // Try to find Getting_Started_in_KiCad.pdf
   344:            wxGetApp().GetHelpFileName() = wxT(
   Getting_Started_in_KiCad.pdf );
  
   Can somebody maybe suggest a solution or tell me if it is a problem
   with my system.
  
   Cheers
   Fabrizio
  
   On Mon, Feb 27, 2012 at 2:59 PM, Fabrizio Tappero
   fabrizio.tapp...@gmail.com wrote:
jean-pierre,
   
hum... in my fresh dev. build of the kicad-doc folder taken 30 min 
ago
from here:
   
bzr branch lp:~kicad-developers/kicad/doc
   
if I compile and install, I get (among other stuff) the following 
pdfs:
   
1) /usr/local/share/doc/kicad/en/KiCad_Tutorial 2011.pdf
2) /usr/local/share/doc/kicad/help/en/Getting_Started_in_KiCad.pdf
   
when I start kicad (also taken and compiled today) and I go Help -
Getting started in KiCad I get the following error:
   
Help file getting_started_in_kicad.pdf could not be found
   
Maybe:
the tutorial 2) should be renamed getting_started_in_kicad.pdf and
also the file 2) should maybe deleted since several months ago when I
make getting_started_in_kicad.pdf I made it based on 1)
   
I hope this will help to fix a possible problem.
Cheers
Fabrizio
   
   
   
On Mon, Feb 27, 2012 at 11:15 AM, jp.charras jp.char...@wanadoo.fr 
wrote:
Le 27/02/2012 10:54, Fabrizio Tappero a écrit :
   
Hello,
it seems to me that the link help- getting started in kicad is 
broken
for all kicad programs. It should link to a short pdf tutorials 
and it
should work for all kicad programs.
   
can anybody confirm that?
   
cheers
Fabrizio
   
   
I recently fixed this issue.
   
   
--
Jean-Pierre CHARRAS
KiCad Developers team.
KiCad Developers kicad-developers@lists.launchpad.net
   
___
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : 

Re: [Kicad-developers] problem with the Help link getting started in kicad

2012-03-02 Thread Fabrizio Tappero
Alexander,
it works great, thank you very much for fixing it.

Just in case somebody google for this option in the future I'd like to add:

If anybody working on linux has the problem that kicad pdf manuals get
not open in evince or acrobat reader but instead in Gimp, an easy fix
is to edit this file:

gedit ~/.local/share/applications/mimeapps.list

and add the line:

application/pdf=evince.desktop;firefox.desktop;

Also, the current KiCad option (Options - PDF Viewer - PDF Viewer)
does allow you to setup your favorite editor but unfortunately this
option does not appear in eeschema nor in pcbnew, etc.

Maybe the same default pdf viewer setup option (in the top Options
menu) should be make available in the other kicad programs, not sure
it is worth it.

Furthermore, ideally, under Linux, I think instead of the current
kicad pdf viewer option it is better to just have the option set
evince as default pdf viewer. This because often people do not really
know where executables (like evince) are.

I think I am done with my 5 min. ranting ;-)

thank you all
Fabrizio


On Thu, Mar 1, 2012 at 4:38 PM, Alexander Zakamaldin zak...@mail.ru wrote:
 I filed a bug report with patch attached.
 Alexander.


 01 марта 2012, 15:13 от Fabrizio Tappero fabrizio.tapp...@gmail.com:
 Hello,
 I confirm that I still experience this problem which is here:

 mst.kicad/common/basicframe.cpp
 338:        // Search for getting_started_in_kicad.pdf or
 Getting_Started_in_KiCad.pdf
 343:        {   // Try to find Getting_Started_in_KiCad.pdf
 344:            wxGetApp().GetHelpFileName() = wxT(
 Getting_Started_in_KiCad.pdf );

 Can somebody maybe suggest a solution or tell me if it is a problem
 with my system.

 Cheers
 Fabrizio

 On Mon, Feb 27, 2012 at 2:59 PM, Fabrizio Tappero
 fabrizio.tapp...@gmail.com wrote:
  jean-pierre,
 
  hum... in my fresh dev. build of the kicad-doc folder taken 30 min ago
  from here:
 
  bzr branch lp:~kicad-developers/kicad/doc
 
  if I compile and install, I get (among other stuff) the following pdfs:
 
  1) /usr/local/share/doc/kicad/en/KiCad_Tutorial 2011.pdf
  2) /usr/local/share/doc/kicad/help/en/Getting_Started_in_KiCad.pdf
 
  when I start kicad (also taken and compiled today) and I go Help -
  Getting started in KiCad I get the following error:
 
  Help file getting_started_in_kicad.pdf could not be found
 
  Maybe:
  the tutorial 2) should be renamed getting_started_in_kicad.pdf and
  also the file 2) should maybe deleted since several months ago when I
  make getting_started_in_kicad.pdf I made it based on 1)
 
  I hope this will help to fix a possible problem.
  Cheers
  Fabrizio
 
 
 
  On Mon, Feb 27, 2012 at 11:15 AM, jp.charras jp.char...@wanadoo.fr wrote:
  Le 27/02/2012 10:54, Fabrizio Tappero a écrit :
 
  Hello,
  it seems to me that the link help- getting started in kicad is broken
  for all kicad programs. It should link to a short pdf tutorials and it
  should work for all kicad programs.
 
  can anybody confirm that?
 
  cheers
  Fabrizio
 
 
  I recently fixed this issue.
 
 
  --
  Jean-Pierre CHARRAS
  KiCad Developers team.
  KiCad Developers kicad-developers@lists.launchpad.net
 
  ___
  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

 ___
 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] problem with the Help link getting started in kicad

2012-03-02 Thread Dick Hollenbeck
Hi Frank,

Please get your current email address into the developers list so you can send 
your own
emails.

 Frank bennett wrote.
 kicad /help/about/developers - I was a little hurt to see my name
didn't make the short list, (even if I only added eeschema/backAnno)

Is the attached patch OK?

 EEschema, pcbnew - NICE look!!!
 -new icons look great
 -open places - it might be nice (for new users) to see the installed
   demos as a selection (PATH='.' is there,right?)
 -demos I see missing a favorite kit-dev-coldfire-xilinx_5213
   even though it's checked in and working. Are demos our only set of
   regression tests? It would be nice to have a user contrib designs,
   symbols, footprints libs site somewhere...results from something
   like a open hardware project taking a modified panda board forward.

 So if I want to fix demos/CMakeLists.txt and maybe the Kicad/file/open
 what is greenie developer suspose to do? 

You can use bzr almost identically like subversion.

co or checkout
st or status
diff
up or update

ci or checkin

all work the same.

In addition to said above bind mode, additionally you can operate in unbind 
mode,
which makes bzr act like a lightweight git or mercurial.
A checkout is bind mode.

References are available on the internet.


 in addition to how_to_compile.txt,
 which was hard to find, I think we need a how_to_summit_simple_changes.txt!
 or bzr, developer tricks:
   How do I know which files I have changed or added to my local depot?
   (like 'svn st') or about to submit...I guess I'm just missing the svn,
   sf.net development mode of operation!

bzr st

bzr diff | less
bzr diff  /tmp/some.patch



=== modified file 'common/dialog_about/AboutDialog_main.cpp'
--- common/dialog_about/AboutDialog_main.cpp	2012-01-23 04:33:36 +
+++ common/dialog_about/AboutDialog_main.cpp	2012-03-02 14:32:14 +
@@ -207,6 +207,7 @@
 info.AddDeveloper( new Contributor( wxT( Jean-Pierre Charras ),
 wxT( jean-pierre.char...@gipsa-lab.inpg.fr ) ) );
 info.AddDeveloper( new Contributor( wxT( Dick Hollenbeck ), wxT( d...@softplc.com ) ) );
+info.AddDeveloper( new Contributor( wxt( Frank Bennett ), wxt( bennet...@lpbroadband.net ) ) );
 info.AddDeveloper( new Contributor( wxT( Hauptmech ), wxT( hauptm...@gmail.com ) ) );
 info.AddDeveloper( new Contributor( wxT( Jerry Jacobs ),
 wxT( xor.gate.engineer...@gmail.com ) ) );

___
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] problem with the Help link getting started in kicad

2012-03-01 Thread Fabrizio Tappero
Hello,
I confirm that I still experience this problem which is here:

mst.kicad/common/basicframe.cpp
338:// Search for getting_started_in_kicad.pdf or
Getting_Started_in_KiCad.pdf
343:{   // Try to find Getting_Started_in_KiCad.pdf
344:wxGetApp().GetHelpFileName() = wxT(
Getting_Started_in_KiCad.pdf );

Can somebody maybe suggest a solution or tell me if it is a problem
with my system.

Cheers
Fabrizio



On Mon, Feb 27, 2012 at 2:59 PM, Fabrizio Tappero
fabrizio.tapp...@gmail.com wrote:
 jean-pierre,

 hum... in my fresh dev. build of the kicad-doc folder taken 30 min ago
 from here:

 bzr branch lp:~kicad-developers/kicad/doc

 if I compile and install, I get (among other stuff) the following pdfs:

 1) /usr/local/share/doc/kicad/en/KiCad_Tutorial 2011.pdf
 2) /usr/local/share/doc/kicad/help/en/Getting_Started_in_KiCad.pdf

 when I start kicad (also taken and compiled today) and I go Help -
 Getting started in KiCad I get the following error:

 Help file getting_started_in_kicad.pdf could not be found

 Maybe:
 the tutorial 2) should be renamed getting_started_in_kicad.pdf and
 also the file 2) should maybe deleted since several months ago when I
 make getting_started_in_kicad.pdf I made it based on 1)

 I hope this will help to fix a possible problem.
 Cheers
 Fabrizio



 On Mon, Feb 27, 2012 at 11:15 AM, jp.charras jp.char...@wanadoo.fr wrote:
 Le 27/02/2012 10:54, Fabrizio Tappero a écrit :

 Hello,
 it seems to me that the link help- getting started in kicad is broken
 for all kicad programs. It should link to a short pdf tutorials and it
 should work for all kicad programs.

 can anybody confirm that?

 cheers
 Fabrizio


 I recently fixed this issue.


 --
 Jean-Pierre CHARRAS
 KiCad Developers team.
 KiCad Developers kicad-developers@lists.launchpad.net

 ___
 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] problem with the Help link getting started in kicad

2012-03-01 Thread Alexander Zakamaldin
Patch is attached.

Alexander.


01 марта 2012, 17:28 от Alexander Zakamaldin zak...@mail.ru:
 I confirm this problem.
 
 Alexander.
 
 01 марта 2012, 15:13 от Fabrizio Tappero fabrizio.tapp...@gmail.com:
  Hello,
  I confirm that I still experience this problem which is here:
 
  mst.kicad/common/basicframe.cpp
  338:// Search for getting_started_in_kicad.pdf or
  Getting_Started_in_KiCad.pdf
  343:{   // Try to find Getting_Started_in_KiCad.pdf
  344:wxGetApp().GetHelpFileName() = wxT(
  Getting_Started_in_KiCad.pdf );
 
  Can somebody maybe suggest a solution or tell me if it is a problem
  with my system.
 
  Cheers
  Fabrizio
 
  On Mon, Feb 27, 2012 at 2:59 PM, Fabrizio Tappero
  fabrizio.tapp...@gmail.com wrote:
   jean-pierre,
  
   hum... in my fresh dev. build of the kicad-doc folder taken 30 min ago
   from here:
  
   bzr branch lp:~kicad-developers/kicad/doc
  
   if I compile and install, I get (among other stuff) the following pdfs:
  
   1) /usr/local/share/doc/kicad/en/KiCad_Tutorial 2011.pdf
   2) /usr/local/share/doc/kicad/help/en/Getting_Started_in_KiCad.pdf
  
   when I start kicad (also taken and compiled today) and I go Help -
   Getting started in KiCad I get the following error:
  
   Help file getting_started_in_kicad.pdf could not be found
  
   Maybe:
   the tutorial 2) should be renamed getting_started_in_kicad.pdf and
   also the file 2) should maybe deleted since several months ago when I
   make getting_started_in_kicad.pdf I made it based on 1)
  
   I hope this will help to fix a possible problem.
   Cheers
   Fabrizio
  
  
  
   On Mon, Feb 27, 2012 at 11:15 AM, jp.charras jp.char...@wanadoo.fr 
   wrote:
   Le 27/02/2012 10:54, Fabrizio Tappero a écrit :
  
   Hello,
   it seems to me that the link help- getting started in kicad is broken
   for all kicad programs. It should link to a short pdf tutorials and it
   should work for all kicad programs.
  
   can anybody confirm that?
  
   cheers
   Fabrizio
  
  
   I recently fixed this issue.
  
  
   --
   Jean-Pierre CHARRAS
   KiCad Developers team.
   KiCad Developers kicad-developers@lists.launchpad.net
  
   ___
   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
 
 ___
 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
 

kicad-bzr3446-help_link.diff
Description: Binary data
___
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] problem with the Help link getting started in kicad

2012-03-01 Thread Alexander Zakamaldin
I filed a bug report with patch attached.
Alexander.


01 марта 2012, 15:13 от Fabrizio Tappero fabrizio.tapp...@gmail.com:
 Hello,
 I confirm that I still experience this problem which is here:
 
 mst.kicad/common/basicframe.cpp
 338:// Search for getting_started_in_kicad.pdf or
 Getting_Started_in_KiCad.pdf
 343:{   // Try to find Getting_Started_in_KiCad.pdf
 344:wxGetApp().GetHelpFileName() = wxT(
 Getting_Started_in_KiCad.pdf );
 
 Can somebody maybe suggest a solution or tell me if it is a problem
 with my system.
 
 Cheers
 Fabrizio
 
 On Mon, Feb 27, 2012 at 2:59 PM, Fabrizio Tappero
 fabrizio.tapp...@gmail.com wrote:
  jean-pierre,
 
  hum... in my fresh dev. build of the kicad-doc folder taken 30 min ago
  from here:
 
  bzr branch lp:~kicad-developers/kicad/doc
 
  if I compile and install, I get (among other stuff) the following pdfs:
 
  1) /usr/local/share/doc/kicad/en/KiCad_Tutorial 2011.pdf
  2) /usr/local/share/doc/kicad/help/en/Getting_Started_in_KiCad.pdf
 
  when I start kicad (also taken and compiled today) and I go Help -
  Getting started in KiCad I get the following error:
 
  Help file getting_started_in_kicad.pdf could not be found
 
  Maybe:
  the tutorial 2) should be renamed getting_started_in_kicad.pdf and
  also the file 2) should maybe deleted since several months ago when I
  make getting_started_in_kicad.pdf I made it based on 1)
 
  I hope this will help to fix a possible problem.
  Cheers
  Fabrizio
 
 
 
  On Mon, Feb 27, 2012 at 11:15 AM, jp.charras jp.char...@wanadoo.fr wrote:
  Le 27/02/2012 10:54, Fabrizio Tappero a écrit :
 
  Hello,
  it seems to me that the link help- getting started in kicad is broken
  for all kicad programs. It should link to a short pdf tutorials and it
  should work for all kicad programs.
 
  can anybody confirm that?
 
  cheers
  Fabrizio
 
 
  I recently fixed this issue.
 
 
  --
  Jean-Pierre CHARRAS
  KiCad Developers team.
  KiCad Developers kicad-developers@lists.launchpad.net
 
  ___
  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
 
___
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] problem with the Help link getting started in kicad

2012-03-01 Thread Dick Hollenbeck
On 03/01/2012 09:29 AM, Alexander Zakamaldin wrote:
 === modified file 'common/basicframe.cpp'
 --- common/basicframe.cpp 2012-02-17 14:17:50 +
 +++ common/basicframe.cpp 2012-03-01 15:17:12 +
 @@ -341,7 +341,7 @@
  
  if( !helpFile )
  {   // Try to find Getting_Started_in_KiCad.pdf
 -wxGetApp().GetHelpFileName() = wxT( 
 Getting_Started_in_KiCad.pdf );
 +wxGetApp().SetHelpFileName( wxT( Getting_Started_in_KiCad.pdf 
 ) );
  helpFile = wxGetApp().GetHelpFile();
  }


The original problem would have not come about if the return value of the
GetHelpFileName() was

const wxString

instead of

wxString

The compiler could have caught the problem then.  I also like const wxString 
because it
lets you alternate into

const wxString

without issue out in client land as well.

Thanks for the fix.




___
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] problem with the Help link getting started in kicad

2012-03-01 Thread Alexander Zakamaldin
Hi Dick!

The const specification is really useful feature, especially for those who 
clearly
understands what does it stands for.
By the way, please answer Frank bennett, especially to his question about Kicad
developers list and about contributors wishes.

Alexander.


02 марта 2012, 01:12 от Dick Hollenbeck d...@softplc.com:
 On 03/01/2012 09:29 AM, Alexander Zakamaldin wrote:
  === modified file 'common/basicframe.cpp'
  --- common/basicframe.cpp   2012-02-17 14:17:50 +
  +++ common/basicframe.cpp   2012-03-01 15:17:12 +
  @@ -341,7 +341,7 @@
 
   if( !helpFile )
   {   // Try to find Getting_Started_in_KiCad.pdf
  -wxGetApp().GetHelpFileName() = wxT( 
  Getting_Started_in_KiCad.pdf );
  +wxGetApp().SetHelpFileName( wxT( 
  Getting_Started_in_KiCad.pdf ) );
   helpFile = wxGetApp().GetHelpFile();
   }
 
 The original problem would have not come about if the return value of the
 GetHelpFileName() was
 
 const wxString
 
 instead of
 
 wxString
 
 The compiler could have caught the problem then.  I also like const wxString 
 because it
 lets you alternate into
 
 const wxString
 
 without issue out in client land as well.
 
 Thanks for the fix.
 
 ___
 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] problem with the Help link getting started in kicad

2012-03-01 Thread Alexander Zakamaldin
I am sorry, the post from Frank bennett was private for me
as for Kicad developer. But I think I am not the person who can
answer such questions.
So I can only retranslate this questions to Kicad developers forum.
Alexander.

Frank bennett wrote.
kicad /help/about/developers - I was a little hurt to see my name
   didn't make the short list, (even if I only added eeschema/backAnno)

EEschema, pcbnew - NICE look!!!
-new icons look great
-open places - it might be nice (for new users) to see the installed
  demos as a selection (PATH='.' is there,right?)
-demos I see missing a favorite kit-dev-coldfire-xilinx_5213
  even though it's checked in and working. Are demos our only set of
  regression tests? It would be nice to have a user contrib designs,
  symbols, footprints libs site somewhere...results from something
  like a open hardware project taking a modified panda board forward.

So if I want to fix demos/CMakeLists.txt and maybe the Kicad/file/open
what is greenie developer suspose to do? in addition to how_to_compile.txt,
which was hard to find, I think we need a how_to_summit_simple_changes.txt!
or bzr, developer tricks:
  How do I know which files I have changed or added to my local depot?
  (like 'svn st') or about to submit...I guess I'm just missing the svn,
  sf.net development mode of operation!

-Frank Bennett, hardcore 'C', Verilog, svn dude


02 марта 2012, 07:50 от Alexander Zakamaldin zak...@mail.ru:
 Hi Dick!
 
 The const specification is really useful feature, especially for those who 
 clearly
 understands what does it stands for.
 By the way, please answer Frank bennett, especially to his question about 
 Kicad
 developers list and about contributors wishes.
 
 Alexander.
 
 02 марта 2012, 01:12 от Dick Hollenbeck d...@softplc.com:
  On 03/01/2012 09:29 AM, Alexander Zakamaldin wrote:
   === modified file 'common/basicframe.cpp'
   --- common/basicframe.cpp 2012-02-17 14:17:50 +
   +++ common/basicframe.cpp 2012-03-01 15:17:12 +
   @@ -341,7 +341,7 @@
  
if( !helpFile )
{   // Try to find Getting_Started_in_KiCad.pdf
   -wxGetApp().GetHelpFileName() = wxT( 
   Getting_Started_in_KiCad.pdf );
   +wxGetApp().SetHelpFileName( wxT( 
   Getting_Started_in_KiCad.pdf ) );
helpFile = wxGetApp().GetHelpFile();
}
 
  The original problem would have not come about if the return value of the
  GetHelpFileName() was
 
  const wxString
 
  instead of
 
  wxString
 
  The compiler could have caught the problem then.  I also like const 
  wxString because it
  lets you alternate into
 
  const wxString
 
  without issue out in client land as well.
 
  Thanks for the fix.
 
  ___
  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
 
___
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] problem with the Help link getting started in kicad

2012-02-27 Thread jp.charras

Le 27/02/2012 10:54, Fabrizio Tappero a écrit :

Hello,
it seems to me that the link help- getting started in kicad is broken
for all kicad programs. It should link to a short pdf tutorials and it
should work for all kicad programs.

can anybody confirm that?

cheers
Fabrizio


I recently fixed this issue.


--
Jean-Pierre CHARRAS
KiCad Developers team.
KiCad Developers kicad-developers@lists.launchpad.net

___
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] problem with the Help link getting started in kicad

2012-02-27 Thread Fabrizio Tappero
jean-pierre,

hum... in my fresh dev. build of the kicad-doc folder taken 30 min ago
from here:

bzr branch lp:~kicad-developers/kicad/doc

if I compile and install, I get (among other stuff) the following pdfs:

1) /usr/local/share/doc/kicad/en/KiCad_Tutorial 2011.pdf
2) /usr/local/share/doc/kicad/help/en/Getting_Started_in_KiCad.pdf

when I start kicad (also taken and compiled today) and I go Help -
Getting started in KiCad I get the following error:

Help file getting_started_in_kicad.pdf could not be found

Maybe:
the tutorial 2) should be renamed getting_started_in_kicad.pdf and
also the file 2) should maybe deleted since several months ago when I
make getting_started_in_kicad.pdf I made it based on 1)

I hope this will help to fix a possible problem.
Cheers
Fabrizio



On Mon, Feb 27, 2012 at 11:15 AM, jp.charras jp.char...@wanadoo.fr wrote:
 Le 27/02/2012 10:54, Fabrizio Tappero a écrit :

 Hello,
 it seems to me that the link help- getting started in kicad is broken
 for all kicad programs. It should link to a short pdf tutorials and it
 should work for all kicad programs.

 can anybody confirm that?

 cheers
 Fabrizio


 I recently fixed this issue.


 --
 Jean-Pierre CHARRAS
 KiCad Developers team.
 KiCad Developers kicad-developers@lists.launchpad.net

 ___
 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