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

[qt] [trivial] Delete icons, Cleanup spinner animation #6668

Merged
merged 2 commits into from
Sep 21, 2015

Conversation

maflcko
Copy link
Member

@maflcko maflcko commented Sep 13, 2015

No description provided.

angle=$(($i * 10))
convert spinner-000.png -background "rgba(0,0,0,0.0)" -distort SRT $angle spinner-$value.png
convert ../src/spinner.png -background "rgba(0,0,0,0.0)" -distort SRT $angle spinner-$frame.png
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe use something like FILEDIR=$(dirname $0) instead of ../src. It would allow to run the script from everywhere and still get and place the files in and from the right directory.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! done.

MarcoFalke added 2 commits September 13, 2015 17:57
…ner.sh

* Merge make_spinner.py into makespinner.sh
* Also delete now unused imgs
* Actually use all 36 frames for the spinner animation
@maflcko maflcko force-pushed the MarcoFalke-2015-spinnerAnimationFix branch from af56803 to 9b1cdd7 Compare September 13, 2015 15:57
@laanwj laanwj added the GUI label Sep 18, 2015
@btcdrak
Copy link
Contributor

btcdrak commented Sep 18, 2015

utACK

@laanwj
Copy link
Member

laanwj commented Sep 21, 2015

Agree re: cleanup, but you call this 'fix', but there is no description.
What is broken about the spinner?

@maflcko
Copy link
Member Author

maflcko commented Sep 21, 2015

Nothing broken. The spinner is skipping one frame. Changing SPINNER_FRAMES from 35 to 36 is the "fix".

@laanwj
Copy link
Member

laanwj commented Sep 21, 2015

ACK

@laanwj laanwj merged commit 9b1cdd7 into bitcoin:master Sep 21, 2015
laanwj added a commit that referenced this pull request Sep 21, 2015
9b1cdd7 [trivial] Remove obsolete pixmaps (MarcoFalke)
d1acf93 [qt] [trivial] share/qt/make_spinner.py => src/qt/res/movies/makespinner.sh (MarcoFalke)
@maflcko maflcko deleted the MarcoFalke-2015-spinnerAnimationFix branch September 21, 2015 16:28
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants