HomePhabricator

Bitcoin-Qt: tweak Qt walletXXX.cpp/h code
dbc0a6aba2cfUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Bitcoin-Qt: tweak Qt walletXXX.cpp/h code

WalletView:

  • add new signal showNormalIfMinimized()
  • emit the new signal in handleURI() to fix a bug, preventing the main window to show up when using bitcoin: URIs

WalletStack:

  • connect the showNormalIfMinimized() signal from WalletView with the showNormalIfMinimized() slot in BitcoinGUI
  • rework setCurrentWallet() to return a bool
  • add check for valid walletModel in addWallet()
  • add missing gui attribute initialisation in constructor

WalletFrame:

  • remove unused or unneded class attributes gui and clientModel
  • add a check for valid clientModel in setClientModel()

General:

  • small code formatting changes

Details

Provenance
Philip Kaufmann <phil.kaufmann@t-online.de>Authored on Aug 2 2013, 11:53
deadalnixPushed on May 14 2017, 22:04
Parents
rABCe62f8d72f349: Merge pull request #2539 from gavinandresen/paymentrequest
Branches
Unknown
Tags
Unknown

Event Timeline

Philip Kaufmann <phil.kaufmann@t-online.de> committed rABCdbc0a6aba2cf: Bitcoin-Qt: tweak Qt walletXXX.cpp/h code (authored by Philip Kaufmann <phil.kaufmann@t-online.de>).Aug 23 2013, 07:10