aboutsummaryrefslogtreecommitdiff
path: root/share/qt/make_spinner.py
Commit message (Collapse)AuthorAgeFilesLines
* qt: use series of pngs for spinnerWladimir J. van der Laan2014-01-131-9/+4
| | | | | | | | | | Use a series of .png frames for the spinner instead of a .mng. `mng` is an obscure image format and is not built by default into Qt5. This appears to improve the crispness of the spinner as well. Does not noticably increase the size (still ~27k) and the code is not more complicated either.
* Revert "Merge pull request #1931 from laanwj/2012_10_newicons"Wladimir J. van der Laan2012-10-141-0/+43
| | | | | | | | This reverts commit 199d88cf901866f3c2fa2b5bd83074d11ebad02c, reversing changes made to 65bc1573e73791c26472c3177732b7d167aa5bec. License is worse instead of better. Will only accept public domain and MIT-licensed icons from now on.
* Changed the spinner to a non-GPL one, added instructions on how to ↵xanatos2012-10-141-43/+0
| | | | regenerate it, changed the assets attribution, removed old spinner + old spinner's sources.
* Update translations for bitcoin coreWladimir J. van der Laan2012-04-141-0/+43
- Move scripts/qt to share/qt, to clean up toplevel directories - Update english ts file which is used to source messages for Transifex - In extract_strings_qt.py use a glob *.h *.cpp, this is safe now that the Wx UI files are removed