1708 Commits

Author SHA1 Message Date
SiboVG
2eb9b039e9 Add context menu item for exporting OBJ 2023-08-18 04:16:54 +02:00
SiboVG
cb41a0ae85 Disable OBJ export item if no components selected 2023-08-18 04:16:40 +02:00
SiboVG
08c4d08393 Fix issue of export children pref 2023-08-18 03:59:57 +02:00
SiboVG
8e7c6afed3 Save OBJ export options in preferences 2023-08-18 03:32:06 +02:00
SiboVG
e74914d762 Set default UI Theme 2023-08-16 23:25:23 +02:00
SiboVG
15d3bce807 Add proper OBJ save dialog 2023-08-15 02:10:07 +02:00
SiboVG
fc7f71e11f Add coordinate transform for more general coordinate transformations (PHEW) 2023-08-13 18:50:30 +02:00
SiboVG
05624ff35b Add CoordTransform framework + generify exporter instantiation 2023-08-10 06:19:52 +02:00
SiboVG
6d6f5287f3 Merge branch 'unstable' into 3D-export
# Conflicts:
#	README.md
#	swing/src/net/sf/openrocket/gui/dialogs/AboutDialog.java
2023-08-09 02:29:39 +02:00
Sibo Van Gool
e2993a68f9
Merge pull request #2261 from SiboVG/dark-theme
[#1089] Add dark mode theme & custom UI font size
2023-08-09 01:56:23 +02:00
SiboVG
7a1711d750 Increase font size range 2023-08-09 01:31:28 +02:00
SiboVG
c4315e83aa [#604] Implement Wavefront OBJ 3D export (PHEW!) 2023-08-08 20:08:20 +02:00
Sibo Van Gool
6bc477f478
Merge pull request #2285 from SiboVG/issue-2283
[#2283] Apply radial positioning to non-single cluster
2023-08-08 02:06:26 +02:00
SiboVG
8abb9d38f7 [#2286] Fix fin tab face culling 2023-08-05 21:02:31 +02:00
SiboVG
a514f6b598 Add tooltip text to cluster configurations 2023-08-04 11:32:18 +02:00
SiboVG
09a75af526 [#2279] Change transition 3D fine-rendering based on aft/fore 2023-08-01 01:58:00 +02:00
Sibo Van Gool
596380203e
Merge pull request #2275 from SiboVG/apply-copy-sim
Big cleanup of simulation table actions
2023-07-31 15:47:50 +02:00
SiboVG
1d89b9ba4f Show UI restart warning label when font size changes 2023-07-29 04:01:33 +02:00
SiboVG
12265308ec Add command line option to change theme
This is really just a failsafe in case the dark theme cause OR to crash
2023-07-29 03:42:31 +02:00
SiboVG
86a71d5375 Merge branch 'unstable' into dark-theme 2023-07-29 03:33:49 +02:00
SiboVG
b7e007e1da Fix unit tests by "abstracting" getUITheme 2023-07-29 03:23:50 +02:00
SiboVG
af5bd3f7a1 Big cleanup of simulation actions 2023-07-28 00:43:35 +02:00
Sibo Van Gool
b184c6bd3e
Merge pull request #2269 from SiboVG/issue-1970
[#1970] Add absolute inner tube separation option
2023-07-27 16:56:45 +02:00
SiboVG
bb3c72e210 Also copy sim data to clipboard on rocket action 2023-07-26 12:14:07 +02:00
SiboVG
e3a9786551 Allow for discontinuous row selection
No idea why this was once implemented
2023-07-26 12:13:49 +02:00
Sibo Van Gool
bb97ce6987
Merge pull request #2266 from SiboVG/simulation-copy-val
Include simulation headers in clipboard copy + add to context menu
2023-07-24 15:20:05 +02:00
SiboVG
438adb14ef [#1970] Add absolute inner tube separation option
Co-authored-by: jura0207 <jv51207@fer.hr>
2023-07-23 15:52:18 +02:00
SiboVG
e9146a35d4 Move flight data secondary data copying to constructor 2023-07-23 02:18:33 +02:00
SiboVG
3120b2d968 Include simulation headers in clipboard copy + add to context menu 2023-07-22 01:46:07 +02:00
Joe Pfeiffer
81ea69d489
Merge pull request #2257 from SiboVG/ask-metadata
Open dialog to save design information when saving the file
2023-07-17 18:29:29 -06:00
Sibo Van Gool
875a2b775a
Merge pull request #2250 from SiboVG/issue-2244
[#2244 & #2249] Copy default sep config instead of creating new one
2023-07-18 00:49:30 +02:00
SiboVG
696e0f0c62 Separate stability info text from rest 2023-07-17 16:02:19 +02:00
SiboVG
5a03f130ed Update darklaf to fix button positioning
This is from a custom build of darklaf where I removed the 20 offset from shadowSize (see https://github.com/weisJ/darklaf/issues/347)
2023-07-17 01:05:53 +02:00
SiboVG
9fb157f6b5 Merge branch 'unstable' into dark-theme
# Conflicts:
#	swing/src/net/sf/openrocket/gui/dialogs/ComponentAnalysisDialog.java
#	swing/src/net/sf/openrocket/gui/main/flightconfigpanel/FlightConfigurablePanel.java
2023-07-16 02:11:59 +02:00
SiboVG
d9f9f139ab Fix DescriptionArea not applying font size change 2023-07-16 02:01:14 +02:00
SiboVG
aa104f6d0c [#1089] Support dark mode & custom font size 2023-07-16 02:01:14 +02:00
SiboVG
602d9436e2 [#2256] Use fixed width for warnings panel 2023-07-11 20:56:59 +02:00
SiboVG
407fa8162c Open dialog to save design information when saving the file 2023-07-11 15:46:35 +02:00
Joe Pfeiffer
eeae3d2c31
Merge pull request #2243 from SiboVG/issue-2231
[#2231 & #2242] Account for fin cant in root points
2023-07-05 13:54:34 -06:00
Joe Pfeiffer
60e44e9b16
Merge pull request #2237 from SiboVG/issue-1629
[#1629] Show calculated mass, CG & CD in override tab if not overridden
2023-07-05 13:41:17 -06:00
SiboVG
ba0867ee8e Use selected config as init ID
This fixes a bug where multi-editing different flight configurations in the same stage (e.g. of the last booster stage of 'Three-stage rocket') would not always correctly work
2023-07-04 23:45:39 +02:00
SiboVG
103a981bca [#2242] Remove double translation to root center 2023-07-01 18:28:00 +02:00
SiboVG
65c6e96446 Refactor component add buttons
This method works also for dark mode
2023-06-30 15:38:20 +02:00
SiboVG
dfa5a3a968 Make lighting in 3D view brighter 2023-06-30 13:41:26 +02:00
Sibo Van Gool
325b46608e
Merge pull request #2230 from SiboVG/issue-2222
[#2222] Fix file association Open Recent
2023-06-27 22:15:03 +02:00
SiboVG
a18b10746c Improve formatting of component analysis tables 2023-06-25 00:37:06 +02:00
SiboVG
a329f91ad9 [#2222] Fix file association Open Recent 2023-06-20 23:38:23 +02:00
SiboVG
67552c3cb6 Merge branch 'unstable' into issue-2226
# Conflicts:
#	core/src/net/sf/openrocket/startup/Preferences.java
2023-06-06 21:23:21 +02:00
SiboVG
3b37b078d0 Add discard prefs checkbox 2023-06-06 19:09:44 +02:00
SiboVG
aa154c49da Ensure units are updated upon preferences importing 2023-06-06 18:21:34 +02:00