1485 Commits

Author SHA1 Message Date
SiboVG
0c09ea5ce0 Make app ribbon y gap smaller for Windows 2022-05-31 01:12:36 +02:00
SiboVG
2ab1bee92c Add icons for simulation popup actions 2022-05-30 22:38:26 +02:00
SiboVG
c69455545c Clean up code 2022-05-30 22:14:24 +02:00
SiboVG
203d4e8b2a Implement edit action for simulations 2022-05-30 21:41:08 +02:00
SiboVG
5b90986a8e Remove redundant import 2022-05-30 21:30:00 +02:00
SiboVG
fce3ced059 Add scale action to componentTree popup 2022-05-30 21:05:41 +02:00
SiboVG
8c3e67642f Move scale action to RocketActions 2022-05-30 21:05:28 +02:00
SiboVG
1a0cc5e057 Add edit action to application ribbon 2022-05-30 20:44:11 +02:00
SiboVG
8d6b8a0d79 Add short-cut for edit component 2022-05-30 20:43:58 +02:00
SiboVG
b4c56163e5 Add right-click actions to componentTree 2022-05-30 20:39:39 +02:00
SiboVG
5d80a3a167 Clean up on aisle 5 2022-05-30 15:05:06 +02:00
SiboVG
f762dc11aa Fix ttip text on copy action 2022-05-30 14:56:19 +02:00
SiboVG
3b6f914496 Implement more right-click actions in simulation table 2022-05-30 13:17:59 +02:00
SiboVG
1f91e28bb2 Remove unused imports 2022-05-30 00:33:24 +02:00
SiboVG
229f6f6e8c
Merge pull request #1390 from hcraigmiller/Uniform-Dialog-Mass-Components
Uniformity of mass component dialogs
2022-05-29 20:02:50 +02:00
Remington Holder
70f3d0fa12
Small UI Fix To Update ComboBox To Display Selection (#1367) 2022-05-29 19:51:10 +02:00
hcraigmiller
43a231c738 Uniformity of mass component dialogs
Unified the look of the dialogs for parachutes, streamers, shock cords, and mass objects.
2022-05-29 10:16:57 -07:00
SiboVG
92e4d8ea4c
Merge pull request #1389 from SiboVG/filesizeest
Replace save file size estimation by info label
2022-05-29 19:02:35 +02:00
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