jasp-desktop
jasp-desktop copied to clipboard
JASP aims to be a complete statistical package for both Bayesian and Frequentist statistical methods, that is easy to use and familiar to users of SPSS
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [JASP/jaspDesktop](https://hosted.weblate.org/projects/jasp/jaspdesktop/). Current translation status: 
Almost fixes weird font in windows results
Fixes https://github.com/jasp-stats/jasp-issues/issues/1747 mostly You can still get it to look slightly weird if you try but it seems to usually get it right now
- more specific instructions for adding GITHUB_PAT in Qt creator - updated image for change listed above
- preferencesModel changes werent connect to results, this is fixed now. fixes https://github.com/jasp-stats/INTERNAL-jasp/issues/1872 - also renamed the checkbox to "Use exponent notation" - made using normalized notation the default
Data library updates
So, I have a few JASP analyses that could be added to the JASP library. First, I'm adding this one to the mixed models, if the PR looks good, I...
Implements requests from https://github.com/jasp-stats/jasp-issues/issues/1720
Replaced the `KeyNavigation.KeyUp` and `.KeyDown` with `tab` and `backTab`
Fixes https://github.com/jasp-stats/INTERNAL-jasp/issues/728 and fixes https://github.com/jasp-stats/INTERNAL-jasp/issues/1653 I tweaked the SpinBox just enough that it doesn't mess up with the navigation. It works much more predictable now. There are more to fix...
Improvement to the MessageBoxes
I noticed this not so professional message, "There are unapplied changes to your filter; what would you like to do?", and while looking into that, I ended up improving the...
Improvement to TextField Implementation
I has some time this morning, and I thought, oh, let's look around the UI a bit. I ended up looking into the `TextField`, `DoubleField`, and some other UI elements,...
Image resizer for JASP editor [DO NOT MERGE]
### Description Allow adding and resizing images in the JASP editor. The resizing module is based on the code module available here: https://github.com/kensnyder/quill-image-resize-module (commit: kensnyder/quill-image-resize-module@60a43a2) #### Related Issues Fixes jasp-stats/INTERNAL-jasp#734...