lbrycrd/src/qt
MarcoFalke cbb91cd0ec
Merge #13743: refactor: Replace boost::bind with std::bind
cb53b825c2 scripted-diff: Replace boost::bind with std::bind (Chun Kuan Lee)
2196c51821 refactor: Use boost::scoped_connection in signal/slot, also prefer range-based loop instead of std::transform (Chun Kuan Lee)

Pull request description:

  Replace boost::bind with std::bind

  - In `src/rpc/server.cpp`, replace `std::transform` with simple loop.
  - In `src/validation.cpp`, store the `boost::signals2::connection` object and use it to disconnect.
  - In `src/validationinterface.cpp`, use 2 map to store the `boost::signals2::scoped_connection` object.

Tree-SHA512: 6653cbe00036fecfc495340618efcba6d7be0227c752b37b81a27184433330f817e8de9257774e9b35828026cb55f11ee7f17d6c388aebe22c4a3df13b5092f0
2018-12-29 14:14:26 +01:00
..
forms qt: Remove hidden columns in coin control dialog 2018-11-29 07:58:40 +00:00
locale qt: Translations update before 0.17 branch 2018-08-13 11:00:17 +02:00
res Scripts and tools & Docs: Used #!/usr/bin/env bash instead of obsolete #!/bin/bash, added linting for .sh files shebang and updated the Developer Notes. 2018-12-02 16:14:21 +02:00
test Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan result: success / failure / user_abort 2018-12-12 18:00:42 +13:00
addressbookpage.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
addressbookpage.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
addresstablemodel.cpp Merge #13769: Mark single-argument constructors "explicit" 2018-08-27 13:33:04 -04:00
addresstablemodel.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
askpassphrasedialog.cpp Better error message for user when corrupt wallet unlock fails 2018-11-10 15:07:20 +13:00
askpassphrasedialog.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
bantablemodel.cpp scripted-diff: Move util files to separate directory. 2018-11-04 22:46:07 -08:00
bantablemodel.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
bitcoin.cpp Merge #14854: qt: Cleanup SplashScreen class 2018-12-07 17:12:55 +01:00
bitcoin.qrc [gui] Add proxy icon in statusbar 2018-05-15 23:23:56 +03:00
bitcoin_locale.qrc qt: periodic translations update 2017-01-10 12:52:02 +01:00
bitcoinaddressvalidator.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
bitcoinaddressvalidator.h
bitcoinamountfield.cpp qt: Improve BitcoinAmountField class 2018-10-30 14:58:25 +02:00
bitcoinamountfield.h qt: Improve BitcoinAmountField class 2018-10-30 14:58:25 +02:00
bitcoingui.cpp Merge #13743: refactor: Replace boost::bind with std::bind 2018-12-29 14:14:26 +01:00
bitcoingui.h Merge #13966: gui: When private key is disabled, only show watch-only balance 2018-12-01 12:24:33 +01:00
bitcoinstrings.cpp qt: Translations update before 0.17 branch 2018-08-13 11:00:17 +02:00
bitcoinunits.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
bitcoinunits.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
clientmodel.cpp Merge #13743: refactor: Replace boost::bind with std::bind 2018-12-29 14:14:26 +01:00
clientmodel.h Add "Blocksdir" to Debug window 2018-10-06 00:07:05 +03:00
coincontroldialog.cpp qt: Remove hidden columns in coin control dialog 2018-11-29 07:58:40 +00:00
coincontroldialog.h qt: Remove hidden columns in coin control dialog 2018-11-29 07:58:40 +00:00
coincontroltreewidget.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
coincontroltreewidget.h Bump copyright headers to 2014 2016-01-05 21:01:39 +01:00
csvmodelwriter.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
csvmodelwriter.h Bump copyright headers to 2014 2016-01-05 21:01:39 +01:00
editaddressdialog.cpp Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
editaddressdialog.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
guiconstants.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
guiutil.cpp Use window() instead of obsolete topLevelWidget() 2018-11-25 11:32:59 +02:00
guiutil.h qt: Add GUIUtil::bringToFront 2018-11-05 11:21:50 +00:00
intro.cpp scripted-diff: Move util files to separate directory. 2018-11-04 22:46:07 -08:00
intro.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
macdockiconhandler.h Remove obj_c for macOS Dock icon menu 2018-11-04 02:42:18 +02:00
macdockiconhandler.mm Remove obj_c for macOS Dock icon menu 2018-11-04 02:42:18 +02:00
macnotificationhandler.h convert C-style (void) parameter lists to C++ style () 2018-09-13 10:36:41 -07:00
macnotificationhandler.mm Refactoring with QString::toNSString 2018-12-16 20:29:56 +02:00
macos_appnap.h macOS: disable AppNap during sync 2018-11-01 18:22:06 +03:00
macos_appnap.mm macOS: disable AppNap during sync 2018-11-01 18:22:06 +03:00
Makefile
modaloverlay.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
modaloverlay.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
networkstyle.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
networkstyle.h
notificator.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
notificator.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
openuridialog.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
openuridialog.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
optionsdialog.cpp Don't use systray icon on inappropriate systems 2018-09-27 17:24:04 +03:00
optionsdialog.h Merge #13248: [gui] Make proxy icon from statusbar clickable 2018-08-20 13:40:11 +02:00
optionsmodel.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
optionsmodel.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
overviewpage.cpp Hide spendable label if priveate key is disabled 2018-08-28 03:56:07 +08:00
overviewpage.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
paymentrequest.proto Specify Protobuf version 2 in paymentrequest.proto 2016-09-16 11:45:08 +08:00
paymentrequestplus.cpp scripted-diff: Move util files to separate directory. 2018-11-04 22:46:07 -08:00
paymentrequestplus.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
paymentserver.cpp scripted-diff: Move util files to separate directory. 2018-11-04 22:46:07 -08:00
paymentserver.h qt: cleanup: Move BIP70 functions together in paymentserver 2018-10-22 04:03:17 -06:00
peertablemodel.cpp Make objects in range declarations immutable by default. Avoid unnecessary copying of objects in range declarations. 2018-08-27 18:19:33 +02:00
peertablemodel.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
platformstyle.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
platformstyle.h
qvalidatedlineedit.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
qvalidatedlineedit.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
qvaluecombobox.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
qvaluecombobox.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
README.md Fix macOS files description 2018-10-08 00:41:40 +03:00
receivecoinsdialog.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
receivecoinsdialog.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
receiverequestdialog.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
receiverequestdialog.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
recentrequeststablemodel.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
recentrequeststablemodel.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
rpcconsole.cpp qt: Allow to inspect RPCConsole tabs 2018-12-11 13:15:35 +00:00
rpcconsole.h qt: Allow to inspect RPCConsole tabs 2018-12-11 13:15:35 +00:00
sendcoinsdialog.cpp qt: Remove "Pay only required fee" checkbox 2018-10-30 16:31:57 +02:00
sendcoinsdialog.h qt: Remove "Pay only required fee" checkbox 2018-10-30 16:31:57 +02:00
sendcoinsentry.cpp build: Add --disable-bip70 configure option 2018-10-09 03:36:14 -06:00
sendcoinsentry.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
signverifymessagedialog.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
signverifymessagedialog.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
splashscreen.cpp Merge #13743: refactor: Replace boost::bind with std::bind 2018-12-29 14:14:26 +01:00
splashscreen.h Cleanup SplashScreen class 2018-12-02 01:26:28 +02:00
trafficgraphwidget.cpp Make objects in range declarations immutable by default. Avoid unnecessary copying of objects in range declarations. 2018-08-27 18:19:33 +02:00
trafficgraphwidget.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
transactiondesc.cpp Merge #14554: qt: Remove unused adjustedTime parameter 2018-11-05 12:50:11 +01:00
transactiondesc.h Remove unused adjustedTime parameter 2018-10-28 09:04:10 +02:00
transactiondescdialog.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
transactiondescdialog.h Bump copyright headers to 2014 2016-01-05 21:01:39 +01:00
transactionfilterproxy.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
transactionfilterproxy.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
transactionrecord.cpp Remove unused adjustedTime parameter 2018-10-28 09:04:10 +02:00
transactionrecord.h Remove unused adjustedTime parameter 2018-10-28 09:04:10 +02:00
transactiontablemodel.cpp Merge #13743: refactor: Replace boost::bind with std::bind 2018-12-29 14:14:26 +01:00
transactiontablemodel.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
transactionview.cpp Set C locale for amountWidget 2018-09-26 22:28:10 +03:00
transactionview.h Merge #12818: [qt] TransactionView: highlight replacement tx after fee bump 2018-08-20 13:26:30 -04:00
utilitydialog.cpp Fix bitcoin-qt -version output formatting 2018-11-05 13:37:48 +02:00
utilitydialog.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
walletframe.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
walletframe.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
walletmodel.cpp Merge #13743: refactor: Replace boost::bind with std::bind 2018-12-29 14:14:26 +01:00
walletmodel.h build: Add --disable-bip70 configure option 2018-10-09 03:36:14 -06:00
walletmodeltransaction.cpp build: Add --disable-bip70 configure option 2018-10-09 03:36:14 -06:00
walletmodeltransaction.h build: Add --disable-bip70 configure option 2018-10-09 03:36:14 -06:00
walletview.cpp qt: Use GUIUtil::bringToFront where possible 2018-11-05 11:21:50 +00:00
walletview.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
winshutdownmonitor.cpp scripted-diff: Move util files to separate directory. 2018-11-04 22:46:07 -08:00
winshutdownmonitor.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00

This directory contains the BitcoinQT graphical user interface (GUI). It uses the cross-platform framework Qt.

The current precise version for Qt 5 is specified in qt.mk.

Compile and run

See build instructions (macOS, Windows, Unix, etc).

To run:

./src/qt/bitcoin-qt

Files and directories

forms

Contains Designer UI files. They are created with Qt Creator, but can be edited using any text editor.

locale

Contains translations. They are periodically updated. The process is described here.

res

Resources such as the icon.

test

Tests.

bitcoingui.(h/cpp)

Represents the main window of the Bitcoin UI.

*model.(h/cpp)

The model. When it has a corresponding controller, it generally inherits from QAbstractTableModel. Models that are used by controllers as helpers inherit from other Qt classes like QValidator.

ClientModel is used by the main application bitcoingui and several models like peertablemodel.

*page.(h/cpp)

A controller. :NAMEpage.cpp generally includes :NAMEmodel.h and forms/:NAME.page.ui with a similar :NAME.

*dialog.(h/cpp)

Various dialogs, e.g. to open a URL. Inherit from QDialog.

paymentserver.(h/cpp)

Used to process BIP21 and BIP70 (see https://github.com/bitcoin/bitcoin/pull/11622) payment URI / requests. Also handles URI based application switching (e.g. when following a bitcoin:... link from a browser).

walletview.(h/cpp)

Represents the view to a single wallet.

Other .h/cpp files

  • UI elements like BitcoinAmountField, which inherit from QWidget.
  • bitcoinstrings.cpp: automatically generated
  • bitcoinunits.(h/cpp): BTC / mBTC / etc handling
  • callback.h
  • guiconstants.h: UI colors, app name, etc
  • guiutil.h: several helper functions
  • macdockiconhandler.(h/mm): macOS dock icon handler
  • macnotificationhandler.(h/mm): display notifications in macOS

Contribute

See CONTRIBUTING.md for general guidelines. Specifically for Qt:

Using Qt Creator as IDE

You can use Qt Creator as an IDE. This is especially useful if you want to change the UI layout.

Download and install the community edition of Qt Creator. Uncheck everything except Qt Creator during the installation process.

Instructions for macOS:

  1. Make sure you installed everything through Homebrew mentioned in the macOS build instructions
  2. Use ./configure with the --enable-debug flag
  3. In Qt Creator do "New Project" -> Import Project -> Import Existing Project
  4. Enter "bitcoin-qt" as project name, enter src/qt as location
  5. Leave the file selection as it is
  6. Confirm the "summary page"
  7. In the "Projects" tab select "Manage Kits..."
  8. Select the default "Desktop" kit and select "Clang (x86 64bit in /usr/bin)" as compiler
  9. Select LLDB as debugger (you might need to set the path to your installation)
  10. Start debugging with Qt Creator (you might need to the executable to "bitcoin-qt" under "Run", which is where you can also add command line arguments)