Sibo Van Gool
1ae589d864
[ fixes #1076 ] Use Close button instead of Ok/Cancel
2022-01-31 23:41:43 +01: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
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
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
Sibo Van Gool
ae1ccd8320
[ fixes #825 ] Implement dummy unit test
...
Whoops, apparently you can't just comment out everything...
2022-01-28 01:22:16 +01:00
Sibo Van Gool
ca813caa45
[ fixes #825 ] Comment out old update unit test
...
For now I'm just gonna comment this unit test out, I'm sorry. Implementing a unit test for the new system would cost me extra time and headaches...
2022-01-28 00:00:33 +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
a6285a64e2
[ fixes #825 ] Enable default update checking
...
I feel like this is a better choice, because otherwise user's may never know about new updates
2022-01-27 18:00:36 +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
126a31c5b2
[ fixes #825 ] Implement AssetHandler
2022-01-27 16:37:28 +01:00
Sibo Van Gool
2e665455ef
[ fixes #825 ] Change dependency ArrayList UpdateInfoRetriever
...
Dunno why it picked the OpenRocket ArrayList as a dependency, but we'll just use the default
2022-01-27 16:36:46 +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
ec3b253fb2
[ fixes #825 ] Change UpdateInfo
...
Crap, forgot about this one, should've committed this earlier
2022-01-26 03:07:50 +01:00
Sibo Van Gool
ceb8f9482e
[ fixes #825 ] Remove unneeded vars in Communicator
...
These are remains from the previous update checker implementation
2022-01-26 03:05:08 +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
de646e80a9
[ fixes #825 ] 100% useful commit
...
Yeah I know, totally unnecessary, this just changes the order of the two translation keys, but I won't sleep well tonight if I don't do it. Sue me.
2022-01-26 02:25:48 +01:00
Sibo Van Gool
12aa1a447c
[ fixes #825 ] Improve translation keys update error
2022-01-26 02:23:02 +01:00
Sibo Van Gool
3114a5027e
[ fixes #825 ] Remove unused 'LAST_UPDATE' tag
...
Don't really know the purpose of this, but wasn't matching with the new implementation, so I decided to remove it
2022-01-26 02:09:10 +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
5bba74e560
[ fixes #825 ] Implement UpdateInfoRetriever
...
This is basically all the code for actually fetching release info and comparing it to the current build
2022-01-26 01:53:41 +01:00
Sibo Van Gool
a76b7be93f
[ fixes #825 ] Rename ReleaseInfo method
...
This is to avoid ambiguity with other uses of the word 'tag' throughout the code
2022-01-26 01:52:24 +01:00
JoePfeiffer
6507d4f93a
Add checkout of submodule to github workflow
2022-01-25 10:11:32 -07:00
Sibo Van Gool
3285a3265b
[ fixes #825 ] Include commonmark library JAR-file
...
Sorry, forgot to do this 2 commits ago...
2022-01-25 15:26:38 +01:00
Sibo Van Gool
408c8847b3
[ fixes #825 ] Add MarkdownUtil
2022-01-25 14:34:43 +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