912 Commits

Author SHA1 Message Date
Joe Pfeiffer
0ff6d27b82
Merge pull request #1255 from SiboVG/issue-1254
[fixes #1254] Fix simulation plot element stretching
2022-03-23 16:36:16 -06:00
SiboVG
524a94b722 Update parts database 2022-03-22 12:52:00 +01:00
SiboVG
a5ab27e055 [#1254] Fix simulation plot element stretching
The elements stretched because the panel dimensions were greater than the chartPanel maximum draw dimensions.
2022-03-22 04:05:14 +01:00
SiboVG
b1067b6e48
Merge pull request #1253 from RemingtonHolder/unstable
Adds Ability To Export Simulation Graph/Chart As PNG
2022-03-22 03:38:33 +01:00
Remington Holder
2d5d1b3eca Changes "Save As PNG" to "Export Image"
- Change improves application uniformity
2022-03-20 22:08:03 -04:00
Remington Holder
670455fb2d Formats Comments & Makes "Save As Image" Translatable 2022-03-20 21:39:26 -04:00
Remington Holder
c73a41071a Various Small Updates To PNG Chart Export
- Creates PNG file filter
- Adds new file filter to translation file
- Makes Exported Chart's Width & Height as it is displayed
- Changes Button From Print Icon to "Save As Image" text
2022-03-20 20:38:20 -04:00
SiboVG
57ffff40a8
Merge pull request #1241 from JoePfeiffer/fix-1229
Process entire part tree when finding active contexts
2022-03-21 00:58:43 +01:00
Remington Holder
d846094151 Adds Export PNG Button To Sim Chart Page 2022-03-19 22:15:12 -04:00
SiboVG
04351e8d5e [#1246] Use TransitionShapeModel for Transition type ComboBox
This fixes the issue of the type not updating when a preset changes.
2022-03-17 03:33:32 +01:00
JoePfeiffer
ec8b8274bd Merge branch 'unstable' into fix-1229 2022-03-14 12:50:32 -06:00
JoePfeiffer
13fe3e1046 Geometry active flag was also never false; eliminated it 2022-03-14 12:47:21 -06:00
JoePfeiffer
74c2d75e63 Remove 'active' field from InstanceContext
The original plan was that there would be an InstanceContext for every instance of every RocketComponent, with some active and some not (just as RocketComponents may be active or not). The implementation has resulted in InstanceContexts only being created for active RocketComponents, so the active field is superfluous.
2022-03-11 21:49:53 -07:00
Joe Pfeiffer
bdbcd7e17e
Merge pull request #1239 from thzero/aboutdialog
About Dialog Clean
2022-03-11 10:17:09 -07:00
SiboVG
8022e9fedc [#1128] Fix common zero problem between left and right axis 2022-03-11 13:29:26 +01:00
thzero
a38ab015d5 consistent url formatting 2022-03-10 17:49:50 -06:00
thzero
7b8176956f missing opensource dependencies 2022-03-10 17:46:57 -06:00
thzero
a2ac3c7784 url formatting 2022-03-10 17:45:24 -06:00
thzero
fa9c33deb2 code formatting cleanup 2022-03-10 12:28:22 -06:00
thzero
653618e83e consistent url formatting 2022-03-10 12:24:10 -06:00
thzero
5dcbb11f41 missing close html tokens 2022-03-10 12:21:23 -06:00
SiboVG
74debb78a5 [#1128] Fix SimulationPlot range with boosters dataset 2022-03-09 23:51:19 +01:00
SiboVG
336acb037f Fix Override layout
Switches the override subcomponent checkbox before the override Cd checkbox + puts the textual info on the bottom
2022-03-07 23:38:53 +01:00
SiboVG
0511bbda4f Change Cd slider UnitGroup to coefficient 2022-03-07 23:38:15 +01:00
SiboVG
6dc3337eaf Use linear Cd override slider
Previously, a logarithmic slider was used, which is confusing...
2022-03-07 23:37:19 +01:00
Joe Pfeiffer
c2a61c84db
Merge pull request #1202 from SiboVG/issue-1176
[fixes #1176] Add JRE version checking at startup
2022-03-07 14:32:32 -07:00
SiboVG
9fc922801e Fix tooltip exception when 1 plot on right axis 2022-03-07 19:44:27 +01:00
SiboVG
d661cf12aa Fix overrideCG slider length for non-assembly components 2022-03-05 00:35:45 +01:00
SiboVG
ff00ace5e4 Merge branch 'unstable' into issue-1204 2022-03-04 04:27:40 +01:00
SiboVG
e7e96ca715 [#1204] Fix overrideCGX slider length 2022-03-03 02:50:53 +01:00
SiboVG
91b43317f3 Use component iterator instead of self-written childrenRecursive 2022-03-03 00:28:45 +01:00
SiboVG
06f220d6a9 [#1208] Add StageSelector button for ParallelStage 2022-03-02 22:39:20 +01:00
SiboVG
ef809147e1 Only allow Java 11 runtime version 2022-03-01 18:58:53 +01:00
SiboVG
6a6fe8d862 [fixes #1176] Add JRE version checking at startup 2022-03-01 01:48:17 +01:00
SiboVG
7e14a07f9b
Merge pull request #1201 from SiboVG/issues-1163
[fixes #1163 & #1175] Fix unreliable simulation creation from new flight config
2022-02-28 23:56:21 +01:00
SiboVG
cd44d73b55 [fixes #1163] I messed up one line of code... 2022-02-28 22:56:44 +01:00
SiboVG
161884bc1b Rename some stuff 2022-02-28 21:10:40 +01:00
SiboVG
125e8f8270 Redo the changes from PR #970
I have no idea why the changes from that PR were gone, but... now they're back...
2022-02-28 20:40:48 +01:00
SiboVG
9be77d7a4f Clamp shine & opacity values 2022-02-28 20:39:38 +01:00
SiboVG
901d7b5332 Merge branch 'unstable' into issue-1189 2022-02-28 20:26:03 +01:00
Joe Pfeiffer
a6ddbcd1c5
Merge pull request #1197 from SiboVG/issue-1078
[fixes #1078] Add opacity slider to appearance config
2022-02-28 10:48:41 -07:00
Joe Pfeiffer
788b9ab12e
Merge pull request #1182 from SiboVG/issue-1181
[fixes #1181] Fix initial motor select in MotorChooserDialog
2022-02-28 10:38:25 -07:00
Joe Pfeiffer
804d9bad0d
Merge pull request #1180 from SiboVG/issue-1166
[fixes #1166] Use [{motors}] for flight config motors placeholder
2022-02-28 10:27:19 -07:00
SiboVG
6ca76c4e43 [fixes #1078] Add opacity slider to appearance config 2022-02-28 18:03:40 +01:00
SiboVG
7b09634760 [fixes #1190] Fix ConfigDialog Close-button cut off 2022-02-28 17:14:06 +01:00
SiboVG
fb872fdb66 [fixes #1189] Fix Shine slider zero width 2022-02-28 16:35:07 +01:00
SiboVG
0a9f5369a3 [fixes #1181] Fix initial motor select in MotorChooserDialog
Ensures that a table selection in the motor chooser gets translated to an actual motor selection
2022-02-27 16:25:54 +01:00
SiboVG
d3ec4f66eb [fixes #1166] Use [{motors}] for flight config motors placeholder 2022-02-27 12:50:59 +01:00
thzero
05aae61932 Refactored from new Boolean and new Integer to Boolean.valueOf and Integer.valueOf due to deprecation warnings. 2022-02-26 09:47:57 -06:00
SiboVG
2d54e9eeeb Update SoftwareUpdater to use .sh for Linux update 2022-02-25 02:04:57 +01:00