make network icon 4 all green bars #1067

issue pheldens opened this issue on April 9, 2012
  1. pheldens commented at 1:48 AM on April 9, 2012: none

    to avoid status confusion

    ./src/src/qt/res/icons/connect4_16.png

  2. TheBlueMatt commented at 1:53 AM on April 9, 2012: contributor

    Network icon 4 shouldnt be all green bars because if you only have 8 connections (ie no incoming connections), your connection is misconfigured. You should either enable UPnP in the client and on your router, or forward port 8333 manually. Though that should be made clear.

  3. gmaxwell commented at 1:55 AM on April 9, 2012: contributor

    Matt, 4 is the highest one, the one you get when you have 10 connections.

    switch(count)
    {
    case 0: icon = ":/icons/connect_0"; break;
    case 1: case 2: case 3: icon = ":/icons/connect_1"; break;
    case 4: case 5: case 6: icon = ":/icons/connect_2"; break;
    case 7: case 8: case 9: icon = ":/icons/connect_3"; break;
    default: icon = ":/icons/connect_4"; break;
    }
    
  4. TheBlueMatt commented at 1:56 AM on April 9, 2012: contributor

    Oh, I thought it went to 5, sorry...

  5. sipa commented at 2:12 AM on April 9, 2012: member

    network icon 4 is used from 10 connections on, so it implies you have incoming connections.

    That said, I prefer 4 bars, red orange yellow green, being enabled one by one.

  6. laanwj cross-referenced this on Apr 11, 2012 from issue Make 4th bar of connection icon green by laanwj
  7. laanwj closed this on Apr 11, 2012

  8. sanch0panza referenced this in commit fa99115b00 on May 17, 2018
  9. lateminer referenced this in commit c947e534ee on Nov 3, 2019
  10. bitcoin locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-20 06:56 UTC