aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-1/+1
* Add cancel button to rescan progress dialogAndrew Chow2018-04-121-3/+8
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-1/+1
* Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky2018-04-041-1/+1
* Remove direct bitcoin calls from qt/clientmodel.cppRussell Yanofsky2018-04-041-1/+2
* Qt: When multiple wallets are used, include in notifications the nameJonas Schnelli2018-03-261-2/+2
* Qt: Ensure UI updates only come from the currently selected walletViewLuke Dashjr2018-03-061-5/+5
* [qt] navigate to transaction history page after sendSjors Provoost2018-03-011-0/+6
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-18/+18
* Avoid NULL pointer dereference when _walletModel is NULL (which is valid)practicalswift2017-10-021-2/+2
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Merge #8371: [Qt] Add out-of-sync modal info layerJonas Schnelli2016-09-231-0/+6
|\
| * [Qt] modalinfolayer: removed unused comments, renamed signal, code style over...Jonas Schnelli2016-09-231-2/+2
| * [Qt] make Out-Of-Sync warning icon clickableJonas Schnelli2016-08-261-0/+6
* | Do not shadow in src/qtPavel Janík2016-09-231-22/+22
|/
* [Qt] add HD enabled/disabled icon to the status barJonas Schnelli2016-08-191-0/+6
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Disallow duplicate windows.Casey Rodarmor2015-09-041-8/+13
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-14/+15
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-4/+4
* GUI: Display label rather than address on popupsLuke Dashjr2015-03-061-3/+5
* Adopt style colour for button iconsLuke Dashjr2014-12-271-1/+2
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* [Qt] Add Smartfee to GUICozz Lovan2014-11-191-0/+1
* qt: Move transaction notification to transaction table modelWladimir J. van der Laan2014-10-281-1/+3
* qt: Register CAmount metatypeWladimir J. van der Laan2014-10-011-1/+1
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-1/+1
* [Qt] Prevent balloon-spam after rescanCozz Lovan2014-07-181-1/+1
* [Qt] rescan progressCozz Lovan2014-04-021-0/+27
* [Qt] small notificator and style changesPhilip Kaufmann2013-12-031-2/+2
* [Qt] remove GUIUtil::getSaveFileName() default argumentsPhilip Kaufmann2013-11-111-1/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-11/+15
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-6/+4
* transactionview: add message() signalPhilip Kaufmann2013-10-301-1/+3
* walletview: clarify 2 commentsPhilip Kaufmann2013-10-271-2/+2
* walletview: make backupWallet() use GUIUtil::getSaveFileName()Philip Kaufmann2013-10-271-19/+14
* qt: clean up signal handling in walletframe/walletviewWladimir J. van der Laan2013-10-271-24/+29
* Merge pull request #3144 from Diapolo/message_sendcoinsdialogWladimir J. van der Laan2013-10-251-14/+12
|\
| * allow emit message() in sendcoinsdialog and walletviewPhilip Kaufmann2013-10-251-14/+12
* | qt: ReceiveCoinsDialog and SendCoinsDialog should not take a gui objectWladimir J. van der Laan2013-10-251-2/+2
* | [Qt] additional small fix for #3099 (new receive flow)Philip Kaufmann2013-10-251-2/+0
|/
* qt: rework "receive coins" workflowWladimir J. van der Laan2013-10-231-17/+24
* qt: remove awkward way of setting GUI pagesWladimir J. van der Laan2013-10-191-7/+5
* qt: merge walletstack and walletframeWladimir J. van der Laan2013-10-181-12/+11
* Bitcoin-Qt: tweak Qt walletXXX.cpp/h codePhilip Kaufmann2013-08-231-1/+2
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-2/+2