update doc and remove a outdated file
Update or fix a few strings in menus and tool tips
This commit is contained in:
parent
6006b54dd9
commit
517921e2e1
|
@ -7,12 +7,13 @@ Files
|
||||||
-----
|
-----
|
||||||
AUTHORS.txt - The authors, contributors, document writers and translators list
|
AUTHORS.txt - The authors, contributors, document writers and translators list
|
||||||
CMakeList.txt - Main CMAKE build tool script
|
CMakeList.txt - Main CMAKE build tool script
|
||||||
COPYRIGHT.txt - A copy of the GNU General Public License Version 2
|
copyright.h - A very short copy of the GNU General Public License to be included in new source files
|
||||||
CTestConfig.cmake - Support for CTest and CDash testing tools
|
CTestConfig.cmake - Support for CTest and CDash testing tools
|
||||||
Doxyfile - Doxygen config file for KiCad
|
Doxyfile - Doxygen config file for KiCad
|
||||||
INSTALL.txt - The release (binary) installation instructions
|
INSTALL.txt - The release (binary) installation instructions
|
||||||
TODO.txt - Todo list (looks outdated)
|
TODO.txt - Todo list (looks outdated)
|
||||||
uncrustify.cfg - Uncrustify config file for uncrustify sources formatting tool
|
uncrustify.cfg - Uncrustify config file for uncrustify sources formatting tool
|
||||||
|
_clang-format - clang config file for clang-format sources formatting tool
|
||||||
|
|
||||||
Subdirectories
|
Subdirectories
|
||||||
--------------
|
--------------
|
||||||
|
@ -29,14 +30,14 @@ gerbview - Sourcecode of the gerber viewer
|
||||||
helpers - Helper tools and utilities for development
|
helpers - Helper tools and utilities for development
|
||||||
include - Interfaces to the common library
|
include - Interfaces to the common library
|
||||||
kicad - Sourcecode of the project manager
|
kicad - Sourcecode of the project manager
|
||||||
lib_dxf - Sourcecode of the polygon library
|
lib_dxf - Sourcecode of the dxf reader/writer library
|
||||||
new - Staging area for the new schematic library format
|
new - Staging area for the new schematic library format
|
||||||
pagelayout_editor - Sourcecode of the pagelayout editor
|
pagelayout_editor - Sourcecode of the pagelayout editor
|
||||||
patches - Collection of patches for external dependencies
|
patches - Collection of patches for external dependencies
|
||||||
pcbnew - Sourcecode of the printed circuit board editor
|
pcbnew - Sourcecode of the printed circuit board editor
|
||||||
plugins - Sourcecode of the new plugin concept
|
plugins - Sourcecode of the new plugin concept
|
||||||
polygon - Sourcecode of the polygon library
|
polygon - Sourcecode of the polygon library
|
||||||
potrace - Sourcecode of the potrace library
|
potrace - Sourcecode of the potrace library, used in bitmap2component
|
||||||
qa - Testcases using the python interface
|
qa - Testcases using the python interface
|
||||||
resources - Resources for freedesktop mime-types for linux
|
resources - Resources for freedesktop mime-types for linux
|
||||||
scripting - SWIG Python scripting definitions
|
scripting - SWIG Python scripting definitions
|
||||||
|
|
|
@ -280,18 +280,18 @@ void GERBVIEW_FRAME::ReCreateOptToolbar( void )
|
||||||
m_optionsToolBar->AddSeparator();
|
m_optionsToolBar->AddSeparator();
|
||||||
m_optionsToolBar->AddTool( ID_TB_OPTIONS_SHOW_GBR_MODE_0, wxEmptyString,
|
m_optionsToolBar->AddTool( ID_TB_OPTIONS_SHOW_GBR_MODE_0, wxEmptyString,
|
||||||
KiBitmap( gbr_select_mode0_xpm ),
|
KiBitmap( gbr_select_mode0_xpm ),
|
||||||
_( "Show layers in raw mode \
|
_( "Show layers in raw mode\n"
|
||||||
(could have problems with negative items when more than one gerber file is shown)" ),
|
"(could have problems with negative items when more than one gerber file is shown)" ),
|
||||||
wxITEM_CHECK );
|
wxITEM_CHECK );
|
||||||
m_optionsToolBar->AddTool( ID_TB_OPTIONS_SHOW_GBR_MODE_1, wxEmptyString,
|
m_optionsToolBar->AddTool( ID_TB_OPTIONS_SHOW_GBR_MODE_1, wxEmptyString,
|
||||||
KiBitmap( gbr_select_mode1_xpm ),
|
KiBitmap( gbr_select_mode1_xpm ),
|
||||||
_( "Show layers in stacked mode \
|
_( "Show layers in stacked mode\n"
|
||||||
(show negative items without artifacts, sometimes slow)" ),
|
"(show negative items without artifacts)" ),
|
||||||
wxITEM_CHECK );
|
wxITEM_CHECK );
|
||||||
m_optionsToolBar->AddTool( ID_TB_OPTIONS_SHOW_GBR_MODE_2, wxEmptyString,
|
m_optionsToolBar->AddTool( ID_TB_OPTIONS_SHOW_GBR_MODE_2, wxEmptyString,
|
||||||
KiBitmap( gbr_select_mode2_xpm ),
|
KiBitmap( gbr_select_mode2_xpm ),
|
||||||
_( "Show layers in transparency mode \
|
_( "Show layers in transparency mode\n"
|
||||||
(show negative items without artifacts, sometimes slow)" ),
|
"(show negative items without artifacts)" ),
|
||||||
wxITEM_CHECK );
|
wxITEM_CHECK );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
@ -1,61 +0,0 @@
|
||||||
KiCad Free Documentation Licence
|
|
||||||
================================
|
|
||||||
|
|
||||||
Copyright (c) jean-pierre Charras
|
|
||||||
Copyright (C) KiCad Developers
|
|
||||||
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this licence document, but changing it is not allowed.
|
|
||||||
|
|
||||||
KICAD FREE DOCUMENTATION LICENCE
|
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
||||||
|
|
||||||
1. Permission is granted to make and distribute verbatim copies of this
|
|
||||||
manual or piece of documentation provided any copyright notice and this
|
|
||||||
permission notice are preserved on all copies.
|
|
||||||
|
|
||||||
2. Permission is granted to process this file or document through a
|
|
||||||
document processing system and, at your option and the option of any third
|
|
||||||
party, print the results, provided a printed document carries a copying
|
|
||||||
permission notice identical to this one.
|
|
||||||
|
|
||||||
3. Permission is granted to copy and distribute modified versions of this
|
|
||||||
manual or piece of documentation under the conditions for verbatim
|
|
||||||
copying, provided also that any sections describing licensing conditions
|
|
||||||
for this manual, such as, in particular, the GNU General Public Licence,
|
|
||||||
the GNU Library General Public Licence, and any wxWindows Licence are
|
|
||||||
included exactly as in the original, and provided that the entire
|
|
||||||
resulting derived work is distributed under the terms of a permission
|
|
||||||
notice identical to this one.
|
|
||||||
|
|
||||||
4. Permission is granted to copy and distribute translations of this
|
|
||||||
manual or piece of documentation into another language, under the above
|
|
||||||
conditions for modified versions, except that sections related to
|
|
||||||
licensing, including this paragraph, may also be included in translations
|
|
||||||
approved by the copyright holders of the respective licence documents in
|
|
||||||
addition to the original French or English.
|
|
||||||
|
|
||||||
WARRANTY DISCLAIMER
|
|
||||||
|
|
||||||
5. BECAUSE THIS MANUAL OR PIECE OF DOCUMENTATION IS LICENSED FREE OF CHARGE,
|
|
||||||
THERE IS NO WARRANTY FOR IT, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
|
||||||
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
|
|
||||||
PARTIES PROVIDE THIS MANUAL OR PIECE OF DOCUMENTATION "AS IS" WITHOUT
|
|
||||||
WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
|
|
||||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
|
||||||
PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
|
|
||||||
THE MANUAL OR PIECE OF DOCUMENTATION IS WITH YOU. SHOULD THE MANUAL OR
|
|
||||||
PIECE OF DOCUMENTATION PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
|
|
||||||
NECESSARY SERVICING, REPAIR OR CORRECTION.
|
|
||||||
|
|
||||||
6. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
|
|
||||||
ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
|
||||||
REDISTRIBUTE THE MANUAL OR PIECE OF DOCUMENTATION AS PERMITTED ABOVE, BE
|
|
||||||
LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
|
||||||
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
|
||||||
MANUAL OR PIECE OF DOCUMENTATION (INCLUDING BUT NOT LIMITED TO LOSS OF
|
|
||||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
|
||||||
PARTIES OR A FAILURE OF A PROGRAM BASED ON THE MANUAL OR PIECE OF
|
|
||||||
DOCUMENTATION TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR
|
|
||||||
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
||||||
|
|
|
@ -1181,9 +1181,9 @@ void PCB_EDIT_FRAME::OnUpdatePCBFromSch( wxCommandEvent& event )
|
||||||
{
|
{
|
||||||
if( Kiface().IsSingle() )
|
if( Kiface().IsSingle() )
|
||||||
{
|
{
|
||||||
DisplayError( this, _( "Cannot update the PCB, because the Kicad is "
|
DisplayError( this, _( "Cannot update the PCB, because Pcbnew is "
|
||||||
"opened in stand-alone mode. In order to create or update "
|
"opened in stand-alone mode. In order to create or update "
|
||||||
"PCBs from schematics, you need to launch the Kicad shell "
|
"PCBs from schematics, you need to launch the KiCad project manager "
|
||||||
"and create a PCB project." ) );
|
"and create a PCB project." ) );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue