6306 Commits

Author SHA1 Message Date
Sibo Van Gool
3e60597ade
Merge pull request #2552 from SiboVG/issue-2532
[#2532] Fire outdated sim on stage rename
2024-09-05 23:40:44 +02:00
SiboVG
ffed01fb07 [#2532] Fire outdated sim on stage rename 2024-09-01 22:51:23 +02:00
JoePfeiffer
fad20af879 Refer to Warning UUID as ID for consistency with other code 2024-08-30 20:26:19 -06:00
Sibo Van Gool
0c0ae11fbc
Merge pull request #2551 from SiboVG/issue-2550
[#2550] Fix mass object radial rotation in 3D view
2024-08-30 21:09:49 +02:00
SiboVG
a7ec54d80b [#2550] Fix mass object radial rotation in 3D view 2024-08-30 21:04:25 +02:00
SiboVG
2cb8297326 Add destination location 2024-08-30 00:08:42 +02:00
Sibo Van Gool
e286eea144
Merge pull request #2545 from SiboVG/issue-2224
[#2224] Add hex color input field in appearance panel
2024-08-29 23:33:00 +02:00
SiboVG
b6b8e79d46 Merge remote-tracking branch 'origin/unstable' into unstable 2024-08-29 23:25:59 +02:00
SiboVG
e8974fa0e7 Add Crowdin config file 2024-08-29 23:25:48 +02:00
Joe Pfeiffer
b1a7812b70
Merge pull request #2544 from SiboVG/issue-2525
[#2525] Add option to plot and export component analysis parameter sweeps
2024-08-29 15:24:30 -06:00
SiboVG
4e2d378acc Allow PlotExportPanel to grow 2024-08-29 09:27:54 +02:00
SiboVG
657ce23083 Also update hex color input on focus lost 2024-08-28 12:37:49 +02:00
SiboVG
0153c89ddc [#2224] Add hex color input field in appearance panel 2024-08-28 12:11:49 +02:00
SiboVG
7343807c58 Don't do combobox filtering with HTML tags 2024-08-27 01:58:05 +02:00
SiboVG
a52f16bd7c Fix component selection resetting after updating plots 2024-08-27 01:35:23 +02:00
SiboVG
f392760c0e Update domain type on configuration change 2024-08-27 00:33:59 +02:00
SiboVG
b53f4e4f5a Better defaults for CA domain parameter ranges 2024-08-27 00:14:40 +02:00
SiboVG
afdc6e0359 Remake #2521 for refactored code
The implementation from PR #2530 had to be remade from scratch because of the refactoring. This implementation is also a bit more flexible and efficient
2024-08-27 00:08:24 +02:00
SiboVG
6ebf1ed6e4 Store separation time in data branch 2024-08-27 00:06:29 +02:00
SiboVG
64d0d7e022 Merge branch 'refs/heads/unstable' into issue-2525
# Conflicts:
#	swing/src/main/java/info/openrocket/swing/gui/plot/SimulationPlot.java
2024-08-26 20:58:18 +02:00
SiboVG
15829ac22a Allow no components selection, but show a warning 2024-08-26 18:49:33 +02:00
SiboVG
48f8022b97 Fix checkbox not being aligned on top when selected 2024-08-26 18:36:55 +02:00
SiboVG
1a81fd5a21 Use proper units for the CSV parameters export 2024-08-26 03:07:01 +02:00
SiboVG
525190b37f [#2525] Allow component analysis to be exported to a CSV file 2024-08-26 02:26:46 +02:00
SiboVG
1840bd4c0e Refactor component analysis data classes to core module 2024-08-25 22:53:56 +02:00
SiboVG
73981839e6 Add RocketComponent selector in CAExportPanel 2024-08-24 16:32:18 +02:00
SiboVG
88f7c7e18d Refactor ComponentAnalysisPlotExportDialog to a tabbed pane in ComponentAnalysisDialog 2024-08-24 03:41:38 +02:00
SiboVG
cb7b6ae8d0 Ignore inactive components in CA parameter sweep 2024-08-24 01:42:17 +02:00
SiboVG
32a2fcc849 Only add CADataTypes that have a component tied to it 2024-08-24 01:30:15 +02:00
SiboVG
3598efd773 Ensure group priority matches CA dialog 2024-08-24 01:17:12 +02:00
SiboVG
5281a164c8 Fix CP unit 2024-08-24 01:16:34 +02:00
SiboVG
94c0323266 Add other CA domain types 2024-08-24 01:14:18 +02:00
SiboVG
ebcdc6048b Fix unit changes 2024-08-24 01:13:21 +02:00
SiboVG
84b1434f09 Set PlotPanel domain axis after selector change 2024-08-24 00:20:02 +02:00
SiboVG
ff56d40583 Add unit selectors 2024-08-24 00:07:56 +02:00
SiboVG
ae32fa8de2 Fix spinner models not properly updating 2024-08-24 00:02:30 +02:00
SiboVG
5eaedd5fef Use dedicated translations for CADomainDataType 2024-08-24 00:02:30 +02:00
SiboVG
e2d07be481 Use min model for max and vice versa 2024-08-24 00:02:30 +02:00
SiboVG
583890a6b8 Allow min and max to be another DoubleModel 2024-08-24 00:02:29 +02:00
SiboVG
33fe5bf9c6 More elegant way of getting the unit for the tooltip 2024-08-23 23:17:15 +02:00
SiboVG
8ed6370e24 Ignore bin dirs 2024-08-23 23:17:15 +02:00
SiboVG
3312cb4f6c [#2525] Implement component analysis plotting 2024-08-23 23:17:15 +02:00
JoePfeiffer
1d4ef4383a SIM_WARN events take a null source. The Warning being passed in includes a set of sources; in case of a SIM_WARN event we'll look the source up there 2024-08-22 16:50:43 -06:00
SiboVG
0fd1a93f5f Use template class for plot configuration 2024-08-20 18:36:07 +02:00
SiboVG
627abcd87e Move Chart creation inside Plot 2024-08-20 18:18:42 +02:00
SiboVG
baaca0c64d Minor adjustments to data types to make it more generic 2024-08-20 18:13:54 +02:00
SiboVG
3e00f31558 Refactor SimulationPlotDialog to generic PlotDialog 2024-08-20 18:09:01 +02:00
SiboVG
f21dd55452 Refactor SimulationPlot to more generic Plot 2024-08-20 18:00:27 +02:00
JoePfeiffer
1c0710e240 Merge branch 'unstable' into flight-warning-event 2024-08-19 15:51:57 -06:00
JoePfeiffer
3be67960a4 Merge branch 'unstable' into flight-warning-event 2024-08-18 19:07:41 -06:00