charras
|
aee56a936e
|
Change grid size type from integer to double (using wxRealPoint insteed of wxSize).
Mandatory in Pcbnew to handle without error metric grid used now for some footprints (BGA, connectors)
Not fully tested
|
2009-02-07 08:33:25 +00:00 |
charras
|
d73e132455
|
See changelog
|
2009-02-06 11:45:35 +00:00 |
stambaughw
|
80e03c8c1b
|
Build optimizations and cursor movement key bug fix.
|
2009-02-05 20:53:08 +00:00 |
stambaughw
|
b833a46bad
|
More header file realignments to reduce recompiling and general code cleaning.
|
2009-02-04 15:25:03 +00:00 |
charras
|
89e5909f59
|
Solved: problem when searching non english help files
|
2009-02-03 20:33:34 +00:00 |
charras
|
ea38af91fb
|
doc update and some minor enhancements before Release Candidate
|
2009-02-02 12:12:18 +00:00 |
charras
|
994080243f
|
Code cleaning. Some bugs fixed. Added contributors to list in About Kicad.
|
2009-01-31 18:08:47 +00:00 |
charras
|
5813a12ebb
|
Print functions and display zoom level modified to use the new zoom implementation
Comments added in some functions.
|
2009-01-31 10:05:16 +00:00 |
charras
|
ee3b95007d
|
Added: comments in Drawtxt.cpp. By the way, solved: bug when drawing a 3D board with pcb texts.
|
2009-01-30 14:11:36 +00:00 |
dickelbeck
|
75ea28917c
|
added the superbly convenient EnsureTextCtrlWidth()
|
2009-01-29 17:30:38 +00:00 |
dickelbeck
|
48f30e191e
|
whitespace
|
2009-01-29 17:25:10 +00:00 |
stambaughw
|
2e5a57e100
|
New zoom implementation and some build optimizations.
|
2009-01-29 14:26:20 +00:00 |
charras
|
c333da1916
|
some "todo" cleanup
|
2009-01-18 15:51:06 +00:00 |
charras
|
9f8e1d9d1c
|
removed some warning when compiling. Added comments
|
2009-01-18 10:15:10 +00:00 |
stambaughw
|
21faf9d370
|
Integrate wxFileHistory, add missing header files to fix Linux build, initial search path work, and general housekeeping.
|
2009-01-17 20:31:19 +00:00 |
charras
|
1fd73dff3d
|
Plot PS function now properly plots all sheets in a complex hierarchy.
|
2009-01-08 10:11:39 +00:00 |
stambaughw
|
4a489895a3
|
More zoom clean ups and code cleaning.
|
2009-01-07 15:59:49 +00:00 |
charras
|
17cc6f4904
|
eeschema: code cleaning, comments added, and the true number of sheets and sheets numbers in complex hierarchies
|
2009-01-04 18:52:57 +00:00 |
charras
|
930a777eb7
|
Change dialog to edit fields in libedit (see CHANGELOG.txt)
|
2008-12-30 19:18:56 +00:00 |
dickelbeck
|
8d4a9b510d
|
gerbview polygon erasures added, comment tweaks
|
2008-12-29 20:05:47 +00:00 |
dickelbeck
|
0d790e57a2
|
polygon work, EDGE_MODULE::m_PolyPoints is now std::vector
|
2008-12-29 18:02:54 +00:00 |
jerryjacobs
|
69f6b27edc
|
Fixed comment for doxygen doc generation
|
2008-12-29 11:52:15 +00:00 |
jerryjacobs
|
f26f2c1332
|
Code cleaning and tab indenting + about update
|
2008-12-29 11:26:15 +00:00 |
charras
|
2bc102a614
|
Uploaded forgotten file
|
2008-12-23 07:37:39 +00:00 |
charras
|
daeb9f0e07
|
Cleaning code to draw/plot texts; italic allowed for pcbnew
|
2008-12-22 21:06:44 +00:00 |
charras
|
4d12bd3e3d
|
Solved problems with mirrored texts. cleaning obsolete files
|
2008-12-20 20:38:39 +00:00 |
charras
|
f1eb69a1a3
|
more about texts and labels options under eeschema
|
2008-12-20 13:12:57 +00:00 |
charras
|
cd6fbbef68
|
All: cleaning code to draw/plot texts (work in progress). Eeschema: italic and bold texts and labels allowed
(plot functions not yet updated for bold texts)
|
2008-12-19 20:40:08 +00:00 |
jerryjacobs
|
af1a7e0725
|
Updated about dialog, also started tabbed indent instead of spaces in sourcecode
|
2008-12-19 17:46:32 +00:00 |
stambaughw
|
1ecea828c2
|
Initial ground work for zoom improvements and minor build updates.
|
2008-12-19 13:51:48 +00:00 |
charras
|
beeaf53a0b
|
Code cleaning. Removed obscure code to draw texts
|
2008-12-16 19:44:57 +00:00 |
charras
|
6d856f60a6
|
Pcbnew: Added display a short net name on vias and pads. Also, code cleaning
|
2008-12-14 19:45:05 +00:00 |
charras
|
6c01c55456
|
code cleanup, better comments and comments translation
|
2008-12-10 16:49:53 +00:00 |
charras
|
6e80810b87
|
change best zoom calculation in viewlib. Minor others changes and fixes.
|
2008-12-08 18:56:43 +00:00 |
stambaughw
|
2611a54791
|
Convert global and embedded application pointers to wxGetApp()
|
2008-12-08 15:27:13 +00:00 |
charras
|
0745188d33
|
some cleanup. Use local time now in DateAndTime. Time in files is now local time
|
2008-12-07 17:55:29 +00:00 |
charras
|
e29d89c7c7
|
minor changes and cleanup
|
2008-12-06 12:49:33 +00:00 |
dickelbeck
|
e574a1b061
|
more DLIST<> work
|
2008-12-06 08:21:54 +00:00 |
stambaughw
|
f966097d5a
|
Improved grid implementation, 3D viewer debug assertion fix, moved drawpanel.cpp to common library, and added WinEDA_Appl declaration.
|
2008-12-05 16:03:05 +00:00 |
dickelbeck
|
aab39d1de7
|
injected DLIST<> into many list heads, see change_log.txt
|
2008-12-04 04:28:11 +00:00 |
charras
|
75b3c3bf37
|
Switch to polygons in zones (old way no more supported)
areas can be now filled using solid polygons, or using segments to fill areas inside polygons.
|
2008-12-03 10:32:53 +00:00 |
dickelbeck
|
7de4bfe6e1
|
fixes
|
2008-12-02 18:20:49 +00:00 |
dickelbeck
|
85d65db560
|
refinements after using
|
2008-12-02 09:13:28 +00:00 |
dickelbeck
|
671fabe120
|
edit component in schematic work
|
2008-11-26 00:20:16 +00:00 |
dickelbeck
|
c4215848ac
|
refinements
|
2008-11-24 21:03:40 +00:00 |
dickelbeck
|
b113d17eeb
|
makefile tweaks
|
2008-11-24 07:12:27 +00:00 |
dickelbeck
|
3ef380f936
|
dlist cleanups, start of edit component in schematic rework
|
2008-11-24 06:53:43 +00:00 |
dickelbeck
|
4d3d0a8fcc
|
doubly linked list base class and template for contained specific instantations
|
2008-11-24 04:34:58 +00:00 |
charras
|
1c6ff86768
|
Zones now have a min thickness filled area parameter
|
2008-11-22 20:50:30 +00:00 |
jerryjacobs
|
f43a7acc6a
|
Make menu strings,tooltips, statusbar message more global
Dutch language update
- 182 strings left
- 100 fuzzy strings left
|
2008-11-16 10:13:36 +00:00 |
faa
|
8bed5053da
|
cyrillic font support, russian GOST support
|
2008-11-05 11:41:15 +00:00 |
charras
|
a0c413a6db
|
solved a minor bug (pcbnew): arcs incorrectly printed in mirror mode
|
2008-11-02 19:52:57 +00:00 |
charras
|
365dbe15b8
|
Enhancement in zones filling by polygon, and better display for small texts
(more noticeable in eeschema)
|
2008-10-31 17:02:24 +00:00 |
charras
|
07767585c3
|
better code compatibility with others compilers (MSVC)
|
2008-10-30 20:12:29 +00:00 |
charras
|
f723c540d0
|
code cleaning. Some comments translated into English.
Added: Zones unfill in polygon mode
|
2008-10-29 15:26:53 +00:00 |
charras
|
fff34db7f3
|
pcbnew: added oblong thermal relief for oblong pads (from a contribution) . added contributor to kicad list
|
2008-10-19 10:13:04 +00:00 |
jerryjacobs
|
062bbfe1c3
|
|
2008-10-13 18:28:30 +00:00 |
jerryjacobs
|
6bf6b1808b
|
General dialog captions updated (made more clear ), standard template fix, icons.cpp remove from common
|
2008-10-01 19:57:10 +00:00 |
jerryjacobs
|
7c655d1d36
|
Component and library selection color to white (same as eagle), some strings fine tuned and made translatable, dutch translation update, gerbview zoomfit on start
|
2008-10-01 17:34:55 +00:00 |
jerryjacobs
|
0f636a9879
|
(confirm.cpp) Get_Message frame caption added
|
2008-09-22 16:15:57 +00:00 |
jerryjacobs
|
26af26619a
|
(confirm.cpp) Get_Message frame caption added
|
2008-09-22 16:03:12 +00:00 |
charras
|
bb8ee329f8
|
Bug in get online help: kicad.pdf was always called instead of the suitable help file. thanks to the guy who did not test its changes
eeschema: code cleaning
switch to wxWidgets 2.8.9
|
2008-09-17 17:26:25 +00:00 |
charras
|
b92dc298e4
|
minor change in about_kicad.cpp
|
2008-09-10 12:02:59 +00:00 |
charras
|
d115b66884
|
set build version to stable.
|
2008-09-10 06:23:52 +00:00 |
charras
|
100c64b455
|
updated: about_kicad.cpp
|
2008-09-09 17:56:36 +00:00 |
f3nix
|
b9ceddc354
|
Polish translation update.
|
2008-09-09 14:17:04 +00:00 |
strangeril
|
a8e0701aac
|
Czech translator is Martin Kratoska, not me. I just made corrections.
|
2008-09-09 11:54:16 +00:00 |
charras
|
b7d8f5e31f
|
added contributors in about_kicad.cpp
|
2008-09-09 11:32:21 +00:00 |
charras
|
b02b170de2
|
Eeschema: minor bug solved: bad value when display lines widths in info screen in libedit
|
2008-09-05 19:02:39 +00:00 |
charras
|
5a904e460a
|
Solved kbool lib compil problem under Windows and wxWidgets shared version
Pcbnew: Add position edition in footprint dialog edition
|
2008-09-05 16:08:13 +00:00 |
charras
|
8a53aa4621
|
solved some problems in hotkeys files access when spaces are used in names, and udtated paths according to the new tree used in kicad
Added wxWidgets version in about dialog
|
2008-09-03 16:19:06 +00:00 |
charras
|
8816d4dab1
|
solved bug 2072876.
|
2008-08-25 12:41:44 +00:00 |
strangeril
|
b10990f276
|
Added Czech language support (needs corrections)
|
2008-08-25 11:44:10 +00:00 |
charras
|
d3602e3311
|
minor changes (typo, about dialog) before release
|
2008-08-25 05:37:04 +00:00 |
f3nix
|
c624958732
|
Polish translation update.
|
2008-08-24 10:27:54 +00:00 |
raburton
|
c10fdc422b
|
non-x86 specific 64bit test
|
2008-08-22 14:17:04 +00:00 |
raburton
|
39a9aabbf5
|
fix #elif build error
|
2008-08-22 13:36:05 +00:00 |
jerryjacobs
|
e6838fdd7c
|
About translatable, dutch language update
|
2008-08-22 13:12:22 +00:00 |
charras
|
f3230893c4
|
Solved minor problems in eeschema, and code cleaning.
|
2008-08-17 18:37:03 +00:00 |
jerryjacobs
|
867d30d159
|
Linux/Unix desktop files updated and moved to resources directory, about dialog updated
|
2008-08-17 10:10:20 +00:00 |
charras
|
d55989cc0e
|
patch for 3D viewer from Emanuel Rumpf and minor other changes
|
2008-08-16 17:42:40 +00:00 |
jerryjacobs
|
8fd4401e12
|
all-programs: about dialog improved
|
2008-08-15 16:38:05 +00:00 |
charras
|
5f777f8c60
|
pcbnew: bug solved: pad holes not printed
|
2008-08-09 08:05:42 +00:00 |
dickelbeck
|
d8485267e7
|
plot fill patch
|
2008-08-05 16:06:45 +00:00 |
charras
|
8080a2c9ba
|
code cleaning and a bug in eeschema (print all not working) solved
|
2008-07-31 15:30:57 +00:00 |
charras
|
1f34ed0583
|
minor bug 1974672 solved
|
2008-07-20 12:59:52 +00:00 |
charras
|
f49d2e3253
|
doc update.
|
2008-07-08 18:45:06 +00:00 |
f3nix
|
f512957266
|
Polish translation update.
|
2008-07-03 21:29:40 +00:00 |
dickelbeck
|
44071acf07
|
Lorenzo's postscript fill patch for bugs 2003834 and 1956732
|
2008-06-30 13:47:55 +00:00 |
charras
|
0cdcd78ba0
|
doc update.
|
2008-06-29 18:51:38 +00:00 |
charras
|
d0fe100306
|
default path kicad/share added when searching kicad data
|
2008-06-22 08:59:38 +00:00 |
charras
|
6858d10cb5
|
default path kicad/share added when searching kicad data
|
2008-06-22 08:54:05 +00:00 |
charras
|
4861daa674
|
Online doc format changed to PDF format. See changelog
|
2008-06-11 10:33:13 +00:00 |
charras
|
777076c86f
|
minor changes. See changelog
|
2008-06-06 16:39:45 +00:00 |
f3nix
|
6bb111cb8e
|
CMake files cleaning.
|
2008-06-06 12:39:00 +00:00 |
charras
|
44743723d1
|
removed GPC library due to its unacceptable license. Using the great and powerfull kbool library insteed
|
2008-05-30 18:06:21 +00:00 |
kajtek1
|
0221b21b25
|
Moved all XPM files to <kicad>/bitmaps directory
|
2008-05-22 14:36:16 +00:00 |
kajtek1
|
646ffe09eb
|
Moved and fixed all XPM files to /bitmaps directory.
Fixed all related files also.
|
2008-05-22 14:25:20 +00:00 |
charras
|
d87aed0cd0
|
eeschema: Solved: problem in manual part selection for multiple parts per package components
|
2008-05-21 09:18:14 +00:00 |
dickelbeck
|
845e95c3e4
|
make and use static bitmaps library
|
2008-05-17 19:24:22 +00:00 |