Maciej Suminski
766da1e494
Code formatting.
11 years ago
Tomasz Wlostowski
506e8c4d89
added missing file
11 years ago
Tomasz Wlostowski
f650eca784
dialogs: store inline drag mode in PNS settings dialog
11 years ago
Tomasz Wlostowski
a180f70086
router: compute (and display) DP gap dynamically when tuning length
11 years ago
Tomasz Wlostowski
0ade919a98
router: fix shortcut crash & inline dragging for inline dragging P&S
11 years ago
Jonathan Jara-Almonte
2fd493255d
router: compute diff pair gap on the fly when tuning the length
11 years ago
Tomasz Wlostowski
171d39c8d0
router: invoke interactive drag when dragging traces/vias in edit tool (disabled by default)
11 years ago
Tomasz Wlostowski
a86fda1d37
tools: added TOOL_SETTINGS class for storing persistent tool settings in config file (just a wrapper for wxConfigBase) router: free angle mode (mark obstacles only) & persistent settings
11 years ago
Mathias Grimmberger
7724c581fd
router: support for non-90 degree pad orientations
11 years ago
Tomasz Wlostowski
4abcc159d2
router: don't run optimizer if head line == NULL or on shove failure
11 years ago
Tomasz Wlostowski
52e193eded
router: fixing assert
11 years ago
Tomasz Wlostowski
e6dd016cb2
router: improve rounding error handling in hull calculation
11 years ago
Tomasz Wlostowski
f96c65254c
router: allow for insertion of a via without leading trace (e.g. in the middle of already existing trace)
11 years ago
Tomasz Wlostowski
a3edd9706f
router: more robust nearest obstacle clipping
11 years ago
jean-pierre charras
c48a417dcd
Pcbnew: Replace wxComboBoxes by wxChoice in auxiliary horizontal toolbar, to try to avoid issues on OSX (combo boxes not responding to mouse clicks).
11 years ago
jean-pierre charras
1311f81448
Replace wxComboBoxes by wxChoice in auxiliary horizontal toolbar, to try to avoid issues on OSX.
11 years ago
Maciej Suminski
1073ba1999
Fixed crash on double switching to legacy canvas on start.
11 years ago
Maciej Suminski
9d27caca75
More robust method of regaining keyboard focus (GAL).
11 years ago
Maciej Suminski
d3e276387d
Ratsnest fix (GAL).
11 years ago
jean-pierre charras
5c7f073a28
Hotkeys: try to use Cmd instead of Ctrl on Mac OSX.
11 years ago
jean-pierre charras
2796a843e7
3D viewer: minor fix in toolbar icons: the rotate Z and rotate Y icons were swapped.
11 years ago
jean-pierre charras
0a10813352
Eeschema: BOM dialog: fix some minor issues when displaying messages.
Cvpcb: fix Bug #1470201 (select next/previous unlinked comp and clear links not working well)
demo/complex_hierarchy: use our new schematic symbols.
11 years ago
Maciej Suminski
51c0ae3480
Fixed cursor offset in GAL.
11 years ago
Maciej Suminski
6ad6f0bde2
Corrected VIEW::ToScreen().
11 years ago
jean-pierre charras
377942ed2a
Minor fixes.
11 years ago
Maciej Suminski
785638a396
more fix for Cairo setting screen size.
11 years ago
Maciej Suminski
d3c7b45438
Corrected GAL canvases screen size, so they do not include scroll bars.
11 years ago
Maciej Suminski
b352ef9deb
Panning with keyboard (GAL).
11 years ago
Maciej Suminski
30b679ae5e
Cursor control with keyboard (GAL).
11 years ago
Maciej Suminski
b5ef511063
Fixed alignment to grid when there is a grid offset (GAL).
11 years ago
Maciej Suminski
5ca8e0b9d6
Fixed incorrect polygon finishing in 45-degree mode (GAL).
11 years ago
jean-pierre charras
272f1b35b6
Eeschema: Dialog BOM: minor fix in help doc, and a minor enhancement (the plugin name with %P in name is correctly found to display its help and to edit it)
11 years ago
unknown
15cc245a83
Eesschema, dialog rescue: enhancements:
- Slightly change the info text in the dialog. Add a definition of exactly what it means to "rescue" a component.
- Reload the project libraries when a project is opened, even if kicad is already running and the same project is open (to be sure the lib cache is up to date).
- Set the Modified flag on cancel, because a change has indeed been made (choosing not to rescue is equivalent to updating the components)
11 years ago
LordBlick
3adf12344a
Use the system text color in WX_HTML_REPORT_PANEL.
11 years ago
jean-pierre charras
66aa22c1db
Eeschema: remove an unused argument in a few functions.
Fix also the minor Bug #1469504 .
11 years ago
jean-pierre charras
3076876ef2
Dialog set grid: add error checking in dialog (min and max grid size and max offset)
11 years ago
Eldar Khayrullin
f556161a21
Fix Pcad to kicad circle conversion.
11 years ago
Simon Richter
2df8495e4f
Eeschema: fix error in library pin table editor pin grouping broken in commit r5751.
* Coverity warns about falling through the switch statement which is acutally the correct behavior.
11 years ago
Wayne Stambaugh
c288d200fb
Minor wxPython scripting improvements.
* Wrap Pgm().OnPgmExit() changes in APP_SINGLE_TOP to build conditionally
when KICAD_SCRIPTING_WXPYTHON is enabled.
* Check the result of loading the correct wxPython version during
initialization.
11 years ago
jean-pierre charras
7be1d32a10
Fix minor issues (included Bug #1469358 hierarchical sheet pin not redrawn after edition)
11 years ago
Chris Pavlina
ada5274b28
Remove some unused variables.
11 years ago
Chris Pavlina
3af895e285
Replace abs() with std::abs().
11 years ago
unknown
f194905117
Fixes and enhancements in python scripts relative to BOM generation.
11 years ago
Maciej Suminski
1c5cde94f0
Make WX_HTML_REPORT_PANEL use the default system background color.
11 years ago
Maciej Suminski
15857f22ca
Fixed dragging offset in eeschema after crossprobing a multipart component in pcbnew GAL canvas.
11 years ago
Maciej Suminski
37db33cbca
Update cross hairshape (GAL).
11 years ago
Maciej Suminski
a43a288e10
Update zones when DRC is launched (GAL).
11 years ago
Maciej Suminski
ac6a90afa3
Update ratsnest after properties are changed.
11 years ago
Chis Pavlina
f3c73f5947
Eeschema: minor component library rescue helper fixes.
* Components with multiple "converts" were rendered with all of them overlapping instead
of just one.
* Schematics missing a -cache.lib resulted in unnecessary renaming suggestions.
* The dialog title "Conflicts Checking" is inaccurate now (as we're checking for more than
just conflicts) and also somewhat awkward, unidiomatic GUI English; I renamed it to
"Project Rescue Helper".
11 years ago
unknown
71b3125d8e
Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro.
11 years ago