aboutsummaryrefslogtreecommitdiff
path: root/src/qt/networkstyle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* Do not shadow in src/qtPavel Janík2016-09-231-3/+3
|
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-1/+0
| | | | | | | | | | | | | | Introduce a PlatformStyle to handle platform-specific customization of the UI. This replaces 'scicon', as well as #ifdefs to determine whether to place icons on buttons. The selected PlatformStyle defaults to the platform that the application was compiled on, but can be overridden from the command line with `-uiplatform=<x>`. Also fixes the warning from #6328.
* Adopt style colour for button iconsLuke Dashjr2014-12-271-0/+1
|
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* [Qt] light blue icon color for regtestJonas Schnelli2014-12-161-1/+1
| | | | Changing the icons color for regtest in now lightweight.
* [Qt] fix a <Qt4.7 compatibility issue raised in #5228Jonas Schnelli2014-12-161-0/+4
|
* resize tray icon because a 1024x1024 icon won't show in ubuntu (bug)Jonas Schnelli2014-12-161-1/+2
|
* Qt: Go back to using QIcon functionality for scalingWladimir J. van der Laan2014-12-161-41/+17
|
* Qt: HiDPI (retina) support for splash screenJonas Schnelli2014-12-161-12/+80
| | | | | | | - remove splash screen images (reduce binary size) - dynamicly draw splash screen with available icon. - remove testnet icon - dynamicly colorize testnet icon
* qt: add network-specific style objectWladimir J. van der Laan2014-10-101-0/+47
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.