aboutsummaryrefslogtreecommitdiff
path: root/src/qt/receivecoinsdialog.cpp
AgeCommit message (Expand)Author
2022-01-04Merge bitcoin-core/gui#516: Change 'Show' iconHennadii Stepanov
2021-12-31Change 'Show' iconw0xlt
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-21gui: address type dropdown, add bech32mSjors Provoost
2021-06-12GUI: Add keyboard shortcuts for other context menusLuke Dashjr
2021-04-14qt, refactor: Use better QMenu::addAction overloaded functionHennadii Stepanov
2021-02-27qt: Fix regression with initial sorting after pr205Hennadii Stepanov
2021-02-23qt: Disable requests context menu actions when appropriateJarol Rodriguez
2021-02-23Merge bitcoin-core/gui#213: qt: Add Copy Address Action to Payment RequestsMarcoFalke
2021-02-22qt: Add Copy Address Action to Payment RequestsJarol Rodriguez
2021-01-31qt: Save/restore recentRequestsView table column sizesHennadii Stepanov
2021-01-31qt: Move recentRequestsView properties settings to constructorHennadii Stepanov
2021-01-31qt: Drop buggy TableViewLastColumnResizingFixer classHennadii Stepanov
2021-01-28Merge bitcoin-core/gui#85: Remove unused "What's This" button in dialogs on W...Jonas Schnelli
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-09-07scripted-diff: Remove unused "What's This" button in dialogs on WindowsHennadii Stepanov
2020-09-07qt: Add flags to prevent a "What's This" button on Windows OSHennadii Stepanov
2020-07-21qt: Leverage the default "Create new receiving address" buttonHennadii Stepanov
2020-04-23Return error when no ScriptPubKeyMan is available for specified typeAndrew Chow
2020-03-19refactor: Get rid of Wallet::IsWalletFlagSet methodRussell Yanofsky
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-09-26Revert "gui: Generate bech32 addresses by default (take 2, fixup)"Gregory Sanders
2019-09-21gui: Rename address checkbox back to bech32MarcoFalke
2019-08-25qt: Remove obsolete QModelIndex::child()Hennadii Stepanov
2019-07-30gui: Generate bech32 addresses by default (take 2, fixup)MarcoFalke
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-03-31gui: Generate bech32 addresses by defaultMarcoFalke
2019-01-23Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow
2019-01-21Check for more than private keys disabled to show receive buttonAndrew Chow
2019-01-13Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-12[Qt] Disable creating receive addresses when private keys are disabledJonas Schnelli
2018-05-17GUI: Allow generating Bech32 addresses with a legacy-address defaultLuke Dashjr
2018-04-04Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky
2018-03-26Merge #12610: Multiwallet for the GUIJonas Schnelli
2018-03-26Qt: show wallet name in request dlg in case of multiwalletJonas Schnelli
2018-03-17wallet: Change output type globals to membersMarcoFalke
2018-01-17Avoid potential null dereference in ReceiveCoinsDialog constructorRussell Yanofsky
2018-01-16[qt] receive tab: bech32 address opt-in checkboxSjors Provoost
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-11Merge #3716: GUI: Receive: Remove option to reuse a previous addressMarcoFalke
2017-11-11GUI: Receive: Remove option to reuse a previous addressLuke Dashjr
2017-06-05scripted-diff: Remove Q_FOREACHJorge Timón
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-23qt: Plug many memory leaksWladimir J. van der Laan
2016-10-18Merge #8918: Qt: Add "Copy URI" to payment request context menuWladimir J. van der Laan