forked from t-oster/VisiCut
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rebase guiimprovement ontop of master #46
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update Inkscape extension to work with version 1.0
use new LibLaserCut interface: better spline interpolation for LTT laser
and remove oracle JDK which causes an error message
Helpful error message if settings download fails
Add settings option for Seattle Fremont Hanager
Add an attempt to use SSID to guess recommended lab settings
update xstream to 1.4.11.1
Fixes t-oster#524 Update using /usr/share/java/svgSalamander-1.1.1.jar from Debian's libsvgsalamander-java 1.1.1+dfsg-3
Update svgsalamander library
Fix Java installer licensing on Windows
Add Makerspace BLR to Visicut's available labs
…is required to run visicut on macs that have java > 8. See: http://openjdk.java.net/jeps/272 and https://docs.oracle.com/javase/9/migrate/toc.htm#JSMIG-GUID-C86F7403-7D7C-456F-8873-18C7F1BEDE2F
Initially, the function was placed inside the loop to improve the code's readability. However, functionally, this is unneeded.
Initially, the Dockerfile used to be based on Ubuntu.
- Fix errors in distribute.sh - Makefile / distribute.sh: Always update the splash screen, do not rely on cached image with possibly outdated version number - distribute.sh: show where resulting EXE file was stored VisicutBuilder must also be updated; a separate PR will follow.
Before, the version was not in the filename, which broke the download.visicut.org page
Two little changes to make shell scripts work more universally. Not all Unixes have bash installed in /bin/bash; use the /usr/bin/env bash pattern to make finding it more platform independent. The `which` command is deprecated in some Linux distributions (e.g. Debian); replacing it with more canonical command -v.
This was inadvertently broken in 4bd60b0. The JRE is intended to be installed under Contents/Plugins/JRE, but the refactoring inadvertently made it be installed under Contents/Plugins only. In turn, this meant the launched script could no longer find the JRE and gave an error instead of starting the application. Fixes t-oster#684.
Preserve the value of the usr entered JobName TextField. Currently visicut deletes the value, when a) the laser is changed, b) material is changed, or c) the mapping is changed. This makes it tedious, if I want to e.g. laser the same file different mappings, which I frequently do. I'd prefer to just edit the prefix, instead of entering it again in full each time.
Fixes t-oster#696 "java.lang.Exception: Warning: A GUI function was called from the non-GUI thread Thread-0. This may cause sporadic errors and should therefore be fixed."
probably all merged by now... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.