Commit Graph

26120 Commits

Author SHA1 Message Date
dickelbeck be87b19bb0 reverted to previous value of 1 for CURSEUR_OFF_GRILLE 2007-06-15 16:24:21 +00:00
dickelbeck 1c505d58bc updated change_log.txt 2007-06-15 16:09:36 +00:00
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.
2007-06-15 16:08:55 +00:00
raburton ad61cdaaa0 fix headers of several xpm files, without the correct header gnome thinks they are broken 2007-06-15 12:23:51 +00:00
charras 1a30862de5 minor changes. update GUI french translation 2007-06-15 12:04:24 +00:00
raburton 834cd0298c make it easier to disable debug from the make command line
use "make -f makefile.gtk DEBUG=0"
2007-06-15 07:16:40 +00:00
f3nix c1e8bcc5fa Added ~30 strings translated into Polish. Some minor fixes. 2007-06-15 00:02:28 +00:00
f3nix c5d82cc7ea Make menu entries correspond to the icons. 2007-06-14 18:39:36 +00:00
plyatov 14f477f92e Added sorting by value or position in to the annotation window of eeschema (Thanks for patch to Andrey Fedorushkov). 2007-06-14 18:28:16 +00:00
raburton 2189158401 restore wx2.6 compatibility 2007-06-14 18:16:48 +00:00
plyatov 335cfc2889 Little changes in menu termins (strings) for standartization. 2007-06-14 17:11:54 +00:00
plyatov 043127c911 added ~50 strings translated to russian. 2007-06-14 17:08:14 +00:00
dickelbeck dc7235c769 Gathered up common compiler and linker flags for the makefile.gtk file set.
Much easier now to compile with debugging symbols enabled.
2007-06-14 16:28:05 +00:00
dickelbeck b5ef09621f clarified text fields in *.mod and *.brd files 2007-06-14 16:26:09 +00:00
charras b3df52a493 missing file update in rev 68 (pcbnew/clean.cpp was not up to date) 2007-06-14 05:31:55 +00:00
raburton 60802457b2 small changes to makefiles to better support override of install location 2007-06-13 20:22:49 +00:00
lifekidyeaa 74878eb889 * fixed an uncommon segfault when ending tracks at a midpoint. 2007-06-13 18:30:23 +00:00
raburton b58beebb8f set native eol on newly added text files 2007-06-13 18:04:33 +00:00
charras 89b3eb5aa5 bug fixes and merging my development with svn rep. 2007-06-13 15:35:40 +00:00
raburton 13f2e75bfa dynamic link by default (really, who wants to use static linking?) 2007-06-13 13:26:20 +00:00
raburton 67a04a105b make the top level makefile a little neater 2007-06-13 13:01:44 +00:00
plyatov d3c6241a32 Added ~30 strings of interface translated to russian. 2007-06-12 19:39:01 +00:00
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)
2007-06-12 17:47:05 +00:00
lifekidyeaa 3c7846db7a * fixed a dumb bug that prevented layer switching when over a track. doh! 2007-06-12 15:42:10 +00:00
f3nix c094566ea6 corrected some spelling mistakes 2007-06-12 09:40:40 +00:00
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.
2007-06-11 21:23:47 +00:00
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
2007-06-11 21:21:00 +00:00
raburton 22599cf652 more ignores 2007-06-11 20:51:21 +00:00
raburton 47b4a5f42d update changelog 2007-06-11 19:46:54 +00:00
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" 2007-06-11 19:33:59 +00:00
raburton c5aaa4dc59 ignore eclipse project settings 2007-06-11 19:03:31 +00:00
raburton bf60d0f2b8 ignore binaries for more convenient building in working copy 2007-06-11 19:02:07 +00:00
raburton 7f9e2960fa remove all those 2 line wx configure scripts, instead they are now listed in the how-to-build-kicad file 2007-06-11 18:58:45 +00:00
raburton 30b3c00f01 remove static makefile for linux (as static is default anyway) 2007-06-11 18:57:31 +00:00
plyatov 11f264c9d1 Little changes in menu text (standartization of menu "About"). 2007-06-11 18:35:42 +00:00
plyatov ee72600522 added ~70 strings translated to russian. 2007-06-11 18:33:37 +00:00
dickelbeck e98fee164e changed svn:eol-style to native 2007-06-11 16:18:05 +00:00
dickelbeck f5ecc6d0a0 added change_log.txt 2007-06-11 16:16:35 +00:00
lifekidyeaa 9afd086f1e & -> && d'oh 2007-06-10 19:07:27 +00:00
lifekidyeaa d6fcb879bf fixed a bug that, when in module editor a module was not loaded, the null pointer to this
module would not be dereferenced.
2007-06-10 19:06:04 +00:00
lifekidyeaa ee194b63a8 Changed the functionality of the 'insert' modified footprint module in the
module editor to a more sensible replace and update functionality.
2007-06-10 14:27:07 +00:00
plyatov b2051634e5 Added ~50 translated to russian strings of interface. 2007-06-09 13:18:23 +00:00
f3nix 302e3091a0 Added ~300 strings translated into Polish. Polish translation is now complete :) 2007-06-07 18:31:16 +00:00
f3nix 727257e2b1 Added ~300 strings translated into Polish. 2007-06-07 14:08:02 +00:00
f3nix d28334e1a0 Added ~300 strings translated into Polish. 2007-06-07 10:31:51 +00:00
raburton ae23e2343b remove some inappropriate executable properties 2007-06-06 18:01:54 +00:00
raburton 1f4f06106c set eol-style to native for new cs translation 2007-06-06 17:51:20 +00:00
f3nix 71ee89dae0 Added ~300 strings translated into Polish. 2007-06-06 17:38:51 +00:00
f3nix 66f81fd9ff Added ~300 strings translated into Polish. 2007-06-06 13:29:59 +00:00
strangeril e9d6558e21 Corrected czech translation directory 2007-06-06 09:11:57 +00:00