1888 Commits

Author SHA1 Message Date
JoePfeiffer
4808ed0b27 Add designation to MotorInformationPanel
Use common name in MotorHolder (used to select specific thrust curve in ThrustCurveMotorSelectionPanel)
2021-08-20 15:05:03 -06:00
JoePfeiffer
88f5d19185 Replace designation with common name in ThrustCurveMotorColumns
Get rid of simplified designation in ThrustCurveMotorSet, using common name instead
2021-08-20 14:18:26 -06:00
JoePfeiffer
08f76683e9 ThrustCurveMotor now includes both common name and designation
If both are not available (which is the case when loading from a file
rather than from thrustcurve.org) use motor code for designation,
and simplified designation for common name
2021-08-20 13:35:20 -06:00
Sibo Van Gool
9035284f89 [fixes #871] Don't allow multiple auto's for the same reference components 2021-08-19 15:02:13 +02:00
Daniel_M_Williams
f481bb3707 [fix] adjusted the validation and update functions in 'FinSet' to better meet user's expectations 2021-08-15 09:20:54 -04:00
Sibo Van Gool
85213cdd89 [fixes #697] Added Photo Studio settings saving 2021-08-14 20:41:45 -07:00
Sibo Van Gool
074b7a842a Moved PhotoSettings back to Swing 2021-08-14 20:41:36 -07:00
Sibo Van Gool
1a575c2a12 [fixes #697] Added photo studio settings saving 2021-08-14 20:41:09 -07:00
Billy Olsen
e558db9bf8
Merge pull request #973 from SiboVG/issue-969
[fixes #969] Added custom left and right appearance for fin set
2021-08-14 20:39:19 -07:00
Daniel_M_Williams
ac96222964 [fixes #868] Fin tabs correctly adjust their location when the fin tab _length_ is changed. 2021-08-14 16:01:03 -04:00
Sibo Van Gool
30bb320d67 [fixes #897] Permanently enable stage button 2021-08-11 20:26:10 +02:00
Neil Weinstock
afaab2fcc1 Update icons for stages, pods, and boosters
The icons for stages, pods and boosters do not match the theme of the
rest of the component icons and are larger in size. This change includes
and updated set of icons for these assembly components.

Co-Authored-By: Billy Olsen <Billy.olsen@gmail.com>
2021-08-09 19:11:15 -07:00
Sibo Van Gool
7b1fcf0f60 [fixes #969] Use edgesSameAsInside default false 2021-08-09 19:47:19 +02:00
Sibo Van Gool
6b67aac739 [fixes #969] Use comboBox for edges 2021-08-04 21:14:35 +02:00
Sibo Van Gool
e18bc1ad95 [fixes #969] Hide tabbed view 2021-08-04 01:39:53 +02:00
Sibo Van Gool
3a5983e0fc [fixes #969] Change linguistics + uncheck edges 2021-07-26 21:10:47 +02:00
Sibo Van Gool
d9566dd558 [fixes #969] Switched right/left tab + switched checkbox position + mirrored right side decal 2021-07-26 21:10:00 +02:00
Sibo Van Gool
34ddba4e2f [fixes #969] Updated custom FinSet appearance with unstable 2021-07-26 21:10:00 +02:00
Sibo Van Gool
354c05fa60 [fixes #969] Added custom left and right side appearance fins 2021-07-26 21:10:00 +02:00
Billy Olsen
9eea6edfe4
Merge pull request #961 from SiboVG/issue-816 2021-07-17 11:36:45 -07:00
Billy Olsen
0b5e7a3cb0
Merge pull request #979 from SiboVG/issue-976 2021-07-17 11:35:37 -07:00
Sibo Van Gool
5427edb3aa [fixes #816] Fix select rail button side view 2021-07-17 14:15:11 +02:00
Billy Olsen
120fb72a43 Insert line break into mass component label
Commit dd277b3 changed the Mass Component label and removed the
line break, which causes the text to no longer wrap and increases
the size of all the buttons. Re-insert the line break to reduce
the component button size.

Fixes #896

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2021-07-13 20:06:41 -07:00
Sibo Van Gool
2c0870fa4d [fixes #976] Updated display order v1.1 2021-07-13 20:58:02 +02:00
Sibo Van Gool
6d7e25b0a8 [fixes #976] Updated display order v1.0 2021-07-13 20:47:22 +02:00
Sibo Van Gool
c21127f4e3 [fixes #976] Added different display order for side view and back view 2021-07-13 20:47:22 +02:00
Sibo Van Gool
9ac2d2f844 [fixes #976] Sometimes can't select components when behind body tube 2021-07-13 20:47:21 +02:00
Billy Olsen
53d7f74c69
Merge pull request #980 from SiboVG/trans-dutch
Added Dutch translation + some translation fixes
2021-07-11 19:24:35 -07:00
Billy Olsen
53e1454173
Merge pull request #967 from jlassahn/fix-954
More improvements for Bug #954
2021-07-11 19:19:48 -07:00
Sibo Van Gool
c5c3394848 Added Dutch translation + some translation fixes 2021-07-08 02:35:53 +02:00
SiboVG
78eb9bbcda
Merge branch 'unstable' into issue-905 2021-07-06 21:24:52 +02:00
Sibo Van Gool
744dbeb9c7 [fixes #905] use of InsideColorComponentHandler 2021-07-06 21:04:51 +02:00
Raketenolli
58c721d1cb Allow rocket info to show stability margin as percentage of length
* create a new class PercentageOfLengthUnit
* add new unit to stability units
2021-07-04 20:00:02 -07:00
Sibo Van Gool
46d9841947 Fix saving inner appearance 2021-06-30 00:28:07 +02:00
Sibo Van Gool
5fa3b2cd3a Add custom outside and inside appearance 2021-06-28 20:46:45 +02:00
Miacid
54332d4355 Merge branch 'unstable' into fix-954 2021-06-26 21:10:44 -07:00
Miacid
51c1c78988 Route change events through OpenRocketDocument so Photo Studio can
receive notifications of changes to the rocket.
Dispose PhotoStudio windows on close, and add a close event to remove
event handlers, to avoid leaking resources.
2021-06-26 20:59:36 -07:00
Sibo Van Gool
c1281a6951 Add radial positioning shock cord 2021-06-26 15:58:10 -07:00
Sibo Van Gool
3f84149cb8 Updated unit tests to match new lug rotation 2021-06-26 15:23:50 -07:00
Sibo Van Gool
0fb216ae5a Default lug & rail rotation 180°, no refactor 2021-06-26 15:23:50 -07:00
Billy Olsen
965311ff4e FlightConfigurableParameterSet Predictable Orders
Change to use a LinkedHashMap instead of a HashMap in the
FlightConfigurableParameterSet. This ensures that the ordering is
consistent with the way the user added the flight configurations.

This will also be true for when reading the flight configurations from
a file. Additionally, to preserve the ordering, do not sort the
FlightConfigurationIds in getIds().

Fixes #845

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2021-06-04 20:48:34 -07:00
Billy Olsen
16527a2862 Update copyright year in LICENSE.txt
Update the copyright year in the license file.

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2021-06-04 16:56:13 -07:00
Billy Olsen
5fef01a2e0 Update Copyright information and Contributors
Add a build.copyright property to build.properties to use in the about
dialog for the copyright year. Update splashscreen image to copyright
year 2021. Update contributor list and point to URL for all
contributors.

Fixes #814

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2021-06-04 16:56:13 -07:00
Billy Olsen
1962cfac4e Fix FinSetTest.testTabLocation
Commit 936333a2 re-introduced the AxialMethod.ABSOLUTE as an offset
method but did not update the corresponding unit test. Add in the
expected offset value for AxialMethod.ABSOLUTE.

Fixes #931

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2021-06-02 19:52:35 -07:00
Joe Pfeiffer
de10d819bc
Merge pull request #920 from neilbalch/RockSim_Import_Dist_Fix
Fix #881, #907 issues
2021-05-24 16:41:19 -06:00
Joe Pfeiffer
8519e831cf
Merge pull request #893 from wolsen/fix-bug-reporter
Update Bug report dialog
2021-05-20 19:49:48 -06:00
Neil Balch
93633a27c3 Fix #907 by re-adding ABSOLUTE axial offset 2021-05-13 00:01:45 -07:00
Neil Balch
f2b15c10ea Fix #881 by inverting location value imported from RockSim 2021-05-12 19:22:21 -07:00
Neil Balch
62df54f9a1 Fix proper UTF-8 encoding for CSV export 2021-05-11 11:05:00 -07:00
Billy Olsen
1d0a2c8cf8 Update thrustcurves from latest Thrustcurve.org data
Update the thrustcurves from the latest Thrustcurve.org data. This
corrects some of the case information.

Fixes #888

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2021-02-22 20:03:11 -07:00