aboutsummaryrefslogtreecommitdiff
path: root/src/qt/networkstyle.h
Commit message (Collapse)AuthorAgeFilesLines
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* resize tray icon because a 1024x1024 icon won't show in ubuntu (bug)Jonas Schnelli2014-12-161-0/+2
|
* Qt: Go back to using QIcon functionality for scalingWladimir J. van der Laan2014-12-161-4/+2
|
* Qt: HiDPI (retina) support for splash screenJonas Schnelli2014-12-161-5/+5
| | | | | | | - remove splash screen images (reduce binary size) - dynamicly draw splash screen with available icon. - remove testnet icon - dynamicly colorize testnet icon
* Fix all header definesPavel Janík2014-11-031-3/+3
|
* qt: add network-specific style objectWladimir J. van der Laan2014-10-101-0/+33
Mainly cleanups: Gets rid of isTestNet everywhere, by keeping track of network-specific theming in a central place. Also makes GUI no longer dependent on the network ID enumeration, which alleviates concerns about #4802.