777 Commits

Author SHA1 Message Date
SiboVG
385587da2e
Merge branch 'unstable' into issue-motors-layout 2022-01-31 19:33:42 +01:00
Joe Pfeiffer
86260cc7c8
Merge pull request #1097 from SiboVG/issue-1088
[fixes #1088] Select new motor config + others
2022-01-31 10:56:17 -07:00
Joe Pfeiffer
6b24e0f58d
Merge pull request #1096 from SiboVG/issue-transition-clipped
Fix transition 'Clipped' checkbox overlapping with comment
2022-01-31 10:52:20 -07:00
SiboVG
6e4faa8b6a
Merge pull request #1077 from JoePfeiffer/fix-713
Fix 713: Include legacy and new databases
2022-01-31 18:40:33 +01:00
Joe Pfeiffer
1def2b6c6d
Merge pull request #1087 from SiboVG/bug-report-bold
Improve Bug Report formatting
2022-01-31 10:32:29 -07:00
Sibo Van Gool
b3399f2d35 [fixes #1088] Select booster motor first 2022-01-30 20:06:13 +01:00
Sibo Van Gool
ba973961cd Better code format 2022-01-30 20:05:16 +01:00
Sibo Van Gool
ee9d52c432 [fixes #1088] Fix recovery and separation not selected upon tab change 2022-01-30 14:18:36 +01:00
Sibo Van Gool
65927d485b [fixes #1088] Set 'Enter' hotkey for recovery and separation tables 2022-01-30 14:05:53 +01:00
Sibo Van Gool
b26ae9e541 Adapt new/copy config windows popup based on current tab
This will make sure that e.g. when you are in the recovery tab and add a new configuration, that the deployment window opens instead of the motor selection window
2022-01-30 14:03:29 +01:00
Sibo Van Gool
d0a1025f6d Remove redundant imports 2022-01-30 13:57:59 +01:00
Sibo Van Gool
884c811343 Clean up motor configuration layout 2022-01-30 12:19:24 +01:00
Sibo Van Gool
d916fdc64a [fixes #1088] Set 'Enter' as hotkey for select motor 2022-01-30 01:32:57 +01:00
Sibo Van Gool
ce8be05865 [fixes #1088] Open motor selection upon new/copy config 2022-01-30 01:27:06 +01:00
Sibo Van Gool
42a0e4b389 [fixes #1088] Trigger select after new/copy motor config 2022-01-30 01:19:09 +01:00
Sibo Van Gool
eb643e967e Fix transition 'Clipped' checkbox overlapping with comment 2022-01-29 22:52:10 +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
Sibo Van Gool
0773cfbdf5 Use special HTML newline
With the <br> HTML newline, when a user would want to copy-paste the bug report, it would just be one long string of text, because the <br> tag would just be replaced by a space instead of a newline.
2022-01-28 22:52:35 +01:00
Sibo Van Gool
ec8d88fa01 Use fixed Locale for LogLine number formatting
Keep consistency over bug reports (e.g. on my machine, the time stamp was with commas as decimal separators, but I've seen people with dots)
2022-01-28 22:35:13 +01:00
Sibo Van Gool
e48804feab Improve bug report formatting 2022-01-28 22:34:03 +01: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
JoePfeiffer
b68c1cd85e when updating database filters, check for existence of checkboxes that may not exist depending on type of component before checking their state 2022-01-26 14:21:56 -07:00
JoePfeiffer
0cd5dcbe09 Eliminate serialization of component preset files
Relabel "Legacy Component Checkbox" to "Legacy Database Checkbox" to make clearer
2022-01-26 09:54:28 -07: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
JoePfeiffer
4fa38e45fc Add submodule for Dave Cook's database 2022-01-24 18:22:55 -07: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
JoePfeiffer
f34686ea4e Add checkbox to show/hide legacy components
Initially, checkbox is not set, legacy components are not shown, and
"Legacy" column in chooser dialog table is not visible.

Toggling checkbox shows/hides legacy components and column in table
2022-01-23 19:07:50 -07: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
JoePfeiffer
5aa16cb556 Added an optional <Legacy /> element to the .orc files to mark all
the components in the file as legacy; used this to mark the files from our old
database.
2022-01-20 14:41:50 -07:00
JoePfeiffer
71202abfdc Add Dave Cook's parts database as a git submodule, in a directory called swing/swing/resources-src/datafiles/components/
Move old rocksim-based database from .../presets to .../legacy_components
Move rocksim .csv files from .../rocksim_components to .../rocksim_src
Modify BaseComponentDTO to process units
Modify SerializePresets to take a set of directories containing .orc files
as command-line arguments, and process all of them.
Modify swing/build.xml to specify both legacy and new databases for import
2022-01-18 14:50:30 -07: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