Chris Pavlina
3d88cc2a36
Rename method for consistency with similar class
FOOTPRINT_PREVIEW_PANEL::AddToPanel -> InstallOnPanel
9 years ago
Chris Pavlina
fb6bf0c861
Fix SetColumnWidth() assertion in TWO_COLUMN_TREE_LIST
Fixes: lp:1665982
* https://bugs.launchpad.net/kicad/+bug/1665982
9 years ago
Chris Pavlina
2632b1d1a0
Revamp component chooser and add footprint preview
This commit brings several changes:
- Add a footprint preview pane to the eeschema component selector
- Upgrade component list to wxTreeListCtrl
- Factor out wxTreeListCtrl subclass TWO_COLUMN_TREE_LIST which
patches a column size bug
- Linkify datasheet URL in info pane
9 years ago
jean-pierre charras
a9fbedfb12
More Coverity warnings fixes.
9 years ago
jean-pierre charras
dec2d6e8cc
Fix a few Coverity warnings. A bit of clean code in export_vrml.cpp.
9 years ago
jean-pierre charras
c225af747f
mathplot: fix a bug and remove unused variables ( it fixes a few compil warnings) from Coverity analysis.
Uncrustify mathplot.h and fix a few coding style issues.
9 years ago
Maciej Suminski
1420a0179f
Removed deprecated pragmas to mute warnings
9 years ago
Simon Richter
59c81976dc
Explicitly mark overriding functions.
9 years ago
Maciej Suminski
2f4c9b7263
Do not mark wxMathPlot docs as the main Doxygen page
9 years ago
Maciej Suminski
557f9270c7
wxMathPlot basic code formatting
9 years ago
jp charras
b2f60009a6
wxWidgets 3.1/Win7 fixes
9 years ago
Tomasz Wlostowski
b20f941bd0
sim: hopefully final version of plot axis unit/suffix handling.
9 years ago
Maciej Suminski
63bdb3995e
Fixes for limited view panning
9 years ago
Tomasz Wlostowski
e9609fe19d
mathplot: removed some warnings, fixes to labelling code
9 years ago
Maciej Suminski
9d8b40b93d
Reset scales when a plot is removed
9 years ago
Tomasz Wlostowski
d0e1f2e412
mathplot: silence debugging messages
9 years ago
Maciej Suminski
5c32e35d27
Minor fixes to wxMathPlot
9 years ago
Maciej Suminski
b25781814d
Fixed cursors
9 years ago
Tomasz Wlostowski
e8d6a42e1a
simulator: working on magnitude/phase plots
9 years ago
Tomasz Wlostowski
b9e31f6d3a
mathplot: further improvements for simulator [wip]
9 years ago
Tomasz Wlostowski
30c87527da
mathplot: slave scale locking [wip]
9 years ago
Tomasz Wlostowski
d2f4d5c2fb
mathplot: various improvements, added log scale [wip]
9 years ago
Maciej Suminski
06463252d7
wxMathPlot: Limited zooming and panning
9 years ago
Maciej Suminski
f634cff206
wxMathPlot: Removed mouse help related functions
9 years ago
Maciej Suminski
a35e324c3f
Mouse controls in simulation plot made coherent with the rest of KiCad
9 years ago
Maciej Suminski
c4e67c088d
wxMathPlot: Fixed a method name (Set->Get), GetName() returns a const reference
9 years ago
Maciej Suminski
f3fabeb9fb
Right click context menu for signals (including adding cursors)
9 years ago
Maciej Suminski
d5ce31dc8e
mathplot.h code formatting
9 years ago
Maciej Suminski
51906625ee
Replaced sim plotting widget with wxMathPlot
9 years ago
Chris Pavlina
fe53ec8c23
hotkeys: add defaults command to right-click menu
The new (eeschema, so far) hotkeys editor uses the right-click menu for the
reset command, so the reset-to-default function that was added in 6652
(git:0cd7476) was not accessible from eeschema.
10 years ago
unknown
0cd747668f
Hotkeys Editor has now a "reset to default" button
10 years ago
Chris Pavlina
14008321fe
Dynamically size horizontal column if necessary.
10 years ago
Chris Pavlina
06add0d130
Add context menu
10 years ago
Chris Pavlina
4dad12794a
Add and use WIDGET_HOTKEY_LIST::InstallOnPanel
10 years ago
Chris Pavlina
7d30eaf13a
Refactor keycode lookup
10 years ago
Chris Pavlina
a16b2c6eba
New hotkey press acquirer
10 years ago
Chris Pavlina
af042628ff
Refactor WIDGET_HOTKEY_LIST out of DIALOG_HOTKEYS_EDITOR
10 years ago