aboutsummaryrefslogtreecommitdiff
path: root/doc/assets-attribution.md
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-1/+1
|
* really s/doge/dis/g this timeTomo Ueda2021-09-021-1/+1
|
* First cut at updating docs to reflect DogecoinJ Ross Nicoll2015-10-311-2/+2
|
* [Qt] replace wifi icon with network symbolMarco2015-10-311-25/+46
|
* assets-attribution: Update typicons to MIT licenseLuke Dashjr2015-07-291-2/+2
| | | | | | stephenhutchings commented 3 Jul 2015, 6:35 GMT: > Hi Luke, happy for these to be distributed under the terms of the MIT licence. > Let me know if you need anything further from me.
* [QT] use alert icon with tooltip insted of "(out of sync)" textJonas Schnelli2015-05-121-0/+1
| | | | | | # Conflicts: # src/qt/forms/overviewpage.ui # src/qt/overviewpage.cpp
* Remove dead BitcoinUnits::id code and update assets-attribution for ↵Luke Dashjr2015-01-031-5/+3
| | | | non-image unit selector
* [Docs] clean up assets-attributen.mdJonas Schnelli2014-12-271-20/+12
| | | | - Make sure it represents the current state
* Qt: HiDPI (retina) support for splash screenJonas Schnelli2014-12-161-2/+1
| | | | | | | - remove splash screen images (reduce binary size) - dynamicly draw splash screen with available icon. - remove testnet icon - dynamicly colorize testnet icon
* Qt: new iconsJonas Schnelli2014-11-071-83/+36
| | | | | | | | - flat and b/w icons seems to be the new trend - support for HiDPI/retina - change icon sizes - fix assets-attribution.md - removed unused icons
* qt: better looking trayiconntrgn2014-08-121-1/+0
| | | | | Github-Pull: #4678 Rebased-By: Wladimir J. van der Laan <[email protected]>
* Update moved and dead linksLuke Dashjr2014-03-241-2/+2
|
* qt: use series of pngs for spinnerWladimir J. van der Laan2014-01-131-2/+2
| | | | | | | | | | 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.
* [Qt] update bitcoin-qt.pro and assets-attribution.mdPhilip Kaufmann2014-01-091-23/+23
| | | | | | | - remove unused and unmentioned file notsynced.png (we use an animation for this) - add missing coincontroldialog.ui to bitcoin-qt.pro - also unify formating in assets-attribution.md
* Markdown Cleanup - Part 2super32013-06-161-0/+104
Now everything is in markdown...