Tree:
16de0a666c
4.0
5.0
5.1
6.0
6.0.7
7.0
8.0
9.0
fusion360
jobs
master
newinvert
pcb_db
revert-0c36e162
4.0.0
4.0.0-rc1
4.0.0-rc2
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.0.7
5.0-dev
5.0.0
5.0.0-rc1
5.0.0-rc2
5.0.0-rc2-dev
5.0.0-rc3
5.0.0-rc3-dev
5.0.1
5.0.1-dev
5.0.2
5.1.0
5.1.0-dev
5.1.0-rc1
5.1.0-rc2
5.1.1
5.1.10
5.1.11
5.1.12
5.1.2
5.1.3
5.1.4
5.1.5
5.1.5-rc1
5.1.6
5.1.6-rc1
5.1.7
5.1.8
5.1.9
5.99.0
6.0.0
6.0.0-rc1
6.0.0-rc1-dev
6.0.0-rc2
6.0.1
6.0.10
6.0.11
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.7-rc1
6.0.8
6.0.9
6.99.0
7.0.0
7.0.0-rc1
7.0.0-rc2
7.0.1
7.0.10
7.0.10-rc1
7.0.11
7.0.11-rc1
7.0.11-rc2
7.0.11-rc3
7.0.11-rc4
7.0.2
7.0.3
7.0.4
7.0.5
7.0.6
7.0.6-rc1
7.0.6-rc2
7.0.6-rc3
7.0.7
7.0.7-rc1
7.0.8
7.0.8-rc1
7.0.9
7.0.9-rc1
7.0.9-rc2
7.99.0
8.0.0
8.0.0-rc1
8.0.0-rc2
8.0.0-rc3
8.0.1
8.0.1-rc1
8.0.1-rc2
8.0.2
8.0.2-rc1
8.0.2-rc2
8.0.3
8.0.3-rc1
8.0.4
8.0.4-rc1
8.0.4-rc2
8.0.5
8.0.5-rc1
8.0.6
8.0.6-rc1
8.0.7
8.0.7-rc1
8.0.8
8.0.8-rc1
8.0.9
8.0.9-rc1
8.99.0
9.0.0
9.0.0-rc1
9.0.0-rc2
9.0.0-rc3
9.0.1
9.0.1-rc1
9.0.1-rc2
9.0.2
9.0.2-rc1
9.0.3
9.0.3-rc1
9.0.4
9.0.4-rc1
9.0.5
9.0.5-rc1
9.99.0
April-2010-release
baseline
copy-of-subversion-repo
original_code
patch_baseline
pre-kiway
review
${ noResults }
1 Commits (16de0a666c3a5d698e1c3c7b32447b82a9209657)
Author | SHA1 | Message | Date |
---|---|---|---|
|
16de0a666c |
Horizontal/vertical zoom for Simulator plots
ADDED: Horizontal/vertical zoom for simulator plots, via mouse wheel, toolbar buttons, menu commands, and hotkeys. ADDED: Simulator preferences panel, populated with mouse wheel and trackpad settings that control pan and zoom of simulator plots. ADDED: Zoom In/Out Horizontally/Vertically commands that can be bound to hotkeys. CHANGED: Simulator plot scroll wheel gestures are no longer hard-coded and can now be configured via the new Simulator preferences panel. Fixes https://gitlab.com/kicad/code/kicad/-/issues/16597 Other unreported bugs that were fixed: - Fixed wierd, jumpy simulator plot view limiting behavior. - Fixed Zoom In Center and Zoom Out Center commands not preserving the simulator plot center point. - Fixed simulator plot nudging when exported as PNGs. - Fixed rectangular selection zoom being able to exceed simulator plot view limits. Notes: - Provided new SIM_PREFERENCES struct to be used for future simulator preferences set via the simulator preferences dialog. - Bundled pre-existing EESCHEMA_SETTINGS::SIMULATOR settings into EESCHEMA_SETTINGS::SIMULATOR::VIEW. - Replaced mpWindow::EnableMouseWheelPan with more general SetMouseWheelActions. - Refactored and tidied up wxMathPlot's mpWindow code involved with fitting, zooming, and panning. - Consolidated long lists of duplicated member variable initializers to a new mpWindow private delegated constructor. - Provided provisional Zoom In/Out Horizontally/Vertically toolbar icons that need improvement by a graphics designer. - Provided gitignore entries for the Qt Creator IDE |
2 years ago |