6225 Commits

Author SHA1 Message Date
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
Sibo Van Gool
29598ef1b1
Merge pull request #2530 from NCoppola25/issue-2521
[fixes #2521]
2024-08-18 13:26:39 +02:00
SiboVG
49f3c12a70 Move common variables to base class 2024-08-17 22:32:44 +02:00
SiboVG
74777df2d6 Refactor component analysis parameters to dedicated class 2024-08-17 22:32:44 +02:00
SiboVG
621ee57cc2 Extract common functionality to DataBranch 2024-08-17 16:10:03 +02:00
SiboVG
17813cfec6 Urgh, gradle snap really does not work? 2024-08-17 00:05:48 +02:00
SiboVG
d43f023f04 Revert back to core18, because gradle isn't supported elsewhere... 2024-08-16 21:49:46 +02:00
SiboVG
772faf73d5 Try to fix snap gradle 2024-08-16 21:33:41 +02:00
SiboVG
8e0a9fc1a4 Update snap for gradle build 2024-08-16 19:01:58 +02:00
SiboVG
9554bf3fe2 Split types into X and Y 2024-08-15 17:46:50 +02:00
SiboVG
809a50dd7c Refactor SimulationPlotPanel to more generic PlotPanel 2024-08-14 23:59:04 +02:00
Sibo Van Gool
7f8049c73d
Merge pull request #2538 from SiboVG/issue-2537
[#2537] Allow for reconfiguration of the default flight config name
2024-08-14 12:36:43 +02:00
Sibo Van Gool
79a2998ae2
Merge pull request #2534 from SiboVG/issue-2531
[#2531] Don't close edit sim dialog after plotting or exporting
2024-08-14 12:34:20 +02:00
SiboVG
1465ed4f98 Refactor SimulationPlotConfiguration to use generic PlotConfiguration 2024-08-14 01:02:44 +02:00
SiboVG
6e152bc83f Move PlotTypeSelector 2024-08-14 01:02:02 +02:00
SiboVG
410a30ffdc Refactor FlightDataType and FlightDataBranch to interfaces 2024-08-14 01:01:33 +02:00
SiboVG
bbff83e015 Move plot axis selection 2024-08-13 23:19:57 +02:00
SiboVG
4203f75128 Remove unused imports 2024-08-13 22:27:16 +02:00
SiboVG
7a453829ac Remove FlightDataComboBox 2024-08-13 22:20:09 +02:00
SiboVG
df71a555ce Refactor PlotTypeSelector to generic class 2024-08-13 22:16:09 +02:00
SiboVG
c3a2bb8d29 Refactor PlotConfiguration to SimulationPlotConfiguration 2024-08-13 21:49:57 +02:00
SiboVG
f4e9d0db45 Return DEFAULT_CONFIG_NAME if default name cannot be found in prefs 2024-08-13 21:28:28 +02:00
SiboVG
c598004ba0 [#2537] Allow for reconfiguration of the default flight config name 2024-08-13 19:39:26 +02:00
NickC25
928f56e308 Fix broken plot when selecting a specific stage 2024-08-12 21:30:26 -05:00
SiboVG
8a0a12cd94 Refactor simulation export panel to more generic CSVExportPanel 2024-08-13 02:55:04 +02:00
Sibo Van Gool
7e995f2ace
Merge pull request #2536 from SiboVG/remove-selectcolor
Remove SelectColorButton and SelectColorToggleButton
2024-08-12 23:55:49 +02:00
SiboVG
ac520e7148 Remove SelectColorButton and SelectColorToggleButton
Not needed anymore thanks to FlatLaf
2024-08-12 23:54:27 +02:00
Sibo Van Gool
4c8abd14bd
Merge pull request #2535 from SiboVG/ui-improvements
Small UI improvements
2024-08-12 22:27:31 +02:00
SiboVG
594db6ad10 Ensure OSX appearance setting is definitely called 2024-08-12 22:26:37 +02:00
SiboVG
cc738bbeaf Also set OSX properties on main thread, so settings apply properly
(still doesn't work though...)
2024-08-12 22:23:12 +02:00
SiboVG
fe162d4abf Improve colors for borderColor 2024-08-12 21:39:16 +02:00
SiboVG
6e247b273d [#2531] Don't close edit sim dialog after plotting or exporting 2024-08-12 21:12:28 +02:00