3201 Commits

Author SHA1 Message Date
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
Sibo Van Gool
294dd4f73b Include extra license info 2022-01-31 21:00:04 +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
364744dcf4 Set maximum height on Rocket Optimizer window 2022-01-31 12:55:25 +01:00
Sibo Van Gool
0ebaaabff4 Put Rocket Optimizer in scroll panel
Since it is a big window, and users may make it smaller, this is not unreasonable
2022-01-31 12:45:51 +01:00
Sibo Van Gool
143029f846 Set min height for description
This would otherwise become just a 2 pixel white bar...
2022-01-31 12:45:03 +01:00
Sibo Van Gool
cae5555139 [fixes #1055] Fix simulation status after save only primary figures
Previously, if you saved a file with 'Simulated data to store: Only primary figures', the simulation status in the .ork file was still 'uptodate',but there was no sim data
2022-01-31 02:03:18 +01:00
Sibo Van Gool
2b936aa0ef Fix component analysis layout
Let the bottom window take up the rest of the vertical space, instead of growing gaps between that window and the bottom buttons
2022-01-31 01:03:22 +01:00
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
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
Sibo Van Gool
c553117258 [fixes #1067] Add OpenRocket home screenshot 2022-01-29 11:47:43 +01:00
Sibo Van Gool
598f70e2c6 [fixes #1067] Move image to the front to grab more attention 2022-01-29 11:47:30 +01:00
Sibo Van Gool
2923cb2d87 [fixes #1067] Update README 2022-01-29 11:44:27 +01:00
Sibo Van Gool
849da0c4a1 Took the liberty of adding myself as a contributor 2022-01-29 04:22:30 +01:00
Sibo Van Gool
8da82bcb4d [fixes #1067] Include CONTRIBUTING.md 2022-01-29 04:13:48 +01:00
Sibo Van Gool
348910b490 [fixes #1067] Include SUPPORT.md
I know this one is a bit basic, but it's a start
2022-01-29 03:01:18 +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