aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2020-02-13Merge #18121: gui: Throttle GUI update pace when -reindexJonas Schnelli
2020-02-12gui: Throttle GUI update pace when -reindexHennadii Stepanov
2020-02-11gui: Fix race in WalletModel::pollBalanceChangedRussell Yanofsky
2020-02-10Merge #18101: qt: Fix deprecated QCharRef usageWladimir J. van der Laan
2020-02-09qt: Fix deprecated QCharRef usageHennadii Stepanov
2020-02-07Qt: pass clientmodel changes from walletframe to walletviewsJonas Schnelli
2020-02-06Merge #18062: gui: Fix unintialized WalletView::progressDialogfanquake
2020-02-03gui: Fix unintialized WalletView::progressDialogJoão Barbosa
2020-02-03gui: Drop PeerTableModel dependency to ClientModelJoão Barbosa
2020-02-01Merge #17937: gui: Remove WalletView and BitcoinGUI circular dependencyJonas Schnelli
2020-01-31gui: Drop ShutdownWindow dependency to BitcoinGUIJoão Barbosa
2020-01-31gui: Drop BanTableModel dependency to ClientModelJoão Barbosa
2020-01-30gui: Remove WalletView and BitcoinGUI circular dependencyJoão Barbosa
2020-01-30gui: Add transactionClicked and coinsSent signals to WalletViewJoão Barbosa
2020-01-30Merge #17261: Make ScriptPubKeyMan an actual interface and the wallet to have...Samuel Dobson
2020-01-27Merge #17453: gui: Fix intro dialog labels when the prune button is toggledJonas Schnelli
2020-01-27Merge #18007: Bugfix: GUI: Hide the HD/encrypt icons earlier so they get re-s...Jonas Schnelli
2020-01-27Merge #17096: gui: rename debug windowJonas Schnelli
2020-01-26Bugfix: GUI: Hide the HD/encrypt icons earlier so they get re-shown if anothe...Luke Dashjr
2020-01-24gui: Shortcut to close ModalOverlayEmil Engler
2020-01-23Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow
2020-01-23Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow
2020-01-22Merge #17754: net: Don't allow resolving of std::string with embedded NUL cha...Wladimir J. van der Laan
2020-01-22Merge #17965: qt: Revert changes of pr17943Wladimir J. van der Laan
2020-01-22Merge #17492: QT: bump fee returns PSBT on clipboard for watchonly-only walletsfanquake
2020-01-19Revert "refactor: Remove never used default parameter"Hennadii Stepanov
2020-01-19Revert "refactor: Simplify connection syntax"Hennadii Stepanov
2020-01-17Merge #17943: qt, refactor: Remove never used default parameterfanquake
2020-01-17Merge #17939: gui: Remove warning "unused variable 'wallet_model'"fanquake
2020-01-16Merge #17691: doc: Add missed copyright headersMarcoFalke
2020-01-16refactor: Simplify connection syntaxHennadii Stepanov
2020-01-16refactor: Remove never used default parameterHennadii Stepanov
2020-01-16gui: Remove warning "unused variable 'wallet_model'"João Barbosa
2020-01-15gui: hide HD & encryption icons when no wallet loadedHarris
2020-01-15QT: Change bumpFee asserts to simple error messageGregory Sanders
2020-01-15Merge #17923: refactor: Use PACKAGE_NAME in GUI modal overlay and bitcoin-walletfanquake
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-14GUI: Use PACKAGE_NAME in modal overlayLuke Dashjr
2020-01-14gui: Make Intro consistent with prune checkboxHennadii Stepanov
2020-01-14gui: Add Intro::UpdateFreeSpaceLabel()Hennadii Stepanov
2020-01-14refactor: Add Intro::UpdatePruneLabels()Hennadii Stepanov
2020-01-14refactor: Replace static variable with data memberHennadii Stepanov
2020-01-08util: Add PruneGBtoMiB() functionHennadii Stepanov
2020-01-08util: Add PruneMiBtoGB() functionHennadii Stepanov
2020-01-08Merge #16963: wallet: Fix unique_ptr usage in boost::signals2Wladimir J. van der Laan
2020-01-08Merge #17696: qt: Force set nPruneSize in QSettings after the intro dialogfanquake
2020-01-08Merge #16975: test: Show debug log on unit test failureWladimir J. van der Laan
2020-01-08Merge #17826: qt: Log Qt related infoWladimir J. van der Laan
2020-01-08net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...practicalswift
2020-01-08qt: Rename SetPrune() to InitializePruneSetting()Hennadii Stepanov