aboutsummaryrefslogtreecommitdiff
path: root/src/qt/receivecoinsdialog.cpp
AgeCommit message (Expand)Author
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
2016-10-13Qt: Add "Copy URI" to payment request context menuLuke Dashjr
2016-09-23Do not shadow in src/qtPavel Janík
2016-01-20[Qt] rename "amount" to "requested amount" in receive coins tableJonas Schnelli
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-07-31qt: Introduce PlatformStyleWladimir J. van der Laan
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan
2015-07-07[Qt] constify foreach uses where possiblePhilip Kaufmann
2014-12-27Adopt style colour for button iconsLuke Dashjr
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-05-06[Qt] fix Qt slot problem in receivecoinsdialogPhilip Kaufmann
2014-03-27[Qt] fix style, formating, comment and indentation problemsPhilip Kaufmann
2014-03-21[Qt] Fix enable/disable show and remove buttonsCozz Lovan
2014-03-21[QT] Fixes feel when resizing the last column on tables (issue #2862)gubatron
2014-03-15qt: Enable and disable the Show and Remove buttons for requested payments his...Haakon Nilsen
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-29[Qt] minor receive tab improvementsCozz Lovan
2014-01-19[Qt] Add sorting feature to the requested payments tableCozz Lovan
2013-12-09Merge pull request #3207Wladimir J. van der Laan