Skip to content
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

Various fixes and improvements #265

Merged
merged 2 commits into from Apr 13, 2016
Merged

Various fixes and improvements #265

merged 2 commits into from Apr 13, 2016

Conversation

RobertBColton
Copy link
Collaborator

@RobertBColton RobertBColton commented Apr 13, 2016

  • Addresses selection issues with drag and drop. Can now drag and drop from one action list to another again. The problem was that we needed to check if indices is not-null in import to make sure we are importing from the same list we are exporting from. Corrects Action List Selection #170
  • Prevents the user from being able to add a code action to a list when there is no action container, which is how the LibActionButtons handle it as well, fully correcting Action List Lost Changes #157
  • Removed files previously committed by mistake and adds them to gitignore including *.log files which are JVM crash logs.
  • Adds a check to see if audio clips are open before closing the on the sound frame. This is to fix a Linux issue where the pulse audio implementation in OpenJDK does not like you calling stop if the clip was never actually opened before.
  • Fixes a mistake in the action list model where one of the add() methods stored two undo's. Lead to an exception just adding a single action and undoing twice.
  • Removes swinglayout-lgm.jar from class-path in the manifest because we no longer support Java 5.
  • Restores the status bar on the background frame to the way the others are done until we create a real status bar layout.
  • Uses the new ICO file created by @JoshDreamland without any aliasing.

* Fixes add in action list model.
* Adds missing new line to gitignore.
* Removes swinglayout-lgm.jar from Class-Path in Manifest, we no longer support Java 5.
@RobertBColton RobertBColton merged commit 33abd7c into IsmAvatar:master Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant