raburton
07ca681671
set native eol-style on new files
19 years ago
lifekidyeaa
163ba39823
pcbnew: added ctrl-o,s,f
added buttons for insert and replace module in the module editor
with a new bitmap. restored JP's original functionality for the insert
button, replace linked to the new code.
19 years ago
charras
bc21c746f8
19 years ago
f3nix
1fbb9ab5bf
Set eol-style to native on Polish.nsh.
19 years ago
f3nix
a570f51ba0
Added Polish NSIS prompts.
19 years ago
plyatov
83652d2aed
Added documentation folder and russian tutorial - "doc/ru/Kicad Tutorial.odt".
19 years ago
f3nix
143b4f6329
Sync Polish translation with head. Minor changes.
19 years ago
dickelbeck
9f049640e8
whitespace consistency
19 years ago
dickelbeck
2a40051a09
list changes
19 years ago
dickelbeck
aea9fcf01a
after locking, update status window with selected module's locked/fixed status
19 years ago
dickelbeck
e06b4c116b
work around debug assert
19 years ago
plyatov
84d8e910e8
Added some russian translated strings.\n Little corrctions in menu strings (interface standardization).
19 years ago
raburton
fccfa470ef
simplify 2 of the make install targets - don't need individual targets for library & modudle files
19 years ago
raburton
dc169e696c
update changelog
19 years ago
raburton
9319ea960c
separate docs from resources as not everyone will want to install all the docs
19 years ago
raburton
8c79e1416b
set eol-style to native on new makefiles
19 years ago
raburton
af37d78ab3
added install targets for the non-binary stuff (libraries, help, etc.)
it's now possible to do a complete usable kicad install from source
19 years ago
raburton
45e0c6eca7
fix assert in wx2.6 compatibility code, on pcbnew startup, when running with debug enabled
19 years ago
dickelbeck
be87b19bb0
reverted to previous value of 1 for CURSEUR_OFF_GRILLE
19 years ago
dickelbeck
1c505d58bc
updated change_log.txt
19 years ago
dickelbeck
f601dff4b1
Hot key operations for a single module such as Move 'M', Rotate 'R', Swap Layer 'S', now operate only on unlocked modules
and only on modules in the current layer.
19 years ago
raburton
ad61cdaaa0
fix headers of several xpm files, without the correct header gnome thinks they are broken
19 years ago
charras
1a30862de5
minor changes. update GUI french translation
19 years ago
raburton
834cd0298c
make it easier to disable debug from the make command line
use "make -f makefile.gtk DEBUG=0"
19 years ago
f3nix
c1e8bcc5fa
Added ~30 strings translated into Polish. Some minor fixes.
19 years ago
f3nix
c5d82cc7ea
Make menu entries correspond to the icons.
19 years ago
plyatov
14f477f92e
Added sorting by value or position in to the annotation window of eeschema (Thanks for patch to Andrey Fedorushkov).
19 years ago
raburton
2189158401
restore wx2.6 compatibility
19 years ago
plyatov
335cfc2889
Little changes in menu termins (strings) for standartization.
19 years ago
plyatov
043127c911
added ~50 strings translated to russian.
19 years ago
dickelbeck
dc7235c769
Gathered up common compiler and linker flags for the makefile.gtk file set.
Much easier now to compile with debugging symbols enabled.
19 years ago
dickelbeck
b5ef09621f
clarified text fields in *.mod and *.brd files
19 years ago
charras
b3df52a493
missing file update in rev 68 (pcbnew/clean.cpp was not up to date)
19 years ago
raburton
60802457b2
small changes to makefiles to better support override of install location
19 years ago
lifekidyeaa
74878eb889
* fixed an uncommon segfault when ending tracks at a midpoint.
19 years ago
raburton
b58beebb8f
set native eol on newly added text files
19 years ago
charras
89b3eb5aa5
bug fixes and merging my development with svn rep.
19 years ago
raburton
13f2e75bfa
dynamic link by default (really, who wants to use static linking?)
19 years ago
raburton
67a04a105b
make the top level makefile a little neater
19 years ago
plyatov
d3c6241a32
Added ~30 strings of interface translated to russian.
19 years ago
lifekidyeaa
aa5e1cd09b
* backspace should not be allowed to delete modules (in order to
re-insert them, you may have to edit the .brd file directly)
19 years ago
lifekidyeaa
3c7846db7a
* fixed a dumb bug that prevented layer switching when over a track. doh!
19 years ago
f3nix
c094566ea6
corrected some spelling mistakes
19 years ago
lifekidyeaa
c55e64af3f
* added strings to help people learn the layer shortcuts when changing layers with the
horizontal toolbar layer listbox (pgup + pgdwn, which were already in the source, plus
F5-F8). I hope this is a useful feature.
19 years ago
lifekidyeaa
713d01751e
added the following features (mostly hotkey type stuff):
* backspace key now deletes segments and vias both while editing a new track and while
modifying old ones
* internal layers can be accessed via F5-F8
* when creating a new trace, switching between layers with the Pageup, PageDown, and
F5-F8 hotkeys inserts a via. (warning: i did not test this with blind vias; however, it
calls Other_Layer_Route, so should still work)
* spelling fix
19 years ago
raburton
22599cf652
more ignores
19 years ago
raburton
47b4a5f42d
update changelog
19 years ago
raburton
cf211a4c77
improve static linking check to allow dynamic linking to be specified on make command, no need to hack libs.linux now to use dynamic linking, just use "make -f makefile.gtk KICAD_STATIC_LINK=0"
19 years ago
raburton
c5aaa4dc59
ignore eclipse project settings
19 years ago
raburton
bf60d0f2b8
ignore binaries for more convenient building in working copy
19 years ago