| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | resize tray icon because a 1024x1024 icon won't show in ubuntu (bug) | Jonas Schnelli | 2014-12-16 | 1 | -0/+2 |
| | | |||||
| * | Qt: Go back to using QIcon functionality for scaling | Wladimir J. van der Laan | 2014-12-16 | 1 | -4/+2 |
| | | |||||
| * | Qt: HiDPI (retina) support for splash screen | Jonas Schnelli | 2014-12-16 | 1 | -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 defines | Pavel JanÃk | 2014-11-03 | 1 | -3/+3 |
| | | |||||
| * | qt: add network-specific style object | Wladimir J. van der Laan | 2014-10-10 | 1 | -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. | |||||