3638 Commits

Author SHA1 Message Date
SiboVG
5ad8d91bc3
Merge branch 'openrocket:unstable' into unstable 2022-06-05 13:57:37 +02:00
SiboVG
9c77ffab1f
Fix sim updating when plotting 2022-06-05 13:57:29 +02:00
SiboVG
acc0ed2d12 Merge remote-tracking branch 'origin/unstable' into unstable 2022-06-05 13:56:05 +02:00
SiboVG
404c2c8626 Fix sim updating when plotting 2022-06-05 13:55:31 +02:00
SiboVG
d63bb18112
Merge pull request #1407 from hcraigmiller/Uniform-Dialog-Mass-Components
Uniform dialog for inner tube
2022-06-04 13:58:11 +02:00
hcraigmiller
1c39d29369 Uniform dialog for inner tube
Uniform dialog for inner tube configuration pane, to match mass components.
2022-06-03 17:33:24 -07:00
SiboVG
23165d6288
Merge pull request #1406 from SiboVG/issue-1099
[#1099] Fix button grey out on macOS
2022-06-04 02:01:49 +02:00
SiboVG
e516ddb223 [#1099] Fix button grey out on macOS 2022-06-04 01:59:11 +02:00
Joe Pfeiffer
f184940715
Merge pull request #1403 from SiboVG/softwareUpdaterBeta
Add checkbox in preferences for checking for beta updates + fixes
2022-06-03 10:22:22 -06:00
Joe Pfeiffer
aef0b9ef7c
Merge pull request #1402 from JoePfeiffer/fix-1356
update iteration through rocket components to account for inactive components and instances
2022-06-03 10:21:56 -06:00
SiboVG
3148a25217
Merge pull request #1404 from SiboVG/issue-move-simbutt
Move series selection in sim plot to the beginning
2022-06-03 14:27:53 +02:00
SiboVG
c7a824841b Move series selection in sim plot to the beginning 2022-06-03 03:49:56 +02:00
Joe Pfeiffer
02fd230df8
Merge pull request #1395 from SiboVG/rightClick
Implement right-click popup menus (+ others...)
2022-06-02 19:23:30 -06:00
SiboVG
1193f3b364 Fix small issues on update checker
Scroll to the top (was on the bottom at first), add margins to the text panel, and add UNIX as a platform for the update checker
2022-06-03 01:34:27 +02:00
Sibo Van Gool
53026d0838 Add check beta updates checkbox in preferences 2022-06-03 00:58:20 +02:00
JoePfeiffer
98b60d1f7a update iteration through rocket components to account for inactive components and instances 2022-06-02 15:05:17 -06:00
Joe Pfeiffer
40bd725e9b
Merge pull request #1399 from SiboVG/issue-1397
[#1397] Fix streamer packed length updating strip width
2022-06-01 21:07:53 -06:00
SiboVG
8ecf888a13 [#1397] Fix streamer packed length updating strip width 2022-06-02 01:48:07 +02:00
SiboVG
ce4172524b Fix scale issue for stage and rocket 2022-06-02 01:31:57 +02:00
SiboVG
5b482ccdab Add undo for sim duplicate 2022-06-02 01:24:58 +02:00
SiboVG
fd4c647b36 Add right-click select to simulation panel 2022-06-02 01:10:43 +02:00
SiboVG
749047a791 Fix popup not correct column 2022-06-02 00:48:05 +02:00
SiboVG
8f2201ba9b Fix duplication NullPointException 2022-06-02 00:44:10 +02:00
SiboVG
95aedeaaf3 Clean up copyComponentsMaintainParent 2022-06-01 23:51:15 +02:00
Joe Pfeiffer
d673163d74
Merge pull request #1398 from JoePfeiffer/unstable
Replace old parallel staging example with a new one that just demonst…
2022-06-01 15:02:41 -06:00
JoePfeiffer
34f7e42c74 Replace old parallel staging example with a new one that just demonstrates paralllel booster stages, and is a more reasonable design 2022-06-01 14:48:00 -06:00
SiboVG
34b2a0a221 Add click action for right-click 2022-06-01 22:09:03 +02:00
SiboVG
d5420820fa Scale entire rocket when rocket or stage selected 2022-06-01 20:17:21 +02:00
SiboVG
7b54af2623 Fix selection issue in motor, recovery and stage table 2022-06-01 04:50:36 +02:00
SiboVG
78aaeed1b5 Add small gap between buttons in motor config 2022-06-01 03:43:02 +02:00
SiboVG
da88af5c23 Add extra popup separator for motor config 2022-06-01 03:37:09 +02:00
SiboVG
f38faf760e Code cleanup 2022-06-01 03:35:15 +02:00
SiboVG
9a572f5746 Add right-click actions to separation table 2022-06-01 03:29:21 +02:00
SiboVG
c62320931f Add right-click actions to recovery table 2022-06-01 03:23:12 +02:00
SiboVG
84e7c951e6 Code cleanup 2022-06-01 03:17:59 +02:00
SiboVG
509ef101b8 Change reset separation button text
From 'Reset to default' to 'Reset separation'
2022-06-01 03:11:02 +02:00
SiboVG
da1d112efb Change reset recovery button text
From 'Reset to default' to 'Reset deployment'
2022-06-01 03:07:46 +02:00
SiboVG
e79aa9d739 Add right-click actions for motor config 2022-06-01 03:01:22 +02:00
SiboVG
9e7a48261e Add duplicate button to design tab 2022-05-31 23:19:44 +02:00
SiboVG
49658600b7 Clean up code 2022-05-31 23:05:26 +02:00
SiboVG
8d3e67bfb1 Rename 'copy configuration' to 'duplicate configuration' 2022-05-31 23:00:40 +02:00
SiboVG
f7a61cb72b Remove redundant import 2022-05-31 22:52:52 +02:00
SiboVG
76bc575ff4 Set scale to component scale when an item is selected + extra cleanup 2022-05-31 14:21:00 +02:00
SiboVG
7bc6bd2c81 Merge branch 'unstable' into rightClick 2022-05-31 13:53:50 +02:00
SiboVG
e5ec38f227 Fix error in component duplication 2022-05-31 03:59:29 +02:00
SiboVG
40eeb99255
Merge pull request #1393 from SiboVG/unstable
Include stability label in rocket view ribbon
2022-05-31 03:26:00 +02:00
SiboVG
4db0b16082 Add tooltip text for CGCP checkbox 2022-05-31 03:25:01 +02:00
SiboVG
b13f024f55 Add stability label in application ribbon 2022-05-31 03:23:09 +02:00
SiboVG
9e1602b1c9 Implement right-click popup in rocket view 2022-05-31 03:07:04 +02:00
Joe Pfeiffer
2350722daf
Merge pull request #1381 from SiboVG/issue-898
[fixes #898 & #1168] Improve rocket view ribbon for smaller windows + add CG/CP show/hide checkbox
2022-05-30 19:03:35 -06:00