1767 Commits

Author SHA1 Message Date
SiboVG
c6cb2aae4c [#1286] Use table row selection listener to update sim button state 2022-05-29 11:39:18 +02:00
SiboVG
f85fa2c472 Replace save file size estimation by info label 2022-05-29 10:16:26 +02:00
SiboVG
99f101dc1d [#1278] Update simulation preferences UI after reset to default 2022-05-26 20:33:51 +02:00
SiboVG
675878ff55 Fix zoomlabel bug 2022-05-26 17:31:45 +02:00
SiboVG
93d38cfbac Add tooltip to rotation slider 2022-05-26 17:26:29 +02:00
SiboVG
18a690d829 [#1168] Implement Show/hide CG/CP markings 2022-05-26 17:18:17 +02:00
SiboVG
5df388bafd [#898] Change RocketPanel ribbon layout to be two-row + add CG/CP checkbox 2022-05-26 12:53:50 +02:00
SiboVG
cdf8594f5b Sort by manufacturer by default 2022-05-26 01:32:37 +02:00
Joe Pfeiffer
156dbd5812
Merge pull request #1370 from SiboVG/issue-1285
[#1285] Improve Motors & Configurations UI scalability
2022-05-23 15:29:09 -06:00
SiboVG
28b56726f4 [#1285] Improve Motors & Configurations UI scalability 2022-05-23 00:52:18 +02:00
SiboVG
8db5ce3a61 [#1141] Fix packed length overlap 2022-05-23 00:29:34 +02:00
SiboVG
656d63f3d8 Remove some redundant comments 2022-05-18 00:33:45 +02:00
hcraigmiller
74ae3a03e0 Adds packed length and diameter to preset editor
Adds packed length and diameter to preset editor; also adds labels and additional presets for .orc files so that spill hole data can be added to the .orc files without throwing warnings (does not change editor for spill holes).
2022-05-10 17:33:57 -07:00
SiboVG
938fc2436e [#1326] Update opacity slider with color button alpha change 2022-05-10 02:22:04 +02:00
hcraigmiller
061acb8f89 Fixed icon missing error
OR was throwing a missing icon error on startup. This fixes that issue.
2022-05-04 17:02:17 -07:00
Joe Pfeiffer
61e71b7239
Merge pull request #1322 from hcraigmiller/NEW-Export-Feature
NEW Changed File > Export menu format to accommodate multiple file format
2022-05-04 17:33:21 -06:00
hcraigmiller
85559d6da2 Update File menu and submenu
Improves File menu and submenus in preparation for the addition of future features.
2022-05-04 14:14:59 -07:00
SiboVG
12cba42dca
Merge pull request #1323 from SiboVG/issue-1320
[fixes #1320] Remove 'Custom' material option from preference's add new material
2022-05-01 23:52:22 +02:00
SiboVG
4caba0fcb5 Remove CUSTOM material from preference's add new material
There is just no logic in adding the 'CUSTOM' option from the dropdown, because it is not even a type of density material
2022-05-01 23:34:03 +02:00
SiboVG
d9b3b77eb7 Fix imports in BasicFrame 2022-05-01 22:28:51 +02:00
hcraigmiller
ac9d177012
Removed RASAero export option
Pending the creation of the RASAero export translator, the export menu option for RASAero has been removed.
2022-05-01 11:11:34 -07:00
hcraigmiller
0e0e006553
Removed comment on line 1243
The compiler was throwing a warning related to the "file" indicated, so I commented the line out. This change restores the line's prior status.
2022-05-01 01:40:12 -07:00
hcraigmiller
735966de36 NEW Export Feature
Replaces previous commit
2022-05-01 00:12:09 -07:00
JoePfeiffer
4eacd1e659 Add listener for changes to rocket to component analysis dialog 2022-04-29 11:00:54 -06:00
SiboVG
d481ee8f65 Remove extra whitespace under MassComponentConfig auto checkbox 2022-04-28 01:28:36 +02:00
SiboVG
b5fc95eb26 Fix StreamerConfig comment 2022-04-28 01:19:35 +02:00
SiboVG
c8fc18c98f Implement auto radius for all mass objects 2022-04-28 01:19:35 +02:00
SiboVG
eb50857f52 Implement auto packed diameter for parachute
Adds an Auto checkbox in the parachute configuration dialog that automatically sets the parachute's packed diameter equal to the inner diameter of its parent
2022-04-28 01:19:35 +02:00
SiboVG
b51fed39ed Use full file path for thrust curve import error message 2022-04-20 09:42:57 +02:00
SiboVG
3a434ed4ac Use modal type for thrust import error popup 2022-04-20 08:05:30 +02:00
Joe Pfeiffer
cf5190c010
Merge pull request #1297 from hcraigmiller/Split-fin-mass-correction
[Fixes Issue #1292]  Calculates per fin mass when splitting a set of fins with a mass override
2022-04-16 16:22:57 -06:00
hcraigmiller
736b1c1193 [Fixes Issue #1292] Calculates per fin mass when splitting a set of fins with a mass override.
If a set of fins has an overriden mass, then, if the set is split into individual fins, the overridden mass is divided by the number of fins in the set and the quotient is set as the mass override for each individual fin.
2022-04-14 03:05:29 -07:00
hcraigmiller
f2190977dc
Merge branch 'unstable' into Fin-marking-guide-tube-fins 2022-04-14 00:16:48 -07:00
hcraigmiller
60bb0a925e Adds tube fin sets to fin marking guide.
Creates a guide if and only if a fin set or tube fin set exists. Allows for multiple fin and/or tube fin sets and multiple launch lugs and/or rail buttons. But, not without overlaping labels when dissimilar components and/or similar components with dissimilar names have the same rotation.
2022-04-13 23:48:27 -07:00
SiboVG
bf16d1b7c5 Remove import comment FinMarkingGuide 2022-04-14 05:42:30 +02:00
hcraigmiller
530dc98016 Fin marking guide -- Fixes Issue #1259 No Rail Button location on Fin Marking Guide 2022-04-10 13:13:39 -07: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