754 Commits

Author SHA1 Message Date
Sibo Van Gool
51a48931e1 Fix custom expression dialog layout
This makes the expression window take up all available space, and not have growing gaps between the buttons and expressions
2022-01-31 01:02:06 +01:00
Sibo Van Gool
528b93afff [fixes #1024] Fix bad height Rocket Optimizer 2022-01-30 22:58:39 +01:00
Joe Pfeiffer
4332732ade
Merge pull request #1019 from SiboVG/issue-136
[fixes #136] Use warning dialog upon decal source file error
2022-01-28 15:14:40 -07:00
Joe Pfeiffer
4c925a8ab1
Merge pull request #1082 from SiboVG/issue-825
[fixes #825] Rewrite Software Updater
2022-01-28 11:22:11 -07:00
Sibo Van Gool
6b6f0c8cb1 [fixes #926] Fix layout issues motor selection panel 2022-01-28 01:53:12 +01:00
Sibo Van Gool
daa309c27d [fixes #825] Add preference choice to UpdatePlatform
AssetHandler is also rewritten a bit to get this feature to work
2022-01-27 23:38:50 +01:00
Sibo Van Gool
5d5b0a13ce [fixes #825] Move AssetHandler to Swing module
This is needed because I need a Swing object later on to check a preference. Leaving it in the Core module would create a circular dependency...
2022-01-27 20:33:10 +01:00
Sibo Van Gool
59de3094b2 [fixes #825] Rename AssetHandler methods 2022-01-27 20:18:25 +01:00
Sibo Van Gool
15664976dd [fixes #825] Add 'Install update' option to UpdateInfoDialog
This lets the user download an asset file, based on the option selected in the comboBox (e.g. 'Mac OS')
2022-01-27 16:38:41 +01:00
Sibo Van Gool
88b14ff709 [fixes #825] Add commonmark to build file
Needed to fully include the library in OR (when you export it as a JAR file)
2022-01-27 15:26:30 +01:00
Sibo Van Gool
c594b777f7 [fixes #825] Change log type hyperlink exception 2022-01-26 22:46:48 +01:00
Sibo Van Gool
907a149266 [fixes #825] Refine UpdateInfoDialog MigLayout 2022-01-26 22:46:28 +01:00
Sibo Van Gool
581f0c4e2c [fixes #825] Add translation keys for update checking 2022-01-26 03:04:37 +01:00
Sibo Van Gool
12aa1a447c [fixes #825] Improve translation keys update error 2022-01-26 02:23:02 +01:00
Sibo Van Gool
f36ce5840b [fixes #825] Tie new update checker at startup
Check for updates at startup
2022-01-26 02:08:22 +01:00
Sibo Van Gool
448da9d0df [fixes #825] Tie new update checker in preferences
Ties the new update checker logic to the 'Check for updates' button in the preferences
2022-01-26 02:03:33 +01:00
Sibo Van Gool
6024f6e5f2 [fixes #825] Implement UpdateInfoDialog
This is the dialog that pops up when a new update is found
2022-01-26 01:58:41 +01:00
Sibo Van Gool
b8a82f49bc [fixes #825] Include commonmark library
This is needed later to convert GitHub markdown (from extracted text from the GitHub API) to HTML
2022-01-25 14:32:36 +01:00
Sibo Van Gool
f13d0ddeb6 [fixes #825] Change variable name updateInfo to updateRetriever
As to avoid confusion with the UpdateInfo class
2022-01-24 12:24:13 +01:00
Sibo Van Gool
6ce418556d [fixes #825] Change update dialog checkbox action
This changes the action from 'remind me later' to 'don't update on startup'. Since the Cancel-button is already the same as 'remind me later' and it's handier/more logical to have the 'don't update on startup' checkbox in the update dialog
2022-01-24 00:28:58 +01:00
Sibo Van Gool
a1ba014f33 [fixes #825] Change update dialog checkbox text
This is in line with what is displayed in the preference window of OR
2022-01-24 00:16:58 +01:00
Sibo Van Gool
76407d0491 [fixes #825] Use Cancel button instead of Close button
Seems more appropriate for the function to me
2022-01-22 22:26:13 +01:00
Sibo Van Gool
2184cc80e0 [fixes #997] Update bottomStageNumber
The bottomStage.getStageNumber() was called, but never assigned to bottomStageNumber. Now it is. This has the effect that the exhaust effects will start at the bottom stage instead of on the top stage, which was previously the case.
2022-01-11 23:55:44 +01:00
Billy Olsen
f78b6326ee
Merge pull request #1049 from SiboVG/fix-typos
Fix typos in OR codebase
2021-12-27 11:54:55 -07:00
SiboVG
f5b8a64b88
Merge branch 'unstable' into issue-136 2021-11-22 02:25:34 +01:00
Joe Pfeiffer
459d4ab4ae
Merge pull request #1059 from SiboVG/issue-1058
[fixes #1058] Launch info dialog for no simulations GeneralOptimizer
2021-11-21 15:07:00 -07:00
Sibo Van Gool
103283c898 [fixes #1058] Launch info dialog for no simulations GeneralOptimizer
When the OR document does not have simulations present, it is unable to run the optimizer. This commit shows an info dialog for that and stops the creation of the GeneralOptimizationDialog
2021-11-11 01:08:30 +01:00
Joe Pfeiffer
e2035bc918
Merge pull request #1016 from SiboVG/issue-1003
[fixes #1003] Fix FinSet point clipping when further than parent body
2021-11-08 12:02:50 -07:00
Joe Pfeiffer
be257ecd99
Merge pull request #1043 from SiboVG/issue-1026
[fixes #1026] Add number of motors indication in motor selection panel
2021-11-04 12:02:28 -06:00
Neil Weinstock
7555c18603
Merge pull request #1040 from SiboVG/issue-1038
[fixes #1038] Change title plot/export simulation window
2021-10-28 21:46:26 -04:00
Neil Weinstock
ed7ba48429
Merge pull request #1041 from SiboVG/credit-dutch-trans
Include contribution for Dutch translation
2021-10-28 21:45:29 -04:00
Joe Pfeiffer
a194fa033f
Merge pull request #1013 from SiboVG/issue-899
[fixes #899] Use only filename in save/export filename input
2021-10-26 16:18:36 -06:00
Joe Pfeiffer
ff523003c0
Merge pull request #1017 from SiboVG/issue-987
[fixes #987] Use warning dialog for thrust curve import issues
2021-10-21 15:33:55 -06:00
JoePfeiffer
19b07f6c73 Set rocket file loading dialog modality to DOCUMENT_MODAL so it won't interfere with closing the bad thrustcurve message. 2021-10-21 14:44:58 -06:00
Sibo Van Gool
e3af87eee5 Fix typos in OR codebase 2021-10-17 18:03:18 +02:00
Joe Pfeiffer
8a305b4778
Merge pull request #1011 from SiboVG/issue-877
[fixes #877] Fix deprecated 'position upwind' FlightDataEvent
2021-10-15 11:16:06 -06:00
Joe Pfeiffer
f750a8c1cb
Merge pull request #1010 from SiboVG/issue-1009
[fixes #1009] Added more advanced DecimalFormat for plot hover
2021-10-15 11:06:40 -06:00
Joe Pfeiffer
2c9877b68b
Merge branch 'unstable' into issue-1001 2021-10-15 08:50:36 -06:00
Neil Weinstock
ff53498cb5
Merge pull request #1032 from JoePfeiffer/full-motor-designations
Full motor designations
2021-10-15 08:14:42 -04:00
Joe Pfeiffer
b94abc81e1
Merge pull request #1006 from SiboVG/issue-1002
[fixes #1002] Fix offset distances scaling on single component scaling
2021-10-13 08:45:34 -06:00
Sibo Van Gool
b29283a979 Trigger 'Hide very similar thrust curves' upon motor selection window open 2021-10-07 10:37:46 +02:00
Sibo Van Gool
78e23adcba Trigger 'Hide motors not in regular production' upon window open 2021-10-07 10:36:43 +02:00
Sibo Van Gool
6e27d60a03 [fixes #1026] Show number of motors in motor selection table 2021-10-06 19:48:59 +02:00
Joe Pfeiffer
c8f985ea32
Merge pull request #998 from SiboVG/issue-871
[fixes #871] Automatic base/outer diameter unexpected results/warnings
2021-10-05 19:05:39 -06:00
Sibo Van Gool
e40745ecd7 Include contribution for Dutch translation 2021-10-05 19:12:57 +02:00
Sibo Van Gool
d2ccb186fd [fixes #1038] Change title plot/export simulation window 2021-09-29 00:26:13 +02:00
Sibo Van Gool
8f793eb1b9 Fix FileHelper.forceExtension only checking for end of filename for file extension 2021-09-28 23:31:03 +02:00
Sibo Van Gool
548c3b7aae Use FileHelper.forceExtension instead of FileHelper.ensureExtension to avoid faulty saved file extensions 2021-09-28 23:16:17 +02:00
Sibo Van Gool
d67947bc2a Rename translation keys FileHelper 2021-09-28 23:16:17 +02:00
Sibo Van Gool
329d66d83f Add translation key for 'Export CSV' button 2021-09-28 23:16:16 +02:00