aboutsummaryrefslogtreecommitdiff
path: root/src/qt/receivecoinsdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow2019-01-231-1/+6
* Check for more than private keys disabled to show receive buttonAndrew Chow2019-01-211-1/+1
* Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-2/+2
* qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-9/+9
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* [Qt] Disable creating receive addresses when private keys are disabledJonas Schnelli2018-07-121-0/+3
* GUI: Allow generating Bech32 addresses with a legacy-address defaultLuke Dashjr2018-05-171-6/+8
* Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky2018-04-041-3/+3
* Merge #12610: Multiwallet for the GUIJonas Schnelli2018-03-261-2/+2
|\
| * Qt: show wallet name in request dlg in case of multiwalletJonas Schnelli2018-03-261-2/+2
* | wallet: Change output type globals to membersMarcoFalke2018-03-171-4/+4
|/
* Avoid potential null dereference in ReceiveCoinsDialog constructorRussell Yanofsky2018-01-171-9/+9
* [qt] receive tab: bech32 address opt-in checkboxSjors Provoost2018-01-161-1/+16
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-2/+0
* qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan2017-11-161-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-12/+12
* Merge #3716: GUI: Receive: Remove option to reuse a previous addressMarcoFalke2017-11-111-20/+2
|\
| * GUI: Receive: Remove option to reuse a previous addressLuke Dashjr2017-11-111-20/+2
* | scripted-diff: Remove Q_FOREACHJorge Timón2017-06-051-1/+1
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | qt: Plug many memory leaksWladimir J. van der Laan2016-11-231-2/+3
* | Merge #8918: Qt: Add "Copy URI" to payment request context menuWladimir J. van der Laan2016-10-181-8/+31
|\ \
| * | Qt: Add "Copy URI" to payment request context menuLuke Dashjr2016-10-131-8/+31
| |/
* | Do not shadow in src/qtPavel Janík2016-09-231-13/+13
* | [Qt] rename "amount" to "requested amount" in receive coins tableJonas Schnelli2016-01-201-0/+1
* | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|/
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-15/+16
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-1/+1
* [Qt] constify foreach uses where possiblePhilip Kaufmann2015-07-071-2/+1
* Adopt style colour for button iconsLuke Dashjr2014-12-271-0/+6
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* [Qt] fix Qt slot problem in receivecoinsdialogPhilip Kaufmann2014-05-061-10/+9
* [Qt] fix style, formating, comment and indentation problemsPhilip Kaufmann2014-03-271-10/+8
* [Qt] Fix enable/disable show and remove buttonsCozz Lovan2014-03-211-4/+5
* [QT] Fixes feel when resizing the last column on tables (issue #2862)gubatron2014-03-211-17/+24
* qt: Enable and disable the Show and Remove buttons for requested payments his...Haakon Nilsen2014-03-151-0/+15
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* [Qt] minor receive tab improvementsCozz Lovan2014-01-291-0/+78
* [Qt] Add sorting feature to the requested payments tableCozz Lovan2014-01-191-0/+2
* Merge pull request #3207Wladimir J. van der Laan2013-12-091-1/+54
|\
| * qt: keep a list of requested paymentsWladimir J. van der Laan2013-11-191-1/+54
* | [Qt] small notificator and style changesPhilip Kaufmann2013-12-031-2/+2
|/
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* qt: show payment information in one text areaWladimir J. van der Laan2013-10-231-1/+2
* qt: use SendCoinsRecipient for payment request informationWladimir J. van der Laan2013-10-231-2/+3
* qt: rework "receive coins" workflowWladimir J. van der Laan2013-10-231-0/+105