charras
4a5151969d
eeschema: annotate dialog converted from DialogBlocks to wxFormBuilder
2009-10-27 19:30:32 +00:00
jerryjacobs
1c983b013d
Hotkey submenu added, fixed typos. See CHANGELOG.txt
2009-10-27 13:48:24 +00:00
charras
db49e2a505
some minor bug fixes and enhancements
2009-10-27 10:55:46 +00:00
charras
fd521f378e
More work about Netclasses in Design Rules dialog
2009-10-26 19:00:46 +00:00
stambaughw
44e588dc63
Fix bug in LocatePinByNumber that could cause EESchema to crash.
2009-10-26 13:20:09 +00:00
charras
0a75c62471
Fixed netlist generation problems (lost common to units and common to shapes pins)
2009-10-26 12:01:46 +00:00
charras
b8a6c53b79
Some minor changes and enhancements
2009-10-25 15:54:00 +00:00
charras
e8cb60f9e2
minor changes
2009-10-23 15:28:45 +00:00
charras
c03abc0b65
eeschema, libedit: fixed a bug than crashes libedit when using the delete tool, on a left click.
2009-10-23 14:35:24 +00:00
charras
4b2f33a9d2
eeschema: fixed: filled graphic body items drawn as non filled
2009-10-23 08:06:49 +00:00
stambaughw
11bf0ad76f
Merge component library draw item and field list.
...
* Use single list for component library draw item and fields to simplify
component library object.
* Add field manipulation helper methods to component library object.
* Make component library draw item edit dialog sizable.
2009-10-21 20:02:25 +00:00
stambaughw
53870013e7
Replace component library editor draw item dialog box.
...
* Created new component library editor draw item dialog box with
wxFormBuilder.
* Removed previous DialogBlocks version of the draw item dialog box.
* Removed some additional global variables used in component library
editor.
* Add IsFillable() method to draw item base object.
2009-10-20 19:36:58 +00:00
charras
9880975eb0
LibEdit: fixed a bug (bad format in a Printf) that crashes libedit when testing a component with duplicate pins.
...
Also cleaned and enhanced WinEDA_LibeditFrame::OnCheckComponent() code
2009-10-20 09:17:24 +00:00
stambaughw
502f3160cb
Global variable reduction and minor code cleaning.
...
* Remove global variables used by the library editor.
* Add SetWidth() method to library draw objects.
2009-10-19 19:00:47 +00:00
charras
07ae161527
fixed problem in Eeschema when canceling the add component command
2009-10-18 13:12:00 +00:00
charras
e4467d4d9a
fixed minor problem in Eeschema library viewer
2009-10-18 11:41:05 +00:00
charras
7af67a8943
fixed compil error, and a display problem in eeschema
2009-10-17 06:23:18 +00:00
stambaughw
7e24e43890
wxWidgets 2.9 string fixes and other minor updates.
...
* Replace all known instances of (const wxChar*) casts to GetChars() for
wxWidgets 2.9 compatibility.
* Cleaned up get component dialog so last part gets saved on wild card
selections.
* Remove redundant schematic component drawing code.
* Added SCH_COMPONENT constructor to create new component from library
component object.
* Add message panel helpers to WinEDA_DrawFrame and update old message
panel access code.
* Using library viewer to add component to schematic now respects unit
and body style selection.
2009-10-16 17:18:23 +00:00
charras
64032f34bb
Commit hotkeys patch from Jonas Diemer
2009-10-16 10:44:44 +00:00
charras
1833ff2476
eeschema: fixed: incorrect position of texts fields in some components orientations
2009-10-16 07:48:26 +00:00
charras
5c7c2fafa1
minor problems fixed
2009-10-15 11:35:53 +00:00
stambaughw
92064f1dbf
Fix save last grid size and other minor updates.
...
* Create single event handler for grid size events.
* Fix all frame windows to use new grid size event handler.
* Use offset relative to ID instead of ComboBox index to save last grid size.
* Move last grid size load/save setting into WinEDA_DrawFrame.
* Add equality and assignment operators the GRID_TYPE.
* Add current grid helper methods to BASE_SCREEN.
* Add GetPins helper to LIB_COMPONENT to replace GetNextPin where applicable.
* Add AppendMsgPanel helper to WinEDA_DrawFrame.
* Improve rounding for display of coordinates when millimeter units are selected.
2009-10-14 19:43:31 +00:00
charras
657325be33
Changed some c_str and GetData functions to GetChars in .Printf functions
2009-10-13 09:00:46 +00:00
charras
b1a8a0749a
All: better look when displaying items info on messages panel
2009-10-11 15:13:39 +00:00
charras
ccbce931d2
All: better look when displaying info on messages panel
2009-10-11 13:04:47 +00:00
charras
56059efd8a
Netclasses work continued
...
Fixed problems in libedit and crashes when no component loaded
2009-10-10 17:27:53 +00:00
charras
12fa5f020c
eeschema: fixed minor problem when displaying pin info in schematic
2009-10-09 06:58:10 +00:00
charras
1fec58e8c2
eeschema: fixed bugs in netlist generation and drag components
2009-10-08 16:45:59 +00:00
stambaughw
ee918d7d29
Replace library editor new component dialog and minor updates.
...
* Replace component library editor new component dialog using wxFormBuilder.
* Rename component library draw items to conform to current coding standards.
* Add GetWidth() method to component library draw objects.
* Add regular expression key word search capability to component library object.
2009-10-08 13:19:28 +00:00
charras
6c3968a178
code easier to understand
2009-10-06 13:52:43 +00:00
charras
c974c42daf
eeschema: 2 bugs fixed
...
pcbnew: more about netclass work
2009-10-06 13:19:40 +00:00
stambaughw
e39e3d5314
Fix component library ordering bug.
2009-10-05 19:17:32 +00:00
stambaughw
76d04d6a85
Library component and draw object improvements and compile warning fix.
...
* Library component draw items now stored in Boost ptr_vector.
* Updated draw item object comparison to include greater and less than condition.
* Moved set parts per package code from component edit dialog to component object.
* Moved set alternate body style code from component edit dialog to component object.
* Tweaked component library file draw item sort order for improved file readability.
* Documented component object draw item sort ordering.
* Moved plot code to the appropriate library component and draw item objects.
* Fixed compiler type conversion warning in plot_common.h.
2009-10-05 17:52:41 +00:00
charras
9b4d215b52
eeschema: bug fix. Removed unused file
2009-10-01 18:48:25 +00:00
charras
fd27b26271
pcbnew: minor work about netclasses. eeschema: bug fix
2009-10-01 16:46:13 +00:00
stambaughw
9861941de2
Component library editor and viewer improvements and library draw object changes.
...
* Component library viewer restores state between uses.
* Fixed automatic zoom calculations in library viewer.
* Make library entry list dialog restore previous selection.
* Fix bounding box calculation for vertical field and text draw objects.
* Changed library draw object comparison to test for greater and less than.
* Initial preparation for merging separate library component draw item lists.
2009-10-01 14:17:47 +00:00
faa
bc047ad769
eeschema: segfault at add/del alias in libedit
2009-09-30 09:01:16 +00:00
stambaughw
b762f6aab7
Component library editor improvements.
...
* Eliminate external direct manipulation of component draw item pointer.
* Add draw item remove, add, and locate methods to library component object.
* Remove redundant locate pin, field, and draw item code.
* Fix add new pin drawing bug that left initial pin draw in place.
* Improved best zoom calculations for small components.
* Library component bounding box calculation now includes fields.
* Removed unnecessary header file "libcmp.h".
* Fixed potential locate draw item bug in library editor hot key handler.
2009-09-29 18:38:21 +00:00
charras
fb3a12adc6
fixed typo and minor problems. updated German translation
2009-09-28 19:28:22 +00:00
charras
f3590e51ff
pcbnew: fixed a crash when removing A netclass. More about netclass work.
2009-09-28 16:14:45 +00:00
dickelbeck
8b3d5a69cf
Øyvind's patch
2009-09-27 14:09:26 +00:00
charras
ee6615252d
minor enhancements and fixed minor bug in field editor dialog
2009-09-26 17:22:47 +00:00
stambaughw
8570d3311a
Component library editor improvements and minor bug fixes.
...
* Component library objects renamed for improved readability.
* Fields now move when selected in library editor.
* Add copy constructor to all library draw and library component objects.
* Added copy constructor to EDA_BaseStruct.
* Delete base screen in WinEDA_DrawFrame destructor to prevent potential memory leak.
* Fixed memory access bug when replacing and adding a component to library.
* Moved library component block manipulation code into component object.
* Removed all of the global variables used by the library editor main window object.
* The usual code cleaning and refactoring.
2009-09-25 18:49:04 +00:00
faa
fb52997c85
eeschema: plot minor bug
2009-09-25 13:59:42 +00:00
charras
f4eeb4dfd6
fixed problem in modedit when creating a new footprint. Minor others changes
2009-09-23 05:53:12 +00:00
stambaughw
43d6c685b5
Command ID refactoring and other minor improvements.
...
* Split out application specific command IDs to prevent unnecessary rebuilding.
* Eliminate duplicate menu and tool bar command IDs.
* Split component library editor and viewer definitions to separate header files.
* More component library and document file merge code.
* A bunch of minor string readability and consistency fixes.
2009-09-22 12:27:57 +00:00
stambaughw
f7452ce131
Component library object and other minor improvements.
...
* Create static component library methods to manage library list.
* Rename component library, component, and alias objects to more readable name.
* Use pointer to component instead of root name to prevent redundant library searches.
* Add append message helper to message panel that calculates string length.
* Initial ground work for merging library and library document files.
* Improved component library file load error checking.
* Minor component library editor improvements.
2009-09-18 14:56:05 +00:00
charras
7776dd61eb
use kbool 2.1 in zones calculations. see CHANGELOG for others changes and more info
2009-09-17 17:48:40 +00:00
stambaughw
3803b79ac5
Component library editor improvements, build fix, and bug fixes.
...
* Add offset and block hit testing to library component objects.
* Improved search for library entries.
* Fixed library component editor component removal and addition.
* Library editor now uses wxUpdateUIEvents for updating all UI objects.
* Added version check to cmake find boost macro.
* Removed unused code in file libalias.cpp.
* Added method to WinEDA_DrawPanel to take mouse out of managed mode.
2009-09-14 13:24:17 +00:00
dickelbeck
362b6b53f6
NETCLASS work, see CHANGELOG.txt
2009-09-10 15:22:26 +00:00
charras
ef2e41e347
2009-09-10 13:04:04 +00:00
stambaughw
7c7d675cbf
Component library object improvements.
...
* Library component objects can now draw themselves without external drawing code.
* Fix all the library drawing and field objects to support component drawing code.
* Provide proper file dialog wild card for symbol libraries and us wxFileDialog.
* Update component library editing code to reflect component drawing changes.
2009-09-04 18:57:37 +00:00
stambaughw
79c9be258a
Replace PriorQue with boost::ptr_vector for component library entries.
...
* Replaced WinEDAListBox buttons with wxStdDialogButtonSizer.
* Moved library draw entries GenCopy method to base class.
* Remove priorque.cpp and priorque.h from CMakeLists.txt.
* The usual code cleaning and uncrustification.
2009-09-02 18:12:45 +00:00
faa
27a0c73c2a
minor bug russian GOST
2009-09-01 10:26:43 +00:00
charras
c3fde30419
code cleaning. Pcbnew: Minor enhancements in Plot dialog
2009-08-29 10:20:48 +00:00
charras
3806557ff9
Eeschema: fixed: root components non found in schematic
2009-08-28 07:11:56 +00:00
stambaughw
f54a9e58c1
Fixed find library entry bug and applied missing bezier curve load patch.
2009-08-27 19:44:13 +00:00
charras
b6e8c338c5
Eeschema: fixed: bad undo/redo for Drag commands
2009-08-27 13:51:02 +00:00
stambaughw
ab74cfeda8
Component library object improvements.
...
Moved all library entry manipulation code scattered throughout EESchema into
the component library object itself. Adding, removing, and searching is now
handled by the library object. This is the precursor to replacing the current
priority queue code.
2009-08-27 11:41:56 +00:00
charras
4a9dffc334
Fixed in Eeschema a bug that crashed Eeschema after a break wire command
2009-08-27 05:53:24 +00:00
dickelbeck
856b7c790f
beautify, move function comments to header for Doxygen
2009-08-23 14:21:41 +00:00
stambaughw
b739b2272e
Schematic library component objects can now load themselves.
...
This is the first in a series of updates to the schematic library component
object code. The goal is to eliminate the external manipulation of these
objects and push this code back into the objects themselves. Also replace
the priority queue and internal linked list implementations with DLIST or
Boost pointer containers.
2009-08-19 19:34:03 +00:00
charras
4117870f9f
cvpcb: fixed a crash when closing the footprint display frame
2009-08-19 06:10:47 +00:00
charras
4203845fdc
enhancements in dialogs (edit component in libedit and zones properties)
2009-08-18 11:07:21 +00:00
charras
2be6520a28
More about undo/redo in pcbnew and minor cleanup
2009-08-12 10:40:01 +00:00
charras
a6fc132999
More about undo/redo in pcbnew
2009-08-11 10:27:21 +00:00
charras
c718765268
More about undo/redo in pcbnew
2009-08-06 15:42:09 +00:00
charras
5699ee3b91
More about pcbnew undo/redo
2009-08-06 07:11:04 +00:00
charras
54a541f22c
fixed crashes in eeschema, modedit and 3D display
2009-08-04 18:21:32 +00:00
charras
304525db9a
undo/redo rework: fixed some problems ans crashes (not all) in libedit and modedit
2009-08-03 18:54:48 +00:00
charras
4b846e1fdc
pcbnew: work on undo/redo in progress
2009-08-03 07:55:08 +00:00
charras
41c80dd95b
pcbnew: work on undo/redo in progress
2009-08-01 19:26:05 +00:00
charras
f9be70f26d
pcbnew: work on undo/redo in progress Only delete commands are stored in undo/redo stack
2009-07-31 05:33:11 +00:00
charras
d535a0fc97
pcbnew: Starting work on undo/redo in pcbnew. Only some delete item commands are stored in undo/redo stack
2009-07-29 13:10:36 +00:00
charras
2a7ac9d3c4
fixed a recent bug in pcbnew print and plot dialogs: fine scale adjust displayed as 0.0
...
Rework on undo/redo and block functions: more efficient code to undo/redo block move and mirror operations
2009-07-27 14:32:40 +00:00
charras
618df99c56
Rework on undo/redo and block functions: more efficient code to undo/redo block move and mirror operations
2009-07-26 19:17:56 +00:00
charras
83be1f8a10
Rework on undo/redo and block functions: more efficient code to undo/redo block move and mirror operations
2009-07-26 17:16:42 +00:00
charras
daceb2e019
Rework on undo/redo and block functions
2009-07-25 07:31:07 +00:00
charras
8ec8cf3f43
Rework on undo/redo and block functions
2009-07-25 04:53:39 +00:00
charras
9d6daf5665
undo-redo rework
2009-07-23 15:37:00 +00:00
charras
f21d7bc675
eeschema: fixed crash in netlist generation when a component with no pin is found.
2009-07-21 07:25:31 +00:00
charras
61aca44ba5
OSX compatibility: removed not needed UpdateStatusBar( )
2009-07-20 17:30:11 +00:00
charras
a3cb1774f4
try to fix seg fault when generating netlist
2009-07-20 17:00:55 +00:00
charras
c4edb215fa
Try to fix some issues (OSX crashes and build and seg fault under linux)
2009-07-20 13:44:41 +00:00
charras
ff58b0a819
fixed: eeschema crashes when creating netlist with hierarchies (due to netlist calculations rework)
2009-07-15 07:10:07 +00:00
charras
d188bf5ae1
better compatibility with wxWidgets 2.9. Markers enhancement in pcbnew (right click can display marker info)
2009-07-13 15:25:41 +00:00
charras
3be6ba4234
Merged dialog_load_error_base and dialog_display_info_HTML_base, code cleaning
2009-07-13 07:01:57 +00:00
charras
1700a6a78d
Merged dialog_load_error_base and dialog_display_info_HTML_base
2009-07-13 06:20:18 +00:00
jerryjacobs
5156a1c119
Added load error dialog. To display file load errors in a wxTextCtrl with a message, this is the BUG 2802441 enhancement
2009-07-12 18:27:30 +00:00
charras
aa9e61eda5
Code cleanup about netlist, ERC and markers in eeschema ( work in progress )
2009-07-12 15:29:42 +00:00
charras
a97a2b4b3c
Eeschema: Connecting power pins of all parts is no more needed. see changelog
2009-07-10 12:29:31 +00:00
charras
baa278a3bc
More about ERC and markers in eeschema ( work in progress )
2009-07-09 17:02:15 +00:00
charras
6bedc7e058
More about ERC and markers in eeschema ( work in progress )
2009-07-08 18:06:11 +00:00
charras
c61cce48c0
More about ERC and markers in eeschema ( work in progress )
2009-07-08 15:42:45 +00:00
charras
6d930edec3
work in progress about ERC and markers in eeschema
2009-07-07 17:50:02 +00:00
charras
0d2ee0c023
See changelog. work in progress about ERC and markers in eeschema
2009-07-06 18:02:26 +00:00
jerryjacobs
d1e44864eb
Closed bug 2802441, see CHANGELOG.txt
2009-07-05 16:59:12 +00:00
charras
f7265b0ab1
Eeschema: better ERC diags (work in progress)
...
3D view: fixed: mirrored texts incorrectly drawn
2009-07-05 12:09:41 +00:00
charras
8355c3ad0d
committed dialog_find.pjd I deleted by error
2009-07-03 18:29:36 +00:00
charras
fe5694f970
Eeschema: better ERC diags (work in progress)
2009-07-03 18:25:06 +00:00
charras
e80d075078
make command-line invocation with relative paths work
2009-07-03 07:32:48 +00:00
charras
76fc40427f
minor code cleanup
2009-07-01 17:32:16 +00:00
charras
3370b1348c
Eeschema: added GetPenSize() used in Draw and Plot functions to get the thickness of lines. Finished
2009-07-01 16:07:18 +00:00
charras
c20d9b9328
minor bugs in plot functions (bad document size in PS header and junction size) fixed
2009-07-01 14:59:34 +00:00
charras
2cd70d79ca
Eeschema: added GetPenSize() used in Draw and Plot functions to get the thickness of lines. Work in progress
2009-06-30 20:18:18 +00:00
charras
c1e1da1f2b
Eeschema: added GetPenSize() used in Draw and Plot functions to get the thickness of lines. Work in progress
2009-06-30 19:21:41 +00:00
charras
7f9e91445c
Eeschema: added GetPenSize() used in Draw and Plot functions to get the thickness of lines. Work in progress
2009-06-30 17:57:27 +00:00
charras
e4b83b4096
added forgotten files
2009-06-30 15:36:17 +00:00
charras
f7a804e23d
Bugfix for plotting
2009-06-30 10:43:20 +00:00
charras
daeb19013e
minor changes
2009-06-28 18:13:55 +00:00
charras
2a80117065
Commit patch for plot functions from Lorenzo
2009-06-28 16:50:42 +00:00
stambaughw
17bf24354e
Build fixes for VC8, compiler warnings fixed, and some minor wxDC zoom changes.
...
* Added modified version of FindwxWidgets.cmake to prevent manifest build and link errors
with VC8.
* Fixed ambiguous math function ( sqrt, atan, cos, etc. ) call errors when building
with MSVC.
* Moved bitmap copy bitmap source file destination to the build path to prevent source
tree pollution and library rebuilds when building on different platforms.
2009-06-26 17:24:32 +00:00
charras
539f041b76
pcbnew: fixed bug in modedit: delete module in library not working
2009-06-26 12:52:24 +00:00
charras
cffe0cfcaa
support for bezier curves
2009-06-25 20:45:27 +00:00
charras
ed50bac88d
Pcbnew: fixed a recent bug that could be creates errors in rats nest calculations (forgotten rats nets)
2009-06-23 15:51:00 +00:00
charras
6791556e3a
Pcbnew: fixed a recent bug that could be creates errors in rats nest calculations (forgotten rats nets)
2009-06-23 15:45:53 +00:00
f3nix
7fc9e5f177
Clean some CMakeLists.txt files.
2009-06-21 13:37:27 +00:00
jerryjacobs
db6630b81c
Added hauptmech big patch, Updated documentation to match this patch. See CHANGELOG.txt
2009-06-19 20:13:22 +00:00
charras
92266a1986
Pcbnew: Added: in DRC tests: tests for vias min size and tracks min width.
...
Eeschema: code cleaning
2009-06-18 13:30:52 +00:00
faa
7c32fcb29b
russian GOST: very minor updates draw invert pin
2009-06-16 09:03:40 +00:00
faa
91d00f3215
libedit: move field bug
2009-06-15 07:40:54 +00:00
charras
18e9b0bfd4
Eeschema: code cleanup, new file added
2009-06-13 17:07:04 +00:00
charras
535a4d1f92
Eeschema: code cleanup
2009-06-13 17:06:07 +00:00
charras
b4bd181d07
added missing space in file when saving graphic texts justification
2009-06-12 04:07:09 +00:00
charras
f43d1aaa54
Added text justification for graphic texts in libedit and more(see changelog)
2009-06-11 14:26:17 +00:00
charras
a56c02e94b
change for macOSX compatibility
2009-06-08 18:10:40 +00:00
jerryjacobs
b24bbab0af
Solves bug 2802877
2009-06-08 12:29:52 +00:00
charras
edb48d461b
Fixed minor bugs. Code cleaning
2009-06-06 18:08:49 +00:00
charras
6f63197662
eeschema: now display lib list in alphabetic order in viewlib and get component.
...
Solved a minor bug in Search in lib command when attempt to search a component name in non loaded libraries
2009-06-04 10:42:59 +00:00
charras
a04588db7c
Changes in minimum pen size parameters used to draw or plot or print items.
...
Now uses only an unique default pen size for plot/print and draw items (see changelog)
2009-06-02 07:26:49 +00:00
charras
ce9db78c95
Cleaned and optimized code about new hershey fonts and bold texts handling (see changelog)
2009-05-30 16:06:01 +00:00
charras
c7fc091a42
better size scale factor for Hershey fonts
2009-05-29 15:45:13 +00:00
charras
d3dc65b656
minot changes
2009-05-29 07:29:55 +00:00
charras
80a713d895
commit hershey patch
2009-05-28 18:27:50 +00:00
charras
42b4cae45e
commit hershey patch
2009-05-28 17:39:40 +00:00
charras
b1d1a71101
Finished code cleaning about ratsnets calculations and handling.
...
Minor others changes.
2009-05-28 08:42:24 +00:00
stambaughw
8bf7911125
Build improvements, compiler warning fixes and build fixes, and lots of clean up.
...
* Created separate SVN version header.
* Add true config.h for platform dependency checks.
* Add dependency check cmake module.
* Remove some leftover hand crafted make files.
* Remove non-cmake build instructions from COMPILING.txt.
* Fix split _() strings causing Visual C++ compiler error.
* Fix lots of compiler warnings.
* Change project file parameter container from wxArray to boost::vector_ptr.
* Removed lots of redundant header definitions.
* Fixed green_xpm redefinition in ercgreen.xpm.
* Remove some dead code and unnecessary class methods.
2009-05-21 17:42:42 +00:00
charras
b256efc50e
minor bugs fixed
2009-05-21 12:45:21 +00:00
charras
de9fb14f65
minor updates
2009-05-16 05:38:38 +00:00
charras
26b20cad1e
Better label dialog editor. Libedit: now, cannot change the component name to an existing alias name (eeschema crashes when happens)
2009-05-13 10:26:11 +00:00
charras
aed1e5d435
Rework on TEXTE_PCB, SCH_TEXT and EDA_TextStruct classes.
...
Code seriously cleaned, obscure and duplicated code removed, and some oddities removed.
Better support of multiline texts.
2009-05-12 13:23:05 +00:00
charras
5759f734a8
Rework on TEXTE_PCB, SCH_TEXT and EDA_TextStruct classes.
...
Code seriously cleaned, obscure and duplicated code removed, and some oddities removed.
Better support of multiline texts.
2009-05-12 12:12:34 +00:00
drannou
1f7fc4940f
multiline feature for eeschema with 'save schematic' bug fix
2009-05-09 21:54:33 +00:00
charras
4757c175e3
fixed a minor bud in pinedit. COMPILING.txt updated
2009-05-09 17:29:48 +00:00
charras
13a1c6be37
delete "old" makefiles. Use CMakefiles only
2009-05-07 17:33:05 +00:00
charras
dfa7e1d618
Code cleaning and enhancements about EDA_TextStruct
2009-05-07 17:10:53 +00:00
stambaughw
c2b600ce39
Replace wxList with boost::ptr_vector and fix automatic association bug in CVPCB.
...
* ALL: More changes for wxDC based zooming.
* 3D_VIEWER: Wrap 3d_viewer.h to prevent redefinitions.
* CVPcb: Replace wxList with boost::ptr_vector and take advantage of boost::foreach.
* CVPcb: Fix automatic association bug.
* CVPcb: Rename some variables for clarity and some minor code clean ups.
* CVPcb: Fix GTK sizing issue in library and path dialog.
* EESchema: Remove left over sizer from last commit from library and path dialog.
2009-05-06 11:55:36 +00:00
charras
7988f2ca21
code cleanup
2009-05-05 18:25:47 +00:00
charras
b49c2d2b9d
code cleanup, remove multiline text option in eeschema (multiline text is a work in progress) and minor enhancements
2009-05-05 17:32:07 +00:00
stambaughw
1e6a46528d
Removed non-standard dialog UI control text colors missed in last commit.
2009-05-01 19:46:52 +00:00
stambaughw
0652ab4fd2
PCBNew UI normalization and global variable reductions.
...
* All: remove all remaining occurrences of g_DialogFont and dialog font menu handers.
* All: remove all remaining non-standard fonts and button text colors from common dialogs.
* PCBNew: remove all non-standard fonts and button text colors from dialogs.
* PCBNew: update project library and path dialog to match changes to CVPCB version.
* EESchema: update project library and path dialog to match changes to CVPCB version.
* EESchema: save vertical/horizontal line direction setting between sessions.
2009-05-01 18:06:03 +00:00
stambaughw
5114b863e5
EESchema UI normalization and configuration updates and Gerbview parser bug fix.
...
* All - add wxList implementation for dynamic declaration of application settings.
* EESchema: remove non-standard fonts and dialog button text colors from all UI controls.
* EESchema: update project file and application settings from static to dynamic method.
* EESchema: save and restore show hidden pins state between sessions.
* EESchema: global variable reductions.
* EESchema: use EVT_UPDATE_UI instead of SetToolbars() to set control states.
* EESchema: remove unused DialogBlocks BOM dialog project file.
* GerbView: remove non-standard fonts and dialog button text colors from all UI controls.
* GerbView: fix infinite loop when parsing RS274X aperture definitions with whitespace.
* GerbView: add file name to export to PCBNew select layer dialog.
2009-04-29 17:09:00 +00:00
charras
a6278c25f4
removed warn compil., updated CMakefiles for macosx and removed obsolete makefile.macosx
2009-04-29 12:10:15 +00:00
drannou
fb25b5c403
Adding multi-line feature in PCBNEW and EESCHEMA
2009-04-28 19:34:42 +00:00
charras
fab8dece8f
Minor enhancements and changes for wxWidgets 3 compat
2009-04-26 17:00:59 +00:00
charras
d6af27a308
eeschema: enforce time stamp control and repairs bad time stamps in annotation.
2009-04-25 10:12:30 +00:00
charras
6039a5f785
Added: handling multiple user paths in library path list in pcbnew.
...
Small change in doc files: footprint_doc moved from help to share/modules
TODO: change dialog_cvpcb_config and copy code (from pcbnew) for multiple user paths in library path list in cvpcb.
2009-04-19 15:03:48 +00:00
charras
ff68ae0bf8
Added: handling multiple user paths in library path list (currently, only in Eeschema)
2009-04-18 14:14:40 +00:00
charras
9edace2f5f
Code clarification about 3 confusing functions to display info: DisplayInfo (displaying a message info) and class members DisplayInfo and Display_Infos doing the same thing (see changelog)
2009-04-17 08:51:02 +00:00
faa
3339f54f50
not build -DKICAD_GOST
2009-04-17 03:31:04 +00:00
charras
7ab924c3e1
minor bugs fixed, and remove warnings when using wxWidgets 3 in specctra.cpp
2009-04-16 08:48:54 +00:00
stambaughw
cc661bdce8
Minor search path updates, initial UI clean up, and more wxDC zoom work.
...
* Add default OS program install path(s) to search path list as fail safe.
* Remove unnecessary wxGetApp calls in WinEDA_App class methods.
* Remove non-standard message panel font and changed background to system menu color.
* Remove italic fonts from menus.
* Remove non-standard font in Kicad app project tree.
* Remove font selection dialog menu items from apps for removed fonts.
* Remove all global variables and settings associated with the removed fonts.
* Fixed PCBNew export and import library file dialog response tests from wxCANCEL to wxID_CANCEL.
2009-04-15 19:53:41 +00:00
charras
50d1bcb171
more about management of lib files in defualt paths
2009-04-15 15:53:21 +00:00
charras
dd4e90215e
typo; bug in lib component edition: doc filename was entered from browse button without extension.
2009-04-15 12:12:59 +00:00
charras
20cb87a8b7
better handling of libraries paths (removed g_RealLibraryBuffer that had no sense with the new code), mainly in Eeschema
...
TODO: better handling of user lib paths (more than one path)
2009-04-14 16:45:22 +00:00
charras
89e7f96574
made kicad compilable with wxWidgets 2.9 (wxWidgets 3)
2009-04-13 05:58:11 +00:00
charras
f3e4682f54
eeschema: some fixes, see CHANGELOG
2009-04-12 14:39:54 +00:00
charras
d79fff5d9e
eeschema library cache name changed from <root_name>.cache.lib to <root_name>-cache.lib.
...
Needed with the new code using wxFileName
2009-04-11 15:50:31 +00:00
charras
cfc3d9194d
pcbnew: erroneous extension when savin *.mdc files (saved as *..mdc)
2009-04-11 15:12:58 +00:00
charras
f02980cdaf
eeschema: library order when loading libs fixed (i hope)
2009-04-10 14:57:10 +00:00
charras
82d8faeb40
eeschema: library order when loading libs fixed (i hope)
2009-04-10 14:53:24 +00:00
charras
9f7ca3444b
eeschema: Viewlib: listboxes for lib or component selection are now resizable
2009-04-10 13:39:03 +00:00
stambaughw
d96039a1fb
Change search path order, wxDC zoom updates, and code clean ups.
...
Add helpers for inserting paths to and removing paths from search list.
Moved user defined path before default library paths in search list.
Renamed m_Draw_Auxiliary_Axis to DrawAuxiliaryAxis.
Changed parameter to fix wxDC set mode from FALSE to GR_COPY.
Minor wxDC zoom improvements.
2009-04-09 18:39:39 +00:00
charras
24b8f4a5b2
Fixed: inconsistencies in dialog_eeschema_config.cpp (delete and add/insert do not have the same behavior: add/insert cannot be cancelled )
2009-04-09 13:21:26 +00:00
charras
dea07b0fac
broken SCH_COMPONENT::GetRotationMiroir() rewritten (problem when editing a mirrored and rotated component fixed)
2009-04-09 11:34:41 +00:00
charras
4b212810dd
minor bugs fixed (including plot labels issues)
2009-04-09 09:00:23 +00:00
charras
ceb1de9e24
eeschema: in file menu: "save as" and "load" uses current path
2009-04-08 18:20:27 +00:00
stambaughw
dfb88c6495
Library search path fixes, library configuration dialog fixes, and code cleaning.
...
Added application method to fix searching for user libraries.
Fixed documentation search path bug.
Moved auto pan setting from draw frame to draw panel were it is defined.
Some minor device context drawing changes.
2009-04-08 18:06:22 +00:00
charras
e719b42e1f
made GetAssociatedDocument() compatible with last changes in kicad path handling.
2009-04-07 15:54:40 +00:00
charras
6cd422ef8a
pcbnew: fixed: bug 2738052 (Delete tool does not delete zones outlines)
...
eeschema: fixed: void history file list in menu
2009-04-07 12:01:08 +00:00
charras
1343d9fd41
pcbnew: fixed: bug 2738052 (Delete tool does not delete zones outlines)
...
eeschema: fixed: void history file list in menu
2009-04-07 11:53:58 +00:00
stambaughw
5b3c5861bd
More search path, compiler warning, and bug fixes.
...
Added template subdirectory to library search path list.
Removed PARAM_CFG_BASE empty destructor to prevent GCC warning.
Set timeout to 0 on DisplayInfo call to prevent debug assertion in eeschema/files-io.cpp.
Declare PARAM_CFG_ARRAY for future project file object implementation.
Removed unnecessary COMMON_GLOBL definition in gr_basic.h and param_config.h.
2009-04-06 18:54:57 +00:00
f3nix
0706234d8d
Set eol-style native on new files.
2009-04-06 16:21:39 +00:00
charras
71ca194b68
overbar patch merged mainly in eechema/class_pin.cpp. Some cleanup and compil problem fixes.
2009-04-06 10:56:17 +00:00
stambaughw
689579bde1
Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt.
2009-04-05 20:49:15 +00:00
charras
b65590f708
code cleanup in project_config.cpp and some enhancements
2009-03-28 20:02:34 +00:00
charras
0f725ee2fc
DRC: added test pads to holes (pcbnew). Others minor changes
2009-03-23 19:54:15 +00:00
charras
2ad254d67e
minor update
2009-03-22 11:34:14 +00:00
charras
4eadae0c2b
refinements and switch to final version
2009-03-20 10:02:40 +00:00
dickelbeck
cdbd1b294e
tolerate long library lists
2009-03-15 21:13:56 +00:00
f3nix
4fd81b82fc
Fix debug build problem.
2009-03-15 02:51:24 +00:00
charras
e5390617cd
eeschema: fixed bug in BOM dialog
2009-03-14 07:11:30 +00:00
charras
2751b177df
typos
2009-03-13 07:26:08 +00:00
charras
2a9a799f01
eeschema: Added: option to print ALL (more than 8) users fields in B.O.M.
...
pcbnew: added 5 metric grids and fixed a very minor bug when creating drill map.
2009-03-12 15:24:52 +00:00
charras
6431e9c94d
pcbnew, gerbview: print&plot: error message displayed when no layer selected.
2009-03-10 08:26:52 +00:00
charras
6b8bc98db3
fixed in libedit: import symbol not working.
2009-03-04 17:19:08 +00:00
dickelbeck
d03d8815cf
grid color saved in config file
2009-03-02 14:50:13 +00:00
charras
631b192bbd
eeschema,libedit: fixed: move line broken
2009-02-27 18:00:37 +00:00
charras
859a4f72d3
eeschema: fixed screen was not refresh the first time one leave a sheet
2009-02-27 07:54:51 +00:00
charras
663959f4c8
fixed: eeschema: incorrect default position of void fields when loading schematic files
2009-02-26 16:21:19 +00:00
stambaughw
1678438468
Fix EESchema hot key bugs, fixes bug #1896790 .
2009-02-25 20:54:49 +00:00
charras
e9c7d50ca6
fixed some typo, misspelling and errors in menus.
2009-02-21 15:12:26 +00:00
charras
b8e27b5085
minor changes
2009-02-21 12:14:33 +00:00
charras
c0b31f92f9
Zoom 0.5 added in eeschema and pcbnew. Some artefacts when drawings filled zones accepted.
2009-02-14 18:01:07 +00:00
charras
053093fabc
minor bug in LibDrawPolyline::GetBoundaryBox() fixed
2009-02-13 09:11:12 +00:00
stambaughw
4c9cf1dfe5
Fix zoom accelerator keys in schematic library viewer for wxMSW.
2009-02-12 21:21:01 +00:00
charras
3f6f3c7bbf
eeschema bug fix: wires connected to a component non dragged in drag component command
2009-02-12 08:12:41 +00:00
dickelbeck
37d2057bee
remove flashing/redrawing of text edit dialog
2009-02-10 20:02:51 +00:00
charras
0d6c62a9ef
Bug (only in my last commit) fixed under Windows. Removed some warnings in compilation
2009-02-10 12:37:12 +00:00
dickelbeck
af4e798b93
enhance dialog_edit_label
2009-02-09 20:27:16 +00:00
dickelbeck
46d816fd4d
bug This seems to be a bug in the wxWidgets library or the Mac OS X's file
...
globbing handler. There should be no reason the mask cannot have two '*'s
in it.
The wildcard part of the mask component should be discarded when the user
picks an actual file. For now, we work around this bug by removing the
2nd mask.
2009-02-09 15:33:43 +00:00
charras
2075ac8476
minor (and old) bugs fixed.
...
minor changes in search paths for help and translation files.
2009-02-07 20:11:09 +00:00
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
vesa_solonen
8e437b23b2
New zoom factors
2009-02-04 18:17:24 +00:00
stambaughw
b833a46bad
More header file realignments to reduce recompiling and general code cleaning.
2009-02-04 15:25:03 +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
dickelbeck
75ea28917c
added the superbly convenient EnsureTextCtrlWidth()
2009-01-29 17:30:38 +00:00
stambaughw
2e5a57e100
New zoom implementation and some build optimizations.
2009-01-29 14:26:20 +00:00
dickelbeck
3d8e783d63
chipnameTextCtrl minimum text width
2009-01-29 08:58:48 +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
5c4c584b93
Cleaning code in print dialogs.
2009-01-17 17:32:20 +00:00
charras
098a5bfe85
minor changes.
2009-01-15 20:50:59 +00:00
charras
b27bbe9cac
Eeschema+Pcbnew: code cleanup and refinements in plot SVG format
2009-01-13 19:18:54 +00:00
charras
19e5bc3b01
Added: Pcbnew print SVG format (see changelog)
2009-01-11 19:12:18 +00:00
charras
31e3e98522
Print and plot functions now properly prints all sheets in a complex hierarchy
2009-01-08 20:29:07 +00:00
charras
1fd73dff3d
Plot PS function now properly plots all sheets in a complex hierarchy.
2009-01-08 10:11:39 +00:00
charras
00dadcbbdd
Print function now properly prints all sheets in a complex hierarchy.Plot functions not yet updated
2009-01-07 20:09:03 +00:00
charras
1b5baa6bc0
removed a minor bug in eeschema introduced in my recent commit. Added comments
2009-01-07 17:33:18 +00:00
stambaughw
4a489895a3
More zoom clean ups and code cleaning.
2009-01-07 15:59:49 +00:00
charras
2be24e1f58
Added comments about complex hierarchy handling. some code cleaning.
2009-01-06 20:09:32 +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
79472a683e
eeschema: minor changes in field edition
2009-01-02 17:31:32 +00:00
charras
598cc337d2
Code cleaning
2009-01-02 17:07:50 +00:00
charras
ada6b6b8ba
Code cleaning
2009-01-02 13:19:34 +00:00
charras
02b670d8b3
minor change in eeschema.
2009-01-01 08:29:38 +00:00
charras
f7d1c72a08
more in fields edition. Components in lib can have more than 8 user fields
2008-12-31 16:49:45 +00:00
charras
441efc9f2c
Bugs and problems solved in fields edition (some are windows only)
2008-12-31 15:01:29 +00:00
charras
23748be6df
More about italic andf bold in fileds in libraries
2008-12-31 09:27:19 +00:00
charras
162492efe2
Change dialog to edit fields in libedit (see CHANGELOG.txt)
2008-12-30 20:46:54 +00:00
charras
930a777eb7
Change dialog to edit fields in libedit (see CHANGELOG.txt)
2008-12-30 19:18:56 +00:00
dickelbeck
0d790e57a2
polygon work, EDGE_MODULE::m_PolyPoints is now std::vector
2008-12-29 18:02:54 +00:00
charras
348cfa79b0
More about italic and bold texts options in fields and graphic texts + code cleanup
2008-12-28 18:00:37 +00:00
raburton
3c27f847b8
set eol-style native on new file
2008-12-20 21:27:52 +00:00
charras
4d12bd3e3d
Solved problems with mirrored texts. cleaning obsolete files
2008-12-20 20:38:39 +00:00
charras
af048ff2e3
Italic option for pcb texts
2008-12-20 17:28:25 +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
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
faa
829f54831c
not build with KICAD_GOST after code cleanup
2008-12-15 07:55:42 +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
9dae370c1f
cleanup, cosmetic enhancements. enhancements about display zones options
2008-12-12 21:30:07 +00:00
charras
f21e24f2fb
code cleanup, better comments and comments translation
2008-12-10 18:00:15 +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
ceeb27cfd5
eeschema: solved: incorrect draw origin setup for viewlib and libedit
2008-12-06 19:44:02 +00:00
charras
e29d89c7c7
minor changes and cleanup
2008-12-06 12:49:33 +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
jerryjacobs
4ce4e6aa6c
Cleaned function headers coding style to more elegant style
...
+ Function name on newline
+ All function parameters on newline ( the first on function name line )
Update dutch language
2008-12-04 21:43:20 +00:00
charras
07299b3e84
eeschema: removed a bug that crashes eeschema when attempting to edit a component not found in lib
2008-12-04 20:53:11 +00:00
dickelbeck
aab39d1de7
injected DLIST<> into many list heads, see change_log.txt
2008-12-04 04:28:11 +00:00
charras
55bc5be7a9
translation of last french comments in dialog_edit_component_in_schematic.cpp, and minor enhancements
...
Update french dictionnary
2008-11-27 18:42:19 +00:00
dickelbeck
4f1c146957
done with "edit component in schematic editor"
2008-11-26 06:25:20 +00:00
dickelbeck
226648f67a
radio button vulnerabilities
2008-11-26 05:08:37 +00:00
dickelbeck
6abee4174b
switched to framebuilder
2008-11-26 04:49:43 +00:00
dickelbeck
671fabe120
edit component in schematic work
2008-11-26 00:20:16 +00:00
dickelbeck
a1659e4141
further dialog development
2008-11-24 21:06:50 +00:00
dickelbeck
b113d17eeb
makefile tweaks
2008-11-24 07:12:27 +00:00
dickelbeck
9c66eb57d9
new editor files
2008-11-24 06:59:08 +00:00
dickelbeck
3ef380f936
dlist cleanups, start of edit component in schematic rework
2008-11-24 06:53:43 +00:00
charras
346914c9e3
Some cleanup and libraries update
2008-11-22 11:10:40 +00:00
dickelbeck
0a3fdeedf6
Lorenzo's fix plus tidying
2008-11-21 21:17:15 +00:00
jerryjacobs
4c2b9e2199
+ Updated Atmel library
...
+ Moved DIP Packages to dip_sockets.mod from support.mod
+ Made DIP Packages board
+ Dutch language update to 90%
2008-11-19 20:25:17 +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
charras
09701a74dd
Eeschema: solved minor problems in libedit in functions locate and move fields.
2008-11-12 17:27:32 +00:00
jerryjacobs
90b9850e51
Dutch language update
...
- 140 strings translated
- 450 strings left
2008-11-09 18:15:24 +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
07767585c3
better code compatibility with others compilers (MSVC)
2008-10-30 20:12:29 +00:00
charras
78bbe94923
Use double instead float when possible, ande code cleaning.
...
change EXCHG macro to equivalent inline functions
(better code compatibility with some compilers)
2008-10-30 10:55:46 +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
3c97a45f48
code cleaning, and some minor bugs solved
2008-10-25 10:21:46 +00:00
charras
ffca523980
code cleaning in zones functions
2008-10-23 10:26:06 +00:00
jerryjacobs
cbdf6a9009
Dutch language update
2008-10-22 20:51:21 +00:00
dickelbeck
9a411453af
more design ideas
2008-10-20 03:55:06 +00:00
dickelbeck
b28d1ea418
fixed the SCH_COMPONENT copy constructor, make GenCopy() inline
2008-10-19 18:31:09 +00:00
dickelbeck
84609e62ab
initial work on new component property dialog
2008-10-19 18:30:25 +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
dickelbeck
7beb0f2226
partial move back towards UIpolicy.txt
2008-10-18 23:41:16 +00:00
charras
53b0165b3e
eeschema: restore right value for m_Parent field member in SCH_COMPONENT::GenCopy() and SCH_COMPONENT::SwapData()
2008-10-18 13:42:21 +00:00
dickelbeck
324f574439
better vector element swap
2008-10-17 18:45:14 +00:00
charras
ddaa8c9d55
typo in menus & dialogs
2008-10-15 11:46:53 +00:00
jerryjacobs
062bbfe1c3
2008-10-13 18:28:30 +00:00