JoePfeiffer
1ae6a845d5
Add CommonMark library, and components and thrustcurve databases, to About dialog
...
Convert all URLs in About dialog to hyperlinks
2022-02-07 15:25:49 -07:00
JoePfeiffer
4734ea5e85
Modify DescriptionArea to make hyperlinks live. Hyperlinks other than jar
...
resources just get sent off to the browser; jar resources get extracted into
temporary files, and those files' URLs get sent off to the browser.
I don't really like the handling of exceptions here, but I don't see a better
way around it. Trying to just declare hyperlinkUpdate() as throwing exceptions
fails because I'm overriding an abstract method that doesn't throw exceptions.
So, I need to throw a runtime exception when an exception happens; the stack
trace in the bug report shows that as the location of the exception so I
didn't want to just wrap all the code in the method in one big try/catch as
that reduces the information about where things broke. So, bunch of try/catch
blocks around related operations.
2022-02-07 15:25:49 -07:00
JoePfeiffer
7c8e8699ef
intermediate commit so I can catch up to unstable
2022-02-07 15:25:49 -07:00
SiboVG
1876fb88df
Merge pull request #1085 from SiboVG/issue-1084
...
[fixes #1084 ] Fix layout PhotoStudio Settings
2022-02-05 01:01:27 +01:00
SiboVG
3264c1ccb1
Merge pull request #1104 from JoePfeiffer/check-database
...
Check for database submodule and give instructions for including it if not found
2022-02-01 17:54:31 +01:00
JoePfeiffer
497f185790
Check for database submodule and give instructions for including it
...
if not found
2022-02-01 09:21:06 -07:00
Sibo Van Gool
1e5adf36eb
[ fixes #1084 ] Remove left gap of image credit
2022-02-01 15:24:12 +01:00
Sibo Van Gool
df1caaec03
[ fixes #1084 ] Remove colon for 'image credit'
2022-02-01 07:40:08 +01:00
Sibo Van Gool
71f01ab66d
[ fixes #1084 ] Move credit content to second column
2022-02-01 07:35:32 +01:00
Sibo Van Gool
f81f5a4c45
[ fixes #1084 ] Extend separator to title label
2022-02-01 07:33:26 +01:00
Joe Pfeiffer
8e50f5202e
Merge pull request #1103 from SiboVG/issue-1076
...
[fixes #1076 ] Fix preset combobox not updating
2022-01-31 18:09:01 -07:00
Joe Pfeiffer
d277dbb4ce
Merge pull request #1098 from SiboVG/issue-motors-layout
...
Clean up motor configuration layout
2022-01-31 18:05:17 -07:00
Sibo Van Gool
620b450e2d
[ fixes #1076 ] Fix layout issues ComponentPresetChooserDialog
2022-02-01 00:50:29 +01:00
Sibo Van Gool
3541899b0f
[ fixes #1076 ] Move PresetModel database listener internally
...
setComponent() of ComponentConfigDialog called pack(), which triggered invalidate() in RocketComponentConfig, thus removing presetModel from the database listeners before the Component Preset window could even be called
2022-02-01 00:39:22 +01:00
Sibo Van Gool
1ae589d864
[ fixes #1076 ] Use Close button instead of Ok/Cancel
2022-01-31 23:41:43 +01:00
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
Joe Pfeiffer
d459ba4bd8
Merge pull request #1095 from SiboVG/issue-1090
...
[fixes #1090 ] Wrong FinSet tab position upon file opening
2022-01-31 10:41:59 -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
7df86f9407
Merge pull request #1094 from SiboVG/issue-1092
...
[fixes #1092 ] Draw root edge of fin tab
2022-01-31 10:39:33 -07: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
Sibo Van Gool
cf0af1d59c
Fix small typo
2022-01-29 19:16:26 +01:00
Sibo Van Gool
36ff302586
[ fixes #1090 ] Update tabPosition after FinSetPoint loading
2022-01-29 19:10:38 +01:00
Sibo Van Gool
dc6c5d8c4a
[ fixes #1090 ] Make updateTabPosition public
...
We will need this in the next commit
2022-01-29 19:07:06 +01:00
Sibo Van Gool
f06ad1ec35
[ fixes #1090 ] Rename setTabPosition
...
It's more of an update-function instead of a set
2022-01-29 19:06:53 +01:00
Sibo Van Gool
9025171a28
Remove redundant imports
2022-01-29 19:04:42 +01:00
Sibo Van Gool
c112db32ed
[ fixes #1092 ] Draw root edge of fin tab
2022-01-29 14:24:21 +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
Joe Pfeiffer
68032e88ff
Merge pull request #1083 from SiboVG/issue-926
...
[fixes #926 ] Fix motor selection window layout issues
2022-01-28 09:22:02 -07:00
Sibo Van Gool
78c72a251b
[ fixes #1084 ] Fix wrong push layout
...
Should've restricted to pushx, otherwise, the sky-widgets got pushed to the bottom
2022-01-28 12:54:29 +01:00
Sibo Van Gool
6cb1fb7945
Add comments in PhotoSettingsConfig
2022-01-28 12:50:07 +01:00
Sibo Van Gool
4338eda38a
[ fixes #1084 ] Fix PhotoStudio settings layout issue
2022-01-28 12:43:46 +01:00
Sibo Van Gool
ee78074f9e
Add colon for compatible cases (motor selection)
2022-01-28 01:55:26 +01:00
Sibo Van Gool
6b6f0c8cb1
[ fixes #926 ] Fix layout issues motor selection panel
2022-01-28 01:53:12 +01:00