jean-pierre charras
fd907a413c
Minor changes: modify a few messages in dialogs to allow a better or more easy translation of these messages (too short messages cannot be safely translated).
Remove no more existing special.lib from template file kicad.pro
11 years ago
jean-pierre charras
670df702b7
Cvpcb: very minor fixes.
11 years ago
Dick Hollenbeck
431675933a
remove global g_UserLibDirBuffer which was a project specific global, and no longer used with FP_LIB_TABLE support.
12 years ago
Dick Hollenbeck
81bdafcf55
*) update scripts/kicad-install.sh to use Github plugin for system footprints.
*) Add scripts/library-repos-install.sh for downloading *.pretty libraries and possibly using them.
*) Remove template/fp-* files, they are now at https://github.com/KiCad/kicad-library/template/ *
so they can be maintained by the library team. However note that it is possible to break
kicad-install.sh with uncoordinated changes to that github repo.
It is best to delete your ~/kicad_sources/kicad-lib.bzr directory before running kicad-install.sh
at this or any newer version relative to an older library repo.
12 years ago
Andrey Fedorushkov
1b58582e25
pcbnew: fix error build autoplace.cpp in linux gcc-4.8.2
template: add file fp-lib-table.for-eagle
12 years ago
Dick Hollenbeck
d0c50d5654
Add template fp-lib-table for eagle-6.4.0
12 years ago
Dick Hollenbeck
83a002ff91
Add a place-holder Description to fp-lib-table rows
12 years ago
Carl Poirier
468d50317d
update fp-lib-table to footprint library renaming efforts.
12 years ago
Dick Hollenbeck
d624dcebf2
half way point for Carl's *.mod file renaming work
12 years ago
Dick Hollenbeck
a44e2c821e
fix template files installation
12 years ago
Andrey Fedorushkov
5c4a3a08e0
fix auto install template files
12 years ago
Dick Hollenbeck
939ef4ad59
Add support for building *.deb file using CPack, install ~/fp-lib-table either from kicad-install.sh or from make install_user_configuration_files
12 years ago
jean-pierre charras
a8e57e10e8
Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad
Remove KICAD_GOST option because it is now useless: the 2 GOST options are now selectable at run time and are:
* specific page layouts (now user definable, and the GOST page layouts are available in template folder)
* notation for multiple parts per package (made in eeschema, preference menu)
12 years ago
Dick Hollenbeck
205aa43379
Fix FP_LIB_TABLE::ROW operator=(), was not copying "description" field.
Remove tooltips from fp_lib_table wxGrid, were annoying and munging wxGrid's grid.
Change initial size of DIALOG_FP_LIB_TABLE.
12 years ago
Wayne Stambaugh
9ab7c18f46
Footprint library table ground work.
* Remove defined CMAKE_INSTALL_PREFIX for Windows from main CMakeList.txt.
* Move footprint library path detection code from pcbnew.cpp to EDA_APP
object.
* Add CMAKE_INSTALL_PREFIX to config.h.cmake.
* Simplify and fix search path list code.
* Add CMAKE_INSTALL_PREFIX to the list of search paths in case KiCad was
installed using `make install`.
* Add default global footprint library table to CMake install.
* Add method to set footprint library table to PCB_BASE_FRAME object.
* Remove unused function EDA_APP::GetLibraryFile().
* Minor FP_LIB_TABLE object improvements.
12 years ago
Baranovskiy Konstantin
eaea2ea12b
Add GOST page layout description files in template
12 years ago
jean-pierre charras
1f3f11ca0d
Add margin values control in pl_editor, and remove margin definition from class PAGE_INFO.
12 years ago
jean-pierre charras
50743cf3ba
Initial release of pl_editor, the page layout and title block editor.
12 years ago
jean-pierre charras
10352b1df5
Minor fixes. Gerbview: fix a collision name for GetLayout method.
13 years ago
Dick Hollenbeck
e513380a85
Add script to make a footprint library table from the KiCad Bazaar library repository, either in s-expr or CSV format. Add also the generation of such tables as of today.
13 years ago
jean-pierre charras
a287f89304
Custom page layout: add support for poly-polygons (useful for logos)
13 years ago
jean-pierre charras
c8c05cb4ee
page layout: if the environment variable KICAD_WKSFILE points a S expr page layout descr, this descr is used instead of internal descr. Mainly for testing purposes.
Eeschema, dialog edit component: minor enhancement (the last selected notebook page is remembered during a session)
13 years ago
Dick Hollenbeck
8ccf0320b4
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
File "rules" has instructional text as comments near top.
2) Convert all text files in repo to LF line ending form.
Any checkout done with "rules" in play will convert the working
tree to native line ending, while keeping repo as LF line ending.
13 years ago
Dick Hollenbeck
35e1c65996
move project templates from source tree to library tree
13 years ago
Dick Hollenbeck
d23724f59e
use lower case library names in *.pro & *.sch files, to match actual filenames in the template file set. Noticed on linux.
13 years ago
jean-pierre charras
9c60e618c0
pcbnew: fix some cosmetic issues (could be very dependant on wxWidgets/Gtk versions)
13 years ago
jean-pierre charras
21d1402c03
Pcbnew, ModEdit: fix issue when setting anchor position, and minor code cleaning.
13 years ago
jean-pierre charras
4343eb5b8d
Fix Bug #1132416 . Minor update in templates.
13 years ago
Brian Sidebotham
aaf6cce614
switch a template's board format to kicad_pcb format
13 years ago
jean-pierre charras
31e58d87d4
Eeschema: fix an old bug: sometimes E hotkey (and some other' hot keys) was editing a previously selected item, not the item under the mouse cursor
Templates: remove useless backup files
13 years ago
Dick Hollenbeck
e21bd2479e
add new templates to template/CMakeLists.txt, group all templates into one installation COMPONENT
13 years ago
Hans Henry von Tresckow
df810f744c
TI Stellaris Launchpad Boosterpack Template.
Here is a first cut at the 40pin booster pack template. I made 2
versions, BoosterPack40, which has the optional J5 connector and is
2"x1.7" and BoosterPack40_min, which is 2"x1.35" and leaves the
switches accessible.
13 years ago
jean-pierre charras
6abf0e9f94
Eeschema: Bug fix (move component field was not undoable)
Minor enhancement in popup menus for wire and bus.
Kicad: stm32f0discovery template: very minor fix.
13 years ago
Kerusey Karyu
c771811498
Fix error in stm32f100-discovery-shield.brd
13 years ago
Kerusey Karyu
945fef938c
Add stm32f100-discovery-shield template
13 years ago
jean-pierre charras
f03b9048fe
Fix a minor compatibility issue in .pro file for new boards, between decimils and nanometers versions of Pcbnew.
13 years ago
Brian Sidebotham
9823666ca9
Commit patch from Brian Sidebotham: Project template in Kicad manager
13 years ago
jean-pierre charras
621a43c4ad
Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name.
Pcbnew: add PDF format for drill map generation.
Plotter classes: tweaking code.
13 years ago
jean-pierre charras
726d772cfa
Pcbnew: Fix a refresh issue when changing active layer (Windows only)
Fix 2 very minor issues.
14 years ago
charras
cfd868562e
pcbnew:fixed muwave toolbar not working in AUI option.
fixed a grid refresh problem when using fast algo in drawpanel.cpp
16 years ago
jerryjacobs
cae96bceb1
Fixed aui component for other platform other than OSX, with wxwidgets 2.9 we dont need to define aui
16 years ago
charras
76d4054de9
cvpcb doc update. others updates and minor bugs fixes.
17 years ago
charras
346914c9e3
Some cleanup and libraries update
17 years ago
jerryjacobs
4c2b9e2199
+ Updated Atmel library
+ Moved DIP Packages to dip_sockets.mod from support.mod
+ Made DIP Packages board
+ Dutch language update to 90%
17 years ago
jerryjacobs
6f84112375
Menu and statusbar strings made more clear
17 years ago
jerryjacobs
6bf6b1808b
General dialog captions updated (made more clear ), standard template fix, icons.cpp remove from common
17 years ago
charras
27cf4ad0ad
pcbnew: addded zones in non copper areas and starting work to use polygons in zone fill algos in not copper areas
work in progress: see changelog
17 years ago
charras
ff9036b299
eeschema: code cleaning
17 years ago
f3nix
422ffdabc1
CMake:
* Require CMake version 2.6.1 on Windows and version 2.6.0 for other systems.
* Update FindSubversion to version from CMake 2.6.1 (localization issue solved).
* Remove FindwxWidgetsCVS and use the default one (some issues solved upstream).
* Formatting style changes.
17 years ago
f3nix
3e06ab44db
CMake cleanup.
18 years ago