HomePhabricator

Bitcoin-Qt: use statustips in addition to tooltips
6f959c4cb340Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Bitcoin-Qt: use statustips in addition to tooltips

  • add setStatusTip() in addition to setTooltip() where it makes sense
  • add only setStatusTip() if GUI element is only used in main- or tray menu
  • add an event filter on our BitcoinGUI object to prevent garbelled text on the status bar, which happens when we use it for e.g. displaying block-sync state and then a QEvent::StatusTip wants to write own text to it
  • remove a double translation of "Bitcoin client"

Details

Provenance
Philip Kaufmann <phil.kaufmann@t-online.de>Authored on Oct 12 2012, 14:08
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING578fc800039a: Merge pull request #1932 from Diapolo/thread_printf
Branches
Unknown
Tags
Unknown

Event Timeline

Philip Kaufmann <phil.kaufmann@t-online.de> committed rSTAGING6f959c4cb340: Bitcoin-Qt: use statustips in addition to tooltips (authored by Philip Kaufmann <phil.kaufmann@t-online.de>).Oct 31 2012, 07:05