SiboVG
8df1fa881a
Collapse catch blocks
2024-08-09 05:17:16 +02:00
SiboVG
3f8b35343c
Replace try finally with try with resources
2024-08-09 05:16:41 +02:00
SiboVG
595406ab68
Replace explicit type with <>
2024-08-09 05:15:51 +02:00
SiboVG
aef972699a
Performance improvements
2024-08-09 05:14:37 +02:00
SiboVG
9cde5c9766
Replace wildcard imports with single imports
2024-08-09 05:07:41 +02:00
SiboVG
af7f26ab48
Remove unused imports
2024-08-09 04:36:51 +02:00
JoePfeiffer
0e437a8cb7
Split UniqueID functionality into new ModID class and java UUID
2024-07-26 06:46:32 -06:00
Sibo Van Gool
f9c34ebb46
Merge pull request #2516 from AlexHladin/feat/add-ukrainian-translation
...
feat: update Ukrainian translation
2024-07-21 14:34:50 +02:00
Oleksandr Hladin
14406708ce
feat: update Ukrainian translation
2024-07-20 13:06:37 +03:00
Ahanu Dewhirst
c4f93b1a6e
Merge branch 'openrocket:unstable' into issue-2485
2024-07-19 13:02:48 +10:00
Ahanu Dewhirst
bee30d69e7
[ #2485 ] Add code comments
2024-07-19 12:58:59 +10:00
Ahanu Dewhirst
8c95f6104d
[ #2485 ] Fix rocket visibility when show all is actioned
2024-07-19 12:47:19 +10:00
Ahanu Dewhirst
196d533b19
[ #2485 ] Add component showing icon
2024-07-19 12:36:59 +10:00
Ahanu Dewhirst
a0584f3de9
[ #2485 ] Fix toggle action enabled state
2024-07-19 12:36:21 +10:00
Ahanu Dewhirst
a9456be0fb
[ #2485 ] Add show all action
2024-07-19 12:31:42 +10:00
Ahanu Dewhirst
3f3352302f
[ #2485 ] Fix visibility toggling logic and feedback
2024-07-19 09:52:56 +10:00
SiboVG
51a99a331a
Bump flatlaf
2024-07-18 20:56:26 +02:00
Joe Pfeiffer
3e0c409cc7
Merge pull request #2513 from SiboVG/issue-2093
...
[#2093 ] Allow 2D views to be rotated by click-dragging
2024-07-18 08:24:03 -06:00
SiboVG
7252ae66e0
[ #2093 ] Allow 2D views to be rotated by click-dragging
2024-07-18 01:56:50 +02:00
Ahanu Dewhirst
7751faccda
[ #2485 ] Fix motor mount not hiding
2024-07-17 22:30:29 +10:00
Ahanu Dewhirst
2f524016de
[ #2485 ] Fix method name
2024-07-17 21:24:01 +10:00
Ahanu Dewhirst
3d77c2d8e9
[ #2485 ] Remove key stroke and mnemonic
2024-07-17 02:56:19 +10:00
Ahanu Dewhirst
b4282a12e3
Merge branch 'unstable' of https://github.com/AhanuDewhirst/openrocket into issue-2485
2024-07-17 01:40:23 +10:00
Ahanu Dewhirst
7d71a9367e
[ #2485 ] Add component visibility functionality
2024-07-17 01:39:49 +10:00
Ahanu Dewhirst
b37d694a34
[ #2485 ] Add UI colors
2024-07-17 01:35:47 +10:00
Ahanu Dewhirst
6c750e68bd
[ #2485 ] Add icons for component visibility
2024-07-17 01:15:47 +10:00
SiboVG
33f0e2a2e6
Don't hardcode points per inch
2024-07-13 02:03:43 +02:00
SiboVG
d52fa4733e
Add alternative paper size names
2024-07-13 01:49:21 +02:00
SiboVG
7eff5efdc8
[ #2483 ] Support more (larger) paper sizes
2024-07-13 01:35:57 +02:00
SiboVG
cecbdb95cb
[ #2500 ] Fix issues with double-clicking
2024-07-11 17:55:23 +02:00
Joe Pfeiffer
fd85c523e3
Merge pull request #2491 from JoePfeiffer/sort-csv
...
Sort FlightDataTypes on FlightDataGroup priority first, then on FlightDataType priority
2024-06-04 17:43:26 -06:00
Joe Pfeiffer
28c92ac52a
Merge pull request #2494 from SiboVG/remove-duplicate-pref
...
Remove duplicate "Open last design file" preference from design tab
2024-06-04 17:43:08 -06:00
SiboVG
c4942d2a48
Remove the Presets example design
2024-06-05 00:19:55 +02:00
SiboVG
657e7c873d
Remove duplicate "Open last design file" preference from design tab
2024-06-05 00:16:19 +02:00
JoePfeiffer
942d273c8d
Don't need to re-sort. Types are provided in sorted order
2024-06-01 17:32:27 -06:00
JoePfeiffer
92edd7b40f
No longer used for CSV export
2024-06-01 17:24:27 -06:00
JoePfeiffer
64832fe8d6
Move FlightDataBranch from SimulationException to SimulationCalculationException (since those are the only SimulationExceptions that make use of it).
...
Require FlightDataBranch when throwing SimulationCalculationException
Don't allow setting FlightDataBranch in SimulationCalculationException when exception is rethrown.
2024-04-22 15:13:42 -06:00
JoePfeiffer
872de38b8d
It's confusing to have types FlightData and FlightDataBranch, with many variables of type FlightDataBranch named flightData. This commit changes these to be named flightDataBranch (and also changes a few other similarly named variables, so for instance data becomes dataBranch).
...
Also, FlightDataBranch.getBranchName() is renamed FlightDataBranch.getName(). I suspect the reason for the old method name was to clarify code in the presence of the confusion described above.
2024-04-20 07:47:54 -06:00
SiboVG
b5b9463e8d
Increase zoom level box margin
2024-04-10 01:24:36 +02:00
SiboVG
93a410cf2a
Increase tree margins
2024-04-10 01:20:59 +02:00
JoePfeiffer
026d5cc259
Check for NaN values and don't try to plot icons for them
2024-04-07 10:06:44 -06:00
SiboVG
723a4262a4
Fix UI properties file for OneDark theme
2024-04-07 01:36:41 +02:00
SiboVG
c272a140ee
Fix some mistakes in merge conflicts
2024-04-07 01:23:24 +02:00
SiboVG
a590bdc299
Fix merge conflicts
2024-04-06 02:23:58 +02:00
Joe Pfeiffer
6f4d11447c
Merge pull request #2461 from SiboVG/issue-2456-1
...
[#2456 ] Overhaul of sim table GUI
2024-03-23 19:21:55 -06:00
SiboVG
dbf2838cae
Clean up gradle build
2024-03-23 14:45:43 +01:00
SiboVG
d32faea6c6
Use jakarta.xml instead of javax.xml
2024-03-23 02:13:09 +01:00
SiboVG
34fac46e1a
Move database components from swing to core
2024-03-21 22:20:30 +00:00
SiboVG
920dcd4e6c
Use FlatLaf for UI (instead of DarkLaf)
2024-03-21 17:32:22 +00:00
SiboVG
b168f09906
Also include service implementations in meta-inf
2024-02-29 01:14:43 +01:00